OpenCV  4.10.0
开源计算机视觉
加载...
搜索...
无匹配项
函数
macosx.h 文件参考
导入 <AppKit/AppKit.h>
#include "opencv2/core.hpp"
macosx.h 的包含依赖关系图

函数

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)