cvconfig.h 3.9 KB

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