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 /* OpenCV compiled as static or dynamic libs */
RyoheiHagimoto 0:0e0631af0305 2 /* #undef BUILD_SHARED_LIBS */
RyoheiHagimoto 0:0e0631af0305 3
RyoheiHagimoto 0:0e0631af0305 4 /* Compile for 'real' NVIDIA GPU architectures */
RyoheiHagimoto 0:0e0631af0305 5 #define CUDA_ARCH_BIN ""
RyoheiHagimoto 0:0e0631af0305 6
RyoheiHagimoto 0:0e0631af0305 7 /* Create PTX or BIN for 1.0 compute capability */
RyoheiHagimoto 0:0e0631af0305 8 /* #undef CUDA_ARCH_BIN_OR_PTX_10 */
RyoheiHagimoto 0:0e0631af0305 9
RyoheiHagimoto 0:0e0631af0305 10 /* NVIDIA GPU features are used */
RyoheiHagimoto 0:0e0631af0305 11 #define CUDA_ARCH_FEATURES ""
RyoheiHagimoto 0:0e0631af0305 12
RyoheiHagimoto 0:0e0631af0305 13 /* Compile for 'virtual' NVIDIA PTX architectures */
RyoheiHagimoto 0:0e0631af0305 14 #define CUDA_ARCH_PTX ""
RyoheiHagimoto 0:0e0631af0305 15
RyoheiHagimoto 0:0e0631af0305 16 /* AVFoundation video libraries */
RyoheiHagimoto 0:0e0631af0305 17 /* #undef HAVE_AVFOUNDATION */
RyoheiHagimoto 0:0e0631af0305 18
RyoheiHagimoto 0:0e0631af0305 19 /* V4L capturing support */
RyoheiHagimoto 0:0e0631af0305 20 /* #undef HAVE_CAMV4L */
RyoheiHagimoto 0:0e0631af0305 21
RyoheiHagimoto 0:0e0631af0305 22 /* V4L2 capturing support */
RyoheiHagimoto 0:0e0631af0305 23 /* #undef HAVE_CAMV4L2 */
RyoheiHagimoto 0:0e0631af0305 24
RyoheiHagimoto 0:0e0631af0305 25 /* Carbon windowing environment */
RyoheiHagimoto 0:0e0631af0305 26 /* #undef HAVE_CARBON */
RyoheiHagimoto 0:0e0631af0305 27
RyoheiHagimoto 0:0e0631af0305 28 /* AMD's Basic Linear Algebra Subprograms Library*/
RyoheiHagimoto 0:0e0631af0305 29 /* #undef HAVE_CLAMDBLAS */
RyoheiHagimoto 0:0e0631af0305 30
RyoheiHagimoto 0:0e0631af0305 31 /* AMD's OpenCL Fast Fourier Transform Library*/
RyoheiHagimoto 0:0e0631af0305 32 /* #undef HAVE_CLAMDFFT */
RyoheiHagimoto 0:0e0631af0305 33
RyoheiHagimoto 0:0e0631af0305 34 /* Clp support */
RyoheiHagimoto 0:0e0631af0305 35 /* #undef HAVE_CLP */
RyoheiHagimoto 0:0e0631af0305 36
RyoheiHagimoto 0:0e0631af0305 37 /* Cocoa API */
RyoheiHagimoto 0:0e0631af0305 38 /* #undef HAVE_COCOA */
RyoheiHagimoto 0:0e0631af0305 39
RyoheiHagimoto 0:0e0631af0305 40 /* C= */
RyoheiHagimoto 0:0e0631af0305 41 /* #undef HAVE_CSTRIPES */
RyoheiHagimoto 0:0e0631af0305 42
RyoheiHagimoto 0:0e0631af0305 43 /* NVidia Cuda Basic Linear Algebra Subprograms (BLAS) API*/
RyoheiHagimoto 0:0e0631af0305 44 /* #undef HAVE_CUBLAS */
RyoheiHagimoto 0:0e0631af0305 45
RyoheiHagimoto 0:0e0631af0305 46 /* NVidia Cuda Runtime API*/
RyoheiHagimoto 0:0e0631af0305 47 /* #undef HAVE_CUDA */
RyoheiHagimoto 0:0e0631af0305 48
RyoheiHagimoto 0:0e0631af0305 49 /* NVidia Cuda Fast Fourier Transform (FFT) API*/
RyoheiHagimoto 0:0e0631af0305 50 /* #undef HAVE_CUFFT */
RyoheiHagimoto 0:0e0631af0305 51
RyoheiHagimoto 0:0e0631af0305 52 /* IEEE1394 capturing support */
RyoheiHagimoto 0:0e0631af0305 53 /* #undef HAVE_DC1394 */
RyoheiHagimoto 0:0e0631af0305 54
RyoheiHagimoto 0:0e0631af0305 55 /* IEEE1394 capturing support - libdc1394 v2.x */
RyoheiHagimoto 0:0e0631af0305 56 /* #undef HAVE_DC1394_2 */
RyoheiHagimoto 0:0e0631af0305 57
RyoheiHagimoto 0:0e0631af0305 58 /* DirectX */
RyoheiHagimoto 0:0e0631af0305 59 /* #undef HAVE_DIRECTX */
RyoheiHagimoto 0:0e0631af0305 60 /* #undef HAVE_DIRECTX_NV12 */
RyoheiHagimoto 0:0e0631af0305 61 /* #undef HAVE_D3D11 */
RyoheiHagimoto 0:0e0631af0305 62 /* #undef HAVE_D3D10 */
RyoheiHagimoto 0:0e0631af0305 63 /* #undef HAVE_D3D9 */
RyoheiHagimoto 0:0e0631af0305 64
RyoheiHagimoto 0:0e0631af0305 65 /* DirectShow Video Capture library */
RyoheiHagimoto 0:0e0631af0305 66 /* #undef HAVE_DSHOW */
RyoheiHagimoto 0:0e0631af0305 67
RyoheiHagimoto 0:0e0631af0305 68 /* Eigen Matrix & Linear Algebra Library */
RyoheiHagimoto 0:0e0631af0305 69 /* #undef HAVE_EIGEN */
RyoheiHagimoto 0:0e0631af0305 70
RyoheiHagimoto 0:0e0631af0305 71 /* FFMpeg video library */
RyoheiHagimoto 0:0e0631af0305 72 /* #undef HAVE_FFMPEG */
RyoheiHagimoto 0:0e0631af0305 73
RyoheiHagimoto 0:0e0631af0305 74 /* Geospatial Data Abstraction Library */
RyoheiHagimoto 0:0e0631af0305 75 /* #undef HAVE_GDAL */
RyoheiHagimoto 0:0e0631af0305 76
RyoheiHagimoto 0:0e0631af0305 77 /* GStreamer multimedia framework */
RyoheiHagimoto 0:0e0631af0305 78 /* #undef HAVE_GSTREAMER */
RyoheiHagimoto 0:0e0631af0305 79
RyoheiHagimoto 0:0e0631af0305 80 /* GTK+ 2.0 Thread support */
RyoheiHagimoto 0:0e0631af0305 81 /* #undef HAVE_GTHREAD */
RyoheiHagimoto 0:0e0631af0305 82
RyoheiHagimoto 0:0e0631af0305 83 /* GTK+ 2.x toolkit */
RyoheiHagimoto 0:0e0631af0305 84 /* #undef HAVE_GTK */
RyoheiHagimoto 0:0e0631af0305 85
RyoheiHagimoto 0:0e0631af0305 86 /* Define to 1 if you have the <inttypes.h> header file. */
RyoheiHagimoto 0:0e0631af0305 87 /* #undef HAVE_INTTYPES_H */
RyoheiHagimoto 0:0e0631af0305 88
RyoheiHagimoto 0:0e0631af0305 89 /* Intel Perceptual Computing SDK library */
RyoheiHagimoto 0:0e0631af0305 90 /* #undef HAVE_INTELPERC */
RyoheiHagimoto 0:0e0631af0305 91
RyoheiHagimoto 0:0e0631af0305 92 /* Intel Integrated Performance Primitives */
RyoheiHagimoto 0:0e0631af0305 93 /* #undef HAVE_IPP */
RyoheiHagimoto 0:0e0631af0305 94 /* #undef HAVE_IPP_ICV_ONLY */
RyoheiHagimoto 0:0e0631af0305 95
RyoheiHagimoto 0:0e0631af0305 96 /* Intel IPP Async */
RyoheiHagimoto 0:0e0631af0305 97 /* #undef HAVE_IPP_A */
RyoheiHagimoto 0:0e0631af0305 98
RyoheiHagimoto 0:0e0631af0305 99 /* JPEG-2000 codec */
RyoheiHagimoto 0:0e0631af0305 100 /* #undef HAVE_JASPER */
RyoheiHagimoto 0:0e0631af0305 101
RyoheiHagimoto 0:0e0631af0305 102 /* IJG JPEG codec */
RyoheiHagimoto 0:0e0631af0305 103 /* #undef HAVE_JPEG */
RyoheiHagimoto 0:0e0631af0305 104
RyoheiHagimoto 0:0e0631af0305 105 /* libpng/png.h needs to be included */
RyoheiHagimoto 0:0e0631af0305 106 /* #undef HAVE_LIBPNG_PNG_H */
RyoheiHagimoto 0:0e0631af0305 107
RyoheiHagimoto 0:0e0631af0305 108 /* GDCM DICOM codec */
RyoheiHagimoto 0:0e0631af0305 109 /* #undef HAVE_GDCM */
RyoheiHagimoto 0:0e0631af0305 110
RyoheiHagimoto 0:0e0631af0305 111 /* V4L/V4L2 capturing support via libv4l */
RyoheiHagimoto 0:0e0631af0305 112 /* #undef HAVE_LIBV4L */
RyoheiHagimoto 0:0e0631af0305 113
RyoheiHagimoto 0:0e0631af0305 114 /* Microsoft Media Foundation Capture library */
RyoheiHagimoto 0:0e0631af0305 115 /* #undef HAVE_MSMF */
RyoheiHagimoto 0:0e0631af0305 116
RyoheiHagimoto 0:0e0631af0305 117 /* NVidia Video Decoding API*/
RyoheiHagimoto 0:0e0631af0305 118 /* #undef HAVE_NVCUVID */
RyoheiHagimoto 0:0e0631af0305 119
RyoheiHagimoto 0:0e0631af0305 120 /* NVidia Video Encoding API*/
RyoheiHagimoto 0:0e0631af0305 121 /* #undef HAVE_NVCUVENC */
RyoheiHagimoto 0:0e0631af0305 122
RyoheiHagimoto 0:0e0631af0305 123 /* OpenCL Support */
RyoheiHagimoto 0:0e0631af0305 124 /* #undef HAVE_OPENCL */
RyoheiHagimoto 0:0e0631af0305 125 /* #undef HAVE_OPENCL_STATIC */
RyoheiHagimoto 0:0e0631af0305 126 /* #undef HAVE_OPENCL_SVM */
RyoheiHagimoto 0:0e0631af0305 127
RyoheiHagimoto 0:0e0631af0305 128 /* OpenEXR codec */
RyoheiHagimoto 0:0e0631af0305 129 /* #undef HAVE_OPENEXR */
RyoheiHagimoto 0:0e0631af0305 130
RyoheiHagimoto 0:0e0631af0305 131 /* OpenGL support*/
RyoheiHagimoto 0:0e0631af0305 132 /* #undef HAVE_OPENGL */
RyoheiHagimoto 0:0e0631af0305 133
RyoheiHagimoto 0:0e0631af0305 134 /* OpenNI library */
RyoheiHagimoto 0:0e0631af0305 135 /* #undef HAVE_OPENNI */
RyoheiHagimoto 0:0e0631af0305 136
RyoheiHagimoto 0:0e0631af0305 137 /* OpenNI library */
RyoheiHagimoto 0:0e0631af0305 138 /* #undef HAVE_OPENNI2 */
RyoheiHagimoto 0:0e0631af0305 139
RyoheiHagimoto 0:0e0631af0305 140 /* PNG codec */
RyoheiHagimoto 0:0e0631af0305 141 /* #undef HAVE_PNG */
RyoheiHagimoto 0:0e0631af0305 142
RyoheiHagimoto 0:0e0631af0305 143 /* Posix threads (pthreads) */
RyoheiHagimoto 0:0e0631af0305 144 #define HAVE_PTHREADS
RyoheiHagimoto 0:0e0631af0305 145
RyoheiHagimoto 0:0e0631af0305 146 /* parallel_for with pthreads */
RyoheiHagimoto 0:0e0631af0305 147 /* #undef HAVE_PTHREADS_PF */
RyoheiHagimoto 0:0e0631af0305 148
RyoheiHagimoto 0:0e0631af0305 149 /* Qt support */
RyoheiHagimoto 0:0e0631af0305 150 /* #undef HAVE_QT */
RyoheiHagimoto 0:0e0631af0305 151
RyoheiHagimoto 0:0e0631af0305 152 /* Qt OpenGL support */
RyoheiHagimoto 0:0e0631af0305 153 /* #undef HAVE_QT_OPENGL */
RyoheiHagimoto 0:0e0631af0305 154
RyoheiHagimoto 0:0e0631af0305 155 /* QuickTime video libraries */
RyoheiHagimoto 0:0e0631af0305 156 /* #undef HAVE_QUICKTIME */
RyoheiHagimoto 0:0e0631af0305 157
RyoheiHagimoto 0:0e0631af0305 158 /* QTKit video libraries */
RyoheiHagimoto 0:0e0631af0305 159 /* #undef HAVE_QTKIT */
RyoheiHagimoto 0:0e0631af0305 160
RyoheiHagimoto 0:0e0631af0305 161 /* Intel Threading Building Blocks */
RyoheiHagimoto 0:0e0631af0305 162 /* #undef HAVE_TBB */
RyoheiHagimoto 0:0e0631af0305 163
RyoheiHagimoto 0:0e0631af0305 164 /* TIFF codec */
RyoheiHagimoto 0:0e0631af0305 165 /* #undef HAVE_TIFF */
RyoheiHagimoto 0:0e0631af0305 166
RyoheiHagimoto 0:0e0631af0305 167 /* Unicap video capture library */
RyoheiHagimoto 0:0e0631af0305 168 /* #undef HAVE_UNICAP */
RyoheiHagimoto 0:0e0631af0305 169
RyoheiHagimoto 0:0e0631af0305 170 /* Video for Windows support */
RyoheiHagimoto 0:0e0631af0305 171 /* #undef HAVE_VFW */
RyoheiHagimoto 0:0e0631af0305 172
RyoheiHagimoto 0:0e0631af0305 173 /* V4L2 capturing support in videoio.h */
RyoheiHagimoto 0:0e0631af0305 174 /* #undef HAVE_VIDEOIO */
RyoheiHagimoto 0:0e0631af0305 175
RyoheiHagimoto 0:0e0631af0305 176 /* Win32 UI */
RyoheiHagimoto 0:0e0631af0305 177 /* #undef HAVE_WIN32UI */
RyoheiHagimoto 0:0e0631af0305 178
RyoheiHagimoto 0:0e0631af0305 179 /* XIMEA camera support */
RyoheiHagimoto 0:0e0631af0305 180 /* #undef HAVE_XIMEA */
RyoheiHagimoto 0:0e0631af0305 181
RyoheiHagimoto 0:0e0631af0305 182 /* Xine video library */
RyoheiHagimoto 0:0e0631af0305 183 /* #undef HAVE_XINE */
RyoheiHagimoto 0:0e0631af0305 184
RyoheiHagimoto 0:0e0631af0305 185 /* Define if your processor stores words with the most significant byte
RyoheiHagimoto 0:0e0631af0305 186 first (like Motorola and SPARC, unlike Intel and VAX). */
RyoheiHagimoto 0:0e0631af0305 187 /* #undef WORDS_BIGENDIAN */
RyoheiHagimoto 0:0e0631af0305 188
RyoheiHagimoto 0:0e0631af0305 189 /* gPhoto2 library */
RyoheiHagimoto 0:0e0631af0305 190 /* #undef HAVE_GPHOTO2 */
RyoheiHagimoto 0:0e0631af0305 191
RyoheiHagimoto 0:0e0631af0305 192 /* VA library (libva) */
RyoheiHagimoto 0:0e0631af0305 193 /* #undef HAVE_VA */
RyoheiHagimoto 0:0e0631af0305 194
RyoheiHagimoto 0:0e0631af0305 195 /* Intel VA-API/OpenCL */
RyoheiHagimoto 0:0e0631af0305 196 /* #undef HAVE_VA_INTEL */
RyoheiHagimoto 0:0e0631af0305 197
RyoheiHagimoto 0:0e0631af0305 198 /* Lapack */
RyoheiHagimoto 0:0e0631af0305 199 /* #undef HAVE_LAPACK */
RyoheiHagimoto 0:0e0631af0305 200
RyoheiHagimoto 0:0e0631af0305 201 /* FP16 */
RyoheiHagimoto 0:0e0631af0305 202 /* #undef HAVE_FP16 */
RyoheiHagimoto 0:0e0631af0305 203
RyoheiHagimoto 0:0e0631af0305 204 /* Library was compiled with functions instrumentation */
RyoheiHagimoto 0:0e0631af0305 205 /* #undef ENABLE_INSTRUMENTATION */
RyoheiHagimoto 0:0e0631af0305 206
RyoheiHagimoto 0:0e0631af0305 207 /* OpenVX */
RyoheiHagimoto 0:0e0631af0305 208 /* #undef HAVE_OPENVX */