OpenCV  3.4.2
Open Source Computer Vision
Functions
cv::hpp Namespace Reference

Functions

void copyHppToMat (hppiMatrix *src, Mat &dst, hppAccel accel, int cn)
 Convert hppiMatrix to Mat. More...
 
hppiMatrix * getHpp (const Mat &src, hppAccel accel)
 Create hppiMatrix from Mat. More...
 
Mat getMat (hppiMatrix *src, hppAccel accel, int cn)
 Create Mat from hppiMatrix. More...
 
int toCvType (const int hppType)
 convert hppDataType to OpenCV data type More...
 
int toHppType (const int cvType)
 convert OpenCV data type to hppDataType More...