HomeSort by relevance Sort by last modified time
    Searched refs:LshIndexParams (Results 1 - 5 of 5) sorted by null

  /external/opencv3/modules/flann/include/opencv2/flann/
miniflann.hpp 113 struct CV_EXPORTS LshIndexParams : public IndexParams
115 LshIndexParams(int table_number, int key_size, int multi_probe_level);
lsh_index.h 57 struct LshIndexParams : public IndexParams
59 LshIndexParams(unsigned int table_number = 12, unsigned int key_size = 20, unsigned int multi_probe_level = 2)
89 LshIndex(const Matrix<ElementType>& input_data, const IndexParams& params = LshIndexParams(),
  /external/opencv3/modules/flann/test/
test_lshtable_badarg.cpp 59 flann::LshIndexParams indexParams(table_number, key_size, multi_probe_level);
  /external/opencv3/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/
main_detection.cpp 131 Ptr<flann::IndexParams> indexParams = makePtr<flann::LshIndexParams>(6, 12, 1); // instantiate LSH index parameters
  /external/opencv3/modules/flann/src/
miniflann.cpp 276 LshIndexParams::LshIndexParams(int table_number, int key_size, int multi_probe_level)

Completed in 1324 milliseconds