OpenCV
3.0.0
Open Source Computer Vision
|
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... | |