diff options
author | siddhu8990 | 2017-04-24 14:08:37 +0530 |
---|---|---|
committer | siddhu8990 | 2017-04-24 14:08:37 +0530 |
commit | 472b2e7ebbd2d8b3ecd00b228128aa8a0bd3f920 (patch) | |
tree | 506e85e6c959148c052747d61ffd29d98fa058bf /2.3-1/thirdparty/includes/OpenCV/opencv2/opencv_modules.hpp | |
parent | b9cfdca438347fe4d28f7caff3cb7b382e455d3a (diff) | |
download | Scilab2C-472b2e7ebbd2d8b3ecd00b228128aa8a0bd3f920.tar.gz Scilab2C-472b2e7ebbd2d8b3ecd00b228128aa8a0bd3f920.tar.bz2 Scilab2C-472b2e7ebbd2d8b3ecd00b228128aa8a0bd3f920.zip |
Fixed float.h issue. OpenCV with built libraries working for linux x64
Diffstat (limited to '2.3-1/thirdparty/includes/OpenCV/opencv2/opencv_modules.hpp')
-rw-r--r-- | 2.3-1/thirdparty/includes/OpenCV/opencv2/opencv_modules.hpp | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/2.3-1/thirdparty/includes/OpenCV/opencv2/opencv_modules.hpp b/2.3-1/thirdparty/includes/OpenCV/opencv2/opencv_modules.hpp new file mode 100644 index 00000000..4425eec5 --- /dev/null +++ b/2.3-1/thirdparty/includes/OpenCV/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 + + |