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
Jostein Bø Fløystad
8ad3d1df17
unwrap: Simplify code after completing float->double.
2013-11-22 10:45:07 +01:00
Jostein Bø Fløystad
593a7d63ce
unwrap: Change 1D unwrapper from float to double.
2013-11-22 10:45:07 +01:00
Jostein Bø Fløystad
cd5cc84aa9
unwrap: Change 3D wrapper code from float to double.
2013-11-22 10:45:07 +01:00
Jostein Bø Fløystad
d0ccbe71c1
unwrap: Change 3D C code from float to double.
2013-11-22 10:45:07 +01:00
Jostein Bø Fløystad
9091d2759a
unwrap: Change 2D wrapper code from float to double.
2013-11-22 10:45:07 +01:00
Jostein Bø Fløystad
9bacb0d54a
unwrap: Use UNIX line endings.
2013-11-22 10:45:07 +01:00
Jostein Bø Fløystad
ebf457cea8
unwrap: Convert 2D C code from float to double.
2013-11-22 10:45:07 +01:00
Jostein Bø Fløystad
a6e7bd4a00
unwrap: Use constants from math.h in C code.
2013-11-22 10:45:07 +01:00
Jostein Bø Fløystad
f53a4e0764
unwrap: Add naive 1D unwrapper.
...
The naive 1D unwrapper does not support masked arrays because the
1D unwrapping problem has an infite number of solutions when faced with
missing data. Wrap around is not implemented because 1D phase unwrapping
must start at a certain pixel, and there will always be a risk of a
discontinuity there, wrap around or not.
2013-11-22 10:45:07 +01:00
Jostein Bø Fløystad
f87fadf0f0
unwrap: Rename C files.
2013-11-22 10:45:07 +01:00
Jostein Bø Fløystad
b2ac1a5872
unwrap: Add docstring example.
2013-11-22 10:45:07 +01:00
Jostein Bø Fløystad
27c13a1193
unwrap: Warn about singleton dimensions in 3D arrays.
2013-11-22 10:45:06 +01:00
Jostein Bø Fløystad
781ead2c9f
unwrap: Rename function unwrap() -> unwrap_phase().
2013-11-22 10:45:06 +01:00
Jostein Bø Fløystad
4cfec880b6
unwrap: Small style-like fixes.
...
Based on comments by ahojnnes.
2013-11-22 10:45:06 +01:00
Jostein Bø Fløystad
e0b7fe32a1
unwrap: PEP8 fixes.
2013-11-22 10:45:06 +01:00
Jostein Bø Fløystad
3ddd94a89c
unwrap: Simplify example.
2013-11-22 10:45:06 +01:00
Jostein Bø Fløystad
9e50686c8f
unwrap: Add test for unwrapping masked images.
2013-11-22 10:45:06 +01:00
Jostein Bø Fløystad
8a93677db0
unwrap: Delete "example" from the test file.
2013-11-22 10:45:06 +01:00
Jostein Bø Fløystad
c0d0984049
unwrap: Make sure test data wraps along all dimensions.
2013-11-22 10:45:06 +01:00
Jostein Bø Fløystad
619da811d8
unwrap: Reduce code duplication.
...
Use the yield functionality in nose to minimize setup.
2013-11-22 10:45:06 +01:00
Jostein Bø Fløystad
b0c21ea972
unwrap: Reduce duplication in tests.
2013-11-22 10:45:06 +01:00
Jostein Bø Fløystad
43d110627b
unwrap: PEP8 fixes.
2013-11-22 10:45:06 +01:00
Jostein Bø Fløystad
b9f119a428
unwrap: Python 3 compatibility.
2013-11-22 10:45:06 +01:00
Jostein Bø Fløystad
a39695154f
unwrap: Update bento.info.
2013-11-22 10:45:06 +01:00
Jostein Bø Fløystad
9644ed5655
unwrap: rename variables in cython extensions
2013-11-22 10:42:29 +01:00
Jostein Bø Fløystad
5022cfb699
unwrap: PEP8 fixes for cython extensions.
2013-11-22 10:42:29 +01:00
Jostein Bø Fløystad
676ba5a07e
unwrap: rename cython functions.
2013-11-22 10:42:29 +01:00
Jostein Bø Fløystad
e8fa4998ad
unwrap: Whitespace fixes and comment removal.
2013-11-22 10:42:29 +01:00
Jostein Bø Fløystad
12268ff555
unwrap: Refactor and fix wrap around functionality.
2013-11-22 10:42:29 +01:00