Commit Graph

536 Commits

Author SHA1 Message Date
Stefan van der Walt 5b07567973 Merge pull request #1005 from JDWarner/int_idx_patch
Fix NumPy non-integer indexing deprecation warnings
2014-05-13 17:48:11 +02:00
Johannes Schönberger da2ddb6123 Improve description of subpixel corner localization 2014-05-12 14:42:50 -04:00
Johannes Schönberger 7ec58dcaed Comment special case when local patch around is constant 2014-05-11 18:21:09 -04:00
Johannes Schönberger 7b86728498 Add full test coverage for corner_subpix and fix bug 2014-05-10 10:12:41 -04:00
Josh Warner (Mac) 375e406f64 Use safe_as_int for input checking. 2014-05-08 19:56:47 -05:00
Josh Warner (Mac) 1ca0eef825 FIX: Non-integer indexing deprecation warnings 2014-05-08 00:39:54 -05:00
Vighnesh Birodkar 4d11868c76 removed blanklines in doc strings 2014-04-11 13:08:25 +05:30
Vighnesh Birodkar 848a0f5fbe removed whitespaces 2014-04-10 21:03:37 +05:30
Vighnesh Birodkar 5658704a35 changed parameter of hessian_matrix_det 2014-04-10 19:54:49 +05:30
Vighnesh Birodkar a4a939e74b improved test coverage 2014-04-09 23:19:25 +05:30
Vighnesh Birodkar a66f2a0b37 extra line and spelling mistake 2014-04-09 20:30:33 +05:30
Vighnesh Birodkar 7a4401e262 doc string change 2014-04-09 10:33:24 +05:30
Vighnesh Birodkar e818a42fba moved public interface of hessian determinant to corner.py 2014-04-09 10:33:24 +05:30
Vighnesh Birodkar 61a8a78657 made hessian_det_appx public 2014-04-09 10:33:24 +05:30
Vighnesh Birodkar a15c5fac87 indexing 2014-04-09 10:33:24 +05:30
Vighnesh Birodkar 1b2ca1145b doc test 2014-04-09 10:33:24 +05:30
Vighnesh Birodkar fbf40b0ae7 corrections to cython file, switched dtype to double 2014-04-09 10:33:24 +05:30
Vighnesh Birodkar 630136ae91 added full paper desc. 2014-04-09 10:33:24 +05:30
Vighnesh Birodkar d5f9ebfc8f minor doc changes 2014-04-09 10:33:24 +05:30
Vighnesh Birodkar 507a2159b9 notes change 2014-04-09 10:27:53 +05:30
Vighnesh Birodkar 2e441b2e5b tests and minor corrections 2014-04-09 10:27:53 +05:30
Vighnesh Birodkar a4029c0e71 removed print 2014-04-09 10:27:53 +05:30
Vighnesh Birodkar cca0c74cf7 added python call and doc strings 2014-04-09 10:27:53 +05:30
Vighnesh Birodkar d58cab146f pep8 cython file 2014-04-09 10:27:53 +05:30
Vighnesh Birodkar 2781d30bb7 doc strings 2014-04-09 10:27:53 +05:30
Vighnesh Birodkar 448c4114ae made methods private 2014-04-09 10:27:53 +05:30
Vighnesh Birodkar f456245d57 added cython file 2014-04-09 10:27:53 +05:30
Stefan van der Walt e25e11d3b4 Fix parameter documentation in corner_peaks (closes #901) 2014-04-07 14:25:18 +02:00
Stefan van der Walt 2c5d19f368 Merge pull request #955 from neerajgangwar/add-test-greycomatrix
Add test cases for greycomatrix
2014-04-07 14:02:18 +02:00
Pietro Berkes 109efc5d0a No need to take the center of the results twice. 2014-04-01 21:28:12 +01:00
Pietro Berkes 1fbed8a8d0 Fix random seed for test stability. 2014-04-01 21:10:04 +01:00
Pietro Berkes 1a909cbc79 Fix LBP variance calculation. 2014-04-01 21:06:15 +01:00
Neeraj Gangwar afb1510b92 added testcases for greycomatrix
for angles pi/4 and 3*pi/4
2014-03-25 11:25:15 +05:30
Stefan van der Walt b54b41bcb2 Use nearest neighbor interpolation and a gray-level color map for plotting feature matches 2014-03-20 18:08:56 +02:00
Stefan van der Walt 5db5b1899c Merge pull request #935 from neerajgangwar/fix-greycomatrix
Correctly calculate offsets in grey-level co-occurrence matrices
2014-03-18 18:18:55 +02:00
Neeraj Gangwar 7a164d274d minor changes in syntax in _glcm_loop method.
Using round in place of floor in _texture.pyx to calculate the pixel offset.
2014-03-17 09:53:09 +05:30
Neeraj Gangwar f3a1a9ed7e corrected the formula to calculate the location of
offset pixel in _texture.pyx
2014-03-15 10:42:50 +05:30
Stefan van der Walt 6b8a198f8d Merge pull request #915 from vighneshbirodkar/blob_det
Blob dection (LoG)
2014-03-14 12:21:39 +02:00
Vighnesh Birodkar c92358706b typo 2014-03-13 03:22:30 +05:30
Vighnesh Birodkar 5255b29f6e doc rectify 2014-03-11 22:29:03 +05:30
Vighnesh Birodkar 6e6b27bc86 doc changes 2014-03-11 22:24:08 +05:30
Vighnesh Birodkar 815b0226d4 removed print 2014-03-11 21:59:51 +05:30
Vighnesh Birodkar 806a52edd5 migrated from area to sigma 2014-03-11 21:55:09 +05:30
Stefan van der Walt 4addbd7cda Merge pull request #890 from ahojnnes/matching
Implement missing max_distance parameter in match_descriptors
2014-03-11 17:25:17 +02:00
Vighnesh Birodkar a2438b6338 comments 2014-03-10 23:56:30 +05:30
Vighnesh Birodkar 47c5f1bda6 added test_blob_log 2014-03-10 23:33:33 +05:30
Vighnesh Birodkar a067485dec added blob_log 2014-03-10 22:58:37 +05:30
Stefan van der Walt 941a252257 Merge pull request #906 from ahojnnes/peak-fix
`peak_local_max`: fix docstring, add N-d tests
2014-03-10 15:51:21 +02:00
Johannes Schönberger cd13361b11 Add test case for 4D images 2014-03-10 08:21:50 -04:00
Johannes Schönberger 438784cdda Add test case for 3D images 2014-03-10 08:20:32 -04:00