opencv/modules/features2d
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
..
doc add extra to FeatureDetector docs 2014-12-15 11:31:18 +01:00
include/opencv2 Some changes to make migration to 3.0 easier 2014-12-16 13:00:31 +03:00
perf Normalized file endings. 2013-08-21 18:59:25 +04:00
src FlannBasedMatcher(LshIndex) in the feature2d optimization for continuance additional train() 2015-03-14 04:38:07 +09:00
test regression test for bug 3172 2014-09-19 14:47:43 +04:00
CMakeLists.txt Normalized file endings. 2013-08-21 18:59:25 +04:00