Home
last modified time | relevance | path

Searched refs:CV_StsInplaceNotSupported (Results 1 – 5 of 5) 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()
/external/opencv3/modules/core/src/
Dsystem.cpp750 case CV_StsInplaceNotSupported : return "Inplace operation is not supported"; in cvErrorStr()
817 case CV_INPLACE_NOT_SUPPORTED_ERR: return CV_StsInplaceNotSupported; in cvErrorFromIppStatus()
/external/opencv3/modules/core/include/opencv2/core/
Dtypes_c.h154 CV_StsInplaceNotSupported= -203, /**< in-place operation is not supported */ enumerator