Searched defs:inputData (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/flann/ |
| H A D | index_testing.h | 64 …ename Distance::ResultType computeDistanceRaport(const Matrix<typename Distance::ElementType>& inp… in computeDistanceRaport() 86 …arch_with_ground_truth(NNIndex<Distance>& index, const Matrix<typename Distance::ElementType>& inp… in search_with_ground_truth()
|
| H A D | linear_index.h | 59 dataset_(inputData), index_params_(params), distance_(d) in dataset_() argument
|
| H A D | autotuned_index.h | 79 dataset_(inputData), distance_(d) in dataset_() argument
|
| H A D | kdtree_index.h | 86 dataset_(inputData), index_params_(params), distance_(d) in dataset_() argument
|
| H A D | hierarchical_clustering_index.h | 359 : dataset(inputData), params(index_params), root(NULL), indices(NULL), distance(d) in dataset() argument
|
| H A D | kdtree_single_index.h | 86 dataset_(inputData), index_params_(params), distance_(d) in dataset_() argument
|
| H A D | kmeans_index.h | 348 : dataset_(inputData), index_params_(params), root_(NULL), indices_(NULL), distance_(d) in dataset_() argument
|