EstervQrCode 2.0.0
Library for qr code manipulation
Loading...
Searching...
No Matches
macosx.h
1// This file is part of OpenCV project.
2// It is subject to the license terms in the LICENSE file found in the top-level directory
3// of this distribution and at http://opencv.org/license.html.
4
5#if !defined(__APPLE__) || !defined(__MACH__)
6#error This header should be used in macOS ObjC/Swift projects.
7#endif
8
9#import <AppKit/AppKit.h>
10#include "opencv2/core.hpp"
11
14
15CV_EXPORTS CGImageRef MatToCGImage(const cv::Mat& image) CF_RETURNS_RETAINED;
16CV_EXPORTS void CGImageToMat(const CGImageRef image, cv::Mat& m, bool alphaExist = false);
18CV_EXPORTS void NSImageToMat(const NSImage* image, cv::Mat& m, bool alphaExist = false);
19
n-dimensional dense array class
Definition mat.hpp:812
#define CV_EXPORTS
Definition cvdef.h:435
CV_EXPORTS void CGImageToMat(const CGImageRef image, cv::Mat &m, bool alphaExist=false)
CV_EXPORTS NSImage * MatToNSImage(const cv::Mat &image)
CV_EXPORTS void NSImageToMat(const NSImage *image, cv::Mat &m, bool alphaExist=false)
CV_EXPORTS CGImageRef MatToCGImage(const cv::Mat &image) CF_RETURNS_RETAINED
const IplImage * image
Definition videoio_c.h:131