cvconfig.h 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229
  1. #ifndef OPENCV_CVCONFIG_H_INCLUDED
  2. #define OPENCV_CVCONFIG_H_INCLUDED
  3. /* OpenCV compiled as static or dynamic libs */
  4. #define 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. /* Create PTX or BIN for 1.0 compute capability */
  12. /* #undef CUDA_ARCH_BIN_OR_PTX_10 */
  13. /* NVIDIA GPU features are used */
  14. #define CUDA_ARCH_FEATURES ""
  15. /* Compile for 'virtual' NVIDIA PTX architectures */
  16. #define CUDA_ARCH_PTX ""
  17. /* AVFoundation video libraries */
  18. #define HAVE_AVFOUNDATION
  19. /* V4L2 capturing support */
  20. /* #undef HAVE_CAMV4L2 */
  21. /* AMD's Basic Linear Algebra Subprograms Library*/
  22. /* #undef HAVE_CLAMDBLAS */
  23. /* AMD's OpenCL Fast Fourier Transform Library*/
  24. /* #undef HAVE_CLAMDFFT */
  25. /* Clp support */
  26. /* #undef HAVE_CLP */
  27. /* Cocoa API */
  28. /* #undef HAVE_COCOA */
  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. /* #undef HAVE_EIGEN */
  49. /* FFMpeg video library */
  50. /* #undef HAVE_FFMPEG */
  51. /* Geospatial Data Abstraction Library */
  52. /* #undef HAVE_GDAL */
  53. /* GStreamer multimedia framework */
  54. /* #undef HAVE_GSTREAMER */
  55. /* GTK+ 2.0 Thread support */
  56. /* #undef HAVE_GTHREAD */
  57. /* GTK+ 2.x toolkit */
  58. /* #undef HAVE_GTK */
  59. /* Halide support */
  60. /* #undef HAVE_HALIDE */
  61. /* Vulkan support */
  62. /* #undef HAVE_VULKAN */
  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 */
  70. /* #undef HAVE_IPP_IW */
  71. /* #undef HAVE_IPP_IW_LL */
  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. /* GDCM DICOM codec */
  79. /* #undef HAVE_GDCM */
  80. /* Microsoft Media Foundation Capture library */
  81. /* #undef HAVE_MSMF */
  82. /* NVIDIA Video Decoding API*/
  83. /* #undef HAVE_NVCUVID */
  84. /* NVIDIA Video Encoding API*/
  85. /* #undef HAVE_NVCUVENC */
  86. /* OpenCL Support */
  87. /* #undef HAVE_OPENCL */
  88. /* #undef HAVE_OPENCL_STATIC */
  89. /* #undef HAVE_OPENCL_SVM */
  90. /* OpenEXR codec */
  91. /* #undef HAVE_OPENEXR */
  92. /* OpenGL support*/
  93. /* #undef HAVE_OPENGL */
  94. /* OpenNI library */
  95. /* #undef HAVE_OPENNI */
  96. /* OpenNI library */
  97. /* #undef HAVE_OPENNI2 */
  98. /* librealsense library */
  99. /* #undef HAVE_LIBREALSENSE */
  100. /* PNG codec */
  101. #define HAVE_PNG
  102. /* Posix threads (pthreads) */
  103. #define HAVE_PTHREAD
  104. /* parallel_for with pthreads */
  105. #define HAVE_PTHREADS_PF
  106. /* Qt support */
  107. /* #undef HAVE_QT */
  108. /* Qt OpenGL support */
  109. /* #undef HAVE_QT_OPENGL */
  110. /* Intel Threading Building Blocks */
  111. /* #undef HAVE_TBB */
  112. /* Ste||ar Group High Performance ParallelX */
  113. /* #undef HAVE_HPX */
  114. /* TIFF codec */
  115. /* #undef HAVE_TIFF */
  116. /* V4L2 capturing support in videoio.h */
  117. /* #undef HAVE_VIDEOIO */
  118. /* Win32 UI */
  119. /* #undef HAVE_WIN32UI */
  120. /* XIMEA camera support */
  121. /* #undef HAVE_XIMEA */
  122. /* Xine video library */
  123. /* #undef HAVE_XINE */
  124. /* Define if your processor stores words with the most significant byte
  125. first (like Motorola and SPARC, unlike Intel and VAX). */
  126. /* #undef WORDS_BIGENDIAN */
  127. /* gPhoto2 library */
  128. /* #undef HAVE_GPHOTO2 */
  129. /* VA library (libva) */
  130. /* #undef HAVE_VA */
  131. /* Intel VA-API/OpenCL */
  132. /* #undef HAVE_VA_INTEL */
  133. /* Intel Media SDK */
  134. /* #undef HAVE_MFX */
  135. /* Lapack */
  136. /* #undef HAVE_LAPACK */
  137. /* Library was compiled with functions instrumentation */
  138. /* #undef ENABLE_INSTRUMENTATION */
  139. /* OpenVX */
  140. /* #undef HAVE_OPENVX */
  141. #if defined(HAVE_XINE) || \
  142. defined(HAVE_GSTREAMER) || \
  143. defined(HAVE_AVFOUNDATION) || \
  144. /*defined(HAVE_OPENNI) || too specialized */ \
  145. defined(HAVE_FFMPEG) || \
  146. defined(HAVE_MSMF)
  147. #define HAVE_VIDEO_INPUT
  148. #endif
  149. #if /*defined(HAVE_XINE) || */\
  150. defined(HAVE_GSTREAMER) || \
  151. defined(HAVE_AVFOUNDATION) || \
  152. defined(HAVE_FFMPEG) || \
  153. defined(HAVE_MSMF)
  154. #define HAVE_VIDEO_OUTPUT
  155. #endif
  156. /* OpenCV trace utilities */
  157. /* #undef OPENCV_TRACE */
  158. /* Library QR-code decoding */
  159. #define HAVE_QUIRC
  160. #endif // OPENCV_CVCONFIG_H_INCLUDED