Home | History | Annotate | Download | only in src

Lines Matching refs:CV_ERROR

74         CV_ERROR( CV_StsNullPtr, "Some of parameters is a NULL pointer" );
79 CV_ERROR( CV_StsUnsupportedFormat, "Input parameters must be a matrices" );
87 CV_ERROR( CV_StsUnmatchedSizes, "number of points must be more than 0" );
92 CV_ERROR( CV_StsUnmatchedSizes, "Size of Jacobian is not correct it must be 6*numPoints x (36+numPoints*4)" );
189 CV_ERROR( CV_StsNullPtr, "Some of parameters is a NULL pointer" );
194 CV_ERROR( CV_StsUnsupportedFormat, "Input parameters must be a matrices" );
202 CV_ERROR( CV_StsUnmatchedSizes, "number of points must be more than 0" );
207 CV_ERROR( CV_StsUnmatchedSizes, "Size of resFunc is not correct it must be 2*numPoints*3 x 1");
285 CV_ERROR( CV_StsNullPtr, "Some of parameters is a NULL pointer" );
290 CV_ERROR( CV_StsUnsupportedFormat, "resultPoints4D must be a matrix" );
297 CV_ERROR( CV_StsOutOfRange, "Number points of resultPoints4D must be more than 0" );
302 CV_ERROR( CV_StsUnmatchedSizes, "Number of coordinates of points4D must be 4" );
310 CV_ERROR( CV_StsNullPtr, "Some of projMatrs is a NULL pointer" );
315 CV_ERROR( CV_StsNullPtr, "Some of projPoints is a NULL pointer" );
320 CV_ERROR( CV_StsNullPtr, "Some of resultProjMatrs is a NULL pointer" );
326 CV_ERROR( CV_StsUnsupportedFormat, "Each of projMatrs must be a matrix" );
331 CV_ERROR( CV_StsUnsupportedFormat, "Each of projPoints must be a matrix" );
336 CV_ERROR( CV_StsUnsupportedFormat, "Each of resultProjMatrs must be a matrix" );
342 CV_ERROR( CV_StsUnmatchedSizes, "Size of projMatr must be 3x4" );
347 CV_ERROR( CV_StsUnmatchedSizes, "Size of resultProjMatrs must be 3x4" );
352 CV_ERROR( CV_StsUnmatchedSizes, "Size of resultProjMatrs must be 3x4" );
458 CV_ERROR( CV_StsOutOfRange, "Number of points must be more than 0" );
465 CV_ERROR( CV_StsOutOfRange, "Number of points coordinates must be more than 0" );