Searched refs:CV_StsInplaceNotSupported (Results 1 – 3 of 3) sorted by relevance
288 case CV_StsInplaceNotSupported : return "Inplace operation is not supported"; in cvErrorStr()442 case CV_INPLACE_NOT_SUPPORTED_ERR: return CV_StsInplaceNotSupported; in cvErrorFromIppStatus()
91 #define CV_StsInplaceNotSupported -203 /* in-place operation is not supported */ macro
202 CV_ERROR( CV_StsInplaceNotSupported, "orientation image must be different from MHI" ); in cvCalcMotionGradient()325 CV_ERROR( CV_StsInplaceNotSupported, "orientation image must be different from MHI" ); in cvCalcGlobalOrientation()