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) |
void CGImageToMat | ( | const CGImageRef | 图像, |
cv::Mat & | m, | ||
bool | alphaExist = false |
||
) |
#include <opencv2/imgcodecs/ios.h>
CGImageRef MatToCGImage | ( | const cv::Mat & | 图像 | ) |
#include <opencv2/imgcodecs/ios.h>
UIImage * MatToUIImage | ( | const cv::Mat & | 图像 | ) |
#include <opencv2/imgcodecs/ios.h>
void UIImageToMat | ( | const UIImage * | 图像, |
cv::Mat & | m, | ||
bool | alphaExist = false |
||
) |
#include <opencv2/imgcodecs/ios.h>