OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:checkpartialsubsets
(Results
1 - 3
of
3
) sorted by null
/external/opencv3/modules/calib3d/test/
test_modelest.cpp
79
checkPartialSubsets
= checkPartialSubset;
95
bool
checkPartialSubsets
;
117
checkPartialSubsets
= (cvtest::randInt(rng) % 2 == 0);
193
modifiedPointIndex =
checkPartialSubsets
? usedPointsCount - 1 : cvtest::randInt(rng) % usedPointsCount;
226
checkSubsetResult = modelEstimator.checkSubsetPublic(&_input, usedPointsCount,
checkPartialSubsets
);
/external/opencv3/modules/calib3d/src/
ptsetreg.cpp
83
checkPartialSubsets
= false;
146
if(
checkPartialSubsets
&& !cb->checkSubset( ms1, ms2, i+1 ))
156
if( !
checkPartialSubsets
&& i == modelPoints && !cb->checkSubset(ms1, ms2, i))
264
bool
checkPartialSubsets
;
/external/opencv/cv/src/
cvfundam.cpp
86
bool
checkPartialSubsets
;
95
checkPartialSubsets
= true;
381
if(
checkPartialSubsets
&& (!checkSubset( ms1, i+1 ) || !checkSubset( ms2, i+1 )))
386
if( !
checkPartialSubsets
&& i == modelPoints &&
[
all
...]
Completed in 1843 milliseconds