|  | OpenCV
    4.5.4
    Open Source Computer Vision | 
| 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) | 
| void CGImageToMat | ( | const CGImageRef | image, | 
| cv::Mat & | m, | ||
| bool | alphaExist = false | ||
| ) | 
#include <opencv2/imgcodecs/ios.h>
| CGImageRef MatToCGImage | ( | const cv::Mat & | image | ) | 
#include <opencv2/imgcodecs/ios.h>
| UIImage* MatToUIImage | ( | const cv::Mat & | image | ) | 
#include <opencv2/imgcodecs/ios.h>
| void UIImageToMat | ( | const UIImage * | image, | 
| cv::Mat & | m, | ||
| bool | alphaExist = false | ||
| ) | 
#include <opencv2/imgcodecs/ios.h>
 1.8.13
 1.8.13