1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 15:53:03 +04:00

added opencv_world module that combines all the other [selected by user] OpenCV modules, except for opencv_python and opencv_gpu.

This commit is contained in:
Vadim Pisarevsky
2012-05-12 13:54:26 +00:00
parent 8408499c94
commit 9bbcebd6b0
11 changed files with 335 additions and 5 deletions
@@ -46,4 +46,13 @@
#include "opencv2/video/tracking.hpp"
#include "opencv2/video/background_segm.hpp"
#ifdef __cplusplus
namespace cv
{
CV_EXPORTS bool initModule_video(void);
}
#endif
#endif //__OPENCV_VIDEO_HPP__