Lines Matching refs:CV_ERROR

136         CV_ERROR( CV_BadCOI, "The function does not support COI" );  in cvUndistort2()
139 CV_ERROR( CV_StsUnsupportedFormat, "Only 8-bit images are supported" ); in cvUndistort2()
142 CV_ERROR( CV_StsNotImplemented, "In-place undistortion is not implemented" ); in cvUndistort2()
145 CV_ERROR( CV_StsUnmatchedFormats, "" ); in cvUndistort2()
148 CV_ERROR( CV_StsUnmatchedSizes, "" ); in cvUndistort2()
152 CV_ERROR( CV_StsBadArg, "Intrinsic matrix must be a valid 3x3 floating-point matrix" ); in cvUndistort2()
159 CV_ERROR( CV_StsBadArg, in cvUndistort2()
200 CV_ERROR( CV_BadCOI, "The function does not support COI" ); in cvInitUndistortMap()
203 CV_ERROR( CV_StsUnsupportedFormat, "Both maps must have 32fC1 type" ); in cvInitUndistortMap()
206 CV_ERROR( CV_StsUnmatchedFormats, "" ); in cvInitUndistortMap()
209 CV_ERROR( CV_StsUnmatchedSizes, "" ); in cvInitUndistortMap()
215 CV_ERROR( CV_StsBadArg, "Intrinsic matrix must be a valid 3x3 floating-point matrix" ); in cvInitUndistortMap()
222 CV_ERROR( CV_StsBadArg, in cvInitUndistortMap()
284 CV_ERROR( CV_BadCOI, "The function does not support COI" ); in cvInitUndistortRectifyMap()
287 CV_ERROR( CV_StsUnsupportedFormat, "Both maps must have 32fC1 type" ); in cvInitUndistortRectifyMap()
290 CV_ERROR( CV_StsUnmatchedFormats, "" ); in cvInitUndistortRectifyMap()
293 CV_ERROR( CV_StsUnmatchedSizes, "" ); in cvInitUndistortRectifyMap()
299 CV_ERROR( CV_StsBadArg, "Intrinsic matrix must be a valid 3x3 floating-point matrix" ); in cvInitUndistortRectifyMap()
310CV_ERROR( CV_StsBadArg, "The new intrinsic matrix must be a valid 3x3 floating-point matrix" ); in cvInitUndistortRectifyMap()
319CV_ERROR( CV_StsBadArg, "Rotaion/homography matrix must be a valid 3x3 floating-point matrix" ); in cvInitUndistortRectifyMap()