Searched refs:AutotunedIndexParams (Results 1 – 4 of 4) sorted by relevance
95 struct CV_EXPORTS AutotunedIndexParams : public IndexParams struct97 AutotunedIndexParams(float target_precision = 0.8f, float build_weight = 0.01f,
52 struct AutotunedIndexParams : public IndexParams struct54 …AutotunedIndexParams(float target_precision = 0.8, float build_weight = 0.01, float memory_weight …76 …const Matrix<ElementType>& inputData, const IndexParams& params = AutotunedIndexParams(), Distance…
290 virtual void createModel( const Mat& data ) { createIndex( data, AutotunedIndexParams() ); } in createModel()
229 AutotunedIndexParams::AutotunedIndexParams(float target_precision, float build_weight, in AutotunedIndexParams() function in cv::flann::AutotunedIndexParams