Searched refs:checkPartialSubsets (Results 1 – 3 of 3) sorted by relevance
79 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);
83 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
86 bool checkPartialSubsets; member in CvModelEstimator295 checkPartialSubsets = true; in CvModelEstimator2()381 if( checkPartialSubsets && (!checkSubset( ms1, i+1 ) || !checkSubset( ms2, i+1 ))) in getSubset()386 if( !checkPartialSubsets && i == modelPoints && in getSubset()