HomeSort by relevance Sort by last modified time
    Searched full:currsol (Results 1 - 1 of 1) sorted by null

  /external/opencv/cvaux/src/
cvtrifocal.cpp 324 int currSol;
325 for( currSol = 0; (currSol < numSol && currSol < maxSol); currSol++ )
329 cvGetSubRect(&resFundReduceCoef, &fundCoefs, cvRect(0,currSol,5,1));
376 cvGetSubRect(projMatrs[currCamera],&tmpSubRes,cvRect(0,currSol*3,4,3));
384 if( currSol < points4D->rows / 4 )
395 cvGetSubRect(points4D,tmpSubRes,cvRect(0,currSol*4,6,4));
    [all...]

Completed in 39 milliseconds