Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/flann/
H A Dindex_testing.h64 …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 Dcomposite_index.h84 …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 Dlinear_index.h57 … LinearIndex(const Matrix<ElementType>& inputData, const IndexParams& params = LinearIndexParams(),
59 dataset_(inputData), index_params_(params), distance_(d) in dataset_() argument
H A Dautotuned_index.h78 …AutotunedIndex(const Matrix<ElementType>& inputData, const IndexParams& params = AutotunedIndexPar…
79 dataset_(inputData), distance_(d) in dataset_() argument
H A Dkdtree_index.h84 … KDTreeIndex(const Matrix<ElementType>& inputData, const IndexParams& params = KDTreeIndexParams(),
86 dataset_(inputData), index_params_(params), distance_(d) in dataset_() argument
H A Dhierarchical_clustering_index.h357 …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 Dkdtree_single_index.h84 …KDTreeSingleIndex(const Matrix<ElementType>& inputData, const IndexParams& params = KDTreeSingleIn…
86 dataset_(inputData), index_params_(params), distance_(d) in dataset_() argument
H A Dkmeans_index.h346 … KMeansIndex(const Matrix<ElementType>& inputData, const IndexParams& params = KMeansIndexParams(),
348 : dataset_(inputData), index_params_(params), root_(NULL), indices_(NULL), distance_(d) in dataset_() argument