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

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

Completed in 52 milliseconds