Home | History | Annotate | Download | only in src

Lines Matching refs:CV_ERROR

70         CV_ERROR( CV_StsNullPtr, "Some of parameters is a NULL pointer" );
80 CV_ERROR( CV_StsOutOfRange, "Size of image must be > 0" );
86 CV_ERROR( CV_StsUnsupportedFormat, "Input parameter points must be a matrix" );
93 CV_ERROR( CV_StsOutOfRange, "Number of need points must be > 0" );
98 CV_ERROR( CV_StsOutOfRange, "Number of point coordinates must be == 2" );
106 CV_ERROR( CV_StsUnsupportedFormat, "Statuses must be a mask arrays" );
111 CV_ERROR( CV_StsUnmatchedSizes, "Size of points and statuses must be the same" );
116 CV_ERROR( CV_StsUnsupportedFormat, "Number of rows of status must be 1" );
210 CV_ERROR( CV_StsNullPtr, "Some of parameters is a NULL pointer" );
220 CV_ERROR( CV_StsOutOfRange, "Size of image1 must be > 0" );
225 CV_ERROR( CV_StsUnmatchedSizes, "Size of images must be the same" );
232 CV_ERROR( CV_StsUnsupportedFormat, "Input parameters (points and status) must be a matrices" );
238 CV_ERROR( CV_StsUnsupportedFormat, "Statuses must be a mask arrays" );
247 CV_ERROR( CV_StsOutOfRange, "Number of points1 must be > 0" );
252 CV_ERROR( CV_StsUnmatchedSizes, "Number of points and statuses must be the same" );
257 CV_ERROR( CV_StsOutOfRange, "Number of points coordinates must be 2" );
262 CV_ERROR( CV_StsOutOfRange, "Status must be a matrix 1xN" );
452 CV_ERROR( CV_StsNullPtr, "Some of parameters is a NULL pointer" );
457 CV_ERROR( CV_StsNullPtr, "Some of parameters is a NULL pointer" );
462 CV_ERROR( CV_StsUnsupportedFormat, "oldPoints must be a pointer to a matrix" );
467 CV_ERROR( CV_StsUnsupportedFormat, "oldStatus must be a pointer to a mask array" );
474 CV_ERROR( CV_StsOutOfRange, "Number of old points must be > 0" );
487 CV_ERROR( CV_StsOutOfRange, "Number of add points and statuses must be the same" );
571 CV_ERROR( CV_StsNullPtr, "Some of parameters is a NULL pointer" );
576 CV_ERROR( CV_StsUnsupportedFormat, "Input parameters points must be a matrices" );
581 CV_ERROR( CV_StsUnsupportedFormat, "Input parameters statuses must be a mask array" );
588 CV_ERROR( CV_StsOutOfRange, "Number of oldPoints must be >= 0" );
593 CV_ERROR( CV_StsUnmatchedSizes, "Number of old Points and old Statuses must be the same" );
600 CV_ERROR( CV_StsOutOfRange, "Number of newPoints must be >= 0" );
605 CV_ERROR( CV_StsUnmatchedSizes, "Number of new Points and new Statuses must be the same" );
610 CV_ERROR( CV_StsUnmatchedSizes, "Number of new Points and new original Status must be the same" );
615 CV_ERROR( CV_StsOutOfRange, "OldPoints must have 2 coordinates >= 0" );
620 CV_ERROR( CV_StsOutOfRange, "NewPoints must have 2 coordinates >= 0" );
625 CV_ERROR( CV_StsOutOfRange, "Statuses must have 1 row" );
970 CV_ERROR( CV_StsOutOfRange, "Number of images must be more than 0" );
975 CV_ERROR( CV_StsNullPtr, "Some of parameters is a NULL pointer" );