Guest User

Untitled

a guest
Aug 1st, 2016
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.48 KB | None | 0 0
  1. pi@raspberrypi:~/Desktop/code/opencv-3.1.0/build $ cmake -DOPENCV_EXTRA_MODULES_PATH=/home/pi/Desktop/code/opencv_contrib/modules -DBUILD_opencv_legacy=OFF -D CMAKE_BUILD_TYPE=RELEASE -D CMAKE_INSTALL_PREFIX=/usr/local -D WITH_TBB=OFF -D WITH_V4L=ON -D WITH_QT=ON -D WITH_OPENGL=ON -D BUILD_EXAMPLES=ON -D BUILD_DOCS=ON -D WITH_UNICAP=ON -D WITH_EIGEN=ON ..
  2. -- The CXX compiler identification is GNU 4.9.2
  3. -- The C compiler identification is GNU 4.9.2
  4. -- Check for working CXX compiler: /usr/bin/c++
  5. -- Check for working CXX compiler: /usr/bin/c++ -- works
  6. -- Detecting CXX compiler ABI info
  7. -- Detecting CXX compiler ABI info - done
  8. -- Check for working C compiler: /usr/bin/cc
  9. -- Check for working C compiler: /usr/bin/cc -- works
  10. -- Detecting C compiler ABI info
  11. -- Detecting C compiler ABI info - done
  12. -- Detected version of GNU GCC: 49 (409)
  13. -- Performing Test HAVE_CXX_FSIGNED_CHAR
  14. -- Performing Test HAVE_CXX_FSIGNED_CHAR - Success
  15. -- Performing Test HAVE_C_FSIGNED_CHAR
  16. -- Performing Test HAVE_C_FSIGNED_CHAR - Success
  17. -- Performing Test HAVE_CXX_W
  18. -- Performing Test HAVE_CXX_W - Success
  19. -- Performing Test HAVE_C_W
  20. -- Performing Test HAVE_C_W - Success
  21. -- Performing Test HAVE_CXX_WALL
  22. -- Performing Test HAVE_CXX_WALL - Success
  23. -- Performing Test HAVE_C_WALL
  24. -- Performing Test HAVE_C_WALL - Success
  25. -- Performing Test HAVE_CXX_WERROR_RETURN_TYPE
  26. -- Performing Test HAVE_CXX_WERROR_RETURN_TYPE - Success
  27. -- Performing Test HAVE_C_WERROR_RETURN_TYPE
  28. -- Performing Test HAVE_C_WERROR_RETURN_TYPE - Success
  29. -- Performing Test HAVE_CXX_WERROR_NON_VIRTUAL_DTOR
  30. -- Performing Test HAVE_CXX_WERROR_NON_VIRTUAL_DTOR - Success
  31. -- Performing Test HAVE_C_WERROR_NON_VIRTUAL_DTOR
  32. -- Performing Test HAVE_C_WERROR_NON_VIRTUAL_DTOR - Success
  33. -- Performing Test HAVE_CXX_WERROR_ADDRESS
  34. -- Performing Test HAVE_CXX_WERROR_ADDRESS - Success
  35. -- Performing Test HAVE_C_WERROR_ADDRESS
  36. -- Performing Test HAVE_C_WERROR_ADDRESS - Success
  37. -- Performing Test HAVE_CXX_WERROR_SEQUENCE_POINT
  38. -- Performing Test HAVE_CXX_WERROR_SEQUENCE_POINT - Success
  39. -- Performing Test HAVE_C_WERROR_SEQUENCE_POINT
  40. -- Performing Test HAVE_C_WERROR_SEQUENCE_POINT - Success
  41. -- Performing Test HAVE_CXX_WFORMAT
  42. -- Performing Test HAVE_CXX_WFORMAT - Success
  43. -- Performing Test HAVE_C_WFORMAT
  44. -- Performing Test HAVE_C_WFORMAT - Success
  45. -- Performing Test HAVE_CXX_WERROR_FORMAT_SECURITY
  46. -- Performing Test HAVE_CXX_WERROR_FORMAT_SECURITY - Success
  47. -- Performing Test HAVE_C_WERROR_FORMAT_SECURITY
  48. -- Performing Test HAVE_C_WERROR_FORMAT_SECURITY - Success
  49. -- Performing Test HAVE_CXX_WMISSING_DECLARATIONS
  50. -- Performing Test HAVE_CXX_WMISSING_DECLARATIONS - Success
  51. -- Performing Test HAVE_C_WMISSING_DECLARATIONS
  52. -- Performing Test HAVE_C_WMISSING_DECLARATIONS - Success
  53. -- Performing Test HAVE_CXX_WMISSING_PROTOTYPES
  54. -- Performing Test HAVE_CXX_WMISSING_PROTOTYPES - Failed
  55. -- Performing Test HAVE_C_WMISSING_PROTOTYPES
  56. -- Performing Test HAVE_C_WMISSING_PROTOTYPES - Success
  57. -- Performing Test HAVE_CXX_WSTRICT_PROTOTYPES
  58. -- Performing Test HAVE_CXX_WSTRICT_PROTOTYPES - Failed
  59. -- Performing Test HAVE_C_WSTRICT_PROTOTYPES
  60. -- Performing Test HAVE_C_WSTRICT_PROTOTYPES - Success
  61. -- Performing Test HAVE_CXX_WUNDEF
  62. -- Performing Test HAVE_CXX_WUNDEF - Success
  63. -- Performing Test HAVE_C_WUNDEF
  64. -- Performing Test HAVE_C_WUNDEF - Success
  65. -- Performing Test HAVE_CXX_WINIT_SELF
  66. -- Performing Test HAVE_CXX_WINIT_SELF - Success
  67. -- Performing Test HAVE_C_WINIT_SELF
  68. -- Performing Test HAVE_C_WINIT_SELF - Success
  69. -- Performing Test HAVE_CXX_WPOINTER_ARITH
  70. -- Performing Test HAVE_CXX_WPOINTER_ARITH - Success
  71. -- Performing Test HAVE_C_WPOINTER_ARITH
  72. -- Performing Test HAVE_C_WPOINTER_ARITH - Success
  73. -- Performing Test HAVE_CXX_WSHADOW
  74. -- Performing Test HAVE_CXX_WSHADOW - Success
  75. -- Performing Test HAVE_C_WSHADOW
  76. -- Performing Test HAVE_C_WSHADOW - Success
  77. -- Performing Test HAVE_CXX_WSIGN_PROMO
  78. -- Performing Test HAVE_CXX_WSIGN_PROMO - Success
  79. -- Performing Test HAVE_C_WSIGN_PROMO
  80. -- Performing Test HAVE_C_WSIGN_PROMO - Failed
  81. -- Performing Test HAVE_CXX_WNO_NARROWING
  82. -- Performing Test HAVE_CXX_WNO_NARROWING - Success
  83. -- Performing Test HAVE_C_WNO_NARROWING
  84. -- Performing Test HAVE_C_WNO_NARROWING - Success
  85. -- Performing Test HAVE_CXX_WNO_DELETE_NON_VIRTUAL_DTOR
  86. -- Performing Test HAVE_CXX_WNO_DELETE_NON_VIRTUAL_DTOR - Success
  87. -- Performing Test HAVE_C_WNO_DELETE_NON_VIRTUAL_DTOR
  88. -- Performing Test HAVE_C_WNO_DELETE_NON_VIRTUAL_DTOR - Failed
  89. -- Performing Test HAVE_CXX_WNO_UNNAMED_TYPE_TEMPLATE_ARGS
  90. -- Performing Test HAVE_CXX_WNO_UNNAMED_TYPE_TEMPLATE_ARGS - Failed
  91. -- Performing Test HAVE_C_WNO_UNNAMED_TYPE_TEMPLATE_ARGS
  92. -- Performing Test HAVE_C_WNO_UNNAMED_TYPE_TEMPLATE_ARGS - Failed
  93. -- Performing Test HAVE_CXX_FDIAGNOSTICS_SHOW_OPTION
  94. -- Performing Test HAVE_CXX_FDIAGNOSTICS_SHOW_OPTION - Success
  95. -- Performing Test HAVE_C_FDIAGNOSTICS_SHOW_OPTION
  96. -- Performing Test HAVE_C_FDIAGNOSTICS_SHOW_OPTION - Success
  97. -- Performing Test HAVE_CXX_PTHREAD
  98. -- Performing Test HAVE_CXX_PTHREAD - Success
  99. -- Performing Test HAVE_C_PTHREAD
  100. -- Performing Test HAVE_C_PTHREAD - Success
  101. -- Performing Test HAVE_CXX_FOMIT_FRAME_POINTER
  102. -- Performing Test HAVE_CXX_FOMIT_FRAME_POINTER - Success
  103. -- Performing Test HAVE_C_FOMIT_FRAME_POINTER
  104. -- Performing Test HAVE_C_FOMIT_FRAME_POINTER - Success
  105. -- Performing Test HAVE_CXX_FFUNCTION_SECTIONS
  106. -- Performing Test HAVE_CXX_FFUNCTION_SECTIONS - Success
  107. -- Performing Test HAVE_C_FFUNCTION_SECTIONS
  108. -- Performing Test HAVE_C_FFUNCTION_SECTIONS - Success
  109. -- Performing Test HAVE_CXX_FVISIBILITY_HIDDEN
  110. -- Performing Test HAVE_CXX_FVISIBILITY_HIDDEN - Success
  111. -- Performing Test HAVE_C_FVISIBILITY_HIDDEN
  112. -- Performing Test HAVE_C_FVISIBILITY_HIDDEN - Success
  113. -- Performing Test HAVE_CXX_FVISIBILITY_INLINES_HIDDEN
  114. -- Performing Test HAVE_CXX_FVISIBILITY_INLINES_HIDDEN - Success
  115. -- Performing Test HAVE_C_FVISIBILITY_INLINES_HIDDEN
  116. -- Performing Test HAVE_C_FVISIBILITY_INLINES_HIDDEN - Failed
  117. -- Looking for pthread.h
  118. -- Looking for pthread.h - found
  119. -- Check if the system is big endian
  120. -- Searching 16 bit integer
  121. -- Looking for sys/types.h
  122. -- Looking for sys/types.h - found
  123. -- Looking for stdint.h
  124. -- Looking for stdint.h - found
  125. -- Looking for stddef.h
  126. -- Looking for stddef.h - found
  127. -- Check size of unsigned short
  128. -- Check size of unsigned short - done
  129. -- Using unsigned short
  130. -- Check if the system is big endian - little endian
  131. -- Found ZLIB: /usr/lib/arm-linux-gnueabihf/libz.so (found suitable version "1.2.8", minimum required is "1.2.3")
  132. -- Found TIFF: /usr/lib/arm-linux-gnueabihf/libtiff.so (found version "4.0.3")
  133. -- Found JPEG: /usr/lib/arm-linux-gnueabihf/libjpeg.so
  134. -- Performing Test HAVE_C_WNO_UNUSED_VARIABLE
  135. -- Performing Test HAVE_C_WNO_UNUSED_VARIABLE - Success
  136. -- Performing Test HAVE_C_WNO_UNUSED_FUNCTION
  137. -- Performing Test HAVE_C_WNO_UNUSED_FUNCTION - Success
  138. -- Performing Test HAVE_C_WNO_SHADOW
  139. -- Performing Test HAVE_C_WNO_SHADOW - Success
  140. -- Performing Test HAVE_C_WNO_MAYBE_UNINITIALIZED
  141. -- Performing Test HAVE_C_WNO_MAYBE_UNINITIALIZED - Success
  142. -- Found Jasper: /usr/lib/arm-linux-gnueabihf/libjasper.so (found version "1.900.1")
  143. -- Found ZLIB: /usr/lib/arm-linux-gnueabihf/libz.so (found version "1.2.8")
  144. -- Found PNG: /usr/lib/arm-linux-gnueabihf/libpng.so (found version "1.2.50")
  145. -- Looking for /usr/include/libpng/png.h
  146. -- Looking for /usr/include/libpng/png.h - found
  147. -- Found OpenEXR: /usr/lib/arm-linux-gnueabihf/libIlmImf.so
  148. -- Looking for XOpenDisplay in /usr/lib/arm-linux-gnueabihf/libX11.so;/usr/lib/arm-linux-gnueabihf/libXext.so
  149. -- Looking for XOpenDisplay in /usr/lib/arm-linux-gnueabihf/libX11.so;/usr/lib/arm-linux-gnueabihf/libXext.so - found
  150. -- Looking for gethostbyname
  151. -- Looking for gethostbyname - found
  152. -- Looking for connect
  153. -- Looking for connect - found
  154. -- Looking for remove
  155. -- Looking for remove - found
  156. -- Looking for shmat
  157. -- Looking for shmat - found
  158. -- Looking for IceConnectionNumber in ICE
  159. -- Looking for IceConnectionNumber in ICE - found
  160. -- Found X11: /usr/lib/arm-linux-gnueabihf/libX11.so
  161. -- checking for module 'gstreamer-base-1.0'
  162. -- found gstreamer-base-1.0, version 1.4.4
  163. -- checking for module 'gstreamer-video-1.0'
  164. -- found gstreamer-video-1.0, version 1.4.4
  165. -- checking for module 'gstreamer-app-1.0'
  166. -- found gstreamer-app-1.0, version 1.4.4
  167. -- checking for module 'gstreamer-riff-1.0'
  168. -- found gstreamer-riff-1.0, version 1.4.4
  169. -- checking for module 'gstreamer-pbutils-1.0'
  170. -- found gstreamer-pbutils-1.0, version 1.4.4
  171. -- checking for module 'libunicap'
  172. -- found libunicap, version 0.9.12
  173. -- checking for module 'libucil'
  174. -- found libucil, version 0.9.11
  175. -- checking for module 'libdc1394-2'
  176. -- found libdc1394-2, version 2.2.3
  177. -- checking for module 'libv4l1'
  178. -- found libv4l1, version 1.6.0
  179. -- checking for module 'libv4l2'
  180. -- found libv4l2, version 1.6.0
  181. -- Looking for linux/videodev.h
  182. -- Looking for linux/videodev.h - not found
  183. -- Looking for linux/videodev2.h
  184. -- Looking for linux/videodev2.h - found
  185. -- Looking for sys/videoio.h
  186. -- Looking for sys/videoio.h - not found
  187. -- checking for module 'libavcodec'
  188. -- found libavcodec, version 56.1.0
  189. -- checking for module 'libavformat'
  190. -- found libavformat, version 56.1.0
  191. -- checking for module 'libavutil'
  192. -- found libavutil, version 54.3.0
  193. -- checking for module 'libswscale'
  194. -- found libswscale, version 3.0.0
  195. -- checking for module 'libavresample'
  196. -- found libavresample, version 2.1.0
  197. -- Looking for libavformat/avformat.h
  198. -- Looking for libavformat/avformat.h - found
  199. -- Looking for ffmpeg/avformat.h
  200. -- Looking for ffmpeg/avformat.h - not found
  201. -- checking for module 'libgphoto2'
  202. -- package 'libgphoto2' not found
  203. -- Found Doxygen: /usr/bin/doxygen (found version "1.8.8")
  204. -- To enable PlantUML support, set PLANTUML_JAR environment variable or pass -DPLANTUML_JAR=<filepath> option to cmake
  205. -- Found PythonInterp: /usr/bin/python2.7 (found suitable version "2.7.9", minimum required is "2.7")
  206. -- Found PythonLibs: /usr/lib/arm-linux-gnueabihf/libpython2.7.so (found suitable exact version "2.7.9")
  207. -- Found PythonInterp: /usr/bin/python3.4 (found suitable version "3.4.2", minimum required is "3.4")
  208. -- Found PythonLibs: /usr/lib/arm-linux-gnueabihf/libpython3.4m.so (found suitable exact version "3.4.2")
  209. -- Could NOT find JNI (missing: JAVA_AWT_LIBRARY JAVA_JVM_LIBRARY JAVA_INCLUDE_PATH JAVA_INCLUDE_PATH2 JAVA_AWT_INCLUDE_PATH)
  210. -- 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)
  211. -- VTK is not found. Please set -DVTK_DIR in CMake to VTK build directory, or to VTK install subdirectory with VTKConfig.cmake file
  212. -- Performing Test HAVE_CXX_WNO_UNDEF
  213. -- Performing Test HAVE_CXX_WNO_UNDEF - Success
  214. -- Performing Test HAVE_CXX_WNO_SHADOW
  215. -- Performing Test HAVE_CXX_WNO_SHADOW - Success
  216. -- Caffe: NO
  217. -- Protobuf: NO
  218. -- Glog: NO
  219. -- Could NOT find HDF5 (missing: HDF5_LIBRARIES HDF5_INCLUDE_DIRS)
  220. -- Checking SFM deps... FALSE
  221. -- Module opencv_sfm disabled because the following dependencies are not found: Eigen Glog/Gflags
  222. -- Performing Test HAVE_CXX_WNO_PARENTHESES
  223. -- Performing Test HAVE_CXX_WNO_PARENTHESES - Success
  224. -- Performing Test HAVE_CXX_WNO_MAYBE_UNINITIALIZED
  225. -- Performing Test HAVE_CXX_WNO_MAYBE_UNINITIALIZED - Success
  226. -- Performing Test HAVE_CXX_WNO_SIGN_PROMO
  227. -- Performing Test HAVE_CXX_WNO_SIGN_PROMO - Success
  228. -- Performing Test HAVE_CXX_WNO_MISSING_DECLARATIONS
  229. -- Performing Test HAVE_CXX_WNO_MISSING_DECLARATIONS - Success
  230. -- Performing Test HAVE_CXX_WNO_MISSING_PROTOTYPES
  231. -- Performing Test HAVE_CXX_WNO_MISSING_PROTOTYPES - Failed
  232. -- Looking for include file pthread.h
  233. -- Looking for include file pthread.h - found
  234. -- Looking for pthread_create
  235. -- Looking for pthread_create - found
  236. -- Found Threads: TRUE
  237. -- Could NOT find PROTOBUF (missing: PROTOBUF_LIBRARY PROTOBUF_INCLUDE_DIR)
  238. -- Build libprotobuf from sources:
  239. -- libprotobuf not found into system
  240. -- The protocol buffer compiler not found
  241. -- Looking for include file pthread.h
  242. -- Looking for include file pthread.h - found
  243. -- Looking for C++ include unordered_map
  244. -- Looking for C++ include unordered_map - found
  245. -- Looking for C++ include tr1/unordered_map
  246. -- Looking for C++ include tr1/unordered_map - found
  247. -- Looking for C++ include unordered_set
  248. -- Looking for C++ include unordered_set - found
  249. -- Looking for C++ include tr1/unordered_set
  250. -- Looking for C++ include tr1/unordered_set - found
  251. -- Performing Test HAVE_CXX_WNO_DEPRECATED
  252. -- Performing Test HAVE_CXX_WNO_DEPRECATED - Success
  253. -- Performing Test HAVE_CXX_WNO_UNUSED_PARAMETER
  254. -- Performing Test HAVE_CXX_WNO_UNUSED_PARAMETER - Success
  255. -- Performing Test HAVE_CXX_WNO_UNUSED_LOCAL_TYPEDEFS
  256. -- Performing Test HAVE_CXX_WNO_UNUSED_LOCAL_TYPEDEFS - Success
  257. -- Performing Test HAVE_CXX_WNO_SIGN_COMPARE
  258. -- Performing Test HAVE_CXX_WNO_SIGN_COMPARE - Success
  259. -- Performing Test HAVE_CXX_WNO_TAUTOLOGICAL_UNDEFINED_COMPARE
  260. -- Performing Test HAVE_CXX_WNO_TAUTOLOGICAL_UNDEFINED_COMPARE - Failed
  261. -- Performing Test HAVE_CXX_WNO_DEPRECATED_DECLARATIONS
  262. -- Performing Test HAVE_CXX_WNO_DEPRECATED_DECLARATIONS - Success
  263. -- Tesseract: NO
  264. --
  265. -- General configuration for OpenCV 3.1.0 =====================================
  266. -- Version control: unknown
  267. --
  268. -- Platform:
  269. -- Host: Linux 4.4.13-v7+ armv7l
  270. -- CMake: 3.0.2
  271. -- CMake generator: Unix Makefiles
  272. -- CMake build tool: /usr/bin/make
  273. -- Configuration: RELEASE
  274. --
  275. -- C/C++:
  276. -- Built as dynamic libs?: YES
  277. -- C++ Compiler: /usr/bin/c++ (ver 4.9.2)
  278. -- 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 -Wno-narrowing -Wno-delete-non-virtual-dtor -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -O3 -DNDEBUG -DNDEBUG
  279. -- 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 -Wno-narrowing -Wno-delete-non-virtual-dtor -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -g -O0 -DDEBUG -D_DEBUG
  280. -- C Compiler: /usr/bin/cc
  281. -- 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 -Wno-narrowing -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fvisibility=hidden -O3 -DNDEBUG -DNDEBUG
  282. -- 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 -Wno-narrowing -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fvisibility=hidden -g -O0 -DDEBUG -D_DEBUG
  283. -- Linker flags (Release):
  284. -- Linker flags (Debug):
  285. -- Precompiled headers: YES
  286. -- Extra dependencies: Qt5::Test Qt5::Concurrent Qt5::OpenGL /usr/lib/arm-linux-gnueabihf/libpng.so /usr/lib/arm-linux-gnueabihf/libz.so /usr/lib/arm-linux-gnueabihf/libtiff.so /usr/lib/arm-linux-gnueabihf/libjasper.so /usr/lib/arm-linux-gnueabihf/libjpeg.so /usr/lib/arm-linux-gnueabihf/libImath.so /usr/lib/arm-linux-gnueabihf/libIlmImf.so /usr/lib/arm-linux-gnueabihf/libIex.so /usr/lib/arm-linux-gnueabihf/libHalf.so /usr/lib/arm-linux-gnueabihf/libIlmThread.so gstvideo-1.0 gstapp-1.0 gstbase-1.0 gstriff-1.0 gstpbutils-1.0 gstreamer-1.0 ucil unicap pangoft2-1.0 pango-1.0 gobject-2.0 fontconfig freetype glib-2.0 dc1394 v4l1 v4l2 avcodec avformat avutil swscale avresample Qt5::Core Qt5::Gui Qt5::Widgets dl m pthread rt /usr/lib/arm-linux-gnueabihf/libGLU.so /usr/lib/arm-linux-gnueabihf/libGL.so /usr/lib/arm-linux-gnueabihf/libSM.so /usr/lib/arm-linux-gnueabihf/libICE.so /usr/lib/arm-linux-gnueabihf/libX11.so /usr/lib/arm-linux-gnueabihf/libXext.so
  287. -- 3rdparty dependencies: libwebp libprotobuf
  288. --
  289. -- OpenCV modules:
  290. -- To be built: core flann imgproc ml photo reg surface_matching video dnn fuzzy imgcodecs shape videoio highgui objdetect plot superres ts xobjdetect xphoto bgsegm bioinspired dpm face features2d line_descriptor saliency text calib3d ccalib cvv datasets rgbd stereo structured_light tracking videostab xfeatures2d ximgproc aruco optflow stitching python2 python3
  291. -- Disabled: world contrib_world
  292. -- Disabled by dependency: -
  293. -- Unavailable: cudaarithm cudabgsegm cudacodec cudafeatures2d cudafilters cudaimgproc cudalegacy cudaobjdetect cudaoptflow cudastereo cudawarping cudev java viz hdf matlab sfm
  294. --
  295. -- GUI:
  296. -- QT 5.x: YES (ver 5.3.2)
  297. -- QT OpenGL support: YES (Qt5::OpenGL 5.3.2)
  298. -- OpenGL support: YES (/usr/lib/arm-linux-gnueabihf/libGLU.so /usr/lib/arm-linux-gnueabihf/libGL.so /usr/lib/arm-linux-gnueabihf/libSM.so /usr/lib/arm-linux-gnueabihf/libICE.so /usr/lib/arm-linux-gnueabihf/libX11.so /usr/lib/arm-linux-gnueabihf/libXext.so)
  299. -- VTK support: NO
  300. --
  301. -- Media I/O:
  302. -- ZLib: /usr/lib/arm-linux-gnueabihf/libz.so (ver 1.2.8)
  303. -- JPEG: /usr/lib/arm-linux-gnueabihf/libjpeg.so (ver )
  304. -- WEBP: build (ver 0.3.1)
  305. -- PNG: /usr/lib/arm-linux-gnueabihf/libpng.so (ver 1.2.50)
  306. -- TIFF: /usr/lib/arm-linux-gnueabihf/libtiff.so (ver 42 - 4.0.3)
  307. -- JPEG 2000: /usr/lib/arm-linux-gnueabihf/libjasper.so (ver 1.900.1)
  308. -- OpenEXR: /usr/lib/arm-linux-gnueabihf/libImath.so /usr/lib/arm-linux-gnueabihf/libIlmImf.so /usr/lib/arm-linux-gnueabihf/libIex.so /usr/lib/arm-linux-gnueabihf/libHalf.so /usr/lib/arm-linux-gnueabihf/libIlmThread.so (ver 1.6.1)
  309. -- GDAL: NO
  310. --
  311. -- Video I/O:
  312. -- DC1394 1.x: NO
  313. -- DC1394 2.x: YES (ver 2.2.3)
  314. -- FFMPEG: YES
  315. -- codec: YES (ver 56.1.0)
  316. -- format: YES (ver 56.1.0)
  317. -- util: YES (ver 54.3.0)
  318. -- swscale: YES (ver 3.0.0)
  319. -- resample: YES (ver 2.1.0)
  320. -- gentoo-style: YES
  321. -- GStreamer:
  322. -- base: YES (ver 1.4.4)
  323. -- video: YES (ver 1.4.4)
  324. -- app: YES (ver 1.4.4)
  325. -- riff: YES (ver 1.4.4)
  326. -- pbutils: YES (ver 1.4.4)
  327. -- OpenNI: NO
  328. -- OpenNI PrimeSensor Modules: NO
  329. -- OpenNI2: NO
  330. -- PvAPI: NO
  331. -- GigEVisionSDK: NO
  332. -- UniCap: YES (ver 0.9.12)
  333. -- UniCap ucil: YES (ver 0.9.11)
  334. -- V4L/V4L2: Using libv4l1 (ver 1.6.0) / libv4l2 (ver 1.6.0)
  335. -- XIMEA: NO
  336. -- Xine: NO
  337. -- gPhoto2: NO
  338. --
  339. -- Parallel framework: pthreads
  340. --
  341. -- Other third-party libraries:
  342. -- Use IPP: NO
  343. -- Use VA: NO
  344. -- Use Intel VA-API/OpenCL: NO
  345. -- Use Eigen: NO
  346. -- Use Cuda: NO
  347. -- Use OpenCL: YES
  348. -- Use custom HAL: NO
  349. --
  350. -- OpenCL:
  351. -- Version: dynamic
  352. -- Include path: /home/pi/Desktop/code/opencv-3.1.0/3rdparty/include/opencl/1.2
  353. -- Use AMDFFT: NO
  354. -- Use AMDBLAS: NO
  355. --
  356. -- Python 2:
  357. -- Interpreter: /usr/bin/python2.7 (ver 2.7.9)
  358. -- Libraries: /usr/lib/arm-linux-gnueabihf/libpython2.7.so (ver 2.7.9)
  359. -- numpy: /usr/lib/python2.7/dist-packages/numpy/core/include (ver 1.8.2)
  360. -- packages path: lib/python2.7/dist-packages
  361. --
  362. -- Python 3:
  363. -- Interpreter: /usr/bin/python3.4 (ver 3.4.2)
  364. -- Libraries: /usr/lib/arm-linux-gnueabihf/libpython3.4m.so (ver 3.4.2)
  365. -- numpy: /usr/lib/python3/dist-packages/numpy/core/include (ver 1.8.2)
  366. -- packages path: lib/python3.4/dist-packages
  367. --
  368. -- Python (for build): /usr/bin/python2.7
  369. --
  370. -- Java:
  371. -- ant: NO
  372. -- JNI: NO
  373. -- Java wrappers: NO
  374. -- Java tests: NO
  375. --
  376. -- Matlab: Matlab not found or implicitly disabled
  377. --
  378. -- Documentation:
  379. -- Doxygen: /usr/bin/doxygen (ver 1.8.8)
  380. -- PlantUML: NO
  381. --
  382. -- Tests and samples:
  383. -- Tests: YES
  384. -- Performance tests: YES
  385. -- C/C++ Examples: YES
  386. --
  387. -- Install path: /usr/local
  388. --
  389. -- cvconfig.h is in: /home/pi/Desktop/code/opencv-3.1.0/build
  390. -- -----------------------------------------------------------------
  391. --
  392. -- Configuring done
  393. -- Generating done
  394. CMake Warning:
  395. Manually-specified variables were not used by the project:
  396.  
  397. BUILD_opencv_legacy
  398.  
  399.  
  400. -- Build files have been written to: /home/pi/Desktop/code/opencv-3.1.0/build
Add Comment
Please, Sign In to add comment