HomeSort by relevance Sort by last modified time
    Searched refs:CV_StsInplaceNotSupported (Results 1 - 3 of 3) 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" );

Completed in 70 milliseconds