cvconfig.h 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183
  1. /* OpenCV compiled as static or dynamic libs */
  2. /* #undef 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. #define HAVE_AVFOUNDATION
  13. /* V4L capturing support */
  14. /* #undef HAVE_CAMV4L */
  15. /* V4L2 capturing support */
  16. /* #undef 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_D3D11 */
  42. /* #undef HAVE_D3D10 */
  43. /* #undef HAVE_D3D9 */
  44. /* DirectShow Video Capture library */
  45. /* #undef HAVE_DSHOW */
  46. /* Eigen Matrix & Linear Algebra Library */
  47. /* #undef HAVE_EIGEN */
  48. /* FFMpeg video library */
  49. /* #undef HAVE_FFMPEG */
  50. /* ffmpeg's libswscale */
  51. /* #undef HAVE_FFMPEG_SWSCALE */
  52. /* ffmpeg in Gentoo */
  53. /* #undef HAVE_GENTOO_FFMPEG */
  54. /* Geospatial Data Abstraction Library */
  55. /* #undef HAVE_GDAL */
  56. /* GStreamer multimedia framework */
  57. /* #undef HAVE_GSTREAMER */
  58. /* GTK+ 2.0 Thread support */
  59. /* #undef HAVE_GTHREAD */
  60. /* GTK+ 2.x toolkit */
  61. /* #undef HAVE_GTK */
  62. /* Define to 1 if you have the <inttypes.h> header file. */
  63. /* #undef HAVE_INTTYPES_H */
  64. /* Intel Perceptual Computing SDK library */
  65. /* #undef HAVE_INTELPERC */
  66. /* Intel Integrated Performance Primitives */
  67. /* #undef HAVE_IPP */
  68. /* #undef HAVE_IPP_ICV_ONLY */
  69. /* Intel IPP Async */
  70. /* #undef HAVE_IPP_A */
  71. /* JPEG-2000 codec */
  72. /* #undef HAVE_JASPER */
  73. /* IJG JPEG codec */
  74. #define HAVE_JPEG
  75. /* libpng/png.h needs to be included */
  76. /* #undef HAVE_LIBPNG_PNG_H */
  77. /* V4L/V4L2 capturing support via libv4l */
  78. /* #undef HAVE_LIBV4L */
  79. /* Microsoft Media Foundation Capture library */
  80. /* #undef HAVE_MSMF */
  81. /* NVidia Video Decoding API*/
  82. /* #undef HAVE_NVCUVID */
  83. /* OpenCL Support */
  84. /* #undef HAVE_OPENCL */
  85. /* #undef HAVE_OPENCL_STATIC */
  86. /* #undef HAVE_OPENCL_SVM */
  87. /* OpenEXR codec */
  88. /* #undef HAVE_OPENEXR */
  89. /* OpenGL support*/
  90. /* #undef HAVE_OPENGL */
  91. /* OpenNI library */
  92. /* #undef HAVE_OPENNI */
  93. /* OpenNI library */
  94. /* #undef HAVE_OPENNI2 */
  95. /* PNG codec */
  96. #define HAVE_PNG
  97. /* Qt support */
  98. /* #undef HAVE_QT */
  99. /* Qt OpenGL support */
  100. /* #undef HAVE_QT_OPENGL */
  101. /* QuickTime video libraries */
  102. /* #undef HAVE_QUICKTIME */
  103. /* QTKit video libraries */
  104. /* #undef HAVE_QTKIT */
  105. /* Intel Threading Building Blocks */
  106. /* #undef HAVE_TBB */
  107. /* TIFF codec */
  108. /* #undef HAVE_TIFF */
  109. /* Unicap video capture library */
  110. /* #undef HAVE_UNICAP */
  111. /* Video for Windows support */
  112. /* #undef HAVE_VFW */
  113. /* V4L2 capturing support in videoio.h */
  114. /* #undef HAVE_VIDEOIO */
  115. /* Win32 UI */
  116. /* #undef HAVE_WIN32UI */
  117. /* XIMEA camera support */
  118. /* #undef HAVE_XIMEA */
  119. /* Xine video library */
  120. /* #undef HAVE_XINE */
  121. /* Define if your processor stores words with the most significant byte
  122. first (like Motorola and SPARC, unlike Intel and VAX). */
  123. /* #undef WORDS_BIGENDIAN */
  124. /* gPhoto2 library */
  125. /* #undef HAVE_GPHOTO2 */