opencv/modules/features2d/src
2015-11-23 09:51:23 +00:00
..
kaze fully implemented SSE and NEON cases of intrin.hpp; extended the HAL with some basic math functions 2015-04-16 23:00:26 +03:00
opencl Merge pull request #3483 from wangyan42164:ocl_orb_improve 2014-12-05 12:55:54 +00:00
agast_score.cpp Some changes to support mingw-w64 2015-09-01 00:59:08 +03:00
agast_score.hpp Fix BRISK detector&descriptor using proper AGAST. 2015-04-11 12:09:13 +03:00
agast.cpp Speedup AGAST nonmax-suppression. 2015-09-26 04:43:07 +03:00
akaze.cpp AKAZE: check channels instead of type in detectAndCompute 2015-11-12 12:48:03 +01:00
bagofwords.cpp Several type of formal refactoring: 2014-08-13 15:21:35 +04:00
blobdetector.cpp example BLOB_MSER and fixed bug in blobdetector 2015-05-07 11:52:06 +02:00
brisk.cpp Fix BRISK detector&descriptor using proper AGAST. 2015-04-11 12:09:13 +03:00
draw.cpp Fixes #3910, flags in _prepareImgAndDrawKeypoints are now binary OR'ed instead of added. 2015-05-24 13:31:11 +02:00
dynamic.cpp moved nonfree and a part of features2d to opencv_contrib/xfeatures2d 2014-08-11 23:26:39 +04:00
evaluation.cpp moved nonfree and a part of features2d to opencv_contrib/xfeatures2d 2014-08-11 23:26:39 +04:00
fast_score.cpp Normalized file endings. 2013-08-21 18:59:25 +04:00
fast_score.hpp Fix binary compatibility of opencv_features2d 2012-10-17 02:09:14 +04:00
fast.cpp Merge pull request #5340 from alalek:ocl_off 2015-11-10 16:53:36 +00:00
feature2d.cpp fixed several test failures; currently 9 out of 73 tests fail 2014-10-17 14:56:58 +04:00
gftt.cpp quickly corrected the previous refactoring of features2d: moved from set(SOME_PROP, val) to setSomeProp(val) 2014-10-18 20:44:26 +04:00
kaze.cpp AKAZE: check channels instead of type in detectAndCompute 2015-11-12 12:48:03 +01:00
keypoint.cpp Merge branch '2.4' 2013-04-05 21:11:59 +04:00
main.cpp IPPInitSingelton was added to contain IPP related global variables; 2015-10-01 09:58:48 +03:00
matchers.cpp Merge pull request #5340 from alalek:ocl_off 2015-11-10 16:53:36 +00:00
mser.cpp it's now true MSER algorithm that works well on binary images too 2015-05-21 05:44:14 +03:00
orb.cpp Merge pull request #5340 from alalek:ocl_off 2015-11-10 16:53:36 +00:00
precomp.hpp BFMatcher 2014-01-22 15:31:26 +04:00