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

  /external/opencv3/modules/flann/include/opencv2/flann/
miniflann.hpp 95 struct CV_EXPORTS AutotunedIndexParams : public IndexParams
97 AutotunedIndexParams(float target_precision = 0.8f, float build_weight = 0.01f,
autotuned_index.h 52 struct AutotunedIndexParams : public IndexParams
54 AutotunedIndexParams(float target_precision = 0.8, float build_weight = 0.01, float memory_weight = 0, float sample_fraction = 0.1)
76 AutotunedIndex(const Matrix<ElementType>& inputData, const IndexParams& params = AutotunedIndexParams(), Distance d = Distance()) :
  /external/opencv3/modules/features2d/test/
test_nearestneighbors.cpp 290 virtual void createModel( const Mat& data ) { createIndex( data, AutotunedIndexParams() ); }
311 //case 2: createIndex( data, AutotunedIndexParams() ); break; // possible linear index !
  /external/opencv3/modules/flann/src/
miniflann.cpp 229 AutotunedIndexParams::AutotunedIndexParams(float target_precision, float build_weight,

Completed in 44 milliseconds