From 453598b49cb3d4a62b1797dbc90f0e3dd4521329 Mon Sep 17 00:00:00 2001 From: siddhu8990 Date: Wed, 19 Apr 2017 11:56:09 +0530 Subject: Copyright message updated in added files and libraries separated in 'thirdparty' folder --- .../includes/opencv2/opencv_modules.hpp | 29 ++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 thirdparty/raspberrypi/includes/opencv2/opencv_modules.hpp (limited to 'thirdparty/raspberrypi/includes/opencv2/opencv_modules.hpp') diff --git a/thirdparty/raspberrypi/includes/opencv2/opencv_modules.hpp b/thirdparty/raspberrypi/includes/opencv2/opencv_modules.hpp new file mode 100644 index 00000000..4425eec5 --- /dev/null +++ b/thirdparty/raspberrypi/includes/opencv2/opencv_modules.hpp @@ -0,0 +1,29 @@ +/* + * ** File generated automatically, do not modify ** + * + * This file defines the list of modules available in current build configuration + * + * +*/ + +#define HAVE_OPENCV_CALIB3D +#define HAVE_OPENCV_CONTRIB +#define HAVE_OPENCV_CORE +#define HAVE_OPENCV_FEATURES2D +#define HAVE_OPENCV_FLANN +#define HAVE_OPENCV_GPU +#define HAVE_OPENCV_HIGHGUI +#define HAVE_OPENCV_IMGPROC +#define HAVE_OPENCV_LEGACY +#define HAVE_OPENCV_ML +#define HAVE_OPENCV_NONFREE +#define HAVE_OPENCV_OBJDETECT +#define HAVE_OPENCV_OCL +#define HAVE_OPENCV_PHOTO +#define HAVE_OPENCV_STITCHING +#define HAVE_OPENCV_SUPERRES +#define HAVE_OPENCV_TS +#define HAVE_OPENCV_VIDEO +#define HAVE_OPENCV_VIDEOSTAB + + -- cgit