| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/flann/ |
| H A D | index_testing.h | 64 …ype computeDistanceRaport(const Matrix<typename Distance::ElementType>& inputData, typename Distan… in computeDistanceRaport() argument 71 DistanceType den = distance(inputData[groundTruth[i]], target, veclen); in computeDistanceRaport() 72 DistanceType num = distance(inputData[neighbors[i]], target, veclen); in computeDistanceRaport() 86 …ith_ground_truth(NNIndex<Distance>& index, const Matrix<typename Distance::ElementType>& inputData, in search_with_ground_truth() argument 119 …distR += computeDistanceRaport<Distance>(inputData, testData[i], neighbors, matches[i], (int)testD… in search_with_ground_truth() 137 …est_index_checks(NNIndex<Distance>& index, const Matrix<typename Distance::ElementType>& inputData, 148 …precision = search_with_ground_truth(index, inputData, testData, matches, nn, checks, time, dist, … 154 …_index_precision(NNIndex<Distance>& index, const Matrix<typename Distance::ElementType>& inputData, 171 …p2 = search_with_ground_truth(index, inputData, testData, matches, nn, c2, time, dist, distance, s… 183 …p2 = search_with_ground_truth(index, inputData, testData, matches, nn, c2, time, dist, distance, s… [all …]
|
| H A D | composite_index.h | 84 …CompositeIndex(const Matrix<ElementType>& inputData, const IndexParams& params = CompositeIndexPar… 87 kdtree_index_ = new KDTreeIndex<Distance>(inputData, params, d); in index_params_() 88 kmeans_index_ = new KMeansIndex<Distance>(inputData, params, d); in index_params_()
|
| H A D | linear_index.h | 57 … LinearIndex(const Matrix<ElementType>& inputData, const IndexParams& params = LinearIndexParams(), 59 dataset_(inputData), index_params_(params), distance_(d) in dataset_() argument
|
| H A D | autotuned_index.h | 78 …AutotunedIndex(const Matrix<ElementType>& inputData, const IndexParams& params = AutotunedIndexPar… 79 dataset_(inputData), distance_(d) in dataset_() argument
|
| H A D | kdtree_index.h | 84 … KDTreeIndex(const Matrix<ElementType>& inputData, const IndexParams& params = KDTreeIndexParams(), 86 dataset_(inputData), index_params_(params), distance_(d) in dataset_() argument
|
| H A D | hierarchical_clustering_index.h | 357 …HierarchicalClusteringIndex(const Matrix<ElementType>& inputData, const IndexParams& index_params … 359 : dataset(inputData), params(index_params), root(NULL), indices(NULL), distance(d) in dataset() argument
|
| H A D | kdtree_single_index.h | 84 …KDTreeSingleIndex(const Matrix<ElementType>& inputData, const IndexParams& params = KDTreeSingleIn… 86 dataset_(inputData), index_params_(params), distance_(d) in dataset_() argument
|
| H A D | kmeans_index.h | 346 … KMeansIndex(const Matrix<ElementType>& inputData, const IndexParams& params = KMeansIndexParams(), 348 : dataset_(inputData), index_params_(params), root_(NULL), indices_(NULL), distance_(d) in dataset_() argument
|