26 Commits

Author SHA1 Message Date
Tim Sheerman-Chase f09907961a Initial attempt at optimising HOG features with cython 2015-06-15 11:03:57 +02:00
Vighnesh Birodkar f456245d57 added cython file 2014-04-09 10:27:53 +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 783c04baec Fix bug in array padding, template matching 2013-12-08 18:54:02 +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 79616815ff Implement CenSurE detector in object oriented interface 2013-11-29 23:32:50 +01:00
Ankit Agrawal a53d93e0f7 Improved match_binary_descriptors function 2013-11-29 20:49:14 +01:00
Ankit Agrawal 07fdfdb5fe Implementing descriptor_orb; for loop in Cython 2013-11-29 20:42:47 +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
Ankit Agrawal 1bbeeb45d6 For loop for mode=DoB in Cython 2013-08-15 14:59:52 +05:30
Johannes Schönberger ac7880b640 Outsource inner brief loop into cython file 2013-07-02 21:59:49 +02:00
Johannes Schönberger 16f09d358d Rename corner operators and file 2012-12-09 17:34:12 +01:00
Johannes Schönberger 2edb33f950 Make moravec standalone cython function and fix doc string 2012-12-09 17:34:11 +01:00
Johannes Schönberger 4991acf34e Add Moravec interest point detection 2012-12-09 17:34:11 +01:00
Paul Ivanov b4b090271d complete singularization of scikit-image
I've updated references in the code and documentation to the new name.
2012-10-08 16:29:55 -07:00
Johannes Schönberger 7247384882 Add integrate function to shared package 2012-08-21 08:59:29 +02:00
Johannes Schönberger 70b7745a34 Use shared bilinear interpolation function and improve performance. 2012-08-20 22:48:35 +02:00
Johannes Schönberger a6bdda8291 rewrite local binary pattern in Cython for performance reasons 2012-08-20 22:48:34 +02:00
Tony S Yu 1ea41173b8 BUG: Rename files with similar function, python module, and cython extension names. 2012-08-16 22:42:27 -04:00
Andreas Mueller f7b3d8062c COSMIT pep8 2012-06-29 11:27:23 +02:00
Tony S Yu e8461e22dd Move template matching to feature subpackage 2012-05-08 21:32:05 -04:00
Stefan van der Walt bf609dfca0 DOC: Fix some scikits.image mentions. 2011-12-02 10:55:41 -08:00
Neil Yager 80a83c182f ENH: Use Cython to compute GLCM 2011-11-21 09:51:20 +00:00