Home
last modified time | relevance | path

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

/external/opencv3/modules/calib3d/src/
Drho.cpp283 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()
[all …]