Commit Graph

4740 Commits

Author SHA1 Message Date
Ankit Agrawal b2bf0baad8 Speeding up corner_fast_orientation 2013-11-29 20:41:49 +01:00
Ankit Agrawal 3b76623a68 Adding tests for corner_fast and corner_fast_orientation 2013-11-29 20:41:49 +01:00
Ankit Agrawal 04e9cef567 Using Py_ssize_t and np.intp for cfast_corners 2013-11-29 20:41:15 +01:00
Ankit Agrawal 8304824455 Implemented corner_fast_orientation function 2013-11-29 20:41:15 +01:00
Ankit Agrawal 91a51f909b More clear docs; Wiki reference; removing rebase leftover 2013-11-29 20:41:15 +01:00
Johannes Schönberger 985067d4d4 Fix invalid circle coordinates 2013-11-29 20:41:15 +01:00
Johannes Schönberger 6576baae7d Fix some performance regressions in Cython implementation of FAST 2013-11-29 20:40:53 +01:00
Johannes Schönberger c81fd76905 Fix some performance regressions in Cython implementation of FAST 2013-11-29 20:40:36 +01:00
Ankit Agrawal da30925dd5 More optimizations 2013-11-29 20:40:26 +01:00
Ankit Agrawal 4840dacfcd Returning the corner response 2013-11-29 20:39:54 +01:00
Ankit Agrawal 4f99aafa96 Wrapping lines; returning corner_response at a pixel 2013-11-29 20:39:54 +01:00
Ankit Agrawal 2c47860c34 Adding additional parameter for setting shape for Non-max suppression 2013-11-29 20:39:04 +01:00
Ankit Agrawal fc1d02e38a Converting image to float 2013-11-29 20:38:37 +01:00
Ankit Agrawal 967524b71e Deleting FAST files 2013-11-29 20:37:25 +01:00
Ankit Agrawal 0b3414f057 Using inline function in corner_cy._corner_fast 2013-11-29 20:37:25 +01:00
Ankit Agrawal b03053a159 Transferring all the FAST code to corner.py and corner_cy.pyx 2013-11-29 20:36:00 +01:00
Ankit Agrawal 5160c3ca61 Making various minor optimizations 2013-11-29 20:33:46 +01:00
Ankit Agrawal 462a8f84d5 Adding high speed test for n>=12 2013-11-29 20:33:46 +01:00
Ankit Agrawal 94e4a88712 Adding docstrings and commenting the code 2013-11-29 20:33:46 +01:00
Ankit Agrawal 6b3751a52f Implemented FAST corner detector 2013-11-29 20:33:45 +01:00
Ankit Agrawal 8fd9a77a5a Quick Python implementation of FAST corner detector 2013-11-29 20:33:45 +01:00
Ankit Agrawal 63b47a7cb6 Quick initial implementation of ORB descriptor in Python 2013-11-29 20:33:45 +01:00
Johannes Schönberger aeef8ef3e7 Fix invalid circle coordinates 2013-11-29 20:33:12 +01:00
Johannes Schönberger 2e0882994a Fix some performance regressions in Cython implementation of FAST 2013-11-29 20:33:12 +01:00
Johannes Schönberger 97f0a3886c Fix some performance regressions in Cython implementation of FAST 2013-11-29 20:33:12 +01:00
Ankit Agrawal 3a37505d22 More optimizations 2013-11-29 20:33:12 +01:00
Ankit Agrawal e06415929b Returning the corner response 2013-11-29 20:33:12 +01:00
Ankit Agrawal fbc15c96a8 Wrapping lines; returning corner_response at a pixel 2013-11-29 20:33:12 +01:00
Ankit Agrawal 53c9e3e6e4 Adding additional parameter for setting shape for Non-max suppression 2013-11-29 20:33:12 +01:00
Ankit Agrawal df43c5cfc7 Converting image to float 2013-11-29 20:33:12 +01:00
Ankit Agrawal 68fa6b015b Deleting FAST files 2013-11-29 20:33:11 +01:00
Ankit Agrawal 1fe124102d Using inline function in corner_cy._corner_fast 2013-11-29 20:33:11 +01:00
Ankit Agrawal b8958ccee0 Transferring all the FAST code to corner.py and corner_cy.pyx 2013-11-29 20:33:11 +01:00
Ankit Agrawal 5a886e69c3 Making various minor optimizations 2013-11-29 20:32:34 +01:00
Ankit Agrawal cfcefe192c Adding high speed test for n>=12 2013-11-29 20:32:34 +01:00
Ankit Agrawal 5c6420d584 Adding docstrings and commenting the code 2013-11-29 20:32:34 +01:00
Ankit Agrawal 5f1976ace2 Implemented FAST corner detector 2013-11-29 20:32:34 +01:00
Ankit Agrawal 03980b10ee Quick Python implementation of FAST corner detector 2013-11-29 20:32:00 +01:00
Ankit Agrawal ba9c985abf Quick initial implementation of ORB descriptor in Python 2013-11-29 20:32:00 +01:00
Johannes Schönberger 86c90a336f Merge pull request #821 from JDWarner/add_conditional_doctest_decorator
ENH: Add `doctest_skip_parser` allowing conditional skipping of doctests
2013-11-25 13:54:29 -08:00
Johannes Schönberger caf183af2b Merge pull request #827 from stefanv/coveralls_nomain
Ignore main sections of library code when checking coverage
2013-11-22 05:04:21 -08:00
Stefan van der Walt a9534f48b4 Merge pull request #644 from josteinbf/phase-unwrap
Add phase unwrapping
2013-11-22 04:47:01 -08:00
Stefan van der Walt 8d04052065 Ignore main sections of library code 2013-11-22 14:40:26 +02:00
Jostein Bø Fløystad 7afae271dd Add contributors for phase unwrapping. 2013-11-22 12:59:35 +01:00
Jostein Bø Fløystad 51f94d83a9 Less verbose entry in CONTRIBUTORS. 2013-11-22 12:29:31 +01:00
Jostein Bø Fløystad ccbd3bfced unwrap: Do not include debug symbols in extension builds. 2013-11-22 10:45:07 +01:00
Jostein Bø Fløystad 37b5a946c8 unwrap tests: PEP8 fixes. 2013-11-22 10:45:07 +01:00
Jostein Bø Fløystad 38d502208f unwrap example: Include masking and wrap around. 2013-11-22 10:45:07 +01:00
Jostein Bø Fløystad 3737e6ebd3 unwrap example: Mention dimensionalities available. 2013-11-22 10:45:07 +01:00
Jostein Bø Fløystad a10f1c1468 unwrap example: cleanup. 2013-11-22 10:45:07 +01:00