opencv/modules/features2d/src
ippei ito cd42e38013 FlannBasedMatcher(LshIndex) in the feature2d optimization for continuance additional train()
Current implementation of miniflann is releasing the trained index, and
rebuilding the index from the beginning.
But, some indexing algorithms like the LSH are able to add the indexing
data after that.
This branch is implementation of that optimization for LshIndex
FlannBasedMatcher in the feature2d.
2015-03-14 04:38:07 +09:00
..
bagofwords.cpp Deleted all trailing whitespace. 2013-08-21 18:59:24 +04:00
blobdetector.cpp Fixing errors 2014-09-22 22:12:27 +02:00
brief.cpp Warning fixes continued 2012-06-09 15:00:04 +00:00
brisk.cpp Fixed issue 3130 (http://code.opencv.org/issues/3130), where one argument of the BRISK-call was ignored. Previously it was not possible to use BRISK without creating descriptors. 2013-07-04 16:36:29 +12:00
descriptors.cpp compute method for Feature2D 2013-07-25 16:22:31 +04:00
detectors.cpp Replaced most of the usages of parallel_for with that of parallel_for_. 2013-05-31 12:22:04 +04:00
draw.cpp Fixes #3910, flags in _prepareImgAndDrawKeypoints are now binary OR'ed instead of added. 2014-10-07 09:40:56 +02:00
dynamic.cpp lot's of changes; nonfree & photo modules added; SIFT & SURF -> nonfree module; Inpainting -> photo; refactored features2d (ORB is still failing tests), optimized brute-force matcher and made it non-template. 2012-03-15 14:36:01 +00:00
evaluation.cpp typos 2014-03-04 12:47:40 +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 Use Tegra version of cv::FAST 2012-11-02 13:16:16 +04:00
features2d_init.cpp deleted extra semicolons 2014-01-07 02:52:30 +04:00
freak.cpp Fixed iOS framework compilation warnings 2014-10-27 15:28:21 +03:00
generated_16.i added COVAR_ and SORT_ enums to core.hpp; fixed many, many VS2005, VS2010 and MinGW (GCC 4.5.2) warnings 2011-07-19 12:27:07 +00:00
generated_32.i added COVAR_ and SORT_ enums to core.hpp; fixed many, many VS2005, VS2010 and MinGW (GCC 4.5.2) warnings 2011-07-19 12:27:07 +00:00
generated_64.i added COVAR_ and SORT_ enums to core.hpp; fixed many, many VS2005, VS2010 and MinGW (GCC 4.5.2) warnings 2011-07-19 12:27:07 +00:00
keypoint.cpp fixed condition in KeyPointsFilter::retainBest 2013-04-01 11:53:43 +04:00
matchers.cpp FlannBasedMatcher(LshIndex) in the feature2d optimization for continuance additional train() 2015-03-14 04:38:07 +09:00
mser.cpp Fixed iOS framework compilation warnings 2014-10-27 15:28:21 +03:00
orb.cpp Fixed iOS framework compilation warnings 2014-10-27 15:28:21 +03:00
precomp.hpp Remove HAVE_CVCONFIG_H - it's always defined. 2013-07-10 16:02:07 +04:00
stardetector.cpp Warning fixes continued 2012-06-09 15:00:04 +00:00