Lines Matching refs:CV_StsUnsupportedFormat
86 CV_ERROR( CV_StsUnsupportedFormat, "points4D must be a matrix 4xN" ); in icvComputeDerivateProj()
105 CV_ERROR( CV_StsUnsupportedFormat, "projMatr must be a matrix 3x4" ); in icvComputeDerivateProj()
115 CV_ERROR( CV_StsUnsupportedFormat, "Status must be a matrix 1xN" ); in icvComputeDerivateProj()
125 CV_ERROR( CV_StsUnsupportedFormat, "derivProj must be a matrix VisN x 12" ); in icvComputeDerivateProj()
245 CV_ERROR( CV_StsUnsupportedFormat, "points4D must be a matrix N x 4" ); in icvComputeDerivatePoints()
263 CV_ERROR( CV_StsUnsupportedFormat, "projMatr must be a matrix 3x4" ); in icvComputeDerivatePoints()
273 CV_ERROR( CV_StsUnsupportedFormat, "Status must be a matrix 1xN" ); in icvComputeDerivatePoints()
283 CV_ERROR( CV_StsUnsupportedFormat, "derivPoint must be a matrix 2 x 4VisNum" ); in icvComputeDerivatePoints()
334 CV_ERROR( CV_StsUnsupportedFormat, "derivPoint must be a matrix 2 x 4VisNum" ); in icvComputeDerivatePoints()
485 CV_ERROR( CV_StsUnsupportedFormat, "matrW must be a matrix 12NumIm x 4NumPnt" ); in icvComputeMatrixW()
581 CV_ERROR( CV_StsUnsupportedFormat, "jacProjErr must be a matrix 12NumIm x 1" ); in icvComputeJacErrorProj()
659 CV_ERROR( CV_StsUnsupportedFormat, "jacPointErr must be a matrix 4NumPnt x 1" ); in icvComputeJacErrorPoint()
1113 CV_ERROR( CV_StsUnsupportedFormat, "resultPoints4D must be a matrix 4 x NumPnt" ); in cvOptimizeLevenbergMarquardtBundle()
1149 CV_ERROR( CV_StsUnsupportedFormat, "each of initial projMatrs must be a matrix 3 x 4" ); in cvOptimizeLevenbergMarquardtBundle()
1159 … CV_ERROR( CV_StsUnsupportedFormat, "each of observProjPoints must be a matrix 2 x NumPnts" ); in cvOptimizeLevenbergMarquardtBundle()
1168 CV_ERROR( CV_StsUnsupportedFormat, "each of pointsPres must be a matrix 1 x NumPnt" ); in cvOptimizeLevenbergMarquardtBundle()
1177 CV_ERROR( CV_StsUnsupportedFormat, "each of resultProjMatrs must be a matrix 3 x 4" ); in cvOptimizeLevenbergMarquardtBundle()