Commit Graph

84 Commits

Author SHA1 Message Date
Johannes Schönberger f651cba56e Reduce runtime of daisy visualization test case 2013-11-09 23:16:46 +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 a17cfd9b06 Remove print statement 2013-10-14 22:14:01 +02:00
Johannes Schönberger 3f39885c93 Re-add tests 2013-10-14 20:02:46 +02:00
Johannes Schönberger c414d0efd5 Hide experimental GSoC functions for 0.9 release 2013-10-02 16:48:27 +02:00
Alexis Mignon 7b022c8b5f Finalized changes. Added reference for non rotation-invariant uniform patterns. Added test case. Modified comments to clarify the process, and changed the code to make it more consistent with explanations and actuall encoding 2013-08-25 14:56:13 +02:00
Ankit Agrawal 6c27d278d0 Adding remaining tests 2013-08-15 15:15:41 +05:30
Ankit Agrawal c3b6ce2c82 Including min_scale as another input parameter 2013-08-15 15:15:40 +05:30
Ankit Agrawal 229910efe7 Replacing censure_keypoints by keypoints_censure, n_scales by max_scale 2013-08-15 15:12:48 +05:30
Ankit Agrawal 7665281c4a Lowercasing variables; removing unused import; replacing _remove by _mask 2013-08-15 15:12:48 +05:30
Johannes Schönberger 0b37611df6 Fix several bugs in DoB method and improve overall code quality 2013-08-15 15:12:47 +05:30
Ankit Agrawal 1bd261c23f Replacing int32 by intp 2013-08-15 15:00:00 +05:30
Ankit Agrawal 62eb4ef998 Filtering out border keypoints using masking 2013-08-15 15:00:00 +05:30
Ankit Agrawal 6fc84dc7e6 Removing print statements 2013-08-15 15:00:00 +05:30
Ankit Agrawal 1227507c9e Actively filtering border keypoints for all the scales part 2 2013-08-15 15:00:00 +05:30
Ankit Agrawal fb4050ed37 Reverting back to last but one commit 2013-08-15 14:59:59 +05:30
Ankit Agrawal c9a93a1ce3 Debugging Travis error 2013-08-15 14:59:59 +05:30
Ankit Agrawal 3752f19cf9 Adding tests for all the modes in censure 2013-08-15 14:59:59 +05:30
Ankit Agrawal 14411590bf Correcting the imports 2013-08-15 14:59:59 +05:30
Johannes Schönberger 4c0fbb63b1 Merge pull request #591 from ankit-maverick/brief
Implementation of BRIEF Feature descriptor
2013-07-17 09:40:35 -07:00
Ankit Agrawal 431261e095 Added if __name__ == __main__ in new test files 2013-07-17 15:54:58 +05:30
Ankit Agrawal 2466df39e1 Stylistic changes 2013-07-16 20:16:23 +05:30
Ankit Agrawal 49e8f28fe9 Final changes 2013-07-13 19:01:30 +08:00
Ankit Agrawal e3cd0620a7 Fixing bugs and making code compatible with Python 3 2013-07-13 10:02:12 +08:00
Ankit Agrawal 083c13d7bd Adding tests for BRIEF and pairwise_hamming_distance 2013-07-12 00:30:10 +08:00
Johannes Schönberger c9b2bd0aae Fix division by zero bug in corner detectors 2013-06-23 23:39:20 +02:00
François Boulogne 0a4fcdad0a fix imports 2013-06-20 22:46:37 +02:00
yangzetian da055e7ca3 Add test for nD exclude_border option 2013-04-03 19:21:04 +08:00
yangzetian afde2b8ab8 change doc for indices and remove the unnecessarily tolist() operation 2013-04-02 12:35:11 +08:00
yangzetian f77def35d8 Fix peak_local_max's output for ndarray when indices is set to False 2013-04-01 20:34:47 +08: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
Johannes Schönberger 52e3436f61 Fix integer type bugs in feature detection algorithms 2013-02-22 17:05:39 +01:00
Josh Warner (Mac) 6d2aad45ab fix: set random seed in test_noisy_square_image 2013-01-16 23:35:50 -06:00
Anders Boesen Lindbo Larsen 67701614c1 Add DAISY visualization + example plot. 2012-12-27 20:42:01 +01:00
Anders Boesen Lindbo Larsen 24d39218c2 PEP8 style corrections. 2012-12-27 20:42:00 +01:00
Anders Boesen Lindbo Larsen 4173d16639 Add dense DAISY feature description. 2012-12-27 20:42:00 +01: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
Johannes Schönberger 82089f7fc8 Update test cases for shi-tomasi and moravec operator 2012-12-09 17:34:11 +01:00
Johannes Schönberger c4ca726566 Fix harris corner bug and add alternative corner measure param 2012-12-09 17:34:11 +01:00
Johannes Schönberger 1d96b29d77 Rename harris test case file 2012-12-09 17:34:11 +01:00
Josh Warner (Mac) 5cba69a4fa test: add additional tests for 100% coverage of new peak_local_max
Also fix minor bug in label reordering.
2012-12-08 21:12:26 -06:00
Emmanuelle Gouillart 0644026250 Fixed two tests that were failing because of draw imports 2012-08-27 12:04:30 +02:00
Stefan van der Walt 73332f9959 Merge pull request #239 from ahojnnes/texture
ENH: Add local binary patterns for texture characterization.

Conflicts:
	CONTRIBUTORS.txt
2012-08-20 14:37:30 -07:00
pcampr 673d4ec212 several fixes and 3 new tests for Histograms of Oriented Gradients 2012-08-20 14:29:01 -07:00
pcampr 6761f131ad fixed imports 2012-08-20 14:29:01 -07:00
pcampr 298c1f1890 fixing multiple bugs in hog.py, adding two tests to test_hog.py 2012-08-20 14:29:01 -07:00