Home
last modified time | relevance | path

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

/external/opencv3/modules/features2d/src/
Devaluation.cpp392 … const std::vector<KeyPoint>& _keypoints1, const std::vector<KeyPoint>& _keypoints2, in calculateRepeatability() argument
398 EllipticKeyPoint::convert( _keypoints2, keypoints2 ); in calculateRepeatability()
455 … std::vector<KeyPoint>* _keypoints1, std::vector<KeyPoint>* _keypoints2, in evaluateFeatureDetector() argument
462 keypoints2 = _keypoints2 != 0 ? _keypoints2 : &buf2; in evaluateFeatureDetector()