Home
last modified time | relevance | path

Searched refs:memory_weight (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/modules/flann/include/opencv2/flann/
Dminiflann.hpp98 float memory_weight = 0, float sample_fraction = 0.1f);
Dautotuned_index.h54 …Params(float target_precision = 0.8, float build_weight = 0.01, float memory_weight = 0, float sam…
62 (*this)["memory_weight"] = memory_weight;
/external/opencv3/modules/flann/src/
Dminiflann.cpp230 float memory_weight, float sample_fraction) in AutotunedIndexParams() argument
239 p["memory_weight"] = memory_weight; in AutotunedIndexParams()