Home
last modified time | relevance | path

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

/external/opencv3/modules/flann/src/
Dminiflann.cpp311 buildIndex_(void*& index, const Mat& data, const IndexParams& params, const Distance& dist = Distan… in buildIndex_() function
328 buildIndex_<Distance, ::cvflann::Index<Distance> >(index, data, params, dist); in buildIndex()