Lines Matching refs:numInl
283 unsigned numInl; /* Number of inliers */ member
290 unsigned numInl; /* Number of inliers */ member
603 curr.numInl = 0; in initialize()
606 best.numInl = 0; in initialize()
774 return isBestModelGoodEnough() ? best.numInl : 0; in rhoHest()
993 curr.numInl = 0; in initRun()
996 best.numInl = 0; in initRun()
1412 curr.numInl = 0; in evaluateModelSPRT()
1440 curr.numInl += isInlier; in evaluateModelSPRT()
1468 eval.epsilon = (double)curr.numInl/arg.N; in updateSPRT()
1472 double newDelta = (double)curr.numInl/eval.Ntested; in updateSPRT()
1574 return curr.numInl > best.numInl; in isBestModel()
1592 return best.numInl >= arg.minInl; in isBestModelGoodEnough()
1610 unsigned numInl = curr.numInl; in saveBestModel() local
1614 curr.numInl = best.numInl; in saveBestModel()
1618 best.numInl = numInl; in saveBestModel()
1656 unsigned bestNumInl = best.numInl; in nStarOptimize()
1691 (double)best.numInl/arg.N, in updateBounds()
2073 return best.numInl > (unsigned)SMPL_SIZE; in canRefine()