Home
last modified time | relevance | path

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

/external/opencv3/modules/features2d/perf/opencl/
Dperf_brute_force_matcher.cpp97 vector<DMatch> & matches0 = matches[0], & matches1 = matches[1]; variable
99 SANITY_CHECK_MATCHES(matches1, 1e-3);
121 vector<DMatch> & matches0 = matches[0], & matches1 = matches[1]; variable
123 SANITY_CHECK_MATCHES(matches1, 1e-3);
/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() argument
61 matchIterator1 = matches1.begin(); matchIterator1 != matches1.end(); ++matchIterator1) in symmetryTest()
DRobustMatcher.h56 void symmetryTest( const std::vector<std::vector<cv::DMatch> >& matches1,
/external/llvm/test/Analysis/Lint/
Dcppeh-catch-intrinsics-clean.ll82 %matches1 = icmp eq i32 %sel2, 0
83 br i1 %matches1, label %invoke.cont2, label %invoke.cont3