Advertisement
Guest User

Untitled

a guest
Apr 4th, 2020
351
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.08 KB | None | 0 0
  1. General configuration for OpenCV 4.2.0 =====================================
  2. Version control: 4.2.0
  3.  
  4. Platform:
  5. Timestamp: 2020-02-02T21:39:51Z
  6. Host: Windows 6.3.9600 AMD64
  7. CMake: 3.16.2
  8. CMake generator: Visual Studio 14 2015 Win64
  9. CMake build tool: C:/Program Files (x86)/MSBuild/14.0/bin/MSBuild.exe
  10. MSVC: 1900
  11.  
  12. CPU/HW features:
  13. Baseline: SSE SSE2 SSE3
  14. requested: SSE3
  15. Dispatched code generation: SSE4_1 SSE4_2 FP16 AVX AVX2
  16. requested: SSE4_1 SSE4_2 AVX FP16 AVX2 AVX512_SKX
  17. SSE4_1 (14 files): + SSSE3 SSE4_1
  18. SSE4_2 (1 files): + SSSE3 SSE4_1 POPCNT SSE4_2
  19. FP16 (0 files): + SSSE3 SSE4_1 POPCNT SSE4_2 FP16 AVX
  20. AVX (4 files): + SSSE3 SSE4_1 POPCNT SSE4_2 AVX
  21. AVX2 (27 files): + SSSE3 SSE4_1 POPCNT SSE4_2 FP16 FMA3 AVX AVX2
  22.  
  23. C/C++:
  24. Built as dynamic libs?: NO
  25. C++ Compiler: C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/x86_amd64/cl.exe (ver 19.0.24241.7)
  26. C++ flags (Release): /DWIN32 /D_WINDOWS /W4 /GR /D _CRT_SECURE_NO_DEPRECATE /D _CRT_NONSTDC_NO_DEPRECATE /D _SCL_SECURE_NO_WARNINGS /Gy /bigobj /Oi /fp:precise /EHa /wd4127 /wd4251 /wd4324 /wd4275 /wd4512 /wd4589 /MP2 /MT /O2 /Ob2 /DNDEBUG
  27. C++ flags (Debug): /DWIN32 /D_WINDOWS /W4 /GR /D _CRT_SECURE_NO_DEPRECATE /D _CRT_NONSTDC_NO_DEPRECATE /D _SCL_SECURE_NO_WARNINGS /Gy /bigobj /Oi /fp:precise /EHa /wd4127 /wd4251 /wd4324 /wd4275 /wd4512 /wd4589 /MP2 /MTd /Zi /Ob0 /Od /RTC1
  28. C Compiler: C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/x86_amd64/cl.exe
  29. C flags (Release): /DWIN32 /D_WINDOWS /W3 /D _CRT_SECURE_NO_DEPRECATE /D _CRT_NONSTDC_NO_DEPRECATE /D _SCL_SECURE_NO_WARNINGS /Gy /bigobj /Oi /fp:precise /MP2 /MT /O2 /Ob2 /DNDEBUG
  30. C flags (Debug): /DWIN32 /D_WINDOWS /W3 /D _CRT_SECURE_NO_DEPRECATE /D _CRT_NONSTDC_NO_DEPRECATE /D _SCL_SECURE_NO_WARNINGS /Gy /bigobj /Oi /fp:precise /MP2 /MTd /Zi /Ob0 /Od /RTC1
  31. Linker flags (Release): /machine:x64 /NODEFAULTLIB:atlthunk.lib /INCREMENTAL:NO /NODEFAULTLIB:libcmtd.lib /NODEFAULTLIB:libcpmtd.lib /NODEFAULTLIB:msvcrtd.lib
  32. Linker flags (Debug): /machine:x64 /NODEFAULTLIB:atlthunk.lib /debug /INCREMENTAL /NODEFAULTLIB:libcmt.lib /NODEFAULTLIB:libcpmt.lib /NODEFAULTLIB:msvcrt.lib
  33. ccache: NO
  34. Precompiled headers: YES
  35. Extra dependencies: ade comctl32 gdi32 ole32 setupapi ws2_32
  36. 3rdparty dependencies: ittnotify libprotobuf zlib libjpeg-turbo libwebp libpng libtiff libjasper IlmImf quirc ippiw ippicv
  37.  
  38. OpenCV modules:
  39. To be built: calib3d core dnn features2d flann gapi highgui imgcodecs imgproc ml objdetect photo python3 stitching video videoio
  40. Disabled: world
  41. Disabled by dependency: -
  42. Unavailable: java js python2 ts
  43. Applications: -
  44. Documentation: NO
  45. Non-free algorithms: NO
  46.  
  47. Windows RT support: NO
  48.  
  49. GUI:
  50. Win32 UI: YES
  51. VTK support: NO
  52.  
  53. Media I/O:
  54. ZLib: build (ver 1.2.11)
  55. JPEG: build-libjpeg-turbo (ver 2.0.2-62)
  56. WEBP: build (ver encoder: 0x020e)
  57. PNG: build (ver 1.6.37)
  58. TIFF: build (ver 42 - 4.0.10)
  59. JPEG 2000: build (ver 1.900.1)
  60. OpenEXR: build (ver 2.3.0)
  61. HDR: YES
  62. SUNRASTER: YES
  63. PXM: YES
  64. PFM: YES
  65.  
  66. Video I/O:
  67. DC1394: NO
  68. FFMPEG: YES (prebuilt binaries)
  69. avcodec: YES (58.54.100)
  70. avformat: YES (58.29.100)
  71. avutil: YES (56.31.100)
  72. swscale: YES (5.5.100)
  73. avresample: YES (4.0.0)
  74. GStreamer: NO
  75. DirectShow: YES
  76. Media Foundation: YES
  77. DXVA: NO
  78.  
  79. Parallel framework: Concurrency
  80.  
  81. Trace: YES (with Intel ITT)
  82.  
  83. Other third-party libraries:
  84. Intel IPP: 2019.0.0 Gold [2019.0.0]
  85. at: C:/projects/opencv-python/_skbuild/win-amd64-3.8/cmake-build/3rdparty/ippicv/ippicv_win/icv
  86. Intel IPP IW: sources (2019.0.0)
  87. at: C:/projects/opencv-python/_skbuild/win-amd64-3.8/cmake-build/3rdparty/ippicv/ippicv_win/iw
  88. Lapack: NO
  89. Eigen: NO
  90. Custom HAL: NO
  91. Protobuf: build (3.5.1)
  92.  
  93. OpenCL: YES (NVD3D11)
  94. Include path: C:/projects/opencv-python/opencv/3rdparty/include/opencl/1.2
  95. Link libraries: Dynamic load
  96.  
  97. Python 3:
  98. Interpreter: C:/Python38-x64/python.exe (ver 3.8)
  99. Libraries: optimized C:/Python38-x64/libs/python38.lib debug C:/Python38-x64/libs/python38_d.lib (ver 3.8.0)
  100. numpy: C:/Python38-x64/lib/site-packages/numpy/core/include (ver 1.17.3)
  101. install path: python
  102.  
  103. Python (for build): C:/Python27-x64/python.exe
  104.  
  105. Java:
  106. ant: NO
  107. JNI: C:/Program Files/Java/jdk1.8.0/include C:/Program Files/Java/jdk1.8.0/include/win32 C:/Program Files/Java/jdk1.8.0/include
  108. Java wrappers: NO
  109. Java tests: NO
  110.  
  111. Install to: C:/projects/opencv-python/_skbuild/win-amd64-3.8/cmake-install
  112. -----------------------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement