Prakash06

cvconfig.h

Apr 25th, 2017
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.48 KB | None | 0 0
  1. #ifndef OPENCV_CVCONFIG_H_INCLUDED
  2. #define OPENCV_CVCONFIG_H_INCLUDED
  3.  
  4. /* OpenCV compiled as static or dynamic libs */
  5. #define BUILD_SHARED_LIBS
  6.  
  7. /* OpenCV intrinsics optimized code */
  8. #define CV_ENABLE_INTRINSICS
  9.  
  10. /* OpenCV additional optimized code */
  11. /* #undef CV_DISABLE_OPTIMIZATION */
  12.  
  13. /* Compile for 'real' NVIDIA GPU architectures */
  14. #define CUDA_ARCH_BIN ""
  15.  
  16. /* Create PTX or BIN for 1.0 compute capability */
  17. /* #undef CUDA_ARCH_BIN_OR_PTX_10 */
  18.  
  19. /* NVIDIA GPU features are used */
  20. #define CUDA_ARCH_FEATURES ""
  21.  
  22. /* Compile for 'virtual' NVIDIA PTX architectures */
  23. #define CUDA_ARCH_PTX ""
  24.  
  25. /* AVFoundation video libraries */
  26. /* #undef HAVE_AVFOUNDATION */
  27.  
  28. /* V4L capturing support */
  29. /* #undef HAVE_CAMV4L */
  30.  
  31. /* V4L2 capturing support */
  32. /* #undef HAVE_CAMV4L2 */
  33.  
  34. /* Carbon windowing environment */
  35. /* #undef HAVE_CARBON */
  36.  
  37. /* AMD's Basic Linear Algebra Subprograms Library*/
  38. /* #undef HAVE_CLAMDBLAS */
  39.  
  40. /* AMD's OpenCL Fast Fourier Transform Library*/
  41. /* #undef HAVE_CLAMDFFT */
  42.  
  43. /* Clp support */
  44. /* #undef HAVE_CLP */
  45.  
  46. /* Cocoa API */
  47. /* #undef HAVE_COCOA */
  48.  
  49. /* C= */
  50. /* #undef HAVE_CSTRIPES */
  51.  
  52. /* NVidia Cuda Basic Linear Algebra Subprograms (BLAS) API*/
  53. /* #undef HAVE_CUBLAS */
  54.  
  55. /* NVidia Cuda Runtime API*/
  56. /* #undef HAVE_CUDA */
  57.  
  58. /* NVidia Cuda Fast Fourier Transform (FFT) API*/
  59. /* #undef HAVE_CUFFT */
  60.  
  61. /* IEEE1394 capturing support */
  62. /* #undef HAVE_DC1394 */
  63.  
  64. /* IEEE1394 capturing support - libdc1394 v2.x */
  65. /* #undef HAVE_DC1394_2 */
  66.  
  67. /* DirectX */
  68. #define HAVE_DIRECTX
  69. #define HAVE_DIRECTX_NV12
  70. #define HAVE_D3D11
  71. #define HAVE_D3D10
  72. #define HAVE_D3D9
  73.  
  74. /* DirectShow Video Capture library */
  75. #define HAVE_DSHOW
  76.  
  77. /* Eigen Matrix & Linear Algebra Library */
  78. /* #undef HAVE_EIGEN */
  79.  
  80. /* FFMpeg video library */
  81. #define HAVE_FFMPEG
  82.  
  83. /* Geospatial Data Abstraction Library */
  84. /* #undef HAVE_GDAL */
  85.  
  86. /* GStreamer multimedia framework */
  87. /* #undef HAVE_GSTREAMER */
  88.  
  89. /* GTK+ 2.0 Thread support */
  90. /* #undef HAVE_GTHREAD */
  91.  
  92. /* GTK+ 2.x toolkit */
  93. /* #undef HAVE_GTK */
  94.  
  95. /* Define to 1 if you have the <inttypes.h> header file. */
  96. /* #undef HAVE_INTTYPES_H */
  97.  
  98. /* Intel Perceptual Computing SDK library */
  99. /* #undef HAVE_INTELPERC */
  100.  
  101. /* Intel Integrated Performance Primitives */
  102. #define HAVE_IPP
  103. #define HAVE_IPP_ICV_ONLY
  104. #define HAVE_IPP_IW
  105.  
  106. /* Intel IPP Async */
  107. /* #undef HAVE_IPP_A */
  108.  
  109. /* JPEG-2000 codec */
  110. #define HAVE_JASPER
  111.  
  112. /* IJG JPEG codec */
  113. #define HAVE_JPEG
  114.  
  115. /* libpng/png.h needs to be included */
  116. /* #undef HAVE_LIBPNG_PNG_H */
  117.  
  118. /* GDCM DICOM codec */
  119. /* #undef HAVE_GDCM */
  120.  
  121. /* V4L/V4L2 capturing support via libv4l */
  122. /* #undef HAVE_LIBV4L */
  123.  
  124. /* Microsoft Media Foundation Capture library */
  125. /* #undef HAVE_MSMF */
  126.  
  127. /* NVidia Video Decoding API*/
  128. /* #undef HAVE_NVCUVID */
  129.  
  130. /* NVidia Video Encoding API*/
  131. /* #undef HAVE_NVCUVENC */
  132.  
  133. /* OpenCL Support */
  134. #define HAVE_OPENCL
  135. /* #undef HAVE_OPENCL_STATIC */
  136. /* #undef HAVE_OPENCL_SVM */
  137.  
  138. /* OpenEXR codec */
  139. #define HAVE_OPENEXR
  140.  
  141. /* OpenGL support*/
  142. /* #undef HAVE_OPENGL */
  143.  
  144. /* OpenNI library */
  145. /* #undef HAVE_OPENNI */
  146.  
  147. /* OpenNI library */
  148. /* #undef HAVE_OPENNI2 */
  149.  
  150. /* PNG codec */
  151. #define HAVE_PNG
  152.  
  153. /* Posix threads (pthreads) */
  154. /* #undef HAVE_PTHREADS */
  155.  
  156. /* parallel_for with pthreads */
  157. /* #undef HAVE_PTHREADS_PF */
  158.  
  159. /* Qt support */
  160. /* #undef HAVE_QT */
  161.  
  162. /* Qt OpenGL support */
  163. /* #undef HAVE_QT_OPENGL */
  164.  
  165. /* QuickTime video libraries */
  166. /* #undef HAVE_QUICKTIME */
  167.  
  168. /* QTKit video libraries */
  169. /* #undef HAVE_QTKIT */
  170.  
  171. /* Intel Threading Building Blocks */
  172. #define HAVE_TBB
  173.  
  174. /* TIFF codec */
  175. #define HAVE_TIFF
  176.  
  177. /* Unicap video capture library */
  178. /* #undef HAVE_UNICAP */
  179.  
  180. /* Video for Windows support */
  181. #define HAVE_VFW
  182.  
  183. /* V4L2 capturing support in videoio.h */
  184. /* #undef HAVE_VIDEOIO */
  185.  
  186. /* Win32 UI */
  187. #define HAVE_WIN32UI
  188.  
  189. /* XIMEA camera support */
  190. /* #undef HAVE_XIMEA */
  191.  
  192. /* Xine video library */
  193. /* #undef HAVE_XINE */
  194.  
  195. /* Define if your processor stores words with the most significant byte
  196. first (like Motorola and SPARC, unlike Intel and VAX). */
  197. /* #undef WORDS_BIGENDIAN */
  198.  
  199. /* gPhoto2 library */
  200. /* #undef HAVE_GPHOTO2 */
  201.  
  202. /* VA library (libva) */
  203. /* #undef HAVE_VA */
  204.  
  205. /* Intel VA-API/OpenCL */
  206. /* #undef HAVE_VA_INTEL */
  207.  
  208. /* Lapack */
  209. /* #undef HAVE_LAPACK */
  210.  
  211. /* Library was compiled with functions instrumentation */
  212. /* #undef ENABLE_INSTRUMENTATION */
  213.  
  214. /* OpenVX */
  215. /* #undef HAVE_OPENVX */
  216.  
  217.  
  218.  
  219. #endif // OPENCV_CVCONFIG_H_INCLUDED
Add Comment
Please, Sign In to add comment