Lines Matching refs:CV_StsBadArg
94 CV_Error( CV_StsBadArg, "max_theta must be greater than min_theta" ); in HoughLinesStandard()
736 CV_Error( CV_StsBadArg, "max_theta must fall between 0 and pi" ); in ocl_HoughLines()
739 CV_Error( CV_StsBadArg, "min_theta must fall between 0 and max_theta" ); in ocl_HoughLines()
742 CV_Error( CV_StsBadArg, "rho and theta must be greater 0" ); in ocl_HoughLines()
796 CV_Error( CV_StsBadArg, "rho and theta must be greater 0" ); in ocl_HoughLinesP()
929 CV_Error( CV_StsBadArg, in cvHoughLines2()
933 CV_Error( CV_StsBadArg, in cvHoughLines2()
942 CV_Error( CV_StsBadArg, "Destination is not CvMemStorage* nor CvMat*" ); in cvHoughLines2()
962 CV_Error( CV_StsBadArg, "Unrecognized method id" ); in cvHoughLines2()
1240 CV_Error( CV_StsBadArg, "The source image must be 8-bit, single-channel" ); in cvHoughCircles()
1265 CV_Error( CV_StsBadArg, in cvHoughCircles()
1274 CV_Error( CV_StsBadArg, "Destination is not CvMemStorage* nor CvMat*" ); in cvHoughCircles()
1284 CV_Error( CV_StsBadArg, "Unrecognized method id" ); in cvHoughCircles()