Lines Matching refs:cols
109 for(j=0;j<matrix->cols;j++) in fprintMatrix()
138 numPoints = points->cols; in icvNormalizePoints()
139 if( numPoints <= 0 || numPoints != normPoints->cols ) in icvNormalizePoints()
149 if(cameraMatr->rows != 3 || cameraMatr->cols != 3) in icvNormalizePoints()
202 …if( (points1->cols != points2->cols) || (points1->cols != points3->cols) || (points1->cols != 6) /… in icvComputeProjectMatrices6Points()
212 if( projMatr1->cols != 4 || projMatr2->cols != 4 || projMatr3->cols != 4 || in icvComputeProjectMatrices6Points()
477 srcSize = srcMatr->cols; in icvSelectColsByNumbers()
524 numPoints = points4D->cols; in icvProject4DPoints()
530 if( numPoints != projPoints->cols ) in icvProject4DPoints()
545 if( projMatr->cols != 4 || projMatr->rows != 3 ) in icvProject4DPoints()
647 numPoints = points[0]->cols; in icvCompute3ProjectMatricesNPointsStatus()
655 if( points[currImage]->cols != numPoints || statuses[currImage]->cols != numPoints ) in icvCompute3ProjectMatricesNPointsStatus()
670 if( projMatrs[currImage]->rows != 3 || projMatrs[currImage]->cols != 4 ) in icvCompute3ProjectMatricesNPointsStatus()
833 numPoints = points1->cols; in icvComputeProjectMatricesNPoints()
840 if( numPoints != points2->cols || numPoints != points3->cols ) in icvComputeProjectMatricesNPoints()
864 if( projMatrs[i]->cols != 4 || projMatrs[i]->rows != 3 ) in icvComputeProjectMatricesNPoints()
1351 if( points->rows != 2 || points->cols != 4 ) in icvFindBaseTransform()
1356 if( resultT->rows != 3 || resultT->cols != 3 ) in icvFindBaseTransform()
1440 if( points1->rows != 3 || points1->cols != 3 ) in GetGeneratorReduceFundSolution()
1445 if( points2->rows != 3 || points2->cols != 3 ) in GetGeneratorReduceFundSolution()
1450 if( fundReduceCoef1->rows != 1 || fundReduceCoef1->cols != 5 ) in GetGeneratorReduceFundSolution()
1455 if( fundReduceCoef2->rows != 1 || fundReduceCoef2->cols != 5 ) in GetGeneratorReduceFundSolution()
1539 if( fundReduceCoef1->rows != 1 || fundReduceCoef1->cols != 5 ) in GetGoodReduceFundamMatrFromTwo()
1544 if( fundReduceCoef2->rows != 1 || fundReduceCoef2->cols != 5 ) in GetGoodReduceFundamMatrFromTwo()
1549 …if( (resFundReduceCoef->rows != 1 && resFundReduceCoef->rows != 3) || resFundReduceCoef->cols != … in GetGoodReduceFundamMatrFromTwo()
1625 if( fundReduceCoefs->rows != 1 || fundReduceCoefs->cols != 5 ) in GetProjMatrFromReducedFundamental()
1630 if( projMatrCoefs->rows != 1 || projMatrCoefs->cols != 4 ) in GetProjMatrFromReducedFundamental()
1793 if( projMatr->rows != 3 || projMatr->cols != 4 ) in icvComputeProjectMatrix()
1799 numPoints = projPoints->cols; in icvComputeProjectMatrix()
1805 if( numPoints != objPoints->cols ) in icvComputeProjectMatrix()
1968 numPoints = points1->cols; in icvComputeTransform4D()
1976 if( numPoints != points2->cols ) in icvComputeTransform4D()
1981 if( transMatr->rows != 4 || transMatr->cols != 4 ) in icvComputeTransform4D()
2086 numPoints = projPoints1->cols; in icvReconstructPointsFor3View()
2093 …if( projPoints2->cols != numPoints || projPoints3->cols != numPoints || points4D->cols != numPoint… in icvReconstructPointsFor3View()
2108 if( projMatr1->cols != 4 || projMatr1->rows != 3 || in icvReconstructPointsFor3View()
2109 projMatr2->cols != 4 || projMatr2->rows != 3 || in icvReconstructPointsFor3View()
2110 projMatr3->cols != 4 || projMatr3->rows != 3) in icvReconstructPointsFor3View()
2229 numPoints = projPoints1->cols;
2230 …if( projPoints2->cols != numPoints || projPoints3->cols != numPoints || points3D->cols != numPoint…
2245 if( projMatr1->cols != 4 || projMatr1->rows != 3 ||
2246 projMatr2->cols != 4 || projMatr2->rows != 3 ||
2247 projMatr3->cols != 4 || projMatr3->rows != 3)
2372 if( camPos->cols != 1 || camPos->rows != 3 ) in icvComputeCameraExrinnsicByPosition()
2377 if( rotMatr->cols != 3 || rotMatr->rows != 3 ) in icvComputeCameraExrinnsicByPosition()
2382 if( transVect->cols != 1 || transVect->rows != 3 ) in icvComputeCameraExrinnsicByPosition()
2488 if( projMatr1->cols != 4 || projMatr1->rows != 3 ) in FindTransformForProjectMatrices()
2493 if( projMatr2->cols != 4 || projMatr2->rows != 3 ) in FindTransformForProjectMatrices()
2498 if( rotMatr->cols != 3 || rotMatr->rows != 3 ) in FindTransformForProjectMatrices()
2503 if( transVect->cols != 1 || transVect->rows != 3 ) in FindTransformForProjectMatrices()
2609 if( matrQ->cols != 4 || matrQ->rows != 4 ) in icvComputeQ()
2618 if( cameraMatr[currMatr]->cols != 3 || cameraMatr[currMatr]->rows != 3 ) in icvComputeQ()
2623 if( projMatr[currMatr]->cols != 4 || projMatr[currMatr]->rows != 3 ) in icvComputeQ()