732 Commits

Author SHA1 Message Date
Juan Nunez-Iglesias 6aa9221e56 Make sigma optional in hessian_matrix_det 2016-07-17 14:45:46 -05:00
Juan Nunez-Iglesias dbec11628b Fix structure tensor docstring 2016-07-17 14:44:28 -05:00
Juan Nunez-Iglesias 96078c1f6d Fix doctest to new Hessian edge values 2016-07-16 21:31:23 -05:00
Juan Nunez-Iglesias 29e9bff5eb Add test for 3D images 2016-07-16 21:03:42 -05:00
Juan Nunez-Iglesias 966afc122a Special-case 2D images to maintain x/y instead of r/c 2016-07-16 21:03:28 -05:00
Juan Nunez-Iglesias aa9d770505 Make Hessian matrix code n-dimensional 2016-07-16 19:51:14 -05:00
Juan Nunez-Iglesias a018058d8f Remove deprecated call to random_integers 2016-07-16 18:59:43 -05:00
Juan Nunez-Iglesias 4c4bb4f444 Update Hessian matrix tests to match new values 2016-07-16 18:59:23 -05:00
Juan Nunez-Iglesias 48d0973ab3 Use separated Gaussian/gradient filters as Hessian 2016-07-16 18:38:00 -05:00
François Boulogne a81f3ddf4d DOC: add a note to template_match 2016-07-02 11:44:48 +02:00
Juan Nunez-Iglesias 24bab75dc3 Check types with issubdtype 2016-06-21 13:39:20 -04:00
Juan Nunez-Iglesias f2f9a3202d Writing, style, and PEP8 fixes for greycomatrix
- Reword some error messages
- Wrap lines to 80 char
- Remove trailing whitespace characters
- Fix misleading docstring in private function

See #2095.
2016-06-17 15:02:23 -04:00
walter 6c47bd49dd tests for image types added 2016-06-16 10:33:11 +02:00
walter ed34d9f014 added a test for different data types 2016-06-15 12:57:55 +02:00
walter 2147812ab4 small corrections on the doc string 2016-06-14 16:40:21 +02:00
walter 6a059867ba removed commented code lines; fused types work now. 2016-06-10 13:13:48 +02:00
walter 3b8be94d74 fused types 2016-06-10 13:11:30 +02:00
walter cece5e005c small modifications 2016-06-10 12:04:52 +02:00
walter e18e572f35 fixed doc strings and commentaries 2016-06-06 17:16:38 +02:00
walter 02b21fdfe3 behaviour for 16 bit images matches behaviour for 8 bit images. 2016-06-06 17:12:57 +02:00
walter 6378bc1c39 co-occurrence matrix can be calculated for 16 bit images 2016-05-20 16:08:04 +02:00
Stefan van der Walt b0e12ea530 Merge pull request #1980 from pradyumnanpk/match_template-enhancement
Pre-calculate tempate mean
2016-03-08 02:24:09 -08:00
Stefan van der Walt 18da19e7b9 Remove left-over mentions in test docstrings of lena 2016-03-07 00:39:39 -08:00
Stefan van der Walt 0ccff88945 Fix ORB test
In a previous PR, the scales were incorrectly copy-pasted.
2016-03-03 17:49:58 -08:00
Pradyumna Narayana 2c39c773f4 Template mean is precalculated and referenced 2016-03-03 11:45:09 -07:00
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