Commit Graph

36 Commits

Author SHA1 Message Date
François Boulogne 02d8c6c1b5 MAINT: fix test name 2016-02-03 21:06:22 -05: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 3f912903cb Fix corner orientations unit test 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
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
Himanshu Mishra a4ceabb1ff Remove use of lena in test_corner.py 2016-01-21 23:29:10 +05:30
Johannes Schönberger 6fd0cecffd Fix Gaussian kernels in hessian_matrix 2016-01-20 22:11:23 +01:00
Johannes Schönberger a2ddba21a5 Do not acquire GIL for hessian_matrix_det 2015-05-20 20:22:02 -07:00
Johannes Schönberger a489b85b22 Do not acquire GIL for corner detectors 2015-05-20 07:45:04 -07:00
Stefan van der Walt 3172198244 Remove prints in test suite 2014-11-07 18:05:42 +02:00
Rebecca 2ba41844ff modified array 2014-11-07 16:04:53 +02:00
Rebecca 1b217f971e replacing lena in examples and most tests 2014-11-07 16:01:23 +02:00
Johannes Schönberger 7b86728498 Add full test coverage for corner_subpix and fix bug 2014-05-10 10:12:41 -04:00
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 e818a42fba moved public interface of hessian determinant to corner.py 2014-04-09 10:33:24 +05:30
Stefan van der Walt 31d7eafea1 Merge pull request #834 from ahojnnes/orb
Finalize API for BRIEF, ORB and CENSURE features
2014-01-23 00:09:46 -08:00
Johannes Schönberger 57016f4db0 Recover hidden test cases caused by duplicate function names 2013-12-01 11:15:39 +01:00
Ankit Agrawal e8eb2de6e9 Adding explicit test for corner_orientations 2013-11-29 20:42:06 +01:00
Johannes Schönberger 186e447c25 Add test cases for eigen value functions of structure tensor and hessian matrix 2013-11-29 20:42:05 +01:00
Johannes Schönberger 3e2ca1493e Add test cases for structure tensor and hessian matrix functions 2013-11-29 20:42:05 +01:00
Ankit Agrawal 0e920315f1 Making changes in test_corner 2013-11-29 20:42:04 +01:00
Ankit Agrawal 1aef50ca8f Adding an example; removing redundant stuff and more 2013-11-29 20:42:04 +01:00
Ankit Agrawal 84317b6a2f Speeding up corner_fast_implementation : 2 2013-11-29 20:42:04 +01:00
Ankit Agrawal 3b76623a68 Adding tests for corner_fast and corner_fast_orientation 2013-11-29 20:41:49 +01:00
Johannes Schönberger e904454c2e Add test for mask output of corner_peaks 2013-11-22 12:26:41 +01:00
Johannes Schönberger 335a74e11f Add test case for eps corner_harris method 2013-11-22 12:25:06 +01:00
Johannes Schönberger 40fc5d203f Fix corner_subpix function for corners near border 2013-11-03 09:16:45 +01:00
Johannes Schönberger c9b2bd0aae Fix division by zero bug in corner detectors 2013-06-23 23:39:20 +02:00
Malcolm Reynolds 042b75d05f FIX: changed xrange to range so Python 3 works. 2013-03-18 15:31:45 +00:00
Malcolm Reynolds 920e41398d FIX: move corner detection outside loop in test_num_peaks. 2013-03-18 15:23:35 +00:00
Malcolm Reynolds 0fde67bb56 TEST: added test for num_peaks kwarg in peak_local_max. 2013-03-18 15:13:18 +00:00
Josh Warner (Mac) 6d2aad45ab fix: set random seed in test_noisy_square_image 2013-01-16 23:35:50 -06:00
Johannes Schönberger 377ae3b968 Add test case for corner_peaks function 2012-12-09 18:26:09 +01:00
Johannes Schönberger 8af43f2d49 Add test case for subpixel corner detection 2012-12-09 17:34:13 +01:00
Johannes Schönberger 16f09d358d Rename corner operators and file 2012-12-09 17:34:12 +01:00