Split highgui module to videoio and highgui

This commit is contained in:
vbystricky
2014-07-10 18:27:32 +04:00
committed by VBystricky
parent f773cd9a3e
commit d58f736935
149 changed files with 1673 additions and 1309 deletions

View File

@@ -40,7 +40,11 @@
//
//M*/
#import "opencv2/highgui/cap_ios.h"
#import <UIKit/UIKit.h>
#import <Accelerate/Accelerate.h>
#import <AVFoundation/AVFoundation.h>
#import <ImageIO/ImageIO.h>
#include "opencv2/core.hpp"
#include "precomp.hpp"
UIImage* MatToUIImage(const cv::Mat& image) {

View File

@@ -454,7 +454,7 @@ bool imencode( const String& ext, InputArray _image,
}
/****************************************************************************************\
* HighGUI loading & saving function implementation *
* Imgcodecs loading & saving function implementation *
\****************************************************************************************/
CV_IMPL int

View File

@@ -81,7 +81,4 @@
#define __END__ __CV_END__
#define EXIT __CV_EXIT__
CVAPI(int) cvHaveImageReader(const char* filename);
CVAPI(int) cvHaveImageWriter(const char* filename);
#endif /* __HIGHGUI_H_ */
#endif /* __IMGCODECS_H_ */