• Home
  • Raw
  • Download

Lines Matching refs:rows

107     for( i=0;i<matrix->rows;i++ )  in fprintMatrix()
144 if( normPoints->rows != 2 || normPoints->rows != points->rows ) in icvNormalizePoints()
149 if(cameraMatr->rows != 3 || cameraMatr->cols != 3) in icvNormalizePoints()
207 if( points1->rows != 2 || points2->rows != 2 || points3->rows != 2 ) in icvComputeProjectMatrices6Points()
213 !(projMatr1->rows == 3 && projMatr2->rows == 3 && projMatr3->rows == 3) && in icvComputeProjectMatrices6Points()
214 !(projMatr1->rows == 9 && projMatr2->rows == 9 && projMatr3->rows == 9) ) in icvComputeProjectMatrices6Points()
322 maxSol = projMatrs[0]->rows / 3; in icvComputeProjectMatrices6Points()
384 if( currSol < points4D->rows / 4 ) in icvComputeProjectMatrices6Points()
476 numRows = srcMatr->rows; in icvSelectColsByNumbers()
479 if( numRows != dstMatr->rows ) in icvSelectColsByNumbers()
535 if( projPoints->rows != 2 ) in icvProject4DPoints()
540 if( points4D->rows != 4 ) in icvProject4DPoints()
545 if( projMatr->cols != 4 || projMatr->rows != 3 ) in icvProject4DPoints()
660 if( points[currImage]->rows != 2 ) in icvCompute3ProjectMatricesNPointsStatus()
665 if( statuses[currImage]->rows != 1 ) in icvCompute3ProjectMatricesNPointsStatus()
670 if( projMatrs[currImage]->rows != 3 || projMatrs[currImage]->cols != 4 ) in icvCompute3ProjectMatricesNPointsStatus()
864 if( projMatrs[i]->cols != 4 || projMatrs[i]->rows != 3 ) in icvComputeProjectMatricesNPoints()
872 if( points[i]->rows != 2) 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()
1810 if( objPoints->rows != 4 ) in icvComputeProjectMatrix()
1815 if( projPoints->rows != 3 && projPoints->rows != 2 ) in icvComputeProjectMatrix()
1824 if( projPoints->rows == 2 ) in icvComputeProjectMatrix()
1981 if( transMatr->rows != 4 || transMatr->cols != 4 ) in icvComputeTransform4D()
1986 if( points1->rows != 4 || points2->rows != 4 ) in icvComputeTransform4D()
2098 if( projPoints1->rows != 2 || projPoints2->rows != 2 || projPoints3->rows != 2) in icvReconstructPointsFor3View()
2103 if( points4D->rows != 4 ) 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()
2235 if( projPoints1->rows != 2 || projPoints2->rows != 2 || projPoints3->rows != 2)
2240 if( points3D->rows != 4 )
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()