Searched refs:maxSol (Results 1 – 1 of 1) sorted by relevance
321 int maxSol; in icvComputeProjectMatrices6Points() local322 maxSol = projMatrs[0]->rows / 3; in icvComputeProjectMatrices6Points()325 for( currSol = 0; (currSol < numSol && currSol < maxSol); currSol++ ) in icvComputeProjectMatrices6Points()