Home
last modified time | relevance | path

Searched refs:checkPartialSubsets (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/modules/calib3d/test/
Dtest_modelest.cpp79 checkPartialSubsets = checkPartialSubset;
95 bool checkPartialSubsets;
117 checkPartialSubsets = (cvtest::randInt(rng) % 2 == 0);
193 …modifiedPointIndex = checkPartialSubsets ? usedPointsCount - 1 : cvtest::randInt(rng) % usedPoints…
226 …heckSubsetResult = modelEstimator.checkSubsetPublic(&_input, usedPointsCount, checkPartialSubsets);
/external/opencv3/modules/calib3d/src/
Dptsetreg.cpp83 checkPartialSubsets = false; in RANSACPointSetRegistrator()
146 if( checkPartialSubsets && !cb->checkSubset( ms1, ms2, i+1 )) in getSubset()
156 if( !checkPartialSubsets && i == modelPoints && !cb->checkSubset(ms1, ms2, i)) in getSubset()
264 bool checkPartialSubsets; member in cv::RANSACPointSetRegistrator
/external/opencv/cv/src/
Dcvfundam.cpp86 bool checkPartialSubsets; member in CvModelEstimator2
95 checkPartialSubsets = true; in CvModelEstimator2()
381 if( checkPartialSubsets && (!checkSubset( ms1, i+1 ) || !checkSubset( ms2, i+1 ))) in getSubset()
386 if( !checkPartialSubsets && i == modelPoints && in getSubset()