HomeSort by relevance Sort by last modified time
    Searched refs:CV_StsInplaceNotSupported (Results 1 - 5 of 5) sorted by null

  /external/opencv/cxcore/include/
cxerror.h 91 #define CV_StsInplaceNotSupported -203 /* in-place operation is not supported */
  /external/opencv/cxcore/src/
cxerror.cpp 288 case CV_StsInplaceNotSupported : return "Inplace operation is not supported";
442 case CV_INPLACE_NOT_SUPPORTED_ERR: return CV_StsInplaceNotSupported;
  /external/opencv/cv/src/
cvmotempl.cpp 202 CV_ERROR( CV_StsInplaceNotSupported, "orientation image must be different from MHI" );
325 CV_ERROR( CV_StsInplaceNotSupported, "orientation image must be different from MHI" );
  /external/opencv3/modules/core/src/
system.cpp 750 case CV_StsInplaceNotSupported : return "Inplace operation is not supported";
817 case CV_INPLACE_NOT_SUPPORTED_ERR: return CV_StsInplaceNotSupported;
    [all...]
  /external/opencv3/modules/core/include/opencv2/core/
types_c.h 154 CV_StsInplaceNotSupported= -203, /**< in-place operation is not supported */
    [all...]

Completed in 62 milliseconds