Searched defs:flann (Results 1 - 3 of 3) sorted by relevance

/external/opencv3/modules/flann/include/opencv2/flann/
H A Dminiflann.hpp47 #include "opencv2/flann/defines.h"
52 namespace flann namespace in namespace:cv
156 } } // namespace cv::flann
/external/opencv3/modules/flann/include/opencv2/
H A Dflann.hpp47 #include "opencv2/flann/miniflann.hpp"
48 #include "opencv2/flann/flann_base.hpp"
51 @defgroup flann Clustering and Search in Multi-Dimensional Spaces
68 namespace flann namespace in namespace:cv
72 //! @addtogroup flann
85 // bring the flann parameters into this namespace
89 // bring the flann distances into this namespace
243 printf("[WARNING] You are using cv::flann::Index (or cv::flann::GenericIndex) and have also changed "\
245 "(cv::flann
[all...]
/external/opencv3/modules/flann/src/
H A Dminiflann.cpp5 static cvflann::IndexParams& get_params(const cv::flann::IndexParams& p)
10 cv::flann::IndexParams::~IndexParams()
18 namespace flann namespace in namespace:cv

Completed in 82 milliseconds