Main module headers are moved 1 level up

e.g. <opencv2/core/core.hpp> become <opencv2/core.hpp>

Also renamed <opencv2/core/opengl_interop.hpp> to <opencv2/core/opengl.hpp>
This commit is contained in:
Andrey Kamaev
2013-03-13 16:22:44 +04:00
parent 061dd7e84e
commit ad5cddc007
266 changed files with 571 additions and 588 deletions

View File

@@ -43,7 +43,7 @@
#ifndef __OPENCV_FEATURES_2D_HPP__
#define __OPENCV_FEATURES_2D_HPP__
#include "opencv2/core/core.hpp"
#include "opencv2/core.hpp"
#include "opencv2/flann/miniflann.hpp"
#ifdef __cplusplus

View File

@@ -9,9 +9,9 @@
#ifndef __OPENCV_PERF_PRECOMP_HPP__
#define __OPENCV_PERF_PRECOMP_HPP__
#include "opencv2/ts/ts.hpp"
#include "opencv2/highgui/highgui.hpp"
#include "opencv2/features2d/features2d.hpp"
#include "opencv2/ts.hpp"
#include "opencv2/highgui.hpp"
#include "opencv2/features2d.hpp"
#ifdef GTEST_CREATE_SHARED_LIBRARY
#error no modules except ts should have GTEST_CREATE_SHARED_LIBRARY defined

View File

@@ -48,7 +48,7 @@
#ifdef DEBUG_BLOB_DETECTOR
# include "opencv2/opencv_modules.hpp"
# ifdef HAVE_OPENCV_HIGHGUI
# include "opencv2/highgui/highgui.hpp"
# include "opencv2/highgui.hpp"
# else
# undef DEBUG_BLOB_DETECTOR
# endif

View File

@@ -42,9 +42,9 @@
the IEEE International Conference on Computer Vision (ICCV2011).
*/
#include <opencv2/features2d/features2d.hpp>
#include <opencv2/core/core.hpp>
#include <opencv2/imgproc/imgproc.hpp>
#include <opencv2/features2d.hpp>
#include <opencv2/core.hpp>
#include <opencv2/imgproc.hpp>
#include <fstream>
#include <stdlib.h>

View File

@@ -47,8 +47,8 @@
#include "cvconfig.h"
#endif
#include "opencv2/features2d/features2d.hpp"
#include "opencv2/imgproc/imgproc.hpp"
#include "opencv2/features2d.hpp"
#include "opencv2/imgproc.hpp"
#include "opencv2/imgproc/imgproc_c.h"
#include "opencv2/core/internal.hpp"

View File

@@ -40,7 +40,7 @@
//M*/
#include "test_precomp.hpp"
#include "opencv2/highgui/highgui.hpp"
#include "opencv2/highgui.hpp"
using namespace std;
using namespace cv;

View File

@@ -40,7 +40,7 @@
//M*/
#include "test_precomp.hpp"
#include "opencv2/highgui/highgui.hpp"
#include "opencv2/highgui.hpp"
using namespace std;
using namespace cv;

View File

@@ -40,7 +40,7 @@
//M*/
#include "test_precomp.hpp"
#include "opencv2/highgui/highgui.hpp"
#include "opencv2/highgui.hpp"
using namespace std;
using namespace cv;

View File

@@ -40,7 +40,7 @@
//M*/
#include "test_precomp.hpp"
#include "opencv2/highgui/highgui.hpp"
#include "opencv2/highgui.hpp"
using namespace std;
using namespace cv;

View File

@@ -40,7 +40,7 @@
//M*/
#include "test_precomp.hpp"
#include "opencv2/highgui/highgui.hpp"
#include "opencv2/highgui.hpp"
using namespace std;
using namespace cv;

View File

@@ -9,11 +9,11 @@
#ifndef __OPENCV_TEST_PRECOMP_HPP__
#define __OPENCV_TEST_PRECOMP_HPP__
#include "opencv2/ts/ts.hpp"
#include "opencv2/imgproc/imgproc.hpp"
#include "opencv2/ts.hpp"
#include "opencv2/imgproc.hpp"
#include "opencv2/imgproc/imgproc_c.h"
#include "opencv2/features2d/features2d.hpp"
#include "opencv2/highgui/highgui.hpp"
#include "opencv2/features2d.hpp"
#include "opencv2/highgui.hpp"
#include <iostream>
#endif

View File

@@ -40,7 +40,7 @@
//M*/
#include "test_precomp.hpp"
#include "opencv2/highgui/highgui.hpp"
#include "opencv2/highgui.hpp"
using namespace std;
using namespace cv;