Lines Matching refs:CV_StsUnmatchedSizes
141 CV_ERROR( CV_StsUnmatchedSizes, "Number of points must be the same and more than 0" ); in icvNormalizePoints()
146 CV_ERROR( CV_StsUnmatchedSizes, "Points must have 2 coordinates" ); in icvNormalizePoints()
151 CV_ERROR( CV_StsUnmatchedSizes, "Size of camera matrix must be 3x3" ); in icvNormalizePoints()
204 CV_ERROR( CV_StsUnmatchedSizes, "Number of points must be same and == 6" ); in icvComputeProjectMatrices6Points()
209 CV_ERROR( CV_StsUnmatchedSizes, "Number of points coordinates must be 2" ); in icvComputeProjectMatrices6Points()
216 … CV_ERROR( CV_StsUnmatchedSizes, "Size of project matrix must be 3x4 or 9x4 (for 3 matrices)" ); in icvComputeProjectMatrices6Points()
222 CV_ERROR( CV_StsUnmatchedSizes, "Number of coordinates of points4D must be 4" ); in icvComputeProjectMatrices6Points()
532 CV_ERROR( CV_StsUnmatchedSizes, "Number of points must be the same"); in icvProject4DPoints()
537 CV_ERROR( CV_StsUnmatchedSizes, "Number of coordinates of projected points must be 2"); in icvProject4DPoints()
542 CV_ERROR(CV_StsUnmatchedSizes, "Number of coordinates of 4D points must be 4"); in icvProject4DPoints()
547 CV_ERROR( CV_StsUnmatchedSizes, "Size of projection matrix must be 3x4"); in icvProject4DPoints()
657 CV_ERROR( CV_StsUnmatchedSizes, "Number of points and statuses must be the same" ); in icvCompute3ProjectMatricesNPointsStatus()
842 CV_ERROR( CV_StsUnmatchedSizes, "number of points must be the same" ); in icvComputeProjectMatricesNPoints()
866 CV_ERROR( CV_StsUnmatchedSizes, "Size of projection matrices must be 3x4" ); in icvComputeProjectMatricesNPoints()
874 CV_ERROR( CV_StsUnmatchedSizes, "Number of coordinates of points must be 2" ); in icvComputeProjectMatricesNPoints()
1353 … CV_ERROR( CV_StsUnmatchedSizes, "Number of points must be 4. And they must have 2 coordinates" ); in icvFindBaseTransform()
1358 CV_ERROR( CV_StsUnmatchedSizes, "size of matrix resultT must be 3x3" ); in icvFindBaseTransform()
1442 CV_ERROR( CV_StsUnmatchedSizes, "Number of points1 must be 3 and and have 3 coordinates" ); in GetGeneratorReduceFundSolution()
1447 CV_ERROR( CV_StsUnmatchedSizes, "Number of points2 must be 3 and and have 3 coordinates" ); in GetGeneratorReduceFundSolution()
1452 CV_ERROR( CV_StsUnmatchedSizes, "Size of fundReduceCoef1 must be 1x5" ); in GetGeneratorReduceFundSolution()
1457 CV_ERROR( CV_StsUnmatchedSizes, "Size of fundReduceCoef2 must be 1x5" ); in GetGeneratorReduceFundSolution()
1541 CV_ERROR( CV_StsUnmatchedSizes, "Size of fundReduceCoef1 must be 1x5" ); in GetGoodReduceFundamMatrFromTwo()
1546 CV_ERROR( CV_StsUnmatchedSizes, "Size of fundReduceCoef2 must be 1x5" ); in GetGoodReduceFundamMatrFromTwo()
1551 CV_ERROR( CV_StsUnmatchedSizes, "Size of resFundReduceCoef must be 1x5" ); in GetGoodReduceFundamMatrFromTwo()
1627 CV_ERROR( CV_StsUnmatchedSizes, "Size of fundReduceCoefs must be 1x5" ); in GetProjMatrFromReducedFundamental()
1632 CV_ERROR( CV_StsUnmatchedSizes, "Size of projMatrCoefs must be 1x4" ); in GetProjMatrFromReducedFundamental()
1795 CV_ERROR( CV_StsUnmatchedSizes, "Size of projMatr must be 3x4" ); in icvComputeProjectMatrix()
1807 CV_ERROR( CV_StsUnmatchedSizes, "Number of points must be same" ); in icvComputeProjectMatrix()
1812 CV_ERROR( CV_StsUnmatchedSizes, "Object points must have 4 coordinates" ); in icvComputeProjectMatrix()
1817 CV_ERROR( CV_StsUnmatchedSizes, "Projected points must have 2 or 3 coordinates" ); in icvComputeProjectMatrix()
1973 CV_ERROR( CV_StsUnmatchedSizes, "Number of points must be at least 5" ); in icvComputeTransform4D()
1978 CV_ERROR( CV_StsUnmatchedSizes, "Number of points must be the same" ); in icvComputeTransform4D()
1983 CV_ERROR( CV_StsUnmatchedSizes, "Size of transMatr must be 4x4" ); in icvComputeTransform4D()
1988 CV_ERROR( CV_StsUnmatchedSizes, "Number of coordinates of points must be 4" ); in icvComputeTransform4D()
2095 CV_ERROR( CV_StsUnmatchedSizes, "Number of points must be the same" ); in icvReconstructPointsFor3View()
2100 CV_ERROR( CV_StsUnmatchedSizes, "Number of proj points coordinates must be == 2" ); in icvReconstructPointsFor3View()
2105 CV_ERROR( CV_StsUnmatchedSizes, "Number of world points coordinates must be == 4" ); in icvReconstructPointsFor3View()
2112 CV_ERROR( CV_StsUnmatchedSizes, "Size of projection matrices must be 3x4" ); in icvReconstructPointsFor3View()
2232 CV_ERROR( CV_StsUnmatchedSizes, "Number of points must be the same" );
2237 CV_ERROR( CV_StsUnmatchedSizes, "Number of proj points coordinates must be == 2" );
2242 CV_ERROR( CV_StsUnmatchedSizes, "Number of world points coordinates must be == 4" );
2249 CV_ERROR( CV_StsUnmatchedSizes, "Size of proj matrix must be 3x4" );
2374 … CV_ERROR( CV_StsUnmatchedSizes, "Number of coordinates of camera position must be 3x1 vector" ); in icvComputeCameraExrinnsicByPosition()
2379 CV_ERROR( CV_StsUnmatchedSizes, "Rotate matrix must be 3x3" ); in icvComputeCameraExrinnsicByPosition()
2384 CV_ERROR( CV_StsUnmatchedSizes, "Translate vector must be 3x1" ); in icvComputeCameraExrinnsicByPosition()
2490 CV_ERROR( CV_StsUnmatchedSizes, "Size of project matrix 1 must be 3x4" ); in FindTransformForProjectMatrices()
2495 CV_ERROR( CV_StsUnmatchedSizes, "Size of project matrix 2 must be 3x4" ); in FindTransformForProjectMatrices()
2500 CV_ERROR( CV_StsUnmatchedSizes, "Size of rotation matrix must be 3x3" ); in FindTransformForProjectMatrices()
2505 CV_ERROR( CV_StsUnmatchedSizes, "Size of translation vector must be 3x1" ); in FindTransformForProjectMatrices()
2604 CV_ERROR( CV_StsUnmatchedSizes, "Number of projection matrices must be at least 2" ); in icvComputeQ()
2611 CV_ERROR( CV_StsUnmatchedSizes, "Size of matrix Q must be 3x3" ); in icvComputeQ()
2620 CV_ERROR( CV_StsUnmatchedSizes, "Size of each camera matrix must be 3x3" ); in icvComputeQ()
2625 CV_ERROR( CV_StsUnmatchedSizes, "Size of each camera matrix must be 3x3" ); in icvComputeQ()