![]() |
OpenCV 4.10.0
开源计算机视觉
|
函数 | |
| void | CGImageToMat (const CGImageRef image, cv::Mat m, bool alphaExist=false) |
| CGImageRef | MatToCGImage (const cv::Mat image) CF_RETURNS_RETAINED |
| NSImage * | MatToNSImage (const cv::Mat image) |
| void | NSImageToMat (const NSImage * image, cv::Mat m, bool alphaExist=false) |
| void CGImageToMat | ( | const CGImageRef | image, |
| cv::Mat & | m, | ||
| bool | alphaExist = false |
||
| ) |
#include <opencv2/imgcodecs/macosx.h>
| CGImageRef MatToCGImage | ( | const cv::Mat & | image | ) |
#include <opencv2/imgcodecs/macosx.h>
| NSImage * MatToNSImage | ( | const cv::Mat & | image | ) |
#include <opencv2/imgcodecs/macosx.h>
| void NSImageToMat | ( | const NSImage * | image, |
| cv::Mat & | m, | ||
| bool | alphaExist = false |
||
| ) |
#include <opencv2/imgcodecs/macosx.h>
1.9.8 为 OpenCV 生成