HomeSort by relevance Sort by last modified time
    Searched refs:maxGoodCount (Results 1 - 2 of 2) sorted by null

  /external/opencv3/modules/calib3d/src/
ptsetreg.cpp 173 int count = m1.checkVector(d1), count2 = m2.checkVector(d2), maxGoodCount = 0;
232 if( goodCount > MAX(maxGoodCount, modelPoints-1) )
236 maxGoodCount = goodCount;
242 if( maxGoodCount > 0 )
  /external/opencv/cv/src/
cvfundam.cpp 176 int count = m1->rows*m1->cols, maxGoodCount = 0;
221 if( goodCount > MAX(maxGoodCount, modelPoints-1) )
225 maxGoodCount = goodCount;
232 if( maxGoodCount > 0 )
    [all...]

Completed in 87 milliseconds