Searched refs:was_found (Results 1 – 3 of 3) sorted by relevance
76 bool was_found; member in CV_ChessboardDetectorBadArgTest88 (int)corners.size(), was_found); in run_func()98 drawCorners = was_found = false; in CV_ChessboardDetectorBadArgTest()142 was_found = true; in run()
54 …oints( const Mat& gray, const Mat& u, const vector<Point2f>& v, Size pattern_size, bool was_found ) in show_points() argument72 drawChessboardCorners( rgb, pattern_size, corners, was_found ); in show_points()
316 bool was_found = !found_ && node->position() == position_; in VisitCall() local317 if (was_found) { in VisitCall()327 if (!was_found) Print("(...)"); in VisitCall()329 if (was_found) done_ = true; in VisitCall()334 bool was_found = !found_ && node->position() == position_; in VisitCallNew() local335 if (was_found) { in VisitCallNew()344 Find(node->expression(), was_found); in VisitCallNew()346 if (was_found) done_ = true; in VisitCallNew()