Home
last modified time | relevance | path

Searched refs:_keypoints1 (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
397 EllipticKeyPoint::convert( _keypoints1, keypoints1 ); in calculateRepeatability()
455 … std::vector<KeyPoint>* _keypoints1, std::vector<KeyPoint>* _keypoints2, in evaluateFeatureDetector() argument
461 keypoints1 = _keypoints1 != 0 ? _keypoints1 : &buf1; in evaluateFeatureDetector()