Last active
March 1, 2016 09:00
-
-
Save tomoaki0705/f879ecada93fec8f3d44 to your computer and use it in GitHub Desktop.
Make log installing OpenCV 3.1.0 on Jetson TK1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ubuntu@tegra-ubuntu:~/opencv/build$ time sudo make install | |
[sudo] password for ubuntu: | |
-- Detected version of GNU GCC: 48 (408) | |
-- Found ZLIB: /usr/lib/arm-linux-gnueabihf/libz.so (found suitable version "1.2.8", minimum required is "1.2.3") | |
-- Could NOT find TIFF (missing: TIFF_LIBRARY TIFF_INCLUDE_DIR) | |
-- Could NOT find JPEG (missing: JPEG_LIBRARY JPEG_INCLUDE_DIR) | |
-- Could NOT find Jasper (missing: JASPER_LIBRARIES JASPER_INCLUDE_DIR) | |
-- Found ZLIB: /usr/lib/arm-linux-gnueabihf/libz.so (found version "1.2.8") | |
-- checking for module 'gtk+-3.0' | |
-- package 'gtk+-3.0' not found | |
-- checking for module 'gstreamer-base-1.0' | |
-- package 'gstreamer-base-1.0' not found | |
-- checking for module 'gstreamer-video-1.0' | |
-- package 'gstreamer-video-1.0' not found | |
-- checking for module 'gstreamer-app-1.0' | |
-- package 'gstreamer-app-1.0' not found | |
-- checking for module 'gstreamer-riff-1.0' | |
-- package 'gstreamer-riff-1.0' not found | |
-- checking for module 'gstreamer-pbutils-1.0' | |
-- package 'gstreamer-pbutils-1.0' not found | |
-- checking for module 'gstreamer-base-0.10' | |
-- package 'gstreamer-base-0.10' not found | |
-- checking for module 'gstreamer-video-0.10' | |
-- package 'gstreamer-video-0.10' not found | |
-- checking for module 'gstreamer-app-0.10' | |
-- package 'gstreamer-app-0.10' not found | |
-- checking for module 'gstreamer-riff-0.10' | |
-- package 'gstreamer-riff-0.10' not found | |
-- checking for module 'gstreamer-pbutils-0.10' | |
-- package 'gstreamer-pbutils-0.10' not found | |
-- checking for module 'libdc1394-2' | |
-- package 'libdc1394-2' not found | |
-- checking for module 'libdc1394' | |
-- package 'libdc1394' not found | |
-- checking for module 'libv4l1' | |
-- package 'libv4l1' not found | |
-- checking for module 'libv4l2' | |
-- package 'libv4l2' not found | |
-- Looking for linux/videodev.h | |
-- Looking for linux/videodev.h - not found | |
-- Looking for linux/videodev2.h | |
-- Looking for linux/videodev2.h - found | |
-- Looking for sys/videoio.h | |
-- Looking for sys/videoio.h - not found | |
-- checking for module 'libavcodec' | |
-- package 'libavcodec' not found | |
-- checking for module 'libavformat' | |
-- package 'libavformat' not found | |
-- checking for module 'libavutil' | |
-- package 'libavutil' not found | |
-- checking for module 'libswscale' | |
-- package 'libswscale' not found | |
-- checking for module 'libavresample' | |
-- package 'libavresample' not found | |
-- Looking for libavformat/avformat.h | |
-- Looking for libavformat/avformat.h - not found | |
-- Looking for ffmpeg/avformat.h | |
-- Looking for ffmpeg/avformat.h - not found | |
-- checking for module 'libgphoto2' | |
-- package 'libgphoto2' not found | |
-- CUDA detected: 6.5 | |
-- CUDA NVCC target flags: -gencode;arch=compute_32,code=sm_32 | |
-- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE) | |
-- To enable PlantUML support, set PLANTUML_JAR environment variable or pass -DPLANTUML_JAR=<filepath> option to cmake | |
-- Found PythonInterp: /usr/bin/python2.7 (found suitable version "2.7.6", minimum required is "2.7") | |
-- Could NOT find PythonLibs (missing: PYTHON_LIBRARIES PYTHON_INCLUDE_DIRS) (Required is exact version "2.7.6") | |
Traceback (most recent call last): | |
File "<string>", line 1, in <module> | |
ImportError: No module named numpy.distutils | |
-- Found PythonInterp: /usr/bin/python3.4 (found suitable version "3.4.3", minimum required is "3.4") | |
-- Could NOT find PythonLibs (missing: PYTHON_LIBRARIES PYTHON_INCLUDE_DIRS) (Required is exact version "3.4.3") | |
Traceback (most recent call last): | |
File "<string>", line 1, in <module> | |
ImportError: No module named 'numpy' | |
-- Could NOT find JNI (missing: JAVA_AWT_LIBRARY JAVA_JVM_LIBRARY JAVA_INCLUDE_PATH JAVA_INCLUDE_PATH2 JAVA_AWT_INCLUDE_PATH) | |
-- 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) | |
-- VTK is not found. Please set -DVTK_DIR in CMake to VTK build directory, or to VTK install subdirectory with VTKConfig.cmake file | |
-- | |
-- General configuration for OpenCV 3.1.0 ===================================== | |
-- Version control: 3.1.0 | |
-- | |
-- Platform: | |
-- Host: Linux 3.10.40-grinch-21.3.4 armv7l | |
-- CMake: 2.8.12.2 | |
-- CMake generator: Unix Makefiles | |
-- CMake build tool: /usr/bin/make | |
-- Configuration: Release | |
-- | |
-- C/C++: | |
-- Built as dynamic libs?: YES | |
-- C++ Compiler: /usr/bin/c++ (ver 4.8.4) | |
-- 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 -mfpu=neon -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -O3 -DNDEBUG -DNDEBUG | |
-- 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 -mfpu=neon -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -g -O0 -DDEBUG -D_DEBUG | |
-- C Compiler: /usr/bin/cc | |
-- 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 -mfpu=neon -ffunction-sections -fvisibility=hidden -O3 -DNDEBUG -DNDEBUG | |
-- 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 -mfpu=neon -ffunction-sections -fvisibility=hidden -g -O0 -DDEBUG -D_DEBUG | |
-- Linker flags (Release): | |
-- Linker flags (Debug): | |
-- Precompiled headers: YES | |
-- Extra dependencies: /usr/lib/arm-linux-gnueabihf/libpng.so /usr/lib/arm-linux-gnueabihf/libz.so gtk-x11-2.0 gdk-x11-2.0 atk-1.0 gio-2.0 pangoft2-1.0 pangocairo-1.0 gdk_pixbuf-2.0 cairo pango-1.0 fontconfig gobject-2.0 freetype gthread-2.0 glib-2.0 dl m pthread rt cudart nppc nppi npps cufft -L/usr/local/cuda/lib | |
-- 3rdparty dependencies: libjpeg libwebp libtiff libjasper IlmImf | |
-- | |
-- OpenCV modules: | |
-- 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 | |
-- Disabled: world | |
-- Disabled by dependency: - | |
-- Unavailable: java python2 python3 viz | |
-- | |
-- GUI: | |
-- QT: NO | |
-- GTK+ 2.x: YES (ver 2.24.23) | |
-- GThread : YES (ver 2.40.2) | |
-- GtkGlExt: NO | |
-- OpenGL support: NO | |
-- VTK support: NO | |
-- | |
-- Media I/O: | |
-- ZLib: /usr/lib/arm-linux-gnueabihf/libz.so (ver 1.2.8) | |
-- JPEG: libjpeg (ver 90) | |
-- WEBP: build (ver 0.3.1) | |
-- PNG: /usr/lib/arm-linux-gnueabihf/libpng.so (ver 1.2.50) | |
-- TIFF: build (ver 42 - 4.0.2) | |
-- JPEG 2000: build (ver 1.900.1) | |
-- OpenEXR: build (ver 1.7.1) | |
-- GDAL: NO | |
-- | |
-- Video I/O: | |
-- DC1394 1.x: NO | |
-- DC1394 2.x: NO | |
-- FFMPEG: NO | |
-- codec: NO | |
-- format: NO | |
-- util: NO | |
-- swscale: NO | |
-- resample: NO | |
-- gentoo-style: NO | |
-- GStreamer: NO | |
-- OpenNI: NO | |
-- OpenNI PrimeSensor Modules: NO | |
-- OpenNI2: NO | |
-- PvAPI: NO | |
-- GigEVisionSDK: NO | |
-- UniCap: NO | |
-- UniCap ucil: NO | |
-- V4L/V4L2: NO/YES | |
-- XIMEA: NO | |
-- Xine: NO | |
-- gPhoto2: NO | |
-- | |
-- Parallel framework: pthreads | |
-- | |
-- Other third-party libraries: | |
-- Use IPP: NO | |
-- Use VA: NO | |
-- Use Intel VA-API/OpenCL: NO | |
-- Use Eigen: NO | |
-- Use Cuda: YES (ver 6.5) | |
-- Use OpenCL: YES | |
-- Use custom HAL: NO | |
-- | |
-- NVIDIA CUDA | |
-- Use CUFFT: YES | |
-- Use CUBLAS: NO | |
-- USE NVCUVID: NO | |
-- NVIDIA GPU arch: 32 | |
-- NVIDIA PTX archs: | |
-- Use fast math: NO | |
-- | |
-- OpenCL: | |
-- Version: dynamic | |
-- Include path: /home/ubuntu/opencv/3rdparty/include/opencl/1.2 | |
-- Use AMDFFT: NO | |
-- Use AMDBLAS: NO | |
-- | |
-- Python 2: | |
-- Interpreter: /usr/bin/python2.7 (ver 2.7.6) | |
-- | |
-- Python 3: | |
-- Interpreter: /usr/bin/python3.4 (ver 3.4.3) | |
-- | |
-- Python (for build): /usr/bin/python2.7 | |
-- | |
-- Java: | |
-- ant: NO | |
-- JNI: NO | |
-- Java wrappers: NO | |
-- Java tests: NO | |
-- | |
-- Matlab: Matlab not found or implicitly disabled | |
-- | |
-- Documentation: | |
-- Doxygen: NO | |
-- PlantUML: NO | |
-- | |
-- Tests and samples: | |
-- Tests: YES | |
-- Performance tests: YES | |
-- C/C++ Examples: YES | |
-- | |
-- Install path: /usr/local | |
-- | |
-- cvconfig.h is in: /home/ubuntu/opencv/build | |
-- ----------------------------------------------------------------- | |
-- | |
-- Configuring done | |
-- Generating done | |
-- Build files have been written to: /home/ubuntu/opencv/build | |
[ 2%] Built target libtiff | |
[ 5%] Built target libjpeg | |
[ 9%] Built target libwebp | |
[ 11%] Built target libjasper | |
[ 15%] Built target IlmImf | |
[ 15%] Built target opencv_cudev | |
[ 15%] Built target opencv_ts_pch_dephelp | |
[ 15%] Built target pch_Generate_opencv_ts | |
[ 15%] Built target opencv_core_pch_dephelp | |
[ 15%] Built target pch_Generate_opencv_core | |
Linking CXX shared library ../../lib/libopencv_core.so | |
[ 18%] Built target opencv_core | |
[ 18%] Built target opencv_imgproc_pch_dephelp | |
[ 18%] Built target pch_Generate_opencv_imgproc | |
Linking CXX shared library ../../lib/libopencv_imgproc.so | |
[ 20%] Built target opencv_imgproc | |
[ 20%] Built target opencv_imgcodecs_pch_dephelp | |
[ 22%] Built target pch_Generate_opencv_imgcodecs | |
Linking CXX shared library ../../lib/libopencv_imgcodecs.so | |
[ 23%] Built target opencv_imgcodecs | |
[ 24%] Built target opencv_videoio_pch_dephelp | |
[ 24%] Built target pch_Generate_opencv_videoio | |
Linking CXX shared library ../../lib/libopencv_videoio.so | |
[ 24%] Built target opencv_videoio | |
[ 24%] Built target opencv_highgui_pch_dephelp | |
[ 24%] Built target pch_Generate_opencv_highgui | |
Linking CXX shared library ../../lib/libopencv_highgui.so | |
[ 24%] Built target opencv_highgui | |
[ 25%] Built target opencv_ts | |
Linking CXX executable ../../../bin/opencv_test_cudev | |
[ 27%] Built target opencv_test_cudev | |
[ 27%] Built target opencv_perf_core_pch_dephelp | |
[ 27%] Built target pch_Generate_opencv_perf_core | |
Linking CXX executable ../../bin/opencv_perf_core | |
[ 28%] Built target opencv_perf_core | |
[ 28%] Built target opencv_test_core_pch_dephelp | |
[ 29%] Built target pch_Generate_opencv_test_core | |
Linking CXX executable ../../bin/opencv_test_core | |
[ 31%] Built target opencv_test_core | |
[ 31%] Built target opencv_cudaarithm_pch_dephelp | |
[ 31%] Built target pch_Generate_opencv_cudaarithm | |
Linking CXX shared library ../../lib/libopencv_cudaarithm.so | |
[ 32%] Built target opencv_cudaarithm | |
[ 33%] Built target opencv_perf_cudaarithm_pch_dephelp | |
[ 33%] Built target pch_Generate_opencv_perf_cudaarithm | |
Linking CXX executable ../../bin/opencv_perf_cudaarithm | |
[ 33%] Built target opencv_perf_cudaarithm | |
[ 33%] Built target opencv_test_cudaarithm_pch_dephelp | |
[ 33%] Built target pch_Generate_opencv_test_cudaarithm | |
Linking CXX executable ../../bin/opencv_test_cudaarithm | |
[ 35%] Built target opencv_test_cudaarithm | |
[ 35%] Built target opencv_flann_pch_dephelp | |
[ 35%] Built target pch_Generate_opencv_flann | |
Linking CXX shared library ../../lib/libopencv_flann.so | |
[ 36%] Built target opencv_flann | |
[ 36%] Built target opencv_test_flann_pch_dephelp | |
[ 36%] Built target pch_Generate_opencv_test_flann | |
Linking CXX executable ../../bin/opencv_test_flann | |
[ 36%] Built target opencv_test_flann | |
[ 37%] Built target opencv_perf_imgproc_pch_dephelp | |
[ 37%] Built target pch_Generate_opencv_perf_imgproc | |
Linking CXX executable ../../bin/opencv_perf_imgproc | |
[ 38%] Built target opencv_perf_imgproc | |
[ 40%] Built target opencv_test_imgproc_pch_dephelp | |
[ 40%] Built target pch_Generate_opencv_test_imgproc | |
Linking CXX executable ../../bin/opencv_test_imgproc | |
[ 42%] Built target opencv_test_imgproc | |
[ 44%] Built target opencv_ml_pch_dephelp | |
[ 44%] Built target pch_Generate_opencv_ml | |
Linking CXX shared library ../../lib/libopencv_ml.so | |
[ 45%] Built target opencv_ml | |
[ 45%] Built target opencv_test_ml_pch_dephelp | |
[ 45%] Built target pch_Generate_opencv_test_ml | |
Linking CXX executable ../../bin/opencv_test_ml | |
[ 45%] Built target opencv_test_ml | |
[ 45%] Built target opencv_video_pch_dephelp | |
[ 45%] Built target pch_Generate_opencv_video | |
Linking CXX shared library ../../lib/libopencv_video.so | |
[ 45%] Built target opencv_video | |
[ 45%] Built target opencv_perf_video_pch_dephelp | |
[ 45%] Built target pch_Generate_opencv_perf_video | |
Linking CXX executable ../../bin/opencv_perf_video | |
[ 45%] Built target opencv_perf_video | |
[ 45%] Built target opencv_test_video_pch_dephelp | |
[ 45%] Built target pch_Generate_opencv_test_video | |
Linking CXX executable ../../bin/opencv_test_video | |
[ 45%] Built target opencv_test_video | |
[ 45%] Built target opencv_cudabgsegm_pch_dephelp | |
[ 45%] Built target pch_Generate_opencv_cudabgsegm | |
Linking CXX shared library ../../lib/libopencv_cudabgsegm.so | |
[ 46%] Built target opencv_cudabgsegm | |
[ 46%] Built target opencv_perf_cudabgsegm_pch_dephelp | |
[ 46%] Built target pch_Generate_opencv_perf_cudabgsegm | |
Linking CXX executable ../../bin/opencv_perf_cudabgsegm | |
[ 46%] Built target opencv_perf_cudabgsegm | |
[ 46%] Built target opencv_test_cudabgsegm_pch_dephelp | |
[ 46%] Built target pch_Generate_opencv_test_cudabgsegm | |
Linking CXX executable ../../bin/opencv_test_cudabgsegm | |
[ 46%] Built target opencv_test_cudabgsegm | |
[ 46%] Built target opencv_cudafilters_pch_dephelp | |
[ 48%] Built target pch_Generate_opencv_cudafilters | |
Linking CXX shared library ../../lib/libopencv_cudafilters.so | |
[ 50%] Built target opencv_cudafilters | |
[ 50%] Built target opencv_perf_cudafilters_pch_dephelp | |
[ 50%] Built target pch_Generate_opencv_perf_cudafilters | |
Linking CXX executable ../../bin/opencv_perf_cudafilters | |
[ 50%] Built target opencv_perf_cudafilters | |
[ 50%] Built target opencv_test_cudafilters_pch_dephelp | |
[ 50%] Built target pch_Generate_opencv_test_cudafilters | |
Linking CXX executable ../../bin/opencv_test_cudafilters | |
[ 51%] Built target opencv_test_cudafilters | |
[ 51%] Built target opencv_cudaimgproc_pch_dephelp | |
[ 51%] Built target pch_Generate_opencv_cudaimgproc | |
Linking CXX shared library ../../lib/libopencv_cudaimgproc.so | |
[ 54%] Built target opencv_cudaimgproc | |
[ 54%] Built target opencv_perf_cudaimgproc_pch_dephelp | |
[ 55%] Built target pch_Generate_opencv_perf_cudaimgproc | |
Linking CXX executable ../../bin/opencv_perf_cudaimgproc | |
[ 57%] Built target opencv_perf_cudaimgproc | |
[ 57%] Built target opencv_test_cudaimgproc_pch_dephelp | |
[ 57%] Built target pch_Generate_opencv_test_cudaimgproc | |
Linking CXX executable ../../bin/opencv_test_cudaimgproc | |
[ 57%] Built target opencv_test_cudaimgproc | |
[ 57%] Built target opencv_cudawarping_pch_dephelp | |
[ 57%] Built target pch_Generate_opencv_cudawarping | |
Linking CXX shared library ../../lib/libopencv_cudawarping.so | |
[ 57%] Built target opencv_cudawarping | |
[ 57%] Built target opencv_perf_cudawarping_pch_dephelp | |
[ 57%] Built target pch_Generate_opencv_perf_cudawarping | |
Linking CXX executable ../../bin/opencv_perf_cudawarping | |
[ 57%] Built target opencv_perf_cudawarping | |
[ 57%] Built target opencv_test_cudawarping_pch_dephelp | |
[ 57%] Built target pch_Generate_opencv_test_cudawarping | |
Linking CXX executable ../../bin/opencv_test_cudawarping | |
[ 57%] Built target opencv_test_cudawarping | |
[ 57%] Built target opencv_perf_imgcodecs_pch_dephelp | |
[ 57%] Built target pch_Generate_opencv_perf_imgcodecs | |
Linking CXX executable ../../bin/opencv_perf_imgcodecs | |
[ 57%] Built target opencv_perf_imgcodecs | |
[ 57%] Built target opencv_test_imgcodecs_pch_dephelp | |
[ 57%] Built target pch_Generate_opencv_test_imgcodecs | |
Linking CXX executable ../../bin/opencv_test_imgcodecs | |
[ 57%] Built target opencv_test_imgcodecs | |
[ 57%] Built target opencv_photo_pch_dephelp | |
[ 57%] Built target pch_Generate_opencv_photo | |
Linking CXX shared library ../../lib/libopencv_photo.so | |
[ 58%] Built target opencv_photo | |
[ 58%] Built target opencv_perf_photo_pch_dephelp | |
[ 59%] Built target pch_Generate_opencv_perf_photo | |
Linking CXX executable ../../bin/opencv_perf_photo | |
[ 59%] Built target opencv_perf_photo | |
[ 59%] Built target opencv_test_photo_pch_dephelp | |
[ 59%] Built target pch_Generate_opencv_test_photo | |
Linking CXX executable ../../bin/opencv_test_photo | |
[ 61%] Built target opencv_test_photo | |
[ 61%] Built target opencv_shape_pch_dephelp | |
[ 61%] Built target pch_Generate_opencv_shape | |
Linking CXX shared library ../../lib/libopencv_shape.so | |
[ 61%] Built target opencv_shape | |
[ 61%] Built target opencv_test_shape_pch_dephelp | |
[ 61%] Built target pch_Generate_opencv_test_shape | |
Linking CXX executable ../../bin/opencv_test_shape | |
[ 61%] Built target opencv_test_shape | |
[ 61%] Built target opencv_perf_videoio_pch_dephelp | |
[ 61%] Built target pch_Generate_opencv_perf_videoio | |
Linking CXX executable ../../bin/opencv_perf_videoio | |
[ 61%] Built target opencv_perf_videoio | |
[ 61%] Built target opencv_test_videoio_pch_dephelp | |
[ 61%] Built target pch_Generate_opencv_test_videoio | |
Linking CXX executable ../../bin/opencv_test_videoio | |
[ 62%] Built target opencv_test_videoio | |
[ 62%] Built target opencv_cudacodec_pch_dephelp | |
[ 62%] Built target pch_Generate_opencv_cudacodec | |
Linking CXX shared library ../../lib/libopencv_cudacodec.so | |
[ 62%] Built target opencv_cudacodec | |
[ 62%] Built target opencv_perf_cudacodec_pch_dephelp | |
[ 62%] Built target pch_Generate_opencv_perf_cudacodec | |
Linking CXX executable ../../bin/opencv_perf_cudacodec | |
[ 62%] Built target opencv_perf_cudacodec | |
[ 62%] Built target opencv_test_cudacodec_pch_dephelp | |
[ 62%] Built target pch_Generate_opencv_test_cudacodec | |
Linking CXX executable ../../bin/opencv_test_cudacodec | |
[ 62%] Built target opencv_test_cudacodec | |
[ 62%] Built target opencv_test_highgui_pch_dephelp | |
[ 62%] Built target pch_Generate_opencv_test_highgui | |
Linking CXX executable ../../bin/opencv_test_highgui | |
[ 62%] Built target opencv_test_highgui | |
[ 62%] Built target opencv_objdetect_pch_dephelp | |
[ 62%] Built target pch_Generate_opencv_objdetect | |
Linking CXX shared library ../../lib/libopencv_objdetect.so | |
[ 62%] Built target opencv_objdetect | |
[ 62%] Built target opencv_perf_objdetect_pch_dephelp | |
[ 62%] Built target pch_Generate_opencv_perf_objdetect | |
Linking CXX executable ../../bin/opencv_perf_objdetect | |
[ 62%] Built target opencv_perf_objdetect | |
[ 62%] Built target opencv_test_objdetect_pch_dephelp | |
[ 62%] Built target pch_Generate_opencv_test_objdetect | |
Linking CXX executable ../../bin/opencv_test_objdetect | |
[ 62%] Built target opencv_test_objdetect | |
[ 62%] Built target opencv_features2d_pch_dephelp | |
[ 62%] Built target pch_Generate_opencv_features2d | |
Linking CXX shared library ../../lib/libopencv_features2d.so | |
[ 63%] Built target opencv_features2d | |
[ 64%] Built target opencv_perf_features2d_pch_dephelp | |
[ 64%] Built target pch_Generate_opencv_perf_features2d | |
Linking CXX executable ../../bin/opencv_perf_features2d | |
[ 64%] Built target opencv_perf_features2d | |
[ 64%] Built target opencv_test_features2d_pch_dephelp | |
[ 64%] Built target pch_Generate_opencv_test_features2d | |
Linking CXX executable ../../bin/opencv_test_features2d | |
[ 66%] Built target opencv_test_features2d | |
[ 67%] Built target opencv_calib3d_pch_dephelp | |
[ 67%] Built target pch_Generate_opencv_calib3d | |
Linking CXX shared library ../../lib/libopencv_calib3d.so | |
[ 68%] Built target opencv_calib3d | |
[ 68%] Built target opencv_perf_calib3d_pch_dephelp | |
[ 68%] Built target pch_Generate_opencv_perf_calib3d | |
Linking CXX executable ../../bin/opencv_perf_calib3d | |
[ 70%] Built target opencv_perf_calib3d | |
[ 70%] Built target opencv_test_calib3d_pch_dephelp | |
[ 70%] Built target pch_Generate_opencv_test_calib3d | |
Linking CXX executable ../../bin/opencv_test_calib3d | |
[ 72%] Built target opencv_test_calib3d | |
[ 72%] Built target opencv_cudafeatures2d_pch_dephelp | |
[ 72%] Built target pch_Generate_opencv_cudafeatures2d | |
Linking CXX shared library ../../lib/libopencv_cudafeatures2d.so | |
[ 72%] Built target opencv_cudafeatures2d | |
[ 72%] Built target opencv_perf_cudafeatures2d_pch_dephelp | |
[ 72%] Built target pch_Generate_opencv_perf_cudafeatures2d | |
Linking CXX executable ../../bin/opencv_perf_cudafeatures2d | |
[ 72%] Built target opencv_perf_cudafeatures2d | |
[ 72%] Built target opencv_test_cudafeatures2d_pch_dephelp | |
[ 72%] Built target pch_Generate_opencv_test_cudafeatures2d | |
Linking CXX executable ../../bin/opencv_test_cudafeatures2d | |
[ 72%] Built target opencv_test_cudafeatures2d | |
[ 72%] Built target opencv_cudalegacy_pch_dephelp | |
[ 72%] Built target pch_Generate_opencv_cudalegacy | |
Linking CXX shared library ../../lib/libopencv_cudalegacy.so | |
[ 74%] Built target opencv_cudalegacy | |
[ 74%] Built target opencv_perf_cudalegacy_pch_dephelp | |
[ 74%] Built target pch_Generate_opencv_perf_cudalegacy | |
Linking CXX executable ../../bin/opencv_perf_cudalegacy | |
[ 74%] Built target opencv_perf_cudalegacy | |
[ 74%] Built target opencv_test_cudalegacy_pch_dephelp | |
[ 74%] Built target pch_Generate_opencv_test_cudalegacy | |
Linking CXX executable ../../bin/opencv_test_cudalegacy | |
[ 75%] Built target opencv_test_cudalegacy | |
[ 75%] Built target opencv_cudaobjdetect_pch_dephelp | |
[ 75%] Built target pch_Generate_opencv_cudaobjdetect | |
Linking CXX shared library ../../lib/libopencv_cudaobjdetect.so | |
[ 76%] Built target opencv_cudaobjdetect | |
[ 76%] Built target opencv_perf_cudaobjdetect_pch_dephelp | |
[ 76%] Built target pch_Generate_opencv_perf_cudaobjdetect | |
Linking CXX executable ../../bin/opencv_perf_cudaobjdetect | |
[ 76%] Built target opencv_perf_cudaobjdetect | |
[ 76%] Built target opencv_test_cudaobjdetect_pch_dephelp | |
[ 76%] Built target pch_Generate_opencv_test_cudaobjdetect | |
Linking CXX executable ../../bin/opencv_test_cudaobjdetect | |
[ 76%] Built target opencv_test_cudaobjdetect | |
[ 76%] Built target opencv_cudaoptflow_pch_dephelp | |
[ 76%] Built target pch_Generate_opencv_cudaoptflow | |
Linking CXX shared library ../../lib/libopencv_cudaoptflow.so | |
[ 76%] Built target opencv_cudaoptflow | |
[ 76%] Built target opencv_perf_cudaoptflow_pch_dephelp | |
[ 76%] Built target pch_Generate_opencv_perf_cudaoptflow | |
Linking CXX executable ../../bin/opencv_perf_cudaoptflow | |
[ 77%] Built target opencv_perf_cudaoptflow | |
[ 79%] Built target opencv_test_cudaoptflow_pch_dephelp | |
[ 79%] Built target pch_Generate_opencv_test_cudaoptflow | |
Linking CXX executable ../../bin/opencv_test_cudaoptflow | |
[ 79%] Built target opencv_test_cudaoptflow | |
[ 79%] Built target opencv_cudastereo_pch_dephelp | |
[ 79%] Built target pch_Generate_opencv_cudastereo | |
Linking CXX shared library ../../lib/libopencv_cudastereo.so | |
[ 79%] Built target opencv_cudastereo | |
[ 79%] Built target opencv_perf_cudastereo_pch_dephelp | |
[ 79%] Built target pch_Generate_opencv_perf_cudastereo | |
Linking CXX executable ../../bin/opencv_perf_cudastereo | |
[ 79%] Built target opencv_perf_cudastereo | |
[ 79%] Built target opencv_test_cudastereo_pch_dephelp | |
[ 80%] Built target pch_Generate_opencv_test_cudastereo | |
Linking CXX executable ../../bin/opencv_test_cudastereo | |
[ 80%] Built target opencv_test_cudastereo | |
[ 80%] Built target opencv_perf_stitching_pch_dephelp | |
[ 80%] Built target pch_Generate_opencv_perf_stitching | |
[ 80%] Built target opencv_stitching_pch_dephelp | |
[ 80%] Built target pch_Generate_opencv_stitching | |
Linking CXX shared library ../../lib/libopencv_stitching.so | |
[ 81%] Built target opencv_stitching | |
Linking CXX executable ../../bin/opencv_perf_stitching | |
[ 81%] Built target opencv_perf_stitching | |
[ 81%] Built target opencv_test_stitching_pch_dephelp | |
[ 83%] Built target pch_Generate_opencv_test_stitching | |
Linking CXX executable ../../bin/opencv_test_stitching | |
[ 83%] Built target opencv_test_stitching | |
[ 83%] Built target opencv_perf_superres_pch_dephelp | |
[ 83%] Built target pch_Generate_opencv_perf_superres | |
[ 83%] Built target opencv_superres_pch_dephelp | |
[ 83%] Built target pch_Generate_opencv_superres | |
Linking CXX shared library ../../lib/libopencv_superres.so | |
[ 84%] Built target opencv_superres | |
Linking CXX executable ../../bin/opencv_perf_superres | |
[ 85%] Built target opencv_perf_superres | |
[ 87%] Built target opencv_test_superres_pch_dephelp | |
[ 87%] Built target pch_Generate_opencv_test_superres | |
Linking CXX executable ../../bin/opencv_test_superres | |
[ 87%] Built target opencv_test_superres | |
[ 87%] Built target opencv_videostab_pch_dephelp | |
[ 87%] Built target pch_Generate_opencv_videostab | |
Linking CXX shared library ../../lib/libopencv_videostab.so | |
[ 87%] Built target opencv_videostab | |
Linking CXX executable ../../bin/opencv_traincascade | |
[ 87%] Built target opencv_traincascade | |
Linking CXX executable ../../bin/opencv_createsamples | |
[ 87%] Built target opencv_createsamples | |
Linking CXX executable ../../bin/opencv_annotation | |
[ 87%] Built target opencv_annotation | |
Linking CXX executable ../../bin/cpp-tutorial-pnp_detection | |
[ 88%] Built target cpp-tutorial-pnp_detection | |
Linking CXX executable ../../bin/cpp-tutorial-pnp_registration | |
[ 88%] Built target cpp-tutorial-pnp_registration | |
Linking CXX executable ../../bin/cpp-example-3calibration | |
[ 88%] Built target example_3calibration | |
Linking CXX executable ../../bin/cpp-example-autofocus | |
[ 88%] Built target example_autofocus | |
Linking CXX executable ../../bin/cpp-example-bgfg_segm | |
[ 88%] Built target example_bgfg_segm | |
Linking CXX executable ../../bin/cpp-example-calibration | |
[ 88%] Built target example_calibration | |
Linking CXX executable ../../bin/cpp-example-camshiftdemo | |
[ 88%] Built target example_camshiftdemo | |
Linking CXX executable ../../bin/cpp-example-cloning_demo | |
[ 88%] Built target example_cloning_demo | |
Linking CXX executable ../../bin/cpp-example-cloning_gui | |
[ 88%] Built target example_cloning_gui | |
Linking CXX executable ../../bin/cpp-example-connected_components | |
[ 88%] Built target example_connected_components | |
Linking CXX executable ../../bin/cpp-example-contours2 | |
[ 89%] Built target example_contours2 | |
Linking CXX executable ../../bin/cpp-example-convexhull | |
[ 89%] Built target example_convexhull | |
Linking CXX executable ../../bin/cpp-example-cout_mat | |
[ 89%] Built target example_cout_mat | |
Linking CXX executable ../../bin/cpp-example-create_mask | |
[ 89%] Built target example_create_mask | |
Linking CXX executable ../../bin/cpp-example-dbt_face_detection | |
[ 89%] Built target example_dbt_face_detection | |
Linking CXX executable ../../bin/cpp-example-delaunay2 | |
[ 89%] Built target example_delaunay2 | |
Linking CXX executable ../../bin/cpp-example-demhist | |
[ 89%] Built target example_demhist | |
Linking CXX executable ../../bin/cpp-example-detect_blob | |
[ 89%] Built target example_detect_blob | |
Linking CXX executable ../../bin/cpp-example-detect_mser | |
[ 89%] Built target example_detect_mser | |
Linking CXX executable ../../bin/cpp-example-dft | |
[ 89%] Built target example_dft | |
Linking CXX executable ../../bin/cpp-example-distrans | |
[ 89%] Built target example_distrans | |
Linking CXX executable ../../bin/cpp-example-drawing | |
[ 89%] Built target example_drawing | |
Linking CXX executable ../../bin/cpp-example-edge | |
[ 89%] Built target example_edge | |
Linking CXX executable ../../bin/cpp-example-em | |
[ 89%] Built target example_em | |
Linking CXX executable ../../bin/cpp-example-example | |
[ 89%] Built target example_example | |
Linking CXX executable ../../bin/cpp-example-facedetect | |
[ 89%] Built target example_facedetect | |
Linking CXX executable ../../bin/cpp-example-facial_features | |
[ 89%] Built target example_facial_features | |
Linking CXX executable ../../bin/cpp-example-fback | |
[ 89%] Built target example_fback | |
Linking CXX executable ../../bin/cpp-example-ffilldemo | |
[ 89%] Built target example_ffilldemo | |
Linking CXX executable ../../bin/cpp-example-filestorage | |
[ 89%] Built target example_filestorage | |
Linking CXX executable ../../bin/cpp-example-fitellipse | |
[ 90%] Built target example_fitellipse | |
Linking CXX executable ../../bin/cpp-example-grabcut | |
[ 90%] Built target example_grabcut | |
Linking CXX executable ../../bin/cpp-example-houghcircles | |
[ 90%] Built target example_houghcircles | |
Linking CXX executable ../../bin/cpp-example-houghlines | |
[ 90%] Built target example_houghlines | |
Linking CXX executable ../../bin/cpp-example-image | |
[ 90%] Built target example_image | |
Linking CXX executable ../../bin/cpp-example-image_alignment | |
[ 90%] Built target example_image_alignment | |
Linking CXX executable ../../bin/cpp-example-image_sequence | |
[ 90%] Built target example_image_sequence | |
Linking CXX executable ../../bin/cpp-example-imagelist_creator | |
[ 90%] Built target example_imagelist_creator | |
Linking CXX executable ../../bin/cpp-example-inpaint | |
[ 90%] Built target example_inpaint | |
Linking CXX executable ../../bin/cpp-example-intelperc_capture | |
[ 90%] Built target example_intelperc_capture | |
Linking CXX executable ../../bin/cpp-example-kalman | |
[ 90%] Built target example_kalman | |
Linking CXX executable ../../bin/cpp-example-kmeans | |
[ 90%] Built target example_kmeans | |
Linking CXX executable ../../bin/cpp-example-laplace | |
[ 90%] Built target example_laplace | |
Linking CXX executable ../../bin/cpp-example-letter_recog | |
[ 90%] Built target example_letter_recog | |
Linking CXX executable ../../bin/cpp-example-lkdemo | |
[ 90%] Built target example_lkdemo | |
Linking CXX executable ../../bin/cpp-example-logistic_regression | |
[ 90%] Built target example_logistic_regression | |
Linking CXX executable ../../bin/cpp-example-lsd_lines | |
[ 90%] Built target example_lsd_lines | |
Linking CXX executable ../../bin/cpp-example-mask_tmpl | |
[ 90%] Built target example_mask_tmpl | |
Linking CXX executable ../../bin/cpp-example-matchmethod_orb_akaze_brisk | |
[ 92%] Built target example_matchmethod_orb_akaze_brisk | |
Linking CXX executable ../../bin/cpp-example-minarea | |
[ 92%] Built target example_minarea | |
Linking CXX executable ../../bin/cpp-example-morphology2 | |
[ 92%] Built target example_morphology2 | |
Linking CXX executable ../../bin/cpp-example-npr_demo | |
[ 92%] Built target example_npr_demo | |
Linking CXX executable ../../bin/cpp-example-opencv_version | |
[ 92%] Built target example_opencv_version | |
Linking CXX executable ../../bin/cpp-example-openni_capture | |
[ 92%] Built target example_openni_capture | |
Linking CXX executable ../../bin/cpp-example-pca | |
[ 92%] Built target example_pca | |
Linking CXX executable ../../bin/cpp-example-phase_corr | |
[ 92%] Built target example_phase_corr | |
Linking CXX executable ../../bin/cpp-example-points_classifier | |
[ 92%] Built target example_points_classifier | |
Linking CXX executable ../../bin/cpp-example-polar_transforms | |
[ 92%] Built target example_polar_transforms | |
Linking CXX executable ../../bin/cpp-example-segment_objects | |
[ 92%] Built target example_segment_objects | |
Linking CXX executable ../../bin/cpp-example-select3dobj | |
[ 92%] Built target example_select3dobj | |
Linking CXX executable ../../bin/cpp-example-shape_example | |
[ 92%] Built target example_shape_example | |
Linking CXX executable ../../bin/cpp-example-smiledetect | |
[ 92%] Built target example_smiledetect | |
Linking CXX executable ../../bin/cpp-example-squares | |
[ 92%] Built target example_squares | |
Linking CXX executable ../../bin/cpp-example-starter_imagelist | |
[ 92%] Built target example_starter_imagelist | |
Linking CXX executable ../../bin/cpp-example-starter_video | |
[ 92%] Built target example_starter_video | |
Linking CXX executable ../../bin/cpp-example-stereo_calib | |
[ 92%] Built target example_stereo_calib | |
Linking CXX executable ../../bin/cpp-example-stereo_match | |
[ 92%] Built target example_stereo_match | |
Linking CXX executable ../../bin/cpp-example-stitching | |
[ 92%] Built target example_stitching | |
Linking CXX executable ../../bin/cpp-example-stitching_detailed | |
[ 92%] Built target example_stitching_detailed | |
Linking CXX executable ../../bin/cpp-example-train_HOG | |
[ 92%] Built target example_train_HOG | |
Linking CXX executable ../../bin/cpp-example-tree_engine | |
[ 92%] Built target example_tree_engine | |
Linking CXX executable ../../bin/cpp-example-tvl1_optical_flow | |
[ 92%] Built target example_tvl1_optical_flow | |
Linking CXX executable ../../bin/cpp-example-videostab | |
[ 92%] Built target example_videostab | |
Linking CXX executable ../../bin/cpp-example-watershed | |
[ 92%] Built target example_watershed | |
Linking CXX executable ../../bin/cpp-tutorial-AKAZE_match | |
[ 92%] Built target tutorial_AKAZE_match | |
Linking CXX executable ../../bin/cpp-tutorial-AddingImages | |
[ 92%] Built target tutorial_AddingImages | |
Linking CXX executable ../../bin/cpp-tutorial-AddingImagesTrackbar | |
[ 92%] Built target tutorial_AddingImagesTrackbar | |
Linking CXX executable ../../bin/cpp-tutorial-BasicLinearTransforms | |
[ 92%] Built target tutorial_BasicLinearTransforms | |
Linking CXX executable ../../bin/cpp-tutorial-BasicLinearTransformsTrackbar | |
[ 93%] Built target tutorial_BasicLinearTransformsTrackbar | |
Linking CXX executable ../../bin/cpp-tutorial-CannyDetector_Demo | |
[ 93%] Built target tutorial_CannyDetector_Demo | |
Linking CXX executable ../../bin/cpp-tutorial-Drawing_1 | |
[ 93%] Built target tutorial_Drawing_1 | |
Linking CXX executable ../../bin/cpp-tutorial-Drawing_2 | |
[ 93%] Built target tutorial_Drawing_2 | |
Linking CXX executable ../../bin/cpp-tutorial-EqualizeHist_Demo | |
[ 93%] Built target tutorial_EqualizeHist_Demo | |
Linking CXX executable ../../bin/cpp-tutorial-Geometric_Transforms_Demo | |
[ 93%] Built target tutorial_Geometric_Transforms_Demo | |
Linking CXX executable ../../bin/cpp-tutorial-HoughCircle_Demo | |
[ 93%] Built target tutorial_HoughCircle_Demo | |
Linking CXX executable ../../bin/cpp-tutorial-HoughLines_Demo | |
[ 93%] Built target tutorial_HoughLines_Demo | |
Linking CXX executable ../../bin/cpp-tutorial-LATCH_match | |
[ 93%] Built target tutorial_LATCH_match | |
Linking CXX executable ../../bin/cpp-tutorial-Laplace_Demo | |
[ 93%] Built target tutorial_Laplace_Demo | |
Linking CXX executable ../../bin/cpp-tutorial-MatchTemplate_Demo | |
[ 93%] Built target tutorial_MatchTemplate_Demo | |
Linking CXX executable ../../bin/cpp-tutorial-Morphology_1 | |
[ 93%] Built target tutorial_Morphology_1 | |
Linking CXX executable ../../bin/cpp-tutorial-Morphology_2 | |
[ 93%] Built target tutorial_Morphology_2 | |
Linking CXX executable ../../bin/cpp-tutorial-Morphology_3 | |
[ 93%] Built target tutorial_Morphology_3 | |
Linking CXX executable ../../bin/cpp-tutorial-Pyramids | |
[ 93%] Built target tutorial_Pyramids | |
Linking CXX executable ../../bin/cpp-tutorial-Remap_Demo | |
[ 93%] Built target tutorial_Remap_Demo | |
Linking CXX executable ../../bin/cpp-tutorial-SBM_Sample | |
[ 93%] Built target tutorial_SBM_Sample | |
Linking CXX executable ../../bin/cpp-tutorial-Smoothing | |
[ 93%] Built target tutorial_Smoothing | |
Linking CXX executable ../../bin/cpp-tutorial-Sobel_Demo | |
[ 93%] Built target tutorial_Sobel_Demo | |
Linking CXX executable ../../bin/cpp-tutorial-Threshold | |
[ 93%] Built target tutorial_Threshold | |
Linking CXX executable ../../bin/cpp-tutorial-bg_sub | |
[ 93%] Built target tutorial_bg_sub | |
Linking CXX executable ../../bin/cpp-tutorial-calcBackProject_Demo1 | |
[ 94%] Built target tutorial_calcBackProject_Demo1 | |
Linking CXX executable ../../bin/cpp-tutorial-calcBackProject_Demo2 | |
[ 94%] Built target tutorial_calcBackProject_Demo2 | |
Linking CXX executable ../../bin/cpp-tutorial-calcHist_Demo | |
[ 94%] Built target tutorial_calcHist_Demo | |
Linking CXX executable ../../bin/cpp-tutorial-camera_calibration | |
[ 94%] Built target tutorial_camera_calibration | |
Linking CXX executable ../../bin/cpp-tutorial-cloning_demo | |
[ 94%] Built target tutorial_cloning_demo | |
Linking CXX executable ../../bin/cpp-tutorial-cloning_gui | |
[ 94%] Built target tutorial_cloning_gui | |
Linking CXX executable ../../bin/cpp-tutorial-compareHist_Demo | |
[ 94%] Built target tutorial_compareHist_Demo | |
Linking CXX executable ../../bin/cpp-tutorial-copyMakeBorder_demo | |
[ 94%] Built target tutorial_copyMakeBorder_demo | |
Linking CXX executable ../../bin/cpp-tutorial-cornerDetector_Demo | |
[ 94%] Built target tutorial_cornerDetector_Demo | |
Linking CXX executable ../../bin/cpp-tutorial-cornerHarris_Demo | |
[ 94%] Built target tutorial_cornerHarris_Demo | |
Linking CXX executable ../../bin/cpp-tutorial-cornerSubPix_Demo | |
[ 94%] Built target tutorial_cornerSubPix_Demo | |
Linking CXX executable ../../bin/cpp-tutorial-decolor | |
[ 94%] Built target tutorial_decolor | |
Linking CXX executable ../../bin/cpp-tutorial-discrete_fourier_transform | |
[ 94%] Built target tutorial_discrete_fourier_transform | |
Linking CXX executable ../../bin/cpp-tutorial-display_image | |
[ 94%] Built target tutorial_display_image | |
Linking CXX executable ../../bin/cpp-tutorial-file_input_output | |
[ 94%] Built target tutorial_file_input_output | |
Linking CXX executable ../../bin/cpp-tutorial-filter2D_demo | |
[ 94%] Built target tutorial_filter2D_demo | |
Linking CXX executable ../../bin/cpp-tutorial-findContours_demo | |
[ 94%] Built target tutorial_findContours_demo | |
Linking CXX executable ../../bin/cpp-tutorial-gdal-image | |
[ 94%] Built target tutorial_gdal-image | |
Linking CXX executable ../../bin/cpp-tutorial-generalContours_demo1 | |
[ 94%] Built target tutorial_generalContours_demo1 | |
Linking CXX executable ../../bin/cpp-tutorial-generalContours_demo2 | |
[ 94%] Built target tutorial_generalContours_demo2 | |
Linking CXX executable ../../bin/cpp-tutorial-goodFeaturesToTrack_Demo | |
[ 96%] Built target tutorial_goodFeaturesToTrack_Demo | |
Linking CXX executable ../../bin/cpp-tutorial-gpu-basics-similarity | |
[ 96%] Built target tutorial_gpu-basics-similarity | |
Linking CXX executable ../../bin/cpp-tutorial-hdr_imaging | |
[ 96%] Built target tutorial_hdr_imaging | |
Linking CXX executable ../../bin/cpp-tutorial-how_to_scan_images | |
[ 96%] Built target tutorial_how_to_scan_images | |
Linking CXX executable ../../bin/cpp-tutorial-hull_demo | |
[ 96%] Built target tutorial_hull_demo | |
Linking CXX executable ../../bin/cpp-tutorial-imageSegmentation | |
[ 96%] Built target tutorial_imageSegmentation | |
Linking CXX executable ../../bin/cpp-tutorial-interoperability_with_OpenCV_1 | |
[ 96%] Built target tutorial_interoperability_with_OpenCV_1 | |
Linking CXX executable ../../bin/cpp-tutorial-introduction_to_pca | |
[ 96%] Built target tutorial_introduction_to_pca | |
Linking CXX executable ../../bin/cpp-tutorial-introduction_to_svm | |
[ 96%] Built target tutorial_introduction_to_svm | |
Linking CXX executable ../../bin/cpp-tutorial-introduction_windows_vs | |
[ 96%] Built target tutorial_introduction_windows_vs | |
Linking CXX executable ../../bin/cpp-tutorial-mat_mask_operations | |
[ 96%] Built target tutorial_mat_mask_operations | |
Linking CXX executable ../../bin/cpp-tutorial-mat_the_basic_image_container | |
[ 96%] Built target tutorial_mat_the_basic_image_container | |
Linking CXX executable ../../bin/cpp-tutorial-moments_demo | |
[ 96%] Built target tutorial_moments_demo | |
Linking CXX executable ../../bin/cpp-tutorial-non_linear_svms | |
[ 96%] Built target tutorial_non_linear_svms | |
Linking CXX executable ../../bin/cpp-tutorial-npr_demo | |
[ 96%] Built target tutorial_npr_demo | |
Linking CXX executable ../../bin/cpp-tutorial-objectDetection | |
[ 96%] Built target tutorial_objectDetection | |
Linking CXX executable ../../bin/cpp-tutorial-objectDetection2 | |
[ 96%] Built target tutorial_objectDetection2 | |
Linking CXX executable ../../bin/cpp-tutorial-planar_tracking | |
[ 96%] Built target tutorial_planar_tracking | |
Linking CXX executable ../../bin/cpp-tutorial-pointPolygonTest_demo | |
[ 96%] Built target tutorial_pointPolygonTest_demo | |
Linking CXX executable ../../bin/cpp-tutorial-video-input-psnr-ssim | |
[ 96%] Built target tutorial_video-input-psnr-ssim | |
Linking CXX executable ../../bin/cpp-tutorial-video-write | |
[ 97%] Built target tutorial_video-write | |
Linking CXX executable ../../bin/gpu-example-alpha_comp | |
[ 97%] Built target example_gpu_alpha_comp | |
Linking CXX executable ../../bin/gpu-example-bgfg_segm | |
[ 97%] Built target example_gpu_bgfg_segm | |
Linking CXX executable ../../bin/gpu-example-cascadeclassifier | |
[ 97%] Built target example_gpu_cascadeclassifier | |
Linking CXX executable ../../bin/gpu-example-cascadeclassifier_nvidia_api | |
[ 97%] Built target example_gpu_cascadeclassifier_nvidia_api | |
Linking CXX executable ../../bin/gpu-example-driver_api_multi | |
[ 97%] Built target example_gpu_driver_api_multi | |
Linking CXX executable ../../bin/gpu-example-driver_api_stereo_multi | |
[ 97%] Built target example_gpu_driver_api_stereo_multi | |
Linking CXX executable ../../bin/gpu-example-farneback_optical_flow | |
[ 97%] Built target example_gpu_farneback_optical_flow | |
Linking CXX executable ../../bin/gpu-example-generalized_hough | |
[ 97%] Built target example_gpu_generalized_hough | |
Linking CXX executable ../../bin/gpu-example-hog | |
[ 97%] Built target example_gpu_hog | |
Linking CXX executable ../../bin/gpu-example-houghlines | |
[ 97%] Built target example_gpu_houghlines | |
Linking CXX executable ../../bin/gpu-example-morphology | |
[ 97%] Built target example_gpu_morphology | |
Linking CXX executable ../../bin/gpu-example-multi | |
[ 97%] Built target example_gpu_multi | |
Linking CXX executable ../../bin/gpu-example-optical_flow | |
[ 97%] Built target example_gpu_optical_flow | |
Linking CXX executable ../../bin/gpu-example-opticalflow_nvidia_api | |
[ 97%] Built target example_gpu_opticalflow_nvidia_api | |
Linking CXX executable ../../bin/performance_gpu | |
[ 97%] Built target example_gpu_performance | |
Linking CXX executable ../../bin/gpu-example-pyrlk_optical_flow | |
[ 97%] Built target example_gpu_pyrlk_optical_flow | |
Linking CXX executable ../../bin/gpu-example-stereo_match | |
[ 97%] Built target example_gpu_stereo_match | |
Linking CXX executable ../../bin/gpu-example-stereo_multi | |
[ 97%] Built target example_gpu_stereo_multi | |
Linking CXX executable ../../bin/gpu-example-super_resolution | |
[ 97%] Built target example_gpu_super_resolution | |
Linking CXX executable ../../bin/gpu-example-surf_keypoint_matcher | |
[ 98%] Built target example_gpu_surf_keypoint_matcher | |
Linking CXX executable ../../bin/gpu-example-video_reader | |
[ 98%] Built target example_gpu_video_reader | |
Linking CXX executable ../../bin/gpu-example-video_writer | |
[ 98%] Built target example_gpu_video_writer | |
Linking CXX executable ../../bin/tapi-example-bgfg_segm | |
[100%] Built target example_tapi_bgfg_segm | |
Linking CXX executable ../../bin/tapi-example-camshift | |
[100%] Built target example_tapi_camshift | |
Linking CXX executable ../../bin/tapi-example-clahe | |
[100%] Built target example_tapi_clahe | |
Linking CXX executable ../../bin/tapi-example-hog | |
[100%] Built target example_tapi_hog | |
Linking CXX executable ../../bin/tapi-example-pyrlk_optical_flow | |
[100%] Built target example_tapi_pyrlk_optical_flow | |
Linking CXX executable ../../bin/tapi-example-squares | |
[100%] Built target example_tapi_squares | |
Linking CXX executable ../../bin/tapi-example-tvl1_optical_flow | |
[100%] Built target example_tapi_tvl1_optical_flow | |
Linking CXX executable ../../bin/tapi-example-ufacedetect | |
[100%] Built target example_tapi_ufacedetect | |
Install the project... | |
-- Install configuration: "Release" | |
-- Installing: /usr/local/include/opencv2/cvconfig.h | |
-- Installing: /usr/local/include/opencv2/opencv_modules.hpp | |
-- Installing: /usr/local/lib/pkgconfig/opencv.pc | |
-- Installing: /usr/local/share/OpenCV/OpenCVConfig.cmake | |
-- Installing: /usr/local/share/OpenCV/OpenCVConfig-version.cmake | |
-- Installing: /usr/local/share/OpenCV/OpenCVModules.cmake | |
-- Installing: /usr/local/share/OpenCV/OpenCVModules-release.cmake | |
-- Up-to-date: /usr/local/include/opencv/cxmisc.h | |
-- Up-to-date: /usr/local/include/opencv/highgui.h | |
-- Up-to-date: /usr/local/include/opencv/cxcore.h | |
-- Up-to-date: /usr/local/include/opencv/cvwimage.h | |
-- Up-to-date: /usr/local/include/opencv/ml.h | |
-- Up-to-date: /usr/local/include/opencv/cxcore.hpp | |
-- Up-to-date: /usr/local/include/opencv/cv.h | |
-- Up-to-date: /usr/local/include/opencv/cxeigen.hpp | |
-- Up-to-date: /usr/local/include/opencv/cv.hpp | |
-- Up-to-date: /usr/local/include/opencv/cvaux.hpp | |
-- Up-to-date: /usr/local/include/opencv/cvaux.h | |
-- Up-to-date: /usr/local/include/opencv2/opencv.hpp | |
-- Installing: /usr/local/lib/libopencv_cudev.so.3.1.0 | |
-- Up-to-date: /usr/local/lib/libopencv_cudev.so.3.1 | |
-- Set runtime path of "/usr/local/lib/libopencv_cudev.so.3.1.0" to "/usr/local/lib:/usr/local/cuda/lib" | |
-- Up-to-date: /usr/local/lib/libopencv_cudev.so | |
-- Up-to-date: /usr/local/include/opencv2/cudev.hpp | |
-- Up-to-date: /usr/local/include/opencv2/cudev/functional/functional.hpp | |
-- Up-to-date: /usr/local/include/opencv2/cudev/functional/tuple_adapter.hpp | |
-- Up-to-date: /usr/local/include/opencv2/cudev/functional/detail/color_cvt.hpp | |
-- Up-to-date: /usr/local/include/opencv2/cudev/functional/color_cvt.hpp | |
-- Up-to-date: /usr/local/include/opencv2/cudev/common.hpp | |
-- Up-to-date: /usr/local/include/opencv2/cudev/expr/expr.hpp | |
-- Up-to-date: /usr/local/include/opencv2/cudev/expr/binary_op.hpp | |
-- Up-to-date: /usr/local/include/opencv2/cudev/expr/warping.hpp | |
-- Up-to-date: /usr/local/include/opencv2/cudev/expr/reduction.hpp | |
-- Up-to-date: /usr/local/include/opencv2/cudev/expr/per_element_func.hpp | |
-- Up-to-date: /usr/local/include/opencv2/cudev/expr/color.hpp | |
-- Up-to-date: /usr/local/include/opencv2/cudev/expr/unary_func.hpp | |
-- Up-to-date: /usr/local/include/opencv2/cudev/expr/binary_func.hpp | |
-- Up-to-date: /usr/local/include/opencv2/cudev/expr/deriv.hpp | |
-- Up-to-date: /usr/local/include/opencv2/cudev/expr/unary_op.hpp | |
-- Up-to-date: /usr/local/include/opencv2/cudev/util/vec_traits.hpp | |
-- Up-to-date: /usr/local/include/opencv2/cudev/util/simd_functions.hpp | |
-- Up-to-date: /usr/local/include/opencv2/cudev/util/type_traits.hpp | |
-- Up-to-date: /usr/local/include/opencv2/cudev/util/detail/type_traits.hpp | |
-- Up-to-date: /usr/local/include/opencv2/cudev/util/detail/tuple.hpp | |
-- Up-to-date: /usr/local/include/opencv2/cudev/util/limits.hpp | |
-- Up-to-date: /usr/local/include/opencv2/cudev/util/tuple.hpp | |
-- Up-to-date: /usr/local/include/opencv2/cudev/util/saturate_cast.hpp | |
-- Up-to-date: /usr/local/include/opencv2/cudev/util/atomic.hpp | |
-- Up-to-date: /usr/local/include/opencv2/cudev/util/vec_math.hpp | |
-- Up-to-date: /usr/local/include/opencv2/cudev/ptr2d/mask.hpp | |
-- Up-to-date: /usr/local/include/opencv2/cudev/ptr2d/resize.hpp | |
-- Up-to-date: /usr/local/include/opencv2/cudev/ptr2d/remap.hpp | |
-- Up-to-date: /usr/local/include/opencv2/cudev/ptr2d/warping.hpp | |
-- Up-to-date: /usr/local/include/opencv2/cudev/ptr2d/constant.hpp | |
-- Up-to-date: /usr/local/include/opencv2/cudev/ptr2d/gpumat.hpp | |
-- Up-to-date: /usr/local/include/opencv2/cudev/ptr2d/detail/gpumat.hpp | |
-- Up-to-date: /usr/local/include/opencv2/cudev/ptr2d/traits.hpp | |
-- Up-to-date: /usr/local/include/opencv2/cudev/ptr2d/texture.hpp | |
-- Up-to-date: /usr/local/include/opencv2/cudev/ptr2d/extrapolation.hpp | |
-- Up-to-date: /usr/local/include/opencv2/cudev/ptr2d/zip.hpp | |
-- Up-to-date: /usr/local/include/opencv2/cudev/ptr2d/interpolation.hpp | |
-- Up-to-date: /usr/local/include/opencv2/cudev/ptr2d/glob.hpp | |
-- Up-to-date: /usr/local/include/opencv2/cudev/ptr2d/deriv.hpp | |
-- Up-to-date: /usr/local/include/opencv2/cudev/ptr2d/transform.hpp | |
-- Up-to-date: /usr/local/include/opencv2/cudev/ptr2d/lut.hpp | |
-- Up-to-date: /usr/local/include/opencv2/cudev/grid/split_merge.hpp | |
-- Up-to-date: /usr/local/include/opencv2/cudev/grid/transpose.hpp | |
-- Up-to-date: /usr/local/include/opencv2/cudev/grid/reduce.hpp | |
-- Up-to-date: /usr/local/include/opencv2/cudev/grid/reduce_to_vec.hpp | |
-- Up-to-date: /usr/local/include/opencv2/cudev/grid/copy.hpp | |
-- Up-to-date: /usr/local/include/opencv2/cudev/grid/detail/split_merge.hpp | |
-- Up-to-date: /usr/local/include/opencv2/cudev/grid/detail/transpose.hpp | |
-- Up-to-date: /usr/local/include/opencv2/cudev/grid/detail/reduce.hpp | |
-- Up-to-date: /usr/local/include/opencv2/cudev/grid/detail/reduce_to_row.hpp | |
-- Up-to-date: /usr/local/include/opencv2/cudev/grid/detail/copy.hpp | |
-- Up-to-date: /usr/local/include/opencv2/cudev/grid/detail/minmaxloc.hpp | |
-- Up-to-date: /usr/local/include/opencv2/cudev/grid/detail/reduce_to_column.hpp | |
-- Up-to-date: /usr/local/include/opencv2/cudev/grid/detail/integral.hpp | |
-- Up-to-date: /usr/local/include/opencv2/cudev/grid/detail/pyr_down.hpp | |
-- Up-to-date: /usr/local/include/opencv2/cudev/grid/detail/pyr_up.hpp | |
-- Up-to-date: /usr/local/include/opencv2/cudev/grid/detail/histogram.hpp | |
-- Up-to-date: /usr/local/include/opencv2/cudev/grid/detail/transform.hpp | |
-- Up-to-date: /usr/local/include/opencv2/cudev/grid/integral.hpp | |
-- Up-to-date: /usr/local/include/opencv2/cudev/grid/pyramids.hpp | |
-- Up-to-date: /usr/local/include/opencv2/cudev/grid/histogram.hpp | |
-- Up-to-date: /usr/local/include/opencv2/cudev/grid/transform.hpp | |
-- Up-to-date: /usr/local/include/opencv2/cudev/block/reduce.hpp | |
-- Up-to-date: /usr/local/include/opencv2/cudev/block/vec_distance.hpp | |
-- Up-to-date: /usr/local/include/opencv2/cudev/block/block.hpp | |
-- Up-to-date: /usr/local/include/opencv2/cudev/block/detail/reduce.hpp | |
-- Up-to-date: /usr/local/include/opencv2/cudev/block/detail/reduce_key_val.hpp | |
-- Up-to-date: /usr/local/include/opencv2/cudev/block/dynamic_smem.hpp | |
-- Up-to-date: /usr/local/include/opencv2/cudev/block/scan.hpp | |
-- Up-to-date: /usr/local/include/opencv2/cudev/warp/reduce.hpp | |
-- Up-to-date: /usr/local/include/opencv2/cudev/warp/detail/reduce.hpp | |
-- Up-to-date: /usr/local/include/opencv2/cudev/warp/detail/reduce_key_val.hpp | |
-- Up-to-date: /usr/local/include/opencv2/cudev/warp/warp.hpp | |
-- Up-to-date: /usr/local/include/opencv2/cudev/warp/shuffle.hpp | |
-- Up-to-date: /usr/local/include/opencv2/cudev/warp/scan.hpp | |
-- Installing: /usr/local/lib/libopencv_core.so.3.1.0 | |
-- Up-to-date: /usr/local/lib/libopencv_core.so.3.1 | |
-- Set runtime path of "/usr/local/lib/libopencv_core.so.3.1.0" to "/usr/local/lib:/usr/local/cuda/lib" | |
-- Up-to-date: /usr/local/lib/libopencv_core.so | |
-- Up-to-date: /usr/local/include/opencv2/core/cuda/vec_traits.hpp | |
-- Up-to-date: /usr/local/include/opencv2/core/cuda/funcattrib.hpp | |
-- Up-to-date: /usr/local/include/opencv2/core/cuda/simd_functions.hpp | |
-- Up-to-date: /usr/local/include/opencv2/core/cuda/reduce.hpp | |
-- Up-to-date: /usr/local/include/opencv2/core/cuda/vec_distance.hpp | |
-- Up-to-date: /usr/local/include/opencv2/core/cuda/block.hpp | |
-- Up-to-date: /usr/local/include/opencv2/core/cuda/functional.hpp | |
-- Up-to-date: /usr/local/include/opencv2/core/cuda/type_traits.hpp | |
-- Up-to-date: /usr/local/include/opencv2/core/cuda/common.hpp | |
-- Up-to-date: /usr/local/include/opencv2/core/cuda/warp_reduce.hpp | |
-- Up-to-date: /usr/local/include/opencv2/core/cuda/emulation.hpp | |
-- Up-to-date: /usr/local/include/opencv2/core/cuda/filters.hpp | |
-- Up-to-date: /usr/local/include/opencv2/core/cuda/utility.hpp | |
-- Up-to-date: /usr/local/include/opencv2/core/cuda/limits.hpp | |
-- Up-to-date: /usr/local/include/opencv2/core/cuda/dynamic_smem.hpp | |
-- Up-to-date: /usr/local/include/opencv2/core/cuda/saturate_cast.hpp | |
-- Up-to-date: /usr/local/include/opencv2/core/cuda/vec_math.hpp | |
-- Up-to-date: /usr/local/include/opencv2/core/cuda/warp.hpp | |
-- Up-to-date: /usr/local/include/opencv2/core/cuda/warp_shuffle.hpp | |
-- Up-to-date: /usr/local/include/opencv2/core/cuda/color.hpp | |
-- Up-to-date: /usr/local/include/opencv2/core/cuda/border_interpolate.hpp | |
-- Up-to-date: /usr/local/include/opencv2/core/cuda/transform.hpp | |
-- Up-to-date: /usr/local/include/opencv2/core/cuda/scan.hpp | |
-- Up-to-date: /usr/local/include/opencv2/core/cuda/datamov_utils.hpp | |
-- Up-to-date: /usr/local/include/opencv2/core/cuda/detail/reduce.hpp | |
-- Up-to-date: /usr/local/include/opencv2/core/cuda/detail/color_detail.hpp | |
-- Up-to-date: /usr/local/include/opencv2/core/cuda/detail/transform_detail.hpp | |
-- Up-to-date: /usr/local/include/opencv2/core/cuda/detail/reduce_key_val.hpp | |
-- Up-to-date: /usr/local/include/opencv2/core/cuda/detail/type_traits_detail.hpp | |
-- Up-to-date: /usr/local/include/opencv2/core/cuda/detail/vec_distance_detail.hpp | |
-- Up-to-date: /usr/local/include/opencv2/core.hpp | |
-- Up-to-date: /usr/local/include/opencv2/core/matx.hpp | |
-- Up-to-date: /usr/local/include/opencv2/core/fast_math.hpp | |
-- Up-to-date: /usr/local/include/opencv2/core/mat.hpp | |
-- Up-to-date: /usr/local/include/opencv2/core/persistence.hpp | |
-- Up-to-date: /usr/local/include/opencv2/core/wimage.hpp | |
-- Up-to-date: /usr/local/include/opencv2/core/cuda.inl.hpp | |
-- Up-to-date: /usr/local/include/opencv2/core/saturate.hpp | |
-- Up-to-date: /usr/local/include/opencv2/core/ocl_genbase.hpp | |
-- Up-to-date: /usr/local/include/opencv2/core/va_intel.hpp | |
-- Up-to-date: /usr/local/include/opencv2/core/private.hpp | |
-- Up-to-date: /usr/local/include/opencv2/core/cuda_types.hpp | |
-- Up-to-date: /usr/local/include/opencv2/core/private.cuda.hpp | |
-- Up-to-date: /usr/local/include/opencv2/core/core.hpp | |
-- Up-to-date: /usr/local/include/opencv2/core/ippasync.hpp | |
-- Up-to-date: /usr/local/include/opencv2/core/sse_utils.hpp | |
-- Up-to-date: /usr/local/include/opencv2/core/affine.hpp | |
-- Up-to-date: /usr/local/include/opencv2/core/eigen.hpp | |
-- Up-to-date: /usr/local/include/opencv2/core/traits.hpp | |
-- Up-to-date: /usr/local/include/opencv2/core/cuda.hpp | |
-- Up-to-date: /usr/local/include/opencv2/core/operations.hpp | |
-- Up-to-date: /usr/local/include/opencv2/core/utility.hpp | |
-- Up-to-date: /usr/local/include/opencv2/core/types.hpp | |
-- Up-to-date: /usr/local/include/opencv2/core/cvstd.inl.hpp | |
-- Up-to-date: /usr/local/include/opencv2/core/directx.hpp | |
-- Up-to-date: /usr/local/include/opencv2/core/cvstd.hpp | |
-- Up-to-date: /usr/local/include/opencv2/core/ptr.inl.hpp | |
-- Up-to-date: /usr/local/include/opencv2/core/optim.hpp | |
-- Up-to-date: /usr/local/include/opencv2/core/version.hpp | |
-- Up-to-date: /usr/local/include/opencv2/core/cuda_stream_accessor.hpp | |
-- Up-to-date: /usr/local/include/opencv2/core/neon_utils.hpp | |
-- Up-to-date: /usr/local/include/opencv2/core/opengl.hpp | |
-- Up-to-date: /usr/local/include/opencv2/core/bufferpool.hpp | |
-- Up-to-date: /usr/local/include/opencv2/core/ocl.hpp | |
-- Up-to-date: /usr/local/include/opencv2/core/base.hpp | |
-- Up-to-date: /usr/local/include/opencv2/core/mat.inl.hpp | |
-- Up-to-date: /usr/local/include/opencv2/core/core_c.h | |
-- Up-to-date: /usr/local/include/opencv2/core/cvdef.h | |
-- Up-to-date: /usr/local/include/opencv2/core/types_c.h | |
-- Up-to-date: /usr/local/include/opencv2/core/hal/intrin.hpp | |
-- Up-to-date: /usr/local/include/opencv2/core/hal/intrin_cpp.hpp | |
-- Up-to-date: /usr/local/include/opencv2/core/hal/intrin_neon.hpp | |
-- Up-to-date: /usr/local/include/opencv2/core/hal/intrin_sse.hpp | |
-- Up-to-date: /usr/local/include/opencv2/core/hal/hal.hpp | |
-- Up-to-date: /usr/local/include/opencv2/core/hal/interface.h | |
-- Installing: /usr/local/lib/libopencv_cudaarithm.so.3.1.0 | |
-- Up-to-date: /usr/local/lib/libopencv_cudaarithm.so.3.1 | |
-- Set runtime path of "/usr/local/lib/libopencv_cudaarithm.so.3.1.0" to "/usr/local/lib:/usr/local/cuda/lib" | |
-- Up-to-date: /usr/local/lib/libopencv_cudaarithm.so | |
-- Up-to-date: /usr/local/include/opencv2/cudaarithm.hpp | |
-- Installing: /usr/local/lib/libopencv_flann.so.3.1.0 | |
-- Up-to-date: /usr/local/lib/libopencv_flann.so.3.1 | |
-- Set runtime path of "/usr/local/lib/libopencv_flann.so.3.1.0" to "/usr/local/lib:/usr/local/cuda/lib" | |
-- Up-to-date: /usr/local/lib/libopencv_flann.so | |
-- Up-to-date: /usr/local/include/opencv2/flann.hpp | |
-- Up-to-date: /usr/local/include/opencv2/flann/flann.hpp | |
-- Up-to-date: /usr/local/include/opencv2/flann/miniflann.hpp | |
-- Up-to-date: /usr/local/include/opencv2/flann/flann_base.hpp | |
-- Up-to-date: /usr/local/include/opencv2/flann/config.h | |
-- Up-to-date: /usr/local/include/opencv2/flann/hierarchical_clustering_index.h | |
-- Up-to-date: /usr/local/include/opencv2/flann/heap.h | |
-- Up-to-date: /usr/local/include/opencv2/flann/allocator.h | |
-- Up-to-date: /usr/local/include/opencv2/flann/linear_index.h | |
-- Up-to-date: /usr/local/include/opencv2/flann/dist.h | |
-- Up-to-date: /usr/local/include/opencv2/flann/logger.h | |
-- Up-to-date: /usr/local/include/opencv2/flann/timer.h | |
-- Up-to-date: /usr/local/include/opencv2/flann/all_indices.h | |
-- Up-to-date: /usr/local/include/opencv2/flann/kdtree_index.h | |
-- Up-to-date: /usr/local/include/opencv2/flann/any.h | |
-- Up-to-date: /usr/local/include/opencv2/flann/lsh_table.h | |
-- Up-to-date: /usr/local/include/opencv2/flann/params.h | |
-- Up-to-date: /usr/local/include/opencv2/flann/autotuned_index.h | |
-- Up-to-date: /usr/local/include/opencv2/flann/sampling.h | |
-- Up-to-date: /usr/local/include/opencv2/flann/object_factory.h | |
-- Up-to-date: /usr/local/include/opencv2/flann/composite_index.h | |
-- Up-to-date: /usr/local/include/opencv2/flann/kmeans_index.h | |
-- Up-to-date: /usr/local/include/opencv2/flann/nn_index.h | |
-- Up-to-date: /usr/local/include/opencv2/flann/dummy.h | |
-- Up-to-date: /usr/local/include/opencv2/flann/result_set.h | |
-- Up-to-date: /usr/local/include/opencv2/flann/random.h | |
-- Up-to-date: /usr/local/include/opencv2/flann/general.h | |
-- Up-to-date: /usr/local/include/opencv2/flann/dynamic_bitset.h | |
-- Up-to-date: /usr/local/include/opencv2/flann/defines.h | |
-- Up-to-date: /usr/local/include/opencv2/flann/hdf5.h | |
-- Up-to-date: /usr/local/include/opencv2/flann/ground_truth.h | |
-- Up-to-date: /usr/local/include/opencv2/flann/index_testing.h | |
-- Up-to-date: /usr/local/include/opencv2/flann/lsh_index.h | |
-- Up-to-date: /usr/local/include/opencv2/flann/saving.h | |
-- Up-to-date: /usr/local/include/opencv2/flann/simplex_downhill.h | |
-- Up-to-date: /usr/local/include/opencv2/flann/matrix.h | |
-- Up-to-date: /usr/local/include/opencv2/flann/kdtree_single_index.h | |
-- Installing: /usr/local/lib/libopencv_imgproc.so.3.1.0 | |
-- Up-to-date: /usr/local/lib/libopencv_imgproc.so.3.1 | |
-- Set runtime path of "/usr/local/lib/libopencv_imgproc.so.3.1.0" to "/usr/local/lib:/usr/local/cuda/lib" | |
-- Up-to-date: /usr/local/lib/libopencv_imgproc.so | |
-- Up-to-date: /usr/local/include/opencv2/imgproc.hpp | |
-- Up-to-date: /usr/local/include/opencv2/imgproc/imgproc.hpp | |
-- Up-to-date: /usr/local/include/opencv2/imgproc/types_c.h | |
-- Up-to-date: /usr/local/include/opencv2/imgproc/imgproc_c.h | |
-- Up-to-date: /usr/local/include/opencv2/imgproc/detail/distortion_model.hpp | |
-- Installing: /usr/local/lib/libopencv_ml.so.3.1.0 | |
-- Up-to-date: /usr/local/lib/libopencv_ml.so.3.1 | |
-- Set runtime path of "/usr/local/lib/libopencv_ml.so.3.1.0" to "/usr/local/lib:/usr/local/cuda/lib" | |
-- Up-to-date: /usr/local/lib/libopencv_ml.so | |
-- Up-to-date: /usr/local/include/opencv2/ml.hpp | |
-- Up-to-date: /usr/local/include/opencv2/ml/ml.hpp | |
-- Installing: /usr/local/lib/libopencv_video.so.3.1.0 | |
-- Up-to-date: /usr/local/lib/libopencv_video.so.3.1 | |
-- Set runtime path of "/usr/local/lib/libopencv_video.so.3.1.0" to "/usr/local/lib:/usr/local/cuda/lib" | |
-- Up-to-date: /usr/local/lib/libopencv_video.so | |
-- Up-to-date: /usr/local/include/opencv2/video.hpp | |
-- Up-to-date: /usr/local/include/opencv2/video/background_segm.hpp | |
-- Up-to-date: /usr/local/include/opencv2/video/video.hpp | |
-- Up-to-date: /usr/local/include/opencv2/video/tracking.hpp | |
-- Up-to-date: /usr/local/include/opencv2/video/tracking_c.h | |
-- Installing: /usr/local/lib/libopencv_cudabgsegm.so.3.1.0 | |
-- Up-to-date: /usr/local/lib/libopencv_cudabgsegm.so.3.1 | |
-- Set runtime path of "/usr/local/lib/libopencv_cudabgsegm.so.3.1.0" to "/usr/local/lib:/usr/local/cuda/lib" | |
-- Up-to-date: /usr/local/lib/libopencv_cudabgsegm.so | |
-- Up-to-date: /usr/local/include/opencv2/cudabgsegm.hpp | |
-- Installing: /usr/local/lib/libopencv_cudafilters.so.3.1.0 | |
-- Up-to-date: /usr/local/lib/libopencv_cudafilters.so.3.1 | |
-- Set runtime path of "/usr/local/lib/libopencv_cudafilters.so.3.1.0" to "/usr/local/lib:/usr/local/cuda/lib" | |
-- Up-to-date: /usr/local/lib/libopencv_cudafilters.so | |
-- Up-to-date: /usr/local/include/opencv2/cudafilters.hpp | |
-- Installing: /usr/local/lib/libopencv_cudaimgproc.so.3.1.0 | |
-- Up-to-date: /usr/local/lib/libopencv_cudaimgproc.so.3.1 | |
-- Set runtime path of "/usr/local/lib/libopencv_cudaimgproc.so.3.1.0" to "/usr/local/lib:/usr/local/cuda/lib" | |
-- Up-to-date: /usr/local/lib/libopencv_cudaimgproc.so | |
-- Up-to-date: /usr/local/include/opencv2/cudaimgproc.hpp | |
-- Installing: /usr/local/lib/libopencv_cudawarping.so.3.1.0 | |
-- Up-to-date: /usr/local/lib/libopencv_cudawarping.so.3.1 | |
-- Set runtime path of "/usr/local/lib/libopencv_cudawarping.so.3.1.0" to "/usr/local/lib:/usr/local/cuda/lib" | |
-- Up-to-date: /usr/local/lib/libopencv_cudawarping.so | |
-- Up-to-date: /usr/local/include/opencv2/cudawarping.hpp | |
-- Installing: /usr/local/lib/libopencv_imgcodecs.so.3.1.0 | |
-- Up-to-date: /usr/local/lib/libopencv_imgcodecs.so.3.1 | |
-- Set runtime path of "/usr/local/lib/libopencv_imgcodecs.so.3.1.0" to "/usr/local/lib:/usr/local/cuda/lib" | |
-- Up-to-date: /usr/local/lib/libopencv_imgcodecs.so | |
-- Up-to-date: /usr/local/include/opencv2/imgcodecs.hpp | |
-- Up-to-date: /usr/local/include/opencv2/imgcodecs/imgcodecs.hpp | |
-- Up-to-date: /usr/local/include/opencv2/imgcodecs/imgcodecs_c.h | |
-- Up-to-date: /usr/local/include/opencv2/imgcodecs/ios.h | |
-- Installing: /usr/local/lib/libopencv_photo.so.3.1.0 | |
-- Up-to-date: /usr/local/lib/libopencv_photo.so.3.1 | |
-- Set runtime path of "/usr/local/lib/libopencv_photo.so.3.1.0" to "/usr/local/lib:/usr/local/cuda/lib" | |
-- Up-to-date: /usr/local/lib/libopencv_photo.so | |
-- Up-to-date: /usr/local/include/opencv2/photo.hpp | |
-- Up-to-date: /usr/local/include/opencv2/photo/cuda.hpp | |
-- Up-to-date: /usr/local/include/opencv2/photo/photo.hpp | |
-- Up-to-date: /usr/local/include/opencv2/photo/photo_c.h | |
-- Installing: /usr/local/lib/libopencv_shape.so.3.1.0 | |
-- Up-to-date: /usr/local/lib/libopencv_shape.so.3.1 | |
-- Set runtime path of "/usr/local/lib/libopencv_shape.so.3.1.0" to "/usr/local/lib:/usr/local/cuda/lib" | |
-- Up-to-date: /usr/local/lib/libopencv_shape.so | |
-- Up-to-date: /usr/local/include/opencv2/shape.hpp | |
-- Up-to-date: /usr/local/include/opencv2/shape/hist_cost.hpp | |
-- Up-to-date: /usr/local/include/opencv2/shape/emdL1.hpp | |
-- Up-to-date: /usr/local/include/opencv2/shape/shape_distance.hpp | |
-- Up-to-date: /usr/local/include/opencv2/shape/shape.hpp | |
-- Up-to-date: /usr/local/include/opencv2/shape/shape_transformer.hpp | |
-- Installing: /usr/local/lib/libopencv_videoio.so.3.1.0 | |
-- Up-to-date: /usr/local/lib/libopencv_videoio.so.3.1 | |
-- Set runtime path of "/usr/local/lib/libopencv_videoio.so.3.1.0" to "/usr/local/lib:/usr/local/cuda/lib" | |
-- Up-to-date: /usr/local/lib/libopencv_videoio.so | |
-- Up-to-date: /usr/local/include/opencv2/videoio.hpp | |
-- Up-to-date: /usr/local/include/opencv2/videoio/videoio.hpp | |
-- Up-to-date: /usr/local/include/opencv2/videoio/videoio_c.h | |
-- Up-to-date: /usr/local/include/opencv2/videoio/cap_ios.h | |
-- Installing: /usr/local/lib/libopencv_cudacodec.so.3.1.0 | |
-- Up-to-date: /usr/local/lib/libopencv_cudacodec.so.3.1 | |
-- Set runtime path of "/usr/local/lib/libopencv_cudacodec.so.3.1.0" to "/usr/local/lib:/usr/local/cuda/lib" | |
-- Up-to-date: /usr/local/lib/libopencv_cudacodec.so | |
-- Up-to-date: /usr/local/include/opencv2/cudacodec.hpp | |
-- Installing: /usr/local/lib/libopencv_highgui.so.3.1.0 | |
-- Up-to-date: /usr/local/lib/libopencv_highgui.so.3.1 | |
-- Set runtime path of "/usr/local/lib/libopencv_highgui.so.3.1.0" to "/usr/local/lib:/usr/local/cuda/lib" | |
-- Up-to-date: /usr/local/lib/libopencv_highgui.so | |
-- Up-to-date: /usr/local/include/opencv2/highgui.hpp | |
-- Up-to-date: /usr/local/include/opencv2/highgui/highgui.hpp | |
-- Up-to-date: /usr/local/include/opencv2/highgui/highgui_c.h | |
-- Installing: /usr/local/lib/libopencv_objdetect.so.3.1.0 | |
-- Up-to-date: /usr/local/lib/libopencv_objdetect.so.3.1 | |
-- Set runtime path of "/usr/local/lib/libopencv_objdetect.so.3.1.0" to "/usr/local/lib:/usr/local/cuda/lib" | |
-- Up-to-date: /usr/local/lib/libopencv_objdetect.so | |
-- Up-to-date: /usr/local/include/opencv2/objdetect.hpp | |
-- Up-to-date: /usr/local/include/opencv2/objdetect/detection_based_tracker.hpp | |
-- Up-to-date: /usr/local/include/opencv2/objdetect/objdetect.hpp | |
-- Up-to-date: /usr/local/include/opencv2/objdetect/objdetect_c.h | |
-- Installing: /usr/local/lib/libopencv_ts.a | |
-- Installing: /usr/local/lib/libopencv_features2d.so.3.1.0 | |
-- Up-to-date: /usr/local/lib/libopencv_features2d.so.3.1 | |
-- Set runtime path of "/usr/local/lib/libopencv_features2d.so.3.1.0" to "/usr/local/lib:/usr/local/cuda/lib" | |
-- Up-to-date: /usr/local/lib/libopencv_features2d.so | |
-- Up-to-date: /usr/local/include/opencv2/features2d.hpp | |
-- Up-to-date: /usr/local/include/opencv2/features2d/features2d.hpp | |
-- Installing: /usr/local/lib/libopencv_calib3d.so.3.1.0 | |
-- Up-to-date: /usr/local/lib/libopencv_calib3d.so.3.1 | |
-- Set runtime path of "/usr/local/lib/libopencv_calib3d.so.3.1.0" to "/usr/local/lib:/usr/local/cuda/lib" | |
-- Up-to-date: /usr/local/lib/libopencv_calib3d.so | |
-- Up-to-date: /usr/local/include/opencv2/calib3d.hpp | |
-- Up-to-date: /usr/local/include/opencv2/calib3d/calib3d.hpp | |
-- Up-to-date: /usr/local/include/opencv2/calib3d/calib3d_c.h | |
-- Installing: /usr/local/lib/libopencv_cudafeatures2d.so.3.1.0 | |
-- Up-to-date: /usr/local/lib/libopencv_cudafeatures2d.so.3.1 | |
-- Set runtime path of "/usr/local/lib/libopencv_cudafeatures2d.so.3.1.0" to "/usr/local/lib:/usr/local/cuda/lib" | |
-- Up-to-date: /usr/local/lib/libopencv_cudafeatures2d.so | |
-- Up-to-date: /usr/local/include/opencv2/cudafeatures2d.hpp | |
-- Installing: /usr/local/lib/libopencv_cudalegacy.so.3.1.0 | |
-- Up-to-date: /usr/local/lib/libopencv_cudalegacy.so.3.1 | |
-- Set runtime path of "/usr/local/lib/libopencv_cudalegacy.so.3.1.0" to "/usr/local/lib:/usr/local/cuda/lib" | |
-- Up-to-date: /usr/local/lib/libopencv_cudalegacy.so | |
-- Up-to-date: /usr/local/include/opencv2/cudalegacy.hpp | |
-- Up-to-date: /usr/local/include/opencv2/cudalegacy/NCV.hpp | |
-- Up-to-date: /usr/local/include/opencv2/cudalegacy/private.hpp | |
-- Up-to-date: /usr/local/include/opencv2/cudalegacy/NPP_staging.hpp | |
-- Up-to-date: /usr/local/include/opencv2/cudalegacy/NCVHaarObjectDetection.hpp | |
-- Up-to-date: /usr/local/include/opencv2/cudalegacy/NCVPyramid.hpp | |
-- Up-to-date: /usr/local/include/opencv2/cudalegacy/NCVBroxOpticalFlow.hpp | |
-- Installing: /usr/local/lib/libopencv_cudaobjdetect.so.3.1.0 | |
-- Up-to-date: /usr/local/lib/libopencv_cudaobjdetect.so.3.1 | |
-- Set runtime path of "/usr/local/lib/libopencv_cudaobjdetect.so.3.1.0" to "/usr/local/lib:/usr/local/cuda/lib" | |
-- Up-to-date: /usr/local/lib/libopencv_cudaobjdetect.so | |
-- Up-to-date: /usr/local/include/opencv2/cudaobjdetect.hpp | |
-- Installing: /usr/local/lib/libopencv_cudaoptflow.so.3.1.0 | |
-- Up-to-date: /usr/local/lib/libopencv_cudaoptflow.so.3.1 | |
-- Set runtime path of "/usr/local/lib/libopencv_cudaoptflow.so.3.1.0" to "/usr/local/lib:/usr/local/cuda/lib" | |
-- Up-to-date: /usr/local/lib/libopencv_cudaoptflow.so | |
-- Up-to-date: /usr/local/include/opencv2/cudaoptflow.hpp | |
-- Installing: /usr/local/lib/libopencv_cudastereo.so.3.1.0 | |
-- Up-to-date: /usr/local/lib/libopencv_cudastereo.so.3.1 | |
-- Set runtime path of "/usr/local/lib/libopencv_cudastereo.so.3.1.0" to "/usr/local/lib:/usr/local/cuda/lib" | |
-- Up-to-date: /usr/local/lib/libopencv_cudastereo.so | |
-- Up-to-date: /usr/local/include/opencv2/cudastereo.hpp | |
-- Installing: /usr/local/lib/libopencv_stitching.so.3.1.0 | |
-- Up-to-date: /usr/local/lib/libopencv_stitching.so.3.1 | |
-- Set runtime path of "/usr/local/lib/libopencv_stitching.so.3.1.0" to "/usr/local/lib:/usr/local/cuda/lib" | |
-- Up-to-date: /usr/local/lib/libopencv_stitching.so | |
-- Up-to-date: /usr/local/include/opencv2/stitching.hpp | |
-- Up-to-date: /usr/local/include/opencv2/stitching/warpers.hpp | |
-- Up-to-date: /usr/local/include/opencv2/stitching/detail/warpers_inl.hpp | |
-- Up-to-date: /usr/local/include/opencv2/stitching/detail/warpers.hpp | |
-- Up-to-date: /usr/local/include/opencv2/stitching/detail/camera.hpp | |
-- Up-to-date: /usr/local/include/opencv2/stitching/detail/motion_estimators.hpp | |
-- Up-to-date: /usr/local/include/opencv2/stitching/detail/util.hpp | |
-- Up-to-date: /usr/local/include/opencv2/stitching/detail/util_inl.hpp | |
-- Up-to-date: /usr/local/include/opencv2/stitching/detail/blenders.hpp | |
-- Up-to-date: /usr/local/include/opencv2/stitching/detail/timelapsers.hpp | |
-- Up-to-date: /usr/local/include/opencv2/stitching/detail/autocalib.hpp | |
-- Up-to-date: /usr/local/include/opencv2/stitching/detail/exposure_compensate.hpp | |
-- Up-to-date: /usr/local/include/opencv2/stitching/detail/matchers.hpp | |
-- Up-to-date: /usr/local/include/opencv2/stitching/detail/seam_finders.hpp | |
-- Installing: /usr/local/lib/libopencv_superres.so.3.1.0 | |
-- Up-to-date: /usr/local/lib/libopencv_superres.so.3.1 | |
-- Set runtime path of "/usr/local/lib/libopencv_superres.so.3.1.0" to "/usr/local/lib:/usr/local/cuda/lib" | |
-- Up-to-date: /usr/local/lib/libopencv_superres.so | |
-- Up-to-date: /usr/local/include/opencv2/superres.hpp | |
-- Up-to-date: /usr/local/include/opencv2/superres/optical_flow.hpp | |
-- Installing: /usr/local/lib/libopencv_videostab.so.3.1.0 | |
-- Up-to-date: /usr/local/lib/libopencv_videostab.so.3.1 | |
-- Set runtime path of "/usr/local/lib/libopencv_videostab.so.3.1.0" to "/usr/local/lib:/usr/local/cuda/lib" | |
-- Up-to-date: /usr/local/lib/libopencv_videostab.so | |
-- Up-to-date: /usr/local/include/opencv2/videostab.hpp | |
-- Up-to-date: /usr/local/include/opencv2/videostab/stabilizer.hpp | |
-- Up-to-date: /usr/local/include/opencv2/videostab/ring_buffer.hpp | |
-- Up-to-date: /usr/local/include/opencv2/videostab/fast_marching.hpp | |
-- Up-to-date: /usr/local/include/opencv2/videostab/motion_core.hpp | |
-- Up-to-date: /usr/local/include/opencv2/videostab/fast_marching_inl.hpp | |
-- Up-to-date: /usr/local/include/opencv2/videostab/optical_flow.hpp | |
-- Up-to-date: /usr/local/include/opencv2/videostab/outlier_rejection.hpp | |
-- Up-to-date: /usr/local/include/opencv2/videostab/log.hpp | |
-- Up-to-date: /usr/local/include/opencv2/videostab/wobble_suppression.hpp | |
-- Up-to-date: /usr/local/include/opencv2/videostab/global_motion.hpp | |
-- Up-to-date: /usr/local/include/opencv2/videostab/motion_stabilizing.hpp | |
-- Up-to-date: /usr/local/include/opencv2/videostab/frame_source.hpp | |
-- Up-to-date: /usr/local/include/opencv2/videostab/inpainting.hpp | |
-- Up-to-date: /usr/local/include/opencv2/videostab/deblurring.hpp | |
-- Up-to-date: /usr/local/share/OpenCV/haarcascades/haarcascade_eye_tree_eyeglasses.xml | |
-- Up-to-date: /usr/local/share/OpenCV/haarcascades/haarcascade_eye.xml | |
-- Up-to-date: /usr/local/share/OpenCV/haarcascades/haarcascade_smile.xml | |
-- Up-to-date: /usr/local/share/OpenCV/haarcascades/haarcascade_upperbody.xml | |
-- Up-to-date: /usr/local/share/OpenCV/haarcascades/haarcascade_frontalface_alt.xml | |
-- Up-to-date: /usr/local/share/OpenCV/haarcascades/haarcascade_frontalface_default.xml | |
-- Up-to-date: /usr/local/share/OpenCV/haarcascades/haarcascade_lefteye_2splits.xml | |
-- Up-to-date: /usr/local/share/OpenCV/haarcascades/haarcascade_profileface.xml | |
-- Up-to-date: /usr/local/share/OpenCV/haarcascades/haarcascade_lowerbody.xml | |
-- Up-to-date: /usr/local/share/OpenCV/haarcascades/haarcascade_licence_plate_rus_16stages.xml | |
-- Up-to-date: /usr/local/share/OpenCV/haarcascades/haarcascade_frontalcatface.xml | |
-- Up-to-date: /usr/local/share/OpenCV/haarcascades/haarcascade_frontalface_alt2.xml | |
-- Up-to-date: /usr/local/share/OpenCV/haarcascades/haarcascade_russian_plate_number.xml | |
-- Up-to-date: /usr/local/share/OpenCV/haarcascades/haarcascade_fullbody.xml | |
-- Up-to-date: /usr/local/share/OpenCV/haarcascades/haarcascade_frontalcatface_extended.xml | |
-- Up-to-date: /usr/local/share/OpenCV/haarcascades/haarcascade_righteye_2splits.xml | |
-- Up-to-date: /usr/local/share/OpenCV/haarcascades/haarcascade_frontalface_alt_tree.xml | |
-- Up-to-date: /usr/local/share/OpenCV/lbpcascades/lbpcascade_silverware.xml | |
-- Up-to-date: /usr/local/share/OpenCV/lbpcascades/lbpcascade_profileface.xml | |
-- Up-to-date: /usr/local/share/OpenCV/lbpcascades/lbpcascade_frontalcatface.xml | |
-- Up-to-date: /usr/local/share/OpenCV/lbpcascades/lbpcascade_frontalface.xml | |
-- Installing: /usr/local/bin/opencv_traincascade | |
-- Set runtime path of "/usr/local/bin/opencv_traincascade" to "/usr/local/lib:/usr/local/cuda/lib" | |
-- Installing: /usr/local/bin/opencv_createsamples | |
-- Set runtime path of "/usr/local/bin/opencv_createsamples" to "/usr/local/lib:/usr/local/cuda/lib" | |
-- Installing: /usr/local/bin/opencv_annotation | |
-- Set runtime path of "/usr/local/bin/opencv_annotation" to "/usr/local/lib:/usr/local/cuda/lib" | |
real 3m9.933s | |
user 2m16.229s | |
sys 0m28.954s |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment