Home
last modified time | relevance | path

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

/external/opencv3/modules/flann/include/opencv2/flann/
Dkmeans_index.h287 , belongs_to(_belongs_to) in KMeansDistanceComputer()
313 if (new_centroid != belongs_to[i]) { in operator()
314 count[belongs_to[i]]--; in operator()
316 belongs_to[i] = new_centroid; in operator()
332 int* belongs_to; variable
758 int* belongs_to = (int*)belongs_to_buf; in computeClustering() local
762 belongs_to[i] = 0; in computeClustering()
766 belongs_to[i] = j; in computeClustering()
770 if (sq_dist>radiuses[belongs_to[i]]) { in computeClustering()
771 radiuses[belongs_to[i]] = sq_dist; in computeClustering()
[all …]