Home
last modified time | relevance | path

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

/external/opencv/cvaux/src/
Dcvtrifocal.cpp184 int numSol = 0; in icvComputeProjectMatrices6Points() local
319 numSol = GetGoodReduceFundamMatrFromTwo(&fundReduceCoef1, &fundReduceCoef2,&resFundReduceCoef); in icvComputeProjectMatrices6Points()
325 for( currSol = 0; (currSol < numSol && currSol < maxSol); currSol++ ) in icvComputeProjectMatrices6Points()
404 return numSol; in icvComputeProjectMatrices6Points()