Searched defs:_distance (Results 1 – 3 of 3) sorted by relevance
/external/opencv3/modules/core/misc/java/src/java/ |
D | core+DMatch.java | 33 public DMatch(int _queryIdx, int _trainIdx, float _distance) { in DMatch() 41 public DMatch(int _queryIdx, int _trainIdx, int _imgIdx, float _distance) { in DMatch()
|
/external/opencv3/modules/flann/include/opencv2/flann/ |
D | kmeans_index.h | 277 KMeansDistanceComputer(Distance _distance, const Matrix<ElementType>& _dataset, in KMeansDistanceComputer()
|
/external/opencv3/modules/core/include/opencv2/core/ |
D | types.hpp | 2199 DMatch::DMatch(int _queryIdx, int _trainIdx, float _distance) in DMatch() 2203 DMatch::DMatch(int _queryIdx, int _trainIdx, int _imgIdx, float _distance) in DMatch()
|