Home
last modified time | relevance | path

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

/dports/graphics/opencv/opencv-4.5.3/modules/core/src/
H A Dsystem.cpp1276 case CV_StsInplaceNotSupported : return "Inplace operation is not supported"; in cvErrorStr()
1343 case CV_INPLACE_NOT_SUPPORTED_ERR: return CV_StsInplaceNotSupported; in cvErrorFromIppStatus()
/dports/graphics/opencv/opencv-4.5.3/modules/core/include/opencv2/core/
H A Dtypes_c.h179 CV_StsInplaceNotSupported= -203, /**< in-place operation is not supported */ enumerator