44#import <UIKit/UIKit.h>
45#import <Accelerate/Accelerate.h>
46#import <AVFoundation/AVFoundation.h>
47#import <ImageIO/ImageIO.h>
48#include "opencv2/core.hpp"
57 cv::Mat& m,
bool alphaExist =
false);
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 CGImageRef MatToCGImage(const cv::Mat &image) CF_RETURNS_RETAINED
CV_EXPORTS void UIImageToMat(const UIImage *image, cv::Mat &m, bool alphaExist=false)
CV_EXPORTS UIImage * MatToUIImage(const cv::Mat &image)
const IplImage * image
Definition videoio_c.h:131