OpenCV  4.5.2
Open Source Computer Vision
Functions

Functions

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

Detailed Description

Function Documentation

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