File tree 1 file changed +22
-0
lines changed 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change 43
43
#ifndef __OPENCV_ALL_HPP__
44
44
#define __OPENCV_ALL_HPP__
45
45
46
+ #include " opencv2/opencv_modules.hpp"
47
+
46
48
#include " opencv2/core.hpp"
49
+ #ifdef HAVE_OPENCV_IMGPROC
47
50
#include " opencv2/imgproc.hpp"
51
+ #endif
52
+ #ifdef HAVE_OPENCV_PHOTO
48
53
#include " opencv2/photo.hpp"
54
+ #endif
55
+ #ifdef HAVE_OPENCV_VIDEO
49
56
#include " opencv2/video.hpp"
57
+ #endif
58
+ #ifdef HAVE_OPENCV_FEATURES2D
50
59
#include " opencv2/features2d.hpp"
60
+ #endif
61
+ #ifdef HAVE_OPENCV_OBJDETECT
51
62
#include " opencv2/objdetect.hpp"
63
+ #endif
64
+ #ifdef HAVE_OPENCV_CALIB3D
52
65
#include " opencv2/calib3d.hpp"
66
+ #endif
67
+ #ifdef HAVE_OPENCV_IMGCODECS
53
68
#include " opencv2/imgcodecs.hpp"
69
+ #endif
70
+ #ifdef HAVE_OPENCV_VIDEOIO
54
71
#include " opencv2/videoio.hpp"
72
+ #endif
73
+ #ifdef HAVE_OPENCV_HIGHGUI
55
74
#include " opencv2/highgui.hpp"
75
+ #endif
76
+ #ifdef HAVE_OPENCV_ML
56
77
#include " opencv2/ml.hpp"
78
+ #endif
57
79
58
80
#endif
You can’t perform that action at this time.
0 commit comments