Home
last modified time | relevance | path

Searched refs:maxGoodCount (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/calib3d/src/
Dptsetreg.cpp173 int count = m1.checkVector(d1), count2 = m2.checkVector(d2), maxGoodCount = 0; in run() local
232 if( goodCount > MAX(maxGoodCount, modelPoints-1) ) in run()
236 maxGoodCount = goodCount; in run()
242 if( maxGoodCount > 0 ) in run()
/external/opencv/cv/src/
Dcvfundam.cpp176 int count = m1->rows*m1->cols, maxGoodCount = 0; in runRANSAC() local
221 if( goodCount > MAX(maxGoodCount, modelPoints-1) ) in runRANSAC()
225 maxGoodCount = goodCount; in runRANSAC()
232 if( maxGoodCount > 0 ) in runRANSAC()