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"
53CV_EXPORTS CGImageRef MatToCGImage(
const
cv::Mat& image) CF_RETURNS_RETAINED;
54CV_EXPORTS
void
CGImageToMat(
const
CGImageRef image,
cv::Mat& m,
bool
alphaExist =
false);
55CV_EXPORTS UIImage* MatToUIImage(
const
cv::Mat& image);
56CV_EXPORTS
void
UIImageToMat(
const
UIImage* image,
57
cv::Mat& m,
bool
alphaExist =
false);
n-dimensional dense array class
Definition:
mat.hpp:802