Advertisement
lamiastella

cv2 in windows10

Feb 3rd, 2017
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.18 KB | None | 0 0
  1. FP16: Compiler support is available
  2. found IPP (ICV version): 9.0.1 [9.0.1]
  3. at: C:/Users/mona/Desktop/opencv/sources/build/3rdparty/ippicv/ippicv_win
  4. CUDA detected: 8.0
  5. CUDA NVCC target flags: -gencode;arch=compute_20,code=sm_20;-gencode;arch=compute_30,code=sm_30;-gencode;arch=compute_35,code=sm_35;-gencode;arch=compute_37,code=sm_37;-gencode;arch=compute_50,code=sm_50;-gencode;arch=compute_52,code=sm_52;-gencode;arch=compute_60,code=sm_60;-gencode;arch=compute_61,code=sm_61;-D_FORCE_INLINES
  6. Could not find OpenBLAS include. Turning OpenBLAS_FOUND off
  7. Could not find OpenBLAS lib. Turning OpenBLAS_FOUND off
  8. Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
  9. Could NOT find PythonInterp: Found unsuitable version "2.7.5", but required is at least "3.4" (found C:/Python27/python.exe)
  10. Could NOT find PythonInterp: Found unsuitable version "2.7.5", but required is at least "3.2" (found C:/Python27/python.exe)
  11. VTK is not found. Please set -DVTK_DIR in CMake to VTK build directory, or to VTK install subdirectory with VTKConfig.cmake file
  12.  
  13. General configuration for OpenCV 3.2.0 =====================================
  14. Version control: unknown
  15.  
  16. Platform:
  17. Timestamp: 2017-02-04T01:24:17Z
  18. Host: Windows 10.0.14393 AMD64
  19. CMake: 3.7.1
  20. CMake generator: Visual Studio 14 2015 Win64
  21. CMake build tool: C:/Program Files (x86)/MSBuild/14.0/bin/MSBuild.exe
  22. MSVC: 1900
  23.  
  24. C/C++:
  25. Built as dynamic libs?: YES
  26. C++ Compiler: D:/VS15/VC/bin/x86_amd64/cl.exe (ver 19.0.24215.1)
  27. C++ flags (Release): /DWIN32 /D_WINDOWS /W4 /GR /EHa /D _CRT_SECURE_NO_DEPRECATE /D _CRT_NONSTDC_NO_DEPRECATE /D _SCL_SECURE_NO_WARNINGS /Gy /bigobj /Oi /wd4251 /wd4324 /wd4275 /wd4589 /MP8 /MD /O2 /Ob2 /DNDEBUG /Zi
  28. C++ flags (Debug): /DWIN32 /D_WINDOWS /W4 /GR /EHa /D _CRT_SECURE_NO_DEPRECATE /D _CRT_NONSTDC_NO_DEPRECATE /D _SCL_SECURE_NO_WARNINGS /Gy /bigobj /Oi /wd4251 /wd4324 /wd4275 /wd4589 /MP8 /D_DEBUG /MDd /Zi /Ob0 /Od /RTC1
  29. C Compiler: D:/VS15/VC/bin/x86_amd64/cl.exe
  30. 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 /MP8 /MD /O2 /Ob2 /DNDEBUG /Zi
  31. 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 /MP8 /D_DEBUG /MDd /Zi /Ob0 /Od /RTC1
  32. Linker flags (Release): /machine:x64 /INCREMENTAL:NO /debug
  33. Linker flags (Debug): /machine:x64 /debug /INCREMENTAL
  34. ccache: NO
  35. Precompiled headers: YES
  36. Extra dependencies: comctl32 gdi32 ole32 setupapi ws2_32 vfw32 cudart nppc nppi npps cufft -LIBPATH:C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v8.0/lib/x64
  37. 3rdparty dependencies: zlib libjpeg libwebp libpng libtiff libjasper IlmImf
  38.  
  39. OpenCV modules:
  40. To be built: cudev core cudaarithm flann imgproc ml video cudabgsegm cudafilters cudaimgproc cudawarping imgcodecs photo shape videoio cudacodec highgui objdetect ts features2d calib3d cudafeatures2d cudalegacy cudaobjdetect cudaoptflow cudastereo stitching superres videostab python2
  41. Disabled: world
  42. Disabled by dependency: -
  43. Unavailable: java python3 viz
  44.  
  45. Windows RT support: NO
  46.  
  47. GUI:
  48. QT: NO
  49. Win32 UI: YES
  50. OpenGL support: NO
  51. VTK support: NO
  52.  
  53. Media I/O:
  54. ZLib: build (ver 1.2.8)
  55. JPEG: build (ver 90)
  56. WEBP: build (ver 0.3.1)
  57. PNG: build (ver 1.6.24)
  58. TIFF: build (ver 42 - 4.0.2)
  59. JPEG 2000: build (ver 1.900.1)
  60. OpenEXR: build (ver 1.7.1)
  61. GDAL: NO
  62. GDCM: NO
  63.  
  64. Video I/O:
  65. Video for Windows: YES
  66. DC1394 1.x: NO
  67. DC1394 2.x: NO
  68. FFMPEG: YES (prebuilt binaries)
  69. avcodec: YES (ver 57.64.101)
  70. avformat: YES (ver 57.56.100)
  71. avutil: YES (ver 55.34.100)
  72. swscale: YES (ver 4.2.100)
  73. avresample: YES (ver 3.1.0)
  74. GStreamer: NO
  75. OpenNI: NO
  76. OpenNI PrimeSensor Modules: NO
  77. OpenNI2: NO
  78. PvAPI: NO
  79. GigEVisionSDK: NO
  80. DirectShow: YES
  81. Media Foundation: NO
  82. XIMEA: NO
  83. Intel PerC: NO
  84.  
  85. Parallel framework: Concurrency
  86.  
  87. Other third-party libraries:
  88. Use IPP: 9.0.1 [9.0.1]
  89. at: C:/Users/mona/Desktop/opencv/sources/build/3rdparty/ippicv/ippicv_win
  90. Use IPP Async: NO
  91. Use Lapack: NO
  92. Use Eigen: NO
  93. Use Cuda: YES (ver 8.0)
  94. Use OpenCL: YES
  95. Use OpenVX: NO
  96. Use custom HAL: NO
  97.  
  98. NVIDIA CUDA
  99. Use CUFFT: YES
  100. Use CUBLAS: NO
  101. USE NVCUVID: NO
  102. NVIDIA GPU arch: 20 30 35 37 50 52 60 61
  103. NVIDIA PTX archs:
  104. Use fast math: NO
  105.  
  106. OpenCL: <Dynamic loading of OpenCL library>
  107. Include path: C:/Users/mona/Desktop/opencv/sources/3rdparty/include/opencl/1.2
  108. Use AMDFFT: NO
  109. Use AMDBLAS: NO
  110.  
  111. Python 2:
  112. Interpreter: C:/Python27/python.exe (ver 2.7.5)
  113. Libraries: C:/Python27/libs/python27.lib (ver 2.7.5)
  114. numpy: C:/Python27/lib/site-packages/numpy/core/include (ver 1.7.1)
  115. packages path: C:/Python27/Lib/site-packages
  116.  
  117. Python 3:
  118. Interpreter: NO
  119.  
  120. Python (for build): C:/Python27/python.exe
  121.  
  122. Java:
  123. ant: NO
  124. JNI: C:/Program Files/Java/jdk1.8.0_112/include C:/Program Files/Java/jdk1.8.0_112/include/win32 C:/Program Files/Java/jdk1.8.0_112/include
  125. Java wrappers: NO
  126. Java tests: NO
  127.  
  128. Matlab:
  129. mex: D:/MATLAB/bin/mex.bat
  130. Compiler/generator: Not working (bindings will not be generated)
  131.  
  132. Documentation:
  133. Doxygen: NO
  134.  
  135. Tests and samples:
  136. Tests: YES
  137. Performance tests: YES
  138. C/C++ Examples: NO
  139.  
  140. Install path: C:/Users/mona/Desktop/opencv/sources/build/install
  141.  
  142. cvconfig.h is in: C:/Users/mona/Desktop/opencv/sources/build
  143. -----------------------------------------------------------------
  144.  
  145. Configuring done
  146. Generating done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement