Merge with master and fix conflicts

This commit is contained in:
mshabunin
2014-08-13 18:24:11 +04:00
778 changed files with 40820 additions and 452611 deletions

View File

@@ -4,6 +4,7 @@
* @author OpenCV team
*/
#include "opencv2/imgcodecs.hpp"
#include "opencv2/highgui/highgui.hpp"
#include <stdio.h>

View File

@@ -5,6 +5,7 @@
* @author OpenCV team
*/
#include "opencv2/imgcodecs.hpp"
#include "opencv2/highgui/highgui.hpp"
using namespace cv;

View File

@@ -5,6 +5,7 @@
#include <opencv2/core/core.hpp> // Basic OpenCV structures (cv::Mat, Scalar)
#include <opencv2/imgproc/imgproc.hpp> // Gaussian Blur
#include <opencv2/videoio/videoio.hpp>
#include <opencv2/highgui/highgui.hpp> // OpenCV window I/O
using namespace std;

View File

@@ -2,7 +2,7 @@
#include <string> // for strings
#include <opencv2/core/core.hpp> // Basic OpenCV structures (cv::Mat)
#include <opencv2/highgui/highgui.hpp> // Video write
#include <opencv2/videoio/videoio.hpp> // Video write
using namespace std;
using namespace cv;