cvconfig.h 5.1 KB

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