EstervQrCode 2.0.0
Library for qr code manipulation
Loading...
Searching...
No Matches
Functions

Functions

CV_EXPORTS CGImageRef MatToCGImage (const cv::Mat &image) CF_RETURNS_RETAINED
 
CV_EXPORTS void CGImageToMat (const CGImageRef image, cv::Mat &m, bool alphaExist=false)
 
CV_EXPORTS UIImage * MatToUIImage (const cv::Mat &image)
 
CV_EXPORTS void UIImageToMat (const UIImage *image, cv::Mat &m, bool alphaExist=false)
 

Detailed Description

Function Documentation

◆ CGImageToMat()

CV_EXPORTS void CGImageToMat ( const CGImageRef  image,
cv::Mat m,
bool  alphaExist = false 
)

◆ MatToCGImage()

CV_EXPORTS CGImageRef MatToCGImage ( const cv::Mat image)

◆ MatToUIImage()

CV_EXPORTS UIImage * MatToUIImage ( const cv::Mat image)

◆ UIImageToMat()

CV_EXPORTS void UIImageToMat ( const UIImage *  image,
cv::Mat m,
bool  alphaExist = false 
)