#include <opencv2/flann/kmeans_index.h>
§ KMeansDistanceComputer()
template<typename Distance>
cvflann::KMeansIndex< Distance >::KMeansDistanceComputer::KMeansDistanceComputer |
( |
Distance |
_distance, |
|
|
const Matrix< ElementType > & |
_dataset, |
|
|
const int |
_branching, |
|
|
const int * |
_indices, |
|
|
const Matrix< double > & |
_dcenters, |
|
|
const size_t |
_veclen, |
|
|
std::vector< int > & |
_new_centroids, |
|
|
std::vector< DistanceType > & |
_sq_dists |
|
) |
| |
|
inline |
§ operator()()
template<typename Distance>
The documentation for this class was generated from the following file: