• Home
  • Raw
  • Download

Lines Matching refs:CV_ERROR

129         CV_ERROR( CV_StsNullPtr, "Some of parameters is a NULL pointer" );  in icvNormalizePoints()
134 CV_ERROR( CV_StsUnsupportedFormat, "Input parameters must be a matrices" ); in icvNormalizePoints()
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()
193 CV_ERROR( CV_StsNullPtr, "Some of parameters is a NULL pointer" ); in icvComputeProjectMatrices6Points()
199 CV_ERROR( CV_StsUnsupportedFormat, "Input parameters must be a matrices" ); in icvComputeProjectMatrices6Points()
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()
216CV_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()
418 CV_ERROR( CV_StsNullPtr, "Parameter 'arr' is a NULL pointer" ); in icvGetRandNumbers()
425CV_ERROR( CV_StsOutOfRange, "Can't generate such numbers. Count must be <= range and range must be… in icvGetRandNumbers()
466 CV_ERROR( CV_StsNullPtr, "Some of parameters is a NULL pointer" ); in icvSelectColsByNumbers()
471 CV_ERROR( CV_StsUnsupportedFormat, "srcMatr and dstMatr must be a matrices" ); in icvSelectColsByNumbers()
481 CV_ERROR( CV_StsOutOfRange, "Number of rows of matrices must be the same" ); in icvSelectColsByNumbers()
515 CV_ERROR( CV_StsNullPtr, "Some of parameters is a NULL pointer" ); in icvProject4DPoints()
520 CV_ERROR( CV_StsUnsupportedFormat, "Input parameters must be a matrices" ); in icvProject4DPoints()
527 CV_ERROR( CV_StsOutOfRange, "Number of points4D must be more than zero" ); in icvProject4DPoints()
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()
607 CV_ERROR( CV_StsNullPtr, "Some of parameters is a NULL pointer" ); in icvCompute3ProjectMatricesNPointsStatus()
616 CV_ERROR( CV_StsNullPtr, "Some of points arrays is a NULL pointer" ); in icvCompute3ProjectMatricesNPointsStatus()
621 CV_ERROR( CV_StsNullPtr, "Some of projMatr is a NULL pointer" ); in icvCompute3ProjectMatricesNPointsStatus()
626 CV_ERROR( CV_StsNullPtr, "Some of status arrays is a NULL pointer" ); in icvCompute3ProjectMatricesNPointsStatus()
632 CV_ERROR( CV_StsNullPtr, "Some of points arrays is not a matrix" ); in icvCompute3ProjectMatricesNPointsStatus()
637 CV_ERROR( CV_StsNullPtr, "Some of projMatr is not a matrix" ); in icvCompute3ProjectMatricesNPointsStatus()
642 CV_ERROR( CV_StsNullPtr, "Some of status arrays is not a mask array" ); in icvCompute3ProjectMatricesNPointsStatus()
650 CV_ERROR( CV_StsOutOfRange, "Number points must be more than 6" ); in icvCompute3ProjectMatricesNPointsStatus()
657 CV_ERROR( CV_StsUnmatchedSizes, "Number of points and statuses must be the same" ); in icvCompute3ProjectMatricesNPointsStatus()
662 CV_ERROR( CV_StsOutOfRange, "Number of points coordinates must be == 2" ); in icvCompute3ProjectMatricesNPointsStatus()
667 CV_ERROR( CV_StsOutOfRange, "Each of status must be matrix 1xN" ); in icvCompute3ProjectMatricesNPointsStatus()
672 CV_ERROR( CV_StsOutOfRange, "Each of projection matrix must be 3x4" ); in icvCompute3ProjectMatricesNPointsStatus()
822 CV_ERROR( CV_StsNullPtr, "Some of parameters is a NULL pointer" ); in icvComputeProjectMatricesNPoints()
829 CV_ERROR( CV_StsUnsupportedFormat, "Input parameters must be a matrices" ); in icvComputeProjectMatricesNPoints()
837 CV_ERROR( CV_StsOutOfRange, "Number points must be more than 6" ); in icvComputeProjectMatricesNPoints()
842 CV_ERROR( CV_StsUnmatchedSizes, "number of points must be the same" ); in icvComputeProjectMatricesNPoints()
847 CV_ERROR( CV_StsOutOfRange, "Probability must be >=0 and <=1" ); in icvComputeProjectMatricesNPoints()
852 CV_ERROR( CV_StsOutOfRange, "Threshold for good points must be at least >= 0" ); 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()
1343 CV_ERROR( CV_StsNullPtr, "Some of parameters is a NULL pointer" ); in icvFindBaseTransform()
1348 CV_ERROR( CV_StsUnsupportedFormat, "points and resultT must be a matrices" ); in icvFindBaseTransform()
1353CV_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()
1430 CV_ERROR( CV_StsNullPtr, "Some of parameters is a NULL pointer" ); in GetGeneratorReduceFundSolution()
1435 CV_ERROR( CV_StsUnsupportedFormat, "Input parameters must be a matrices" ); in GetGeneratorReduceFundSolution()
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()
1526 CV_ERROR( CV_StsNullPtr, "Some of parameters is a NULL pointer" ); in GetGoodReduceFundamMatrFromTwo()
1531 CV_ERROR( CV_StsUnsupportedFormat, "Input parameters must be a matrices" ); in GetGoodReduceFundamMatrFromTwo()
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()
1616 CV_ERROR( CV_StsNullPtr, "Some of parameters is a NULL pointer" ); in GetProjMatrFromReducedFundamental()
1621 CV_ERROR( CV_StsUnsupportedFormat, "Input parameters must be a matrices" ); in GetProjMatrFromReducedFundamental()
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()
1785 CV_ERROR( CV_StsNullPtr, "Some of parameters is a NULL pointer" ); in icvComputeProjectMatrix()
1790 CV_ERROR( CV_StsUnsupportedFormat, "Input parameters must be a matrices" ); in icvComputeProjectMatrix()
1795 CV_ERROR( CV_StsUnmatchedSizes, "Size of projMatr must be 3x4" ); in icvComputeProjectMatrix()
1802 CV_ERROR( CV_StsOutOfRange, "Number of points must be at least 6" ); 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()
1955 CV_ERROR( CV_StsNullPtr, "Some of parameters is a NULL pointer" ); in icvComputeTransform4D()
1960 CV_ERROR( CV_StsUnsupportedFormat, "Input parameters must be a matrices" ); in icvComputeTransform4D()
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()
2075 CV_ERROR( CV_StsNullPtr, "Some of parameters is a NULL pointer" ); in icvReconstructPointsFor3View()
2082 CV_ERROR( CV_StsUnsupportedFormat, "Input parameters must be a matrices" ); in icvReconstructPointsFor3View()
2090 CV_ERROR( CV_StsOutOfRange, "Number of points must be more than zero" ); in icvReconstructPointsFor3View()
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" );
2364 CV_ERROR( CV_StsNullPtr, "Some of parameters is a NULL pointer" ); in icvComputeCameraExrinnsicByPosition()
2369 CV_ERROR( CV_StsUnsupportedFormat, "Input parameters must be a matrices" ); in icvComputeCameraExrinnsicByPosition()
2374CV_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()
2480 CV_ERROR( CV_StsNullPtr, "Some of parameters is a NULL pointer" ); in FindTransformForProjectMatrices()
2485 CV_ERROR( CV_StsUnsupportedFormat, "Input parameters must be a matrices" ); in FindTransformForProjectMatrices()
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()