Searched refs:SAMPLE_MEAN (Results 1 - 1 of 1) sorted by relevance

/external/opencv3/modules/flann/include/opencv2/flann/
H A Dkdtree_index.h311 /* Compute mean values. Only the first SAMPLE_MEAN values need to be
314 int cnt = std::min((int)SAMPLE_MEAN+1, count);
559 * To improve efficiency, only SAMPLE_MEAN random values are used to
563 SAMPLE_MEAN = 100, enumerator in enum:cvflann::KDTreeIndex::__anon15521

Completed in 46 milliseconds