Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.06 KB | None | 0 0
  1. /* OpenCV compiled as static or dynamic libs */
  2. #define 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. #define 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_DIRECTX_NV12 */
  61. /* #undef HAVE_D3D11 */
  62. /* #undef HAVE_D3D10 */
  63. /* #undef HAVE_D3D9 */
  64.  
  65. /* DirectShow Video Capture library */
  66. /* #undef HAVE_DSHOW */
  67.  
  68. /* Eigen Matrix & Linear Algebra Library */
  69. /* #undef HAVE_EIGEN */
  70.  
  71. /* FFMpeg video library */
  72. /* #undef HAVE_FFMPEG */
  73.  
  74. /* ffmpeg's libswscale */
  75. /* #undef HAVE_FFMPEG_SWSCALE */
  76.  
  77. /* ffmpeg in Gentoo */
  78. /* #undef HAVE_GENTOO_FFMPEG */
  79.  
  80. /* Geospatial Data Abstraction Library */
  81. /* #undef HAVE_GDAL */
  82.  
  83. /* GStreamer multimedia framework */
  84. /* #undef HAVE_GSTREAMER */
  85.  
  86. /* GTK+ 2.0 Thread support */
  87. /* #undef HAVE_GTHREAD */
  88.  
  89. /* GTK+ 2.x toolkit */
  90. /* #undef HAVE_GTK */
  91.  
  92. /* Define to 1 if you have the <inttypes.h> header file. */
  93. /* #undef HAVE_INTTYPES_H */
  94.  
  95. /* Intel Perceptual Computing SDK library */
  96. /* #undef HAVE_INTELPERC */
  97.  
  98. /* Intel Integrated Performance Primitives */
  99. #define HAVE_IPP
  100. #define HAVE_IPP_ICV_ONLY
  101.  
  102. /* Intel IPP Async */
  103. /* #undef HAVE_IPP_A */
  104.  
  105. /* JPEG-2000 codec */
  106. #define HAVE_JASPER
  107.  
  108. /* IJG JPEG codec */
  109. #define HAVE_JPEG
  110.  
  111. /* libpng/png.h needs to be included */
  112. /* #undef HAVE_LIBPNG_PNG_H */
  113.  
  114. /* V4L/V4L2 capturing support via libv4l */
  115. /* #undef HAVE_LIBV4L */
  116.  
  117. /* Microsoft Media Foundation Capture library */
  118. /* #undef HAVE_MSMF */
  119.  
  120. /* NVidia Video Decoding API*/
  121. /* #undef HAVE_NVCUVID */
  122.  
  123. /* OpenCL Support */
  124. #define HAVE_OPENCL
  125. /* #undef HAVE_OPENCL_STATIC */
  126. /* #undef HAVE_OPENCL_SVM */
  127.  
  128. /* OpenEXR codec */
  129. #define HAVE_OPENEXR
  130.  
  131. /* OpenGL support*/
  132. /* #undef HAVE_OPENGL */
  133.  
  134. /* OpenNI library */
  135. /* #undef HAVE_OPENNI */
  136.  
  137. /* OpenNI library */
  138. /* #undef HAVE_OPENNI2 */
  139.  
  140. /* PNG codec */
  141. #define HAVE_PNG
  142.  
  143. /* Posix threads (pthreads) */
  144. #define HAVE_PTHREADS
  145.  
  146. /* parallel_for with pthreads */
  147. #define HAVE_PTHREADS_PF
  148.  
  149. /* Qt support */
  150. /* #undef HAVE_QT */
  151.  
  152. /* Qt OpenGL support */
  153. /* #undef HAVE_QT_OPENGL */
  154.  
  155. /* QuickTime video libraries */
  156. /* #undef HAVE_QUICKTIME */
  157.  
  158. /* QTKit video libraries */
  159. /* #undef HAVE_QTKIT */
  160.  
  161. /* Intel Threading Building Blocks */
  162. /* #undef HAVE_TBB */
  163.  
  164. /* TIFF codec */
  165. #define HAVE_TIFF
  166.  
  167. /* Unicap video capture library */
  168. /* #undef HAVE_UNICAP */
  169.  
  170. /* Video for Windows support */
  171. /* #undef HAVE_VFW */
  172.  
  173. /* V4L2 capturing support in videoio.h */
  174. /* #undef HAVE_VIDEOIO */
  175.  
  176. /* Win32 UI */
  177. /* #undef HAVE_WIN32UI */
  178.  
  179. /* XIMEA camera support */
  180. /* #undef HAVE_XIMEA */
  181.  
  182. /* Xine video library */
  183. /* #undef HAVE_XINE */
  184.  
  185. /* Define if your processor stores words with the most significant byte
  186. first (like Motorola and SPARC, unlike Intel and VAX). */
  187. /* #undef WORDS_BIGENDIAN */
  188.  
  189. /* gPhoto2 library */
  190. /* #undef HAVE_GPHOTO2 */
  191.  
  192. /* VA library (libva) */
  193. /* #undef HAVE_VA */
  194.  
  195. /* Intel VA-API/OpenCL */
  196. /* #undef HAVE_VA_INTEL */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement