Home
last modified time | relevance | path

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

/external/opencv3/modules/calib3d/src/
Drho.cpp271 double phEndFpI; /* Phase floating-point End Iteration */ member
983 ctrl.phEndFpI = sacInitPEndFpI(arg.rConvg, arg.N, SMPL_SIZE); in initRun()
1153 next = (ctrl.phEndFpI * ctrl.phNum)/(ctrl.phNum - SMPL_SIZE); in PROSACGoToNextPhase()
1154 ctrl.phEndI += (unsigned)ceil(next - ctrl.phEndFpI); in PROSACGoToNextPhase()
1155 ctrl.phEndFpI = next; in PROSACGoToNextPhase()