Searched refs:currSol (Results 1 – 1 of 1) sorted by relevance
/external/opencv/cvaux/src/ |
D | cvtrifocal.cpp | 324 int currSol; in icvComputeProjectMatrices6Points() local 325 for( currSol = 0; (currSol < numSol && currSol < maxSol); currSol++ ) in icvComputeProjectMatrices6Points() 329 cvGetSubRect(&resFundReduceCoef, &fundCoefs, cvRect(0,currSol,5,1)); in icvComputeProjectMatrices6Points() 376 cvGetSubRect(projMatrs[currCamera],&tmpSubRes,cvRect(0,currSol*3,4,3)); in icvComputeProjectMatrices6Points() 384 if( currSol < points4D->rows / 4 ) in icvComputeProjectMatrices6Points() 395 cvGetSubRect(points4D,tmpSubRes,cvRect(0,currSol*4,6,4)); in icvComputeProjectMatrices6Points()
|