Home
last modified time | relevance | path

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

/external/opencv3/modules/calib3d/src/
Drho.cpp77 const int SMPL_SIZE = 4; /* 4 points required per model */ variable
791 size_t ctrl_smpl_sz = SMPL_SIZE*sizeof(*ctrl.smpl); in allocatePerObj()
792 size_t curr_pkdPts_sz = SMPL_SIZE*2*2*sizeof(*curr.pkdPts); in allocatePerObj()
924 if(arg.N < (unsigned)SMPL_SIZE){ in initRun()
937 arg.minInl = arg.minInl < (unsigned)SMPL_SIZE ? SMPL_SIZE : arg.minInl; in initRun()
981 ctrl.phNum = SMPL_SIZE; in initRun()
983 ctrl.phEndFpI = sacInitPEndFpI(arg.rConvg, arg.N, SMPL_SIZE); in initRun()
1153 next = (ctrl.phEndFpI * ctrl.phNum)/(ctrl.phNum - SMPL_SIZE); in PROSACGoToNextPhase()
1629 unsigned n = SMPL_SIZE+1 > start ? SMPL_SIZE+1 : start; in sacInitNonRand()
1635 unsigned i_min = (unsigned)ceil(SMPL_SIZE + mu + sigma); in sacInitNonRand()
[all …]