OpenCV  5.0.0alpha
Open Source Computer Vision
Loading...
Searching...
No Matches

Detailed Description

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)
 

Function Documentation

◆ CGImageToMat()

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

◆ MatToCGImage()

CGImageRef MatToCGImage ( const cv::Mat & image)

◆ MatToUIImage()

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

◆ UIImageToMat()

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