Searched defs:dsindices (Results 1 – 1 of 1) sorted by relevance
/external/opencv3/modules/flann/include/opencv2/flann/ |
D | hierarchical_clustering_index.h | 108 …void chooseCentersRandom(int k, int* dsindices, int indices_length, int* centers, int& centers_len… in chooseCentersRandom() 149 …void chooseCentersGonzales(int k, int* dsindices, int indices_length, int* centers, int& centers_l… in chooseCentersGonzales() 200 …void chooseCentersKMeanspp(int k, int* dsindices, int indices_length, int* centers, int& centers_l… in chooseCentersKMeanspp() 286 …void GroupWiseCenterChooser(int k, int* dsindices, int indices_length, int* centers, int& centers_… in GroupWiseCenterChooser() 652 …void computeLabels(int* dsindices, int indices_length, int* centers, int centers_length, int* lab… in computeLabels() 681 … void computeClustering(NodePtr node, int* dsindices, int indices_length, int branching, int level) in computeClustering()
|