Home
last modified time | relevance | path

Searched refs:CV_StsInplaceNotSupported (Results 1 – 3 of 3) sorted by relevance

/external/opencv/cxcore/src/
Dcxerror.cpp288 case CV_StsInplaceNotSupported : return "Inplace operation is not supported"; in cvErrorStr()
442 case CV_INPLACE_NOT_SUPPORTED_ERR: return CV_StsInplaceNotSupported; in cvErrorFromIppStatus()
/external/opencv/cxcore/include/
Dcxerror.h91 #define CV_StsInplaceNotSupported -203 /* in-place operation is not supported */ macro
/external/opencv/cv/src/
Dcvmotempl.cpp202 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()