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