Searched refs:maxGoodCount (Results 1 – 2 of 2) sorted by relevance
173 int count = m1.checkVector(d1), count2 = m2.checkVector(d2), maxGoodCount = 0; in run() local232 if( goodCount > MAX(maxGoodCount, modelPoints-1) ) in run()236 maxGoodCount = goodCount; in run()242 if( maxGoodCount > 0 ) in run()
176 int count = m1->rows*m1->cols, maxGoodCount = 0; in runRANSAC() local221 if( goodCount > MAX(maxGoodCount, modelPoints-1) ) in runRANSAC()225 maxGoodCount = goodCount; in runRANSAC()232 if( maxGoodCount > 0 ) in runRANSAC()