Lines Matching full:rows
107 for( i=0;i<matrix->rows;i++ )
144 if( normPoints->rows != 2 || normPoints->rows != points->rows )
149 if(cameraMatr->rows != 3 || cameraMatr->cols != 3)
207 if( points1->rows != 2 || points2->rows != 2 || points3->rows != 2 )
213 !(projMatr1->rows == 3 && projMatr2->rows == 3 && projMatr3->rows == 3) &&
214 !(projMatr1->rows == 9 && projMatr2->rows == 9 && projMatr3->rows == 9) )
322 maxSol = projMatrs[0]->rows / 3;
384 if( currSol < points4D->rows / 4 )
476 numRows = srcMatr->rows;
479 if( numRows != dstMatr->rows )
481 CV_ERROR( CV_StsOutOfRange, "Number of rows of matrices must be the same" );
535 if( projPoints->rows != 2 )
540 if( points4D->rows != 4 )
545 if( projMatr->cols != 4 || projMatr->rows != 3 )
660 if( points[currImage]->rows != 2 )
665 if( statuses[currImage]->rows != 1 )
670 if( projMatrs[currImage]->rows != 3 || projMatrs[currImage]->cols != 4 )
864 if( projMatrs[i]->cols != 4 || projMatrs[i]->rows != 3 )
872 if( points[i]->rows != 2)
1351 if( points->rows != 2 || points->cols != 4 )
1356 if( resultT->rows != 3 || resultT->cols != 3 )
1440 if( points1->rows != 3 || points1->cols != 3 )
1445 if( points2->rows != 3 || points2->cols != 3 )
1450 if( fundReduceCoef1->rows != 1 || fundReduceCoef1->cols != 5 )
1455 if( fundReduceCoef2->rows != 1 || fundReduceCoef2->cols != 5 )
1539 if( fundReduceCoef1->rows != 1 || fundReduceCoef1->cols != 5 )
1544 if( fundReduceCoef2->rows != 1 || fundReduceCoef2->cols != 5 )
1549 if( (resFundReduceCoef->rows != 1 && resFundReduceCoef->rows != 3) || resFundReduceCoef->cols != 5 )
1625 if( fundReduceCoefs->rows != 1 || fundReduceCoefs->cols != 5 )
1630 if( projMatrCoefs->rows != 1 || projMatrCoefs->cols != 4 )
1793 if( projMatr->rows != 3 || projMatr->cols != 4 )
1810 if( objPoints->rows != 4 )
1815 if( projPoints->rows != 3 && projPoints->rows != 2 )
1824 if( projPoints->rows == 2 )
1981 if( transMatr->rows != 4 || transMatr->cols != 4 )
1986 if( points1->rows != 4 || points2->rows != 4 )
2098 if( projPoints1->rows != 2 || projPoints2->rows != 2 || projPoints3->rows != 2)
2103 if( points4D->rows != 4 )
2108 if( projMatr1->cols != 4 || projMatr1->rows != 3 ||
2109 projMatr2->cols != 4 || projMatr2->rows != 3 ||
2110 projMatr3->cols != 4 || projMatr3->rows != 3)
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 )
2377 if( rotMatr->cols != 3 || rotMatr->rows != 3 )
2382 if( transVect->cols != 1 || transVect->rows != 3 )
2488 if( projMatr1->cols != 4 || projMatr1->rows != 3 )
2493 if( projMatr2->cols != 4 || projMatr2->rows != 3 )
2498 if( rotMatr->cols != 3 || rotMatr->rows != 3 )
2503 if( transVect->cols != 1 || transVect->rows != 3 )
2609 if( matrQ->cols != 4 || matrQ->rows != 4 )
2618 if( cameraMatr[currMatr]->cols != 3 || cameraMatr[currMatr]->rows != 3 )
2623 if( projMatr[currMatr]->cols != 4 || projMatr[currMatr]->rows != 3 )