openCV library for Renesas RZ/A

Dependents:   RZ_A2M_Mbed_samples

Committer:
RyoheiHagimoto
Date:
Fri Jan 29 04:53:38 2021 +0000
Revision:
0:0e0631af0305
copied from https://github.com/d-kato/opencv-lib.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
RyoheiHagimoto 0:0e0631af0305 1 /*
RyoheiHagimoto 0:0e0631af0305 2 *
RyoheiHagimoto 0:0e0631af0305 3 * This file defines the list of modules available in current build configuration
RyoheiHagimoto 0:0e0631af0305 4 *
RyoheiHagimoto 0:0e0631af0305 5 */
RyoheiHagimoto 0:0e0631af0305 6
RyoheiHagimoto 0:0e0631af0305 7
RyoheiHagimoto 0:0e0631af0305 8 #define HAVE_OPENCV_CALIB3D
RyoheiHagimoto 0:0e0631af0305 9 #define HAVE_OPENCV_CORE
RyoheiHagimoto 0:0e0631af0305 10 #define HAVE_OPENCV_FEATURES2D
RyoheiHagimoto 0:0e0631af0305 11 //#define HAVE_OPENCV_FLANN
RyoheiHagimoto 0:0e0631af0305 12 #define HAVE_OPENCV_IMGCODECS
RyoheiHagimoto 0:0e0631af0305 13 #define HAVE_OPENCV_IMGPROC
RyoheiHagimoto 0:0e0631af0305 14 #define HAVE_OPENCV_ML
RyoheiHagimoto 0:0e0631af0305 15 #define HAVE_OPENCV_OBJDETECT
RyoheiHagimoto 0:0e0631af0305 16 #define HAVE_OPENCV_PHOTO
RyoheiHagimoto 0:0e0631af0305 17 #define HAVE_OPENCV_SHAPE
RyoheiHagimoto 0:0e0631af0305 18 #define HAVE_OPENCV_STITCHING
RyoheiHagimoto 0:0e0631af0305 19 #define HAVE_OPENCV_SUPERRES
RyoheiHagimoto 0:0e0631af0305 20 #define HAVE_OPENCV_VIDEO
RyoheiHagimoto 0:0e0631af0305 21 #define HAVE_OPENCV_VIDEOSTAB
RyoheiHagimoto 0:0e0631af0305 22
RyoheiHagimoto 0:0e0631af0305 23