Advertisement
Guest User

OpenCV

a guest
Sep 16th, 2017
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.95 KB | None | 0 0
  1. (cv) navid@navidivanian:~/opencv-3.3.0/build$ sudo cmake -D CMAKE_BUILD_TYPE=RELEASE \
  2. > -D CMAKE_INSTALL_PREFIX=/usr/local \
  3. > -D INSTALL_PYTHON_EXAMPLES=ON \
  4. > -D INSTALL_C_EXAMPLES=OFF \
  5. > -D OPENCV_EXTRA_MODULES_PATH=~/opencv_contrib-3.1.0/modules \
  6. > -D PYTHON_EXECUTABLE=~/.virtualenvs/cv/bin/python \
  7. > -D BUILD_EXAMPLES=ON \
  8. > -D COMPILE_FLAGS+=-fPIC ..
  9. [sudo] password for navid:
  10. -- Detected version of GNU GCC: 54 (504)
  11. -- Found PythonInterp: /home/navid/.virtualenvs/cv/bin/python (found suitable version "3.5.2", minimum required is "2.7")
  12. -- Looking for ccache - not found
  13. -- Found ZLIB: /usr/local/lib/libz.so (found suitable version "1.2.11", minimum required is "1.2.3")
  14. -- Found ZLIB: /usr/local/lib/libz.so (found version "1.2.11")
  15. -- Found OpenEXR: /usr/lib/x86_64-linux-gnu/libIlmImf.so
  16. -- Checking for module 'gstreamer-base-1.0'
  17. -- No package 'gstreamer-base-1.0' found
  18. -- Checking for module 'gstreamer-video-1.0'
  19. -- No package 'gstreamer-video-1.0' found
  20. -- Checking for module 'gstreamer-app-1.0'
  21. -- No package 'gstreamer-app-1.0' found
  22. -- Checking for module 'gstreamer-riff-1.0'
  23. -- No package 'gstreamer-riff-1.0' found
  24. -- Checking for module 'gstreamer-pbutils-1.0'
  25. -- No package 'gstreamer-pbutils-1.0' found
  26. -- Looking for linux/videodev.h
  27. -- Looking for linux/videodev.h - not found
  28. -- Looking for linux/videodev2.h
  29. -- Looking for linux/videodev2.h - found
  30. -- Looking for sys/videoio.h
  31. -- Looking for sys/videoio.h - not found
  32. -- Checking for module 'libavresample'
  33. -- No package 'libavresample' found
  34. -- Checking for module 'libgphoto2'
  35. -- No package 'libgphoto2' found
  36. -- found Intel IPP (ICV version): 2017.0.2 [2017.0.2]
  37. -- at: /home/navid/opencv-3.3.0/build/3rdparty/ippicv/ippicv_lnx
  38. -- found Intel IPP IW binaries: 2017.0.2
  39. -- at: /home/navid/opencv-3.3.0/build/3rdparty/ippicv/ippicv_lnx/../ippiw_lnx/
  40. -- Could not find OpenBLAS lib. Turning OpenBLAS_FOUND off
  41. -- Could NOT find Atlas (missing: Atlas_CLAPACK_INCLUDE_DIR)
  42. -- A library with BLAS API found.
  43. -- A library with LAPACK API found.
  44. -- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
  45. -- Could NOT find JNI (missing: JAVA_AWT_LIBRARY JAVA_JVM_LIBRARY JAVA_INCLUDE_PATH JAVA_INCLUDE_PATH2 JAVA_AWT_INCLUDE_PATH)
  46. -- Could NOT find Matlab (missing: MATLAB_MEX_SCRIPT MATLAB_INCLUDE_DIRS MATLAB_ROOT_DIR MATLAB_LIBRARIES MATLAB_LIBRARY_DIRS MATLAB_MEXEXT MATLAB_ARCH MATLAB_BIN)
  47. -- The imported target "vtkRenderingPythonTkWidgets" references the file
  48. "/usr/lib/x86_64-linux-gnu/libvtkRenderingPythonTkWidgets.so"
  49. but this file does not exist. Possible reasons include:
  50. * The file was deleted, renamed, or moved to another location.
  51. * An install or uninstall procedure did not complete successfully.
  52. * The installation package was faulty and contained
  53. "/usr/lib/cmake/vtk-6.2/VTKTargets.cmake"
  54. but not all the files it references.
  55.  
  56. -- The imported target "vtk" references the file
  57. "/usr/bin/vtk"
  58. but this file does not exist. Possible reasons include:
  59. * The file was deleted, renamed, or moved to another location.
  60. * An install or uninstall procedure did not complete successfully.
  61. * The installation package was faulty and contained
  62. "/usr/lib/cmake/vtk-6.2/VTKTargets.cmake"
  63. but not all the files it references.
  64.  
  65. -- Found VTK ver. 6.2.0 (usefile: /usr/lib/cmake/vtk-6.2/UseVTK.cmake)
  66. CMake Error at cmake/OpenCVModule.cmake:305 (message):
  67. No extra modules found in folder: /home/navid/opencv_contrib-3.1.0/modules
  68.  
  69. Please provide path to 'opencv_contrib/modules' folder.
  70. Call Stack (most recent call first):
  71. modules/CMakeLists.txt:7 (ocv_glob_modules)
  72.  
  73.  
  74. -- Excluding from source files list: /home/navid/opencv-3.3.0/build/modules/imgproc/accum.neon.cpp
  75. -- Torch importer has been enabled. To run the tests you have to install Torch ('th' executable should be available) and generate testdata using opencv_extra/testdata/dnn/generate_torch_models.py script.
  76. --
  77. -- General configuration for OpenCV 3.3.0 =====================================
  78. -- Version control: unknown
  79. --
  80. -- Platform:
  81. -- Timestamp: 2017-09-16T21:51:19Z
  82. -- Host: Linux 4.4.0-93-generic x86_64
  83. -- CMake: 3.5.1
  84. -- CMake generator: Unix Makefiles
  85. -- CMake build tool: /usr/bin/make
  86. -- Configuration: RELEASE
  87. --
  88. -- CPU/HW features:
  89. -- Baseline: SSE SSE2 SSE3
  90. -- requested: SSE3
  91. -- Dispatched code generation: SSE4_1 SSE4_2 FP16 AVX AVX2
  92. -- requested: SSE4_1 SSE4_2 AVX FP16 AVX2
  93. -- SSE4_1 (2 files): + SSSE3 SSE4_1
  94. -- SSE4_2 (1 files): + SSSE3 SSE4_1 POPCNT SSE4_2
  95. -- FP16 (1 files): + SSSE3 SSE4_1 POPCNT SSE4_2 FP16 AVX
  96. -- AVX (5 files): + SSSE3 SSE4_1 POPCNT SSE4_2 AVX
  97. -- AVX2 (7 files): + SSSE3 SSE4_1 POPCNT SSE4_2 FP16 FMA3 AVX AVX2
  98. --
  99. -- C/C++:
  100. -- Built as dynamic libs?: YES
  101. -- C++ Compiler: /usr/bin/c++ (ver 5.4.0)
  102. -- C++ flags (Release): -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-comment -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -ffunction-sections -msse -msse2 -msse3 -fvisibility=hidden -fvisibility-inlines-hidden -O3 -DNDEBUG -DNDEBUG
  103. -- C++ flags (Debug): -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-comment -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -ffunction-sections -msse -msse2 -msse3 -fvisibility=hidden -fvisibility-inlines-hidden -g -O0 -DDEBUG -D_DEBUG
  104. -- C Compiler: /usr/bin/cc
  105. -- C flags (Release): -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wuninitialized -Winit-self -Wno-narrowing -Wno-comment -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -ffunction-sections -msse -msse2 -msse3 -fvisibility=hidden -O3 -DNDEBUG -DNDEBUG
  106. -- C flags (Debug): -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wuninitialized -Winit-self -Wno-narrowing -Wno-comment -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -ffunction-sections -msse -msse2 -msse3 -fvisibility=hidden -g -O0 -DDEBUG -D_DEBUG
  107. -- Linker flags (Release):
  108. -- Linker flags (Debug):
  109. -- ccache: NO
  110. -- Precompiled headers: YES
  111. -- Extra dependencies: gtk-3 gdk-3 pangocairo-1.0 pango-1.0 atk-1.0 cairo-gobject cairo gdk_pixbuf-2.0 gio-2.0 /usr/lib/x86_64-linux-gnu/libwebp.so /usr/local/lib/libz.so /usr/lib/x86_64-linux-gnu/libjasper.so /usr/lib/x86_64-linux-gnu/libImath.so /usr/lib/x86_64-linux-gnu/libIlmImf.so /usr/lib/x86_64-linux-gnu/libIex.so /usr/lib/x86_64-linux-gnu/libHalf.so /usr/lib/x86_64-linux-gnu/libIlmThread.so gstbase-0.10 gstreamer-0.10 gobject-2.0 gmodule-2.0 gthread-2.0 glib-2.0 xml2 gstvideo-0.10 gstapp-0.10 gstriff-0.10 gstpbutils-0.10 dc1394 avformat vdpau va va-drm va-x11 xcb xcb-shm xcb-xfixes xcb-render xcb-shape X11 opus z avcodec swresample swscale avutil vtkRenderingOpenGL vtkImagingHybrid vtkIOImage vtkCommonDataModel vtkCommonMath vtkCommonCore vtksys vtkCommonMisc vtkCommonSystem vtkCommonTransforms vtkCommonExecutionModel vtkDICOMParser vtkIOCore /usr/lib/x86_64-linux-gnu/libz.so vtkmetaio /usr/lib/x86_64-linux-gnu/libjpeg.so /usr/lib/x86_64-linux-gnu/libpng.so /usr/lib/x86_64-linux-gnu/libtiff.so vtkImagingCore vtkRenderingCore vtkCommonColor vtkFiltersExtraction vtkFiltersCore vtkFiltersGeneral vtkCommonComputationalGeometry vtkFiltersStatistics vtkImagingFourier vtkalglib vtkFiltersGeometry vtkFiltersSources vtkInteractionStyle vtkRenderingLOD vtkFiltersModeling vtkIOPLY vtkIOGeometry /usr/lib/x86_64-linux-gnu/libjsoncpp.so vtkFiltersTexture vtkRenderingFreeType /usr/lib/x86_64-linux-gnu/libfreetype.so vtkftgl vtkIOExport vtkRenderingAnnotation vtkImagingColor vtkRenderingContext2D vtkRenderingGL2PS vtkRenderingContextOpenGL /usr/lib/libgl2ps.so vtkRenderingLabel dl m pthread rt
  112. -- 3rdparty dependencies:
  113. --
  114. -- OpenCV modules:
  115. -- To be built: core flann imgproc ml objdetect photo video viz dnn imgcodecs shape videoio highgui superres ts features2d calib3d stitching videostab python3
  116. -- Disabled: world
  117. -- Disabled by dependency: -
  118. -- Unavailable: cudaarithm cudabgsegm cudacodec cudafeatures2d cudafilters cudaimgproc cudalegacy cudaobjdetect cudaoptflow cudastereo cudawarping cudev java python2
  119. --
  120. -- GUI:
  121. -- QT: NO
  122. -- GTK+ 3.x: YES (ver 3.18.9)
  123. -- GThread : YES (ver 2.48.2)
  124. -- GtkGlExt: NO
  125. -- OpenGL support: NO
  126. -- VTK support: YES (ver 6.2.0)
  127. --
  128. -- Media I/O:
  129. -- ZLib: /usr/local/lib/libz.so (ver 1.2.11)
  130. -- JPEG: /usr/lib/x86_64-linux-gnu/libjpeg.so (ver )
  131. -- WEBP: /usr/lib/x86_64-linux-gnu/libwebp.so (ver encoder: 0x0202)
  132. -- PNG: /usr/lib/x86_64-linux-gnu/libpng.so (ver 1.2.54)
  133. -- TIFF: /usr/lib/x86_64-linux-gnu/libtiff.so (ver 42 - 4.0.6)
  134. -- JPEG 2000: /usr/lib/x86_64-linux-gnu/libjasper.so (ver 1.900.1)
  135. -- OpenEXR: /usr/lib/x86_64-linux-gnu/libImath.so /usr/lib/x86_64-linux-gnu/libIlmImf.so /usr/lib/x86_64-linux-gnu/libIex.so /usr/lib/x86_64-linux-gnu/libHalf.so /usr/lib/x86_64-linux-gnu/libIlmThread.so (ver 2.2.0)
  136. -- GDAL: NO
  137. -- GDCM: NO
  138. --
  139. -- Video I/O:
  140. -- DC1394 1.x: NO
  141. -- DC1394 2.x: YES (ver 2.2.4)
  142. -- FFMPEG: YES
  143. -- avcodec: YES (ver 57.64.101)
  144. -- avformat: YES (ver 57.56.101)
  145. -- avutil: YES (ver 55.34.101)
  146. -- swscale: YES (ver 4.2.100)
  147. -- avresample: NO
  148. -- GStreamer:
  149. -- base: YES (ver 0.10.36)
  150. -- video: YES (ver 0.10.36)
  151. -- app: YES (ver 0.10.36)
  152. -- riff: YES (ver 0.10.36)
  153. -- pbutils: YES (ver 0.10.36)
  154. -- OpenNI: NO
  155. -- OpenNI PrimeSensor Modules: NO
  156. -- OpenNI2: NO
  157. -- PvAPI: NO
  158. -- GigEVisionSDK: NO
  159. -- Aravis SDK: NO
  160. -- UniCap: NO
  161. -- UniCap ucil: NO
  162. -- V4L/V4L2: NO/YES
  163. -- XIMEA: NO
  164. -- Xine: NO
  165. -- Intel Media SDK: NO
  166. -- gPhoto2: NO
  167. --
  168. -- Parallel framework: pthreads
  169. --
  170. -- Trace: YES (with Intel ITT)
  171. --
  172. -- Other third-party libraries:
  173. -- Use Intel IPP: 2017.0.2 [2017.0.2]
  174. -- at: /home/navid/opencv-3.3.0/build/3rdparty/ippicv/ippicv_lnx
  175. -- Use Intel IPP IW: prebuilt binaries (2017.0.2)
  176. -- Use Intel IPP Async: NO
  177. -- Use VA: NO
  178. -- Use Intel VA-API/OpenCL: NO
  179. -- Use Lapack: NO
  180. -- Use Eigen: YES (ver 3.2.92)
  181. -- Use Cuda: NO
  182. -- Use OpenCL: YES
  183. -- Use OpenVX: NO
  184. -- Use custom HAL: NO
  185. --
  186. -- OpenCL: <Dynamic loading of OpenCL library>
  187. -- Include path: /home/navid/opencv-3.3.0/3rdparty/include/opencl/1.2
  188. -- Use AMDFFT: NO
  189. -- Use AMDBLAS: NO
  190. --
  191. -- Python 2:
  192. -- Interpreter: NO
  193. --
  194. -- Python 3:
  195. -- Interpreter: /usr/bin/python3 (ver 3.5.2)
  196. -- Libraries: /usr/lib/x86_64-linux-gnu/libpython3.5m.so (ver 3.5.2)
  197. -- numpy: /usr/lib/python3/dist-packages/numpy/core/include (ver 1.11.0)
  198. -- packages path: lib/python3.5/dist-packages
  199. --
  200. -- Python (for build): /usr/bin/python3
  201. --
  202. -- Java:
  203. -- ant: NO
  204. -- JNI: NO
  205. -- Java wrappers: NO
  206. -- Java tests: NO
  207. --
  208. -- Matlab: Matlab not found or implicitly disabled
  209. --
  210. -- Documentation:
  211. -- Doxygen: NO
  212. --
  213. -- Tests and samples:
  214. -- Tests: YES
  215. -- Performance tests: YES
  216. -- C/C++ Examples: YES
  217. --
  218. -- Install path: /usr/local
  219. --
  220. -- cvconfig.h is in: /home/navid/opencv-3.3.0/build
  221. -- -----------------------------------------------------------------
  222. --
  223. -- Configuring incomplete, errors occurred!
  224. See also "/home/navid/opencv-3.3.0/build/CMakeFiles/CMakeOutput.log".
  225. See also "/home/navid/opencv-3.3.0/build/CMakeFiles/CMakeError.log".
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement