Loading...
Searching...
No Matches
Functions | |
| void | CGImageToMat (const CGImageRef image, cv::Mat &m, bool alphaExist=false) |
| CGImageRef | MatToCGImage (const cv::Mat &image) CF_RETURNS_RETAINED |
| UIImage * | MatToUIImage (const cv::Mat &image) |
| void | UIImageToMat (const UIImage *image, cv::Mat &m, bool alphaExist=false) |
Detailed Description
Function Documentation
◆ CGImageToMat()
| void CGImageToMat | ( | const CGImageRef | image, |
| cv::Mat & | m, | ||
| bool | alphaExist = false |
||
| ) |
#include <opencv2/imgcodecs/ios.h>
◆ MatToCGImage()
| CGImageRef MatToCGImage | ( | const cv::Mat & | image | ) |
#include <opencv2/imgcodecs/ios.h>
◆ MatToUIImage()
| UIImage * MatToUIImage | ( | const cv::Mat & | image | ) |
#include <opencv2/imgcodecs/ios.h>
◆ UIImageToMat()
| void UIImageToMat | ( | const UIImage * | image, |
| cv::Mat & | m, | ||
| bool | alphaExist = false |
||
| ) |
#include <opencv2/imgcodecs/ios.h>
1.9.6