upgraded to FLANN 1.6. Added miniflann interface, which is now used in the rest of...
authorVadim Pisarevsky <no@email>
Wed, 13 Jul 2011 23:04:39 +0000 (23:04 +0000)
committerVadim Pisarevsky <no@email>
Wed, 13 Jul 2011 23:04:39 +0000 (23:04 +0000)
commit562914e33bea921a0a235fbf2b6bba6830644e16
tree63d1ffda570c6f8842d8b6632bdb5e80e0eedb41
parent4e42bf6308c60ed5412afb6f7267ee9d81a85e98
upgraded to FLANN 1.6. Added miniflann interface, which is now used in the rest of OpenCV. Added Python bindings for FLANN.
48 files changed:
modules/features2d/include/opencv2/features2d/features2d.hpp
modules/features2d/src/matchers.cpp
modules/features2d/test/test_nearestneighbors.cpp
modules/flann/include/opencv2/flann/all_indices.h
modules/flann/include/opencv2/flann/allocator.h
modules/flann/include/opencv2/flann/any.h [new file with mode: 0644]
modules/flann/include/opencv2/flann/autotuned_index.h
modules/flann/include/opencv2/flann/composite_index.h
modules/flann/include/opencv2/flann/config.h [new file with mode: 0644]
modules/flann/include/opencv2/flann/defines.h [new file with mode: 0644]
modules/flann/include/opencv2/flann/dist.h
modules/flann/include/opencv2/flann/dummy.h [new file with mode: 0644]
modules/flann/include/opencv2/flann/dynamic_bitset.h [new file with mode: 0644]
modules/flann/include/opencv2/flann/flann.hpp
modules/flann/include/opencv2/flann/flann_base.hpp
modules/flann/include/opencv2/flann/general.h
modules/flann/include/opencv2/flann/ground_truth.h
modules/flann/include/opencv2/flann/hdf5.h
modules/flann/include/opencv2/flann/heap.h
modules/flann/include/opencv2/flann/hierarchical_clustering_index.h [new file with mode: 0644]
modules/flann/include/opencv2/flann/index_testing.h
modules/flann/include/opencv2/flann/kdtree_index.h
modules/flann/include/opencv2/flann/kdtree_single_index.h [new file with mode: 0644]
modules/flann/include/opencv2/flann/kmeans_index.h
modules/flann/include/opencv2/flann/linear_index.h
modules/flann/include/opencv2/flann/logger.h
modules/flann/include/opencv2/flann/lsh_index.h [new file with mode: 0644]
modules/flann/include/opencv2/flann/lsh_table.h [new file with mode: 0644]
modules/flann/include/opencv2/flann/matrix.h
modules/flann/include/opencv2/flann/miniflann.hpp [new file with mode: 0644]
modules/flann/include/opencv2/flann/nn_index.h
modules/flann/include/opencv2/flann/object_factory.h
modules/flann/include/opencv2/flann/params.h [new file with mode: 0644]
modules/flann/include/opencv2/flann/random.h
modules/flann/include/opencv2/flann/result_set.h
modules/flann/include/opencv2/flann/sampling.h
modules/flann/include/opencv2/flann/saving.h
modules/flann/include/opencv2/flann/simplex_downhill.h
modules/flann/include/opencv2/flann/timer.h
modules/flann/src/flann.cpp
modules/flann/src/miniflann.cpp [new file with mode: 0644]
modules/flann/src/precomp.hpp
modules/python/CMakeLists.txt
modules/python/src2/cv2.cpp
modules/python/src2/gen2.py
modules/python/src2/hdr_parser.py
samples/cpp/fback.cpp
samples/cpp/image.cpp