Searched refs:maxGoodPoints (Results 1 – 1 of 1) sorted by relevance
/external/opencv/cvaux/src/ |
D | cvtrifocal.cpp | 891 int maxGoodPoints = 0; in icvComputeProjectMatricesNPoints() local 987 if( numGoodPoints > maxGoodPoints ) in icvComputeProjectMatricesNPoints() 994 maxGoodPoints = numGoodPoints; in icvComputeProjectMatricesNPoints() 1019 maxGoodPoints, in icvComputeProjectMatricesNPoints() 1028 if( maxGoodPoints < 6 ) in icvComputeProjectMatricesNPoints() 1058 sprintf(str2,"test good num=%d\nmaxGoodPoints=%d",testNumber,maxGoodPoints); in icvComputeProjectMatricesNPoints() 1062 gPresPoints = cvCreateMat(1,maxGoodPoints,CV_64F); in icvComputeProjectMatricesNPoints() 1063 for( i = 0; i < maxGoodPoints; i++) in icvComputeProjectMatricesNPoints() 1082 resPoints4D = cvCreateMat(4,maxGoodPoints,CV_64F); in icvComputeProjectMatricesNPoints() 1158 sprintf(str,"Was num = %d\nNew num=%d",maxGoodPoints,finalGoodPoints); in icvComputeProjectMatricesNPoints() [all …]
|