opencv/modules/flann
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 Deleted all trailing whitespace. 2013-08-21 18:59:24 +04:00
include/opencv2 FlannBasedMatcher(LshIndex) in the feature2d optimization for continuance additional train() 2015-03-14 04:38:07 +09:00
src FlannBasedMatcher(LshIndex) in the feature2d optimization for continuance additional train() 2015-03-14 04:38:07 +09:00
test Deleted almost all of the precomp.cpp files. 2013-08-08 12:43:07 +04:00
CMakeLists.txt Normalized file endings. 2013-08-21 18:59:25 +04:00