OpenCV  4.10.0
源代码计算机视觉
加载中...
正在搜索...
没有匹配项
函数

详细描述

函数

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

函数文档

◆ CGImageToMat()

void CGImageToMat ( const CGImageRef  图像,
cv::Mat m,
bool  alphaExist = false 
)

◆ MatToCGImage()

CGImageRef MatToCGImage ( const cv::Mat 图像)

◆ MatToUIImage()

UIImage * MatToUIImage ( const cv::Mat 图像)

◆ UIImageToMat()

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