Commit Graph

707 Commits

Author SHA1 Message Date
Jeremy Metz 4244bb17a8 Fix: missing colon on additional tests of exclude_border values 2016-02-24 02:27:14 +00:00
Jeremy Metz 488866cfe5 Added additional tests of exclude_border values 2016-02-24 02:06:09 +00:00
Jeremy Metz 20d4e7dde8 Finally fixed issue:
Issue Was with remnant of min_distance logic (i.e. `footprint is not
None`
2016-02-24 01:36:21 +00:00
Jeremy Metz c0e3dcc69f Reverted tests to boolean exclude_border 2016-02-24 00:02:41 +00:00
Jeremy Metz 7b23b83d21 Updated test_peak for new exclude_border 2016-02-23 22:24:36 +00:00
Jeremy Metz 25d15c603d Updated default value to be backwards compatible 2016-02-23 22:17:28 +00:00
Jeremy Metz 5e6c98ac01 Added backwards compatibility for exclude_border 2016-02-22 10:06:40 +00:00
Jeremy Metz d2917a6028 Factor of 2 : PEP8 adjustment 2016-02-19 16:17:36 +00:00
Jeremy Metz 0873a6fc9f Factor of 2 in remove added (due to footprint) 2016-02-19 16:16:49 +00:00
Jeremy Metz 8f9a9fa388 Minor update to docstring 2016-02-19 16:10:29 +00:00
Jeremy Metz a74878c75b Updated exclude_border to not use min_distance 2016-02-19 15:36:12 +00:00
emmanuelle 45ff200c31 3D test for register_translation, as required by TODO.txt 2016-02-12 22:40:32 +01:00
François Boulogne 02d8c6c1b5 MAINT: fix test name 2016-02-03 21:06:22 -05:00
Juan Nunez-Iglesias 9405daa12e Merge pull request #1827 from stefanv/daisy_aa_draw
Daisy aa draw
2016-02-01 15:41:24 +11:00
Josh Warner a08d75a786 Merge pull request #1899 from OrkoHunter/hog_normalise
FIX: Replace hog normalise kwarg with transform_sqrt
2016-01-30 23:11:31 -06:00
Himanshu Mishra 4997fda94f Raise error when normalise in not none in hog 2016-01-31 09:32:27 +05:30
Johannes Schönberger e12df17514 Add relative threshold to corner_peaks 2016-01-30 14:10:46 +01:00
Johannes Schönberger 433523805f Fix matching test cases 2016-01-29 09:27:01 +01:00
Johannes Schönberger 91ed378019 Fix bug in exclude_border option 2016-01-29 09:26:12 +01:00
Johannes Schönberger e552002e72 Fix BRIEF test cases 2016-01-29 09:26:12 +01:00
Johannes Schönberger dfae40f9a8 Change default threshold_abs value to minimum image intensity 2016-01-29 09:26:12 +01:00
Johannes Schönberger bbb427b9ea Fix peak_local_max doctest 2016-01-29 09:26:12 +01:00
Johannes Schönberger e74da89ede Fix corner_fast doctest 2016-01-29 09:26:12 +01:00
Johannes Schönberger 024c4328f2 Fix corner_peaks doctest 2016-01-29 09:26:12 +01:00
Johannes Schönberger 88ee3ce96e Raise error for invalid min_distance values 2016-01-29 09:26:12 +01:00
Johannes Schönberger 3f912903cb Fix corner orientations unit test 2016-01-29 09:26:12 +01:00
Johannes Schönberger 5751b0cb28 Some improvements to the doc string and code formatting 2016-01-29 09:26:12 +01:00
Johannes Schönberger fe9d7c73a1 Fix coordinate extraction 2016-01-29 09:26:12 +01:00
Antony Lee bd2ecff62f WIP: fix impl. of peak_local_max, update tests. 2016-01-29 09:26:12 +01:00
Antony Lee 58283e7bd5 Change default min_distance; improve docstring. 2016-01-29 09:26:12 +01:00
Antony Lee f3771aba7e Saner defaults for peak_local_max, untested.
First attempt at fixing #1246.
2016-01-29 09:26:12 +01:00
Josh Warner e6f66a2691 Merge pull request #1902 from OrkoHunter/test_orb_fix_lena
TSTFIX: Do not use lena in test_orb
2016-01-25 13:44:58 -06:00
Himanshu Mishra d677015806 Do not use lena in test_orb 2016-01-25 13:48:11 +05:30
Himanshu Mishra 0b285100a4 Use astronaut instead of lena in test_match 2016-01-24 16:24:45 +05:30
Himanshu Mishra 3ec41555c7 Modify tests for hog after renaming kwarg normalise 2016-01-24 15:16:46 +05:30
Himanshu Mishra f7d18a56ad Replace normalise kwarg in hog with transform_sqrt 2016-01-24 15:01:30 +05:30
Stefan van der Walt 731356763e Draw daisy features using anti-aliasing (closes #1665) 2016-01-23 16:02:49 -08:00
Stefan van der Walt dfc6b3a893 Merge pull request #1888 from ahojnnes/hessian-matrix-fix
Fix Gaussian kernels in hessian_matrix
2016-01-22 08:56:50 -08:00
Johannes Schönberger 7222d1fb93 Fix hessian_matrix doctest 2016-01-22 09:00:37 +01:00
Stefan van der Walt 699c345237 Merge pull request #1891 from OrkoHunter/test_brief_lena
Do not use lena in test_brief.py
2016-01-21 11:16:27 -08:00
Himanshu Mishra a4ceabb1ff Remove use of lena in test_corner.py 2016-01-21 23:29:10 +05:30
Himanshu Mishra 795a9f64de Do not use lena in test_brief.py 2016-01-21 23:13:20 +05:30
Johannes Schönberger 6fd0cecffd Fix Gaussian kernels in hessian_matrix 2016-01-20 22:11:23 +01:00
Himanshu Mishra 421ef45b42 Use astronaut image instead of lena in test_hog.py 2016-01-14 23:42:52 +05:30
Emmanuelle Gouillart d6105a0fe4 Merge pull request #1782 from pratapvardhan/clncython
BUG: Buffer dtype mismatch, expected 'Py_ssize_t' but got 'long'
2015-12-23 15:35:05 +01:00
Emmanuelle Gouillart f0eec46e5c Merge pull request #1783 from ivoflipse/fix_hog
Fixing Cythonized version of HOG
2015-12-19 17:37:24 +01:00
Steven Silvester 219d08ad7b Fix errant docstring 2015-12-05 10:35:11 -06:00
Korijn van Golen c095daa234 Added unit test to check correct output of HOG on Lena grayscale image, and added feature_vector parameter to disable the .ravel() call on the result. 2015-12-04 10:42:12 +01:00
ivoflipse 2adab1560a Reapplying the changes that got reverted 2015-12-04 10:42:11 +01:00
ivoflipse 9048a20340 Fix an error in the centre calculation 2015-12-04 10:42:10 +01:00