Home
last modified time | relevance | path

Searched defs:matches1 (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/features2d/perf/opencl/
Dperf_brute_force_matcher.cpp97 vector<DMatch> & matches0 = matches[0], & matches1 = matches[1]; variable
121 vector<DMatch> & matches0 = matches[0], & matches1 = matches[1]; variable
/external/opencv3/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/
DRobustMatcher.cpp54 void RobustMatcher::symmetryTest( const std::vector<std::vector<cv::DMatch> >& matches1, in symmetryTest()