OpenCV  3.0.0-rc1
Open Source Computer Vision
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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...