Home
last modified time | relevance | path

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

/external/opencv3/modules/flann/include/opencv2/flann/
Dautotuned_index.h103 bestParams_ = estimateBuildParams(); in buildIndex()
104 print_params(bestParams_, stream); in buildIndex()
110 bestIndex_ = create_index_by_type(dataset_, bestParams_, distance_); in buildIndex()
538 bestParams_["cb_index"] = cb_index; in estimateSearchParams()
559 IndexParams bestParams_; variable