73 Commits

Author SHA1 Message Date
dan 496e8c090e the function name was shortened to multiblock_lbp 2015-06-12 20:41:38 +02:00
dan cc81bdb26b moved multiblocl_local_binary_pattern in python file in order for sphinx to be able to correctly creat documentation. 2015-06-11 07:52:06 +02:00
dan c4f8e0126b MBLBP is cdef function now. Corrected the example repeated imports. 2015-06-09 17:04:11 +02:00
dan fb6ef72a31 public MBLBP function created for users to safely use it. 2015-06-09 14:56:29 +02:00
dan d39434c30e MBLBP optimized by taking out constants definition out of function. Visualization function of MBLBP now supports colors and opacity. Examples are updated. 2015-06-09 14:18:58 +02:00
dan 83c3bd10c8 Cython implementation of MB-LBP. Updated MB-LBP visualization without matplotlib.Examples to gallery were added. Tests are made more easily readable. 2015-06-08 09:16:22 +02:00
dan 3c82d9505f plain python multiblock lbp implemented with test coverage 2015-05-29 22:58:39 +02:00
Stefan van der Walt d6870c6de7 Merge pull request #1066 from msarahan/PhaseCorrelation
Add subpixel shift registration
2015-03-02 08:30:45 -08:00
Steven Silvester be7154f23d Skip build on 3.2
Skip doc build on 3.2

Skip doc build on 3.2

Use block literal

Fix html make target

Revert change to threshold_isodata

Fix skimage.novice and thresholding warnings

Fix feature.__init__ __all__

Fix generic.py link

Doc reference fixes

Fix missing class member warnings

Add parallelization to the user guide toc

Remove unused automodule directives

Fix sub_dirs in gallery_index

Remove unused file and fix reference to api/api

Add missing links to user guide

Use pre-output links to images

Recover from Juan's doc 'upgrades'
2015-02-07 16:40:37 -06:00
Michael Sarahan 03dc489457 Add subpixel-precision image translation registration function to feature module 2015-01-29 20:09:50 -08:00
Julien Coste 8a337dbe46 Move canny from filter to feature 2014-08-31 10:55:12 +01:00
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
Vighnesh Birodkar 61a8a78657 made hessian_det_appx public 2014-04-09 10:33:24 +05:30
Vighnesh Birodkar cca0c74cf7 added python call and doc strings 2014-04-09 10:27:53 +05:30
Vighnesh Birodkar a067485dec added blob_log 2014-03-10 22:58:37 +05:30
Vighnesh Birodkar 7986714c5d rectified __all__ 2014-03-09 22:00:26 +05:30
Vighnesh Birodkar d6910ba9bf removed get_local_maxima, now using peak_local_max 2014-03-09 21:56:45 +05:30
Vighnesh Birodkar 579c3d5aa3 added get_local_maxima to feature 2014-03-06 13:04:09 +05:30
Vighnesh Birodkar 5f070397fd added blob_dog 2014-03-04 21:59:54 +05:30
Johannes Schönberger 172cbd58e0 Rename CenSurE to CENSURE 2014-01-22 19:34:48 -05:00
Johannes Schönberger 8fbc81eaac Add convenience function for plotting matches 2013-11-30 12:40:26 +01:00
Johannes Schönberger f22e00e693 Refactor match_descriptors and fix small bugs in ORB 2013-11-30 03:55:40 +01:00
Johannes Schönberger 2705907270 Refactor ORB 2013-11-30 01:46:16 +01:00
Johannes Schönberger 79616815ff Implement CenSurE detector in object oriented interface 2013-11-29 23:32:50 +01:00
Johannes Schönberger 845448a152 Implement object oriented interface for BRIEF 2013-11-29 22:59:13 +01:00
Ankit Agrawal 1a2efa7e37 Extending recarray changes to BRIEF 2013-11-29 20:51:10 +01:00
Ankit Agrawal ffd144ef36 tests for match_binary_descriptors; many corrections and changes 2013-11-29 20:50:36 +01:00
Ankit Agrawal ba92c47497 ORB matching example 2013-11-29 20:49:14 +01:00
Ankit Agrawal 7d8c59135f Implementing keypoints_orb without using Harris response 2013-11-29 20:42:05 +01:00
Johannes Schönberger aee31e91a7 Add functions to compute eigen values of structure tensor and hessian matrix 2013-11-29 20:42:05 +01:00
Johannes Schönberger 02e81acec8 Add missing imports 2013-11-29 20:42:05 +01:00
Johannes Schönberger b0814a527f Make structure tensor function public and add function to compute hessian matrix 2013-11-29 20:42:05 +01:00
Johannes Schönberger 07623e1965 Transform corner_fast_orientations for application to arbitrary corner types 2013-11-29 20:42:04 +01:00
Ankit Agrawal 8304824455 Implemented corner_fast_orientation function 2013-11-29 20:41:15 +01:00
Ankit Agrawal b03053a159 Transferring all the FAST code to corner.py and corner_cy.pyx 2013-11-29 20:36:00 +01:00
Ankit Agrawal 6b3751a52f Implemented FAST corner detector 2013-11-29 20:33:45 +01:00
Ankit Agrawal b8958ccee0 Transferring all the FAST code to corner.py and corner_cy.pyx 2013-11-29 20:33:11 +01:00
Ankit Agrawal 5f1976ace2 Implemented FAST corner detector 2013-11-29 20:32:34 +01:00
Johannes Schönberger c414d0efd5 Hide experimental GSoC functions for 0.9 release 2013-10-02 16:48:27 +02:00
Ankit Agrawal 229910efe7 Replacing censure_keypoints by keypoints_censure, n_scales by max_scale 2013-08-15 15:12:48 +05:30
Ankit Agrawal c40ab969af Line Suppression of the response 2013-08-15 14:59:51 +05:30
Ankit Agrawal 2466df39e1 Stylistic changes 2013-07-16 20:16:23 +05:30
Ankit Agrawal 11a2883c50 Broadcasting in pairwise_hamming_distance; numpy optimization in match_keypoints_brief 2013-07-10 22:41:21 +08:00
Ankit Agrawal df607071a0 Adding match_keypoints_brief 2013-07-07 13:28:31 +08:00
Ankit Agrawal 3dcd24e6f3 Clearing docs and making feature.util 2013-07-03 23:19:43 +08:00
Johannes Schönberger ac7880b640 Outsource inner brief loop into cython file 2013-07-02 21:59:49 +02:00
Johannes Schönberger 2ba3dd9baf Add __all__ to feature package 2013-04-28 23:20:00 +02:00
Anders Boesen Lindbo Larsen 4173d16639 Add dense DAISY feature description. 2012-12-27 20:42:00 +01:00
Johannes Schönberger 60c8e95905 Add function to detect corner peaks as a wrapper to peak_local_max 2012-12-09 18:14:36 +01:00