Searched defs:_trainIdx (Results 1 – 2 of 2) 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/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()
|