1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 23:33:05 +04:00

removed compatibility headers

This commit is contained in:
Vladislav Vinogradov
2013-07-23 13:19:54 +04:00
parent fef646d4f8
commit 91dd44e7fa
20 changed files with 40 additions and 123 deletions
+2 -7
View File
@@ -3,15 +3,10 @@
#include "opencv2/core.hpp"
#include "opencv2/core/utility.hpp"
#include "opencv2/gpu.hpp"
#include "opencv2/gpubgsegm.hpp"
#include "opencv2/video.hpp"
#include "opencv2/highgui.hpp"
#include "opencv2/opencv_modules.hpp"
#ifdef HAVE_OPENCV_NONFREE
# include "opencv2/nonfree/gpu.hpp"
#endif
using namespace std;
using namespace cv;
using namespace cv::cuda;