opencv/modules
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
..
androidcamera Android camera qcom HAL doesn't like it when no consumer usage bits are set. Set a usage bit for preview BufferQueue. 2014-05-01 16:03:39 +03:00
calib3d Merge pull request #3756 from eliteraspberries:cast-double 2015-03-02 10:52:28 +00:00
contrib Fix iOS warnings about implicit conversion precision by changing double literals to float ones 2015-02-13 00:51:03 +00:00
core Merge pull request #3754 from eliteraspberries:unsigned-mask 2015-03-02 11:34:43 +00:00
dynamicuda fix GpuMat::setTo implementation 2015-02-27 16:28:06 +03:00
features2d FlannBasedMatcher(LshIndex) in the feature2d optimization for continuance additional train() 2015-03-14 04:38:07 +09:00
flann FlannBasedMatcher(LshIndex) in the feature2d optimization for continuance additional train() 2015-03-14 04:38:07 +09:00
gpu Merge pull request #3756 from eliteraspberries:cast-double 2015-03-02 10:52:28 +00:00
highgui fix bug 3714 2.4 branch 2015-02-20 12:39:31 +01:00
imgproc Merge pull request #3754 from eliteraspberries:unsigned-mask 2015-03-02 11:34:43 +00:00
java Merge pull request #3726 from asmorkalov:ocv_version_inc4 2015-02-20 16:11:58 +00:00
legacy Fix tautologies in calibfilter.cpp which cause a build failure when using -Werror=address with clang-3.5 2014-12-05 10:22:11 -08:00
ml Fixed memory leak in ML module 2014-12-30 15:20:24 +03:00
nonfree Fixed iOS framework compilation warnings 2014-10-27 15:28:21 +03:00
objdetect Some changes to make migration to 3.0 easier 2014-12-16 13:00:31 +03:00
ocl ocl: Move static oclMat variables into FarnebackOpticalFlow class 2014-11-13 11:16:10 -05:00
photo Some changes to make migration to 3.0 easier 2014-12-16 13:00:31 +03:00
python Cast a long integer to double explicitly. 2015-02-24 17:04:28 -05:00
stitching Some changes to make migration to 3.0 easier 2014-12-16 13:00:31 +03:00
superres Some changes to make migration to 3.0 easier 2014-12-16 13:00:31 +03:00
ts Added OpenCV 3.0 compat header for TS module. 2015-01-18 21:32:19 +03:00
video Merge pull request #3534 from taka-no-me:build_fixes 2014-12-26 14:34:13 +00:00
videostab Some changes to make migration to 3.0 easier 2014-12-16 13:00:31 +03:00
viz Some changes to make migration to 3.0 easier 2014-12-16 13:00:31 +03:00
world fix for compiling 2.4 opencv with xcode 5.1 2014-04-18 13:42:47 +02:00
CMakeLists.txt Add support for adding custom OpenCV modules. 2013-06-05 18:10:44 +04:00
refman.rst.in Made reference manual table of contents autogenerated 2012-05-30 14:06:47 +00:00