Searched refs:matches1 (Results 1 – 4 of 4) sorted by relevance
97 vector<DMatch> & matches0 = matches[0], & matches1 = matches[1]; variable99 SANITY_CHECK_MATCHES(matches1, 1e-3);121 vector<DMatch> & matches0 = matches[0], & matches1 = matches[1]; variable123 SANITY_CHECK_MATCHES(matches1, 1e-3);
54 void RobustMatcher::symmetryTest( const std::vector<std::vector<cv::DMatch> >& matches1, in symmetryTest() argument61 matchIterator1 = matches1.begin(); matchIterator1 != matches1.end(); ++matchIterator1) in symmetryTest()
56 void symmetryTest( const std::vector<std::vector<cv::DMatch> >& matches1,
82 %matches1 = icmp eq i32 %sel2, 083 br i1 %matches1, label %invoke.cont2, label %invoke.cont3