RHO               386 modules/calib3d/src/fundam.cpp     else if( method == RHO )
RHO               391 modules/calib3d/src/fundam.cpp     if( result && npoints > 4 && method != RHO)
RHO                68 modules/calib3d/test/test_homography.cpp int METHOD[METHODS_COUNT] = {0, cv::RANSAC, cv::LMEDS, cv::RHO};
RHO               147 modules/calib3d/test/test_homography.cpp     cout << "Method: "; if (_method == 0) cout << 0; else if (_method == 8) cout << "RANSAC"; else if (_method == cv::RHO) cout << "RHO"; else cout << "LMEDS"; cout << endl;
RHO               159 modules/calib3d/test/test_homography.cpp     cout << "Method: "; if (_method == 0) cout << 0; else if (_method == 8) cout << "RANSAC"; else if (_method == cv::RHO) cout << "RHO"; else cout << "LMEDS"; cout << endl;
RHO               175 modules/calib3d/test/test_homography.cpp     cout << "Method: "; if (_method == RANSAC) cout << "RANSAC" << endl; else if (_method == cv::RHO) cout << "RHO" << endl; else cout << _method << endl;
RHO               211 modules/calib3d/test/test_homography.cpp     cout << "Method: "; if (_method == RANSAC) cout << "RANSAC" << endl; else if (_method == cv::RHO) cout << "RHO" << endl; else cout << _method << endl;
RHO               224 modules/calib3d/test/test_homography.cpp     cout << "Method: "; if (_method == RANSAC) cout << "RANSAC" << endl; else if (_method == cv::RHO) cout << "RHO" << endl; else cout << _method << endl;
RHO               237 modules/calib3d/test/test_homography.cpp     cout << "Method: "; if (_method == RANSAC) cout << "RANSAC" << endl; else if (_method == cv::RHO) cout << "RHO" << endl; else cout << _method << endl;
RHO               342 modules/calib3d/test/test_homography.cpp             case cv::RHO:
RHO               470 modules/calib3d/test/test_homography.cpp             case cv::RHO:
RHO               692 modules/calib3d/test/test_homography.cpp         H1 = findHomography( pointframe1, pointframe2, RHO, 3.0, inliers1 );