sudo make install

来源:互联网 发布:sqlserver distinct 编辑:程序博客网 时间:2024/06/06 07:31
nvidia@tegra-ubuntu:~/opencv/build$ sudo make install
[sudo] password for nvidia:
-- Detected version of GNU GCC: 54 (504)
-- Looking for ccache - not found
-- Found ZLIB: /usr/lib/aarch64-linux-gnu/libz.so (found suitable version "1.2.8", minimum required is "1.2.3")
-- Found ZLIB: /usr/lib/aarch64-linux-gnu/libz.so (found version "1.2.8")
-- Found OpenEXR: /usr/lib/aarch64-linux-gnu/libIlmImf.so
-- Checking for module 'gtk+-3.0'
--   No package 'gtk+-3.0' found
-- Checking for module 'gtkglext-1.0'
--   No package 'gtkglext-1.0' 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 'libavresample'
--   No package 'libavresample' found
-- Checking for module 'libgphoto2'
--   No package 'libgphoto2' found
-- Found TBB: /usr/lib/aarch64-linux-gnu/libtbb.so
-- CUDA detected: 8.0
-- CUDA NVCC target flags: -gencode;arch=compute_62,code=sm_62;-D_FORCE_INLINES
-- Found OpenBLAS libraries: /usr/lib/libopenblas.so
-- Found OpenBLAS include: /usr/include
-- LAPACK(OpenBLAS): LAPACK_LIBRARIES: /usr/lib/libopenblas.so
CMake Warning at cmake/OpenCVFindLAPACK.cmake:29 (message):
  LAPACK(OpenBLAS): CBLAS/LAPACK headers are not found in '/usr/include'
Call Stack (most recent call first):
  cmake/OpenCVFindLAPACK.cmake:89 (ocv_lapack_check)
  CMakeLists.txt:607 (include)


-- Could NOT find Atlas (missing:  Atlas_CLAPACK_INCLUDE_DIR)
-- A library with BLAS API found.
-- A library with LAPACK API found.
-- Could NOT find Doxygen (missing:  DOXYGEN_EXECUTABLE)
-- 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
-- Excluding from source files list: /home/nvidia/opencv/modules/core/src/convert.sse4_1.cpp
-- Excluding from source files list: /home/nvidia/opencv/modules/core/src/convert.avx2.cpp
-- Excluding from source files list: /home/nvidia/opencv/build/modules/core/mathfuncs_core.sse2.cpp
-- Excluding from source files list: /home/nvidia/opencv/build/modules/core/mathfuncs_core.avx.cpp
-- Excluding from source files list: /home/nvidia/opencv/build/modules/core/mathfuncs_core.avx2.cpp
-- Excluding from source files list: /home/nvidia/opencv/build/modules/core/stat.sse4_2.cpp
-- Excluding from source files list: /home/nvidia/opencv/build/modules/core/stat.avx2.cpp
-- Excluding from source files list: /home/nvidia/opencv/modules/imgproc/src/undistort.avx2.cpp
-- Excluding from source files list: /home/nvidia/opencv/modules/imgproc/src/corner.avx.cpp
-- Excluding from source files list: /home/nvidia/opencv/modules/imgproc/src/filter.avx2.cpp
-- Excluding from source files list: /home/nvidia/opencv/modules/imgproc/src/imgwarp.sse4_1.cpp
-- Excluding from source files list: /home/nvidia/opencv/modules/imgproc/src/imgwarp.avx2.cpp
-- Excluding from source files list: /home/nvidia/opencv/build/modules/imgproc/accum.sse2.cpp
-- Excluding from source files list: /home/nvidia/opencv/build/modules/imgproc/accum.avx.cpp
-- Excluding from source files list: /home/nvidia/opencv/modules/objdetect/src/haar.avx.cpp
-- Excluding from source files list: /home/nvidia/opencv/build/modules/dnn/layers/layers_common.avx.cpp
-- Excluding from source files list: /home/nvidia/opencv/build/modules/dnn/layers/layers_common.avx2.cpp
-- Torch importer has been enabled. To run the tests you have to install Torch ('th' executable should be available) and generate testdata using opencv_extra/testdata/dnn/generate_torch_models.py script.
--
-- General configuration for OpenCV 3.3.0-dev =====================================
--   Version control:               3.3.0-39-ga5b5684-dirty
--
--   Platform:
--     Timestamp:                   2017-08-18T06:02:21Z
--     Host:                        Linux 4.4.15-tegra+ aarch64
--     CMake:                       3.5.1
--     CMake generator:             Unix Makefiles
--     CMake build tool:            /usr/bin/make
--     Configuration:               Release
--
--   CPU/HW features:
--     Baseline:                    NEON FP16
--       required:                  NEON
--       disabled:                  VFPV3
--
--   C/C++:
--     Built as dynamic libs?:      YES
--     C++ Compiler:                /usr/bin/c++  (ver 5.4.0)
--     C++ flags (Release):         -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-comment -fdiagnostics-show-option -pthread -fomit-frame-pointer -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 -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-comment -fdiagnostics-show-option -pthread -fomit-frame-pointer -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 -Wuninitialized -Winit-self -Wno-narrowing -Wno-comment -fdiagnostics-show-option -pthread -fomit-frame-pointer -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 -Wuninitialized -Winit-self -Wno-narrowing -Wno-comment -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections    -fvisibility=hidden -g  -O0 -DDEBUG -D_DEBUG
--     Linker flags (Release):
--     Linker flags (Debug):
--     ccache:                      NO
--     Precompiled headers:         YES
--     Extra dependencies:          gtk-x11-2.0 gdk-x11-2.0 pangocairo-1.0 atk-1.0 cairo gdk_pixbuf-2.0 gio-2.0 pangoft2-1.0 pango-1.0 fontconfig freetype gthread-2.0 /usr/lib/aarch64-linux-gnu/libpng.so /usr/lib/aarch64-linux-gnu/libz.so /usr/lib/aarch64-linux-gnu/libtiff.so /usr/lib/aarch64-linux-gnu/libjasper.so /usr/lib/aarch64-linux-gnu/libjpeg.so /usr/lib/aarch64-linux-gnu/libImath.so /usr/lib/aarch64-linux-gnu/libIlmImf.so /usr/lib/aarch64-linux-gnu/libIex.so /usr/lib/aarch64-linux-gnu/libHalf.so /usr/lib/aarch64-linux-gnu/libIlmThread.so gstbase-1.0 gstreamer-1.0 gobject-2.0 glib-2.0 gstvideo-1.0 gstapp-1.0 gstriff-1.0 gstpbutils-1.0 dc1394 avcodec-ffmpeg avformat-ffmpeg avutil-ffmpeg swscale-ffmpeg dl m pthread rt /usr/lib/aarch64-linux-gnu/libtbb.so cudart nppc nppi npps cufft -L/usr/local/cuda-8.0/lib64
--     3rdparty dependencies:
--
--   OpenCV modules:
--     To be built:                 cudev core cudaarithm flann imgproc ml objdetect video cudabgsegm cudafilters cudaimgproc cudawarping dnn imgcodecs photo shape videoio cudacodec highgui ts features2d calib3d cudafeatures2d cudalegacy cudaobjdetect cudaoptflow cudastereo stitching superres videostab python2
--     Disabled:                    world
--     Disabled by dependency:      -
--     Unavailable:                 java python3 viz
--
--   GUI:
--     QT:                          NO
--     GTK+ 2.x:                    YES (ver 2.24.30)
--     GThread :                    YES (ver 2.48.1)
--     GtkGlExt:                    NO
--     OpenGL support:              NO
--     VTK support:                 NO
--
--   Media I/O:
--     ZLib:                        /usr/lib/aarch64-linux-gnu/libz.so (ver 1.2.8)
--     JPEG:                        /usr/lib/aarch64-linux-gnu/libjpeg.so (ver )
--     WEBP:                        build (ver encoder: 0x020e)
--     PNG:                         /usr/lib/aarch64-linux-gnu/libpng.so (ver 1.2.54)
--     TIFF:                        /usr/lib/aarch64-linux-gnu/libtiff.so (ver 42 - 4.0.6)
--     JPEG 2000:                   /usr/lib/aarch64-linux-gnu/libjasper.so (ver 1.900.1)
--     OpenEXR:                     /usr/lib/aarch64-linux-gnu/libImath.so /usr/lib/aarch64-linux-gnu/libIlmImf.so /usr/lib/aarch64-linux-gnu/libIex.so /usr/lib/aarch64-linux-gnu/libHalf.so /usr/lib/aarch64-linux-gnu/libIlmThread.so (ver 2.2.0)
--     GDAL:                        NO
--     GDCM:                        NO
--
--   Video I/O:
--     DC1394 1.x:                  NO
--     DC1394 2.x:                  YES (ver 2.2.4)
--     FFMPEG:                      YES
--       avcodec:                   YES (ver 56.60.100)
--       avformat:                  YES (ver 56.40.101)
--       avutil:                    YES (ver 54.31.100)
--       swscale:                   YES (ver 3.1.101)
--       avresample:                NO
--     GStreamer:                   
--       base:                      YES (ver 1.8.3)
--       video:                     YES (ver 1.8.3)
--       app:                       YES (ver 1.8.3)
--       riff:                      YES (ver 1.8.3)
--       pbutils:                   YES (ver 1.8.3)
--     OpenNI:                      NO
--     OpenNI PrimeSensor Modules:  NO
--     OpenNI2:                     NO
--     PvAPI:                       NO
--     GigEVisionSDK:               NO
--     Aravis SDK:                  NO
--     UniCap:                      NO
--     UniCap ucil:                 NO
--     V4L/V4L2:                    NO/YES
--     XIMEA:                       NO
--     Xine:                        NO
--     Intel Media SDK:             NO
--     gPhoto2:                     NO
--
--   Parallel framework:            TBB (ver 4.4 interface 9002)
--
--   Trace:                         YES ()
--
--   Other third-party libraries:
--     Use Intel IPP:               NO
--     Use Intel IPP IW:            NO
--     Use VA:                      NO
--     Use Intel VA-API/OpenCL:     NO
--     Use Lapack:                  NO
--     Use Eigen:                   YES (ver 3.2.92)
--     Use Cuda:                    YES (ver 8.0)
--     Use OpenCL:                  YES
--     Use OpenVX:                  NO
--     Use custom HAL:              YES (carotene (ver 0.0.1))
--
--   NVIDIA CUDA
--     Use CUFFT:                   YES
--     Use CUBLAS:                  NO
--     USE NVCUVID:                 NO
--     NVIDIA GPU arch:             62
--     NVIDIA PTX archs:
--     Use fast math:               NO
--
--   OpenCL:                        <Dynamic loading of OpenCL library>
--     Include path:                /home/nvidia/opencv/3rdparty/include/opencl/1.2
--     Use AMDFFT:                  NO
--     Use AMDBLAS:                 NO
--
--   Python 2:
--     Interpreter:                 /usr/bin/python2.7 (ver 2.7.12)
--     Libraries:                   /usr/lib/aarch64-linux-gnu/libpython2.7.so (ver 2.7.12)
--     numpy:                       /usr/lib/python2.7/dist-packages/numpy/core/include (ver 1.11.0)
--     packages path:               lib/python2.7/dist-packages
--
--   Python 3:
--     Interpreter:                 /usr/bin/python3 (ver 3.5.1)
--
--   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
--
--   Tests and samples:
--     Tests:                       YES
--     Performance tests:           YES
--     C/C++ Examples:              YES
--
--   Install path:                  /usr/local
--
--   cvconfig.h is in:              /home/nvidia/opencv/build
-- -----------------------------------------------------------------
--
-- Configuring done
-- Generating done
-- Build files have been written to: /home/nvidia/opencv/build
Scanning dependencies of target libwebp
[  1%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/dec/alpha_dec.c.o
[  1%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/dec/idec_dec.c.o
[  1%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/dec/webp_dec.c.o
[  1%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/dec/quant_dec.c.o
[  1%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/dec/buffer_dec.c.o
[  1%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/dec/vp8l_dec.c.o
[  1%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/dec/vp8_dec.c.o
[  1%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/dec/tree_dec.c.o
[  1%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/dec/frame_dec.c.o
[  1%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/dec/io_dec.c.o
[  1%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/demux/anim_decode.c.o
[  1%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/demux/demux.c.o
[  1%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/dsp/alpha_processing.c.o
[  1%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/dsp/filters_neon.c.o
[  1%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/dsp/alpha_processing_neon.c.o
[  1%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/dsp/alpha_processing_sse41.c.o
[  1%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/dsp/rescaler_mips32.c.o
[  1%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/dsp/dec.c.o
[  1%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/dsp/argb_sse2.c.o
[  1%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/dsp/alpha_processing_sse2.c.o
[  2%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/dsp/enc_mips32.c.o
[  2%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/dsp/dec_sse2.c.o
[  2%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/dsp/lossless_enc_neon.c.o
[  2%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/dsp/rescaler.c.o
[  2%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/dsp/argb.c.o
[  2%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/dsp/filters_sse2.c.o
[  2%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/dsp/filters_mips_dsp_r2.c.o
[  2%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/dsp/enc_sse2.c.o
[  2%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/dsp/dec_neon.c.o
[  2%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/dsp/lossless_sse2.c.o
[  2%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/dsp/lossless_enc_mips_dsp_r2.c.o
[  2%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/dsp/yuv_sse2.c.o
[  2%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/dsp/lossless_enc_sse2.c.o
[  2%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/dsp/lossless_msa.c.o
[  2%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/dsp/yuv.c.o
[  2%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/dsp/cost.c.o
[  2%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/dsp/upsampling_mips_dsp_r2.c.o
[  2%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/dsp/upsampling_neon.c.o
[  2%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/dsp/dec_clip_tables.c.o
[  2%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/dsp/cpu.c.o
[  3%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/dsp/upsampling.c.o
[  3%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/dsp/rescaler_neon.c.o
[  3%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/dsp/argb_mips_dsp_r2.c.o
[  3%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/dsp/lossless_neon.c.o
[  3%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/dsp/lossless_enc_msa.c.o
[  3%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/dsp/rescaler_mips_dsp_r2.c.o
[  3%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/dsp/upsampling_msa.c.o
[  3%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/dsp/lossless_enc_sse41.c.o
[  3%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/dsp/lossless_enc.c.o
[  3%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/dsp/rescaler_msa.c.o
[  3%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/dsp/enc_sse41.c.o
[  3%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/dsp/cost_mips32.c.o
[  3%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/dsp/lossless_mips_dsp_r2.c.o
[  3%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/dsp/upsampling_sse2.c.o
[  3%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/dsp/cost_sse2.c.o
[  3%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/dsp/dec_msa.c.o
[  3%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/dsp/lossless.c.o
[  3%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/dsp/enc.c.o
[  3%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/dsp/alpha_processing_mips_dsp_r2.c.o
[  3%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/dsp/enc_neon.c.o
[  4%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/dsp/dec_mips_dsp_r2.c.o
[  4%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/dsp/yuv_mips32.c.o
[  4%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/dsp/filters.c.o
[  4%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/dsp/cost_mips_dsp_r2.c.o
[  4%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/dsp/enc_avx2.c.o
[  4%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/dsp/enc_msa.c.o
[  4%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/dsp/dec_sse41.c.o
[  4%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/dsp/yuv_mips_dsp_r2.c.o
[  4%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/dsp/dec_mips32.c.o
[  4%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/dsp/filters_msa.c.o
[  4%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/dsp/lossless_enc_mips32.c.o
[  4%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/dsp/enc_mips_dsp_r2.c.o
[  4%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/dsp/rescaler_sse2.c.o
[  4%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/enc/backward_references_enc.c.o
[  4%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/enc/picture_psnr_enc.c.o
[  4%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/enc/histogram_enc.c.o
[  4%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/enc/quant_enc.c.o
[  4%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/enc/filter_enc.c.o
[  4%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/enc/frame_enc.c.o
[  4%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/enc/iterator_enc.c.o
[  5%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/enc/picture_tools_enc.c.o
[  5%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/enc/delta_palettization_enc.c.o
[  5%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/enc/webp_enc.c.o
[  5%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/enc/predictor_enc.c.o
[  5%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/enc/near_lossless_enc.c.o
[  5%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/enc/tree_enc.c.o
[  5%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/enc/picture_csp_enc.c.o
[  5%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/enc/cost_enc.c.o
[  5%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/enc/analysis_enc.c.o
[  5%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/enc/config_enc.c.o
[  5%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/enc/vp8l_enc.c.o
[  5%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/enc/syntax_enc.c.o
[  5%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/enc/picture_rescale_enc.c.o
[  5%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/enc/picture_enc.c.o
[  5%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/enc/alpha_enc.c.o
[  5%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/enc/token_enc.c.o
[  5%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/mux/muxedit.c.o
[  5%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/mux/muxread.c.o
[  5%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/mux/muxinternal.c.o
[  5%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/mux/anim_encode.c.o
[  6%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/utils/huffman_utils.c.o
[  6%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/utils/quant_levels_dec_utils.c.o
[  6%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/utils/quant_levels_utils.c.o
[  6%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/utils/bit_writer_utils.c.o
[  6%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/utils/thread_utils.c.o
[  6%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/utils/color_cache_utils.c.o
[  6%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/utils/huffman_encode_utils.c.o
[  6%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/utils/filters_utils.c.o
[  6%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/utils/bit_reader_utils.c.o
[  6%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/utils/utils.c.o
[  6%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/utils/random_utils.c.o
[  6%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/utils/rescaler_utils.c.o
[  6%] Linking C static library ../lib/liblibwebp.a
[  6%] Built target libwebp
Scanning dependencies of target carotene_objs
[  6%] Building CXX object 3rdparty/carotene/hal/carotene/CMakeFiles/carotene_objs.dir/src/sum.cpp.o
[  6%] Building CXX object 3rdparty/carotene/hal/carotene/CMakeFiles/carotene_objs.dir/src/convolution.cpp.o
[  6%] Building CXX object 3rdparty/carotene/hal/carotene/CMakeFiles/carotene_objs.dir/src/resize.cpp.o
[  6%] Building CXX object 3rdparty/carotene/hal/carotene/CMakeFiles/carotene_objs.dir/src/warp_perspective.cpp.o
[  6%] Building CXX object 3rdparty/carotene/hal/carotene/CMakeFiles/carotene_objs.dir/src/laplacian.cpp.o
[  6%] Building CXX object 3rdparty/carotene/hal/carotene/CMakeFiles/carotene_objs.dir/src/reduce.cpp.o
[  6%] Building CXX object 3rdparty/carotene/hal/carotene/CMakeFiles/carotene_objs.dir/src/convert.cpp.o
[  6%] Building CXX object 3rdparty/carotene/hal/carotene/CMakeFiles/carotene_objs.dir/src/flip.cpp.o
[  6%] Building CXX object 3rdparty/carotene/hal/carotene/CMakeFiles/carotene_objs.dir/src/in_range.cpp.o
[  6%] Building CXX object 3rdparty/carotene/hal/carotene/CMakeFiles/carotene_objs.dir/src/phase.cpp.o
[  6%] Building CXX object 3rdparty/carotene/hal/carotene/CMakeFiles/carotene_objs.dir/src/fill_minmaxloc.cpp.o
[  6%] Building CXX object 3rdparty/carotene/hal/carotene/CMakeFiles/carotene_objs.dir/src/norm.cpp.o
[  6%] Building CXX object 3rdparty/carotene/hal/carotene/CMakeFiles/carotene_objs.dir/src/threshold.cpp.o
[  6%] Building CXX object 3rdparty/carotene/hal/carotene/CMakeFiles/carotene_objs.dir/src/div.cpp.o
[  6%] Building CXX object 3rdparty/carotene/hal/carotene/CMakeFiles/carotene_objs.dir/src/sobel.cpp.o
[  6%] Building CXX object 3rdparty/carotene/hal/carotene/CMakeFiles/carotene_objs.dir/src/count_nonzero.cpp.o
[  6%] Building CXX object 3rdparty/carotene/hal/carotene/CMakeFiles/carotene_objs.dir/src/median_filter.cpp.o
[  6%] Building CXX object 3rdparty/carotene/hal/carotene/CMakeFiles/carotene_objs.dir/src/dot_product.cpp.o
[  7%] Building CXX object 3rdparty/carotene/hal/carotene/CMakeFiles/carotene_objs.dir/src/gaussian_blur.cpp.o
[  7%] Building CXX object 3rdparty/carotene/hal/carotene/CMakeFiles/carotene_objs.dir/src/mul.cpp.o
[  7%] Building CXX object 3rdparty/carotene/hal/carotene/CMakeFiles/carotene_objs.dir/src/opticalflow.cpp.o
[  7%] Building CXX object 3rdparty/carotene/hal/carotene/CMakeFiles/carotene_objs.dir/src/common.cpp.o
[  7%] Building CXX object 3rdparty/carotene/hal/carotene/CMakeFiles/carotene_objs.dir/src/add_weighted.cpp.o
[  7%] Building CXX object 3rdparty/carotene/hal/carotene/CMakeFiles/carotene_objs.dir/src/channels_combine.cpp.o
[  7%] Building CXX object 3rdparty/carotene/hal/carotene/CMakeFiles/carotene_objs.dir/src/integral.cpp.o
[  7%] Building CXX object 3rdparty/carotene/hal/carotene/CMakeFiles/carotene_objs.dir/src/pyramid.cpp.o
[  7%] Building CXX object 3rdparty/carotene/hal/carotene/CMakeFiles/carotene_objs.dir/src/canny.cpp.o
[  7%] Building CXX object 3rdparty/carotene/hal/carotene/CMakeFiles/carotene_objs.dir/src/bitwise.cpp.o
[  7%] Building CXX object 3rdparty/carotene/hal/carotene/CMakeFiles/carotene_objs.dir/src/scharr.cpp.o
[  7%] Building CXX object 3rdparty/carotene/hal/carotene/CMakeFiles/carotene_objs.dir/src/template_matching.cpp.o
[  7%] Building CXX object 3rdparty/carotene/hal/carotene/CMakeFiles/carotene_objs.dir/src/colorconvert.cpp.o
[  7%] Building CXX object 3rdparty/carotene/hal/carotene/CMakeFiles/carotene_objs.dir/src/separable_filter.cpp.o
[  7%] Building CXX object 3rdparty/carotene/hal/carotene/CMakeFiles/carotene_objs.dir/src/magnitude.cpp.o
[  7%] Building CXX object 3rdparty/carotene/hal/carotene/CMakeFiles/carotene_objs.dir/src/convert_scale.cpp.o
[  7%] Building CXX object 3rdparty/carotene/hal/carotene/CMakeFiles/carotene_objs.dir/src/remap.cpp.o
[  7%] Building CXX object 3rdparty/carotene/hal/carotene/CMakeFiles/carotene_objs.dir/src/accumulate.cpp.o
[  7%] Building CXX object 3rdparty/carotene/hal/carotene/CMakeFiles/carotene_objs.dir/src/min_max.cpp.o
[  7%] Building CXX object 3rdparty/carotene/hal/carotene/CMakeFiles/carotene_objs.dir/src/warp_affine.cpp.o
[  8%] Building CXX object 3rdparty/carotene/hal/carotene/CMakeFiles/carotene_objs.dir/src/blur.cpp.o
[  8%] Building CXX object 3rdparty/carotene/hal/carotene/CMakeFiles/carotene_objs.dir/src/absdiff.cpp.o
[  8%] Building CXX object 3rdparty/carotene/hal/carotene/CMakeFiles/carotene_objs.dir/src/cmp.cpp.o
[  8%] Building CXX object 3rdparty/carotene/hal/carotene/CMakeFiles/carotene_objs.dir/src/fast.cpp.o
[  8%] Building CXX object 3rdparty/carotene/hal/carotene/CMakeFiles/carotene_objs.dir/src/channel_extract.cpp.o
[  8%] Building CXX object 3rdparty/carotene/hal/carotene/CMakeFiles/carotene_objs.dir/src/sub.cpp.o
[  8%] Building CXX object 3rdparty/carotene/hal/carotene/CMakeFiles/carotene_objs.dir/src/convert_depth.cpp.o
[  8%] Building CXX object 3rdparty/carotene/hal/carotene/CMakeFiles/carotene_objs.dir/src/minmaxloc.cpp.o
[  8%] Building CXX object 3rdparty/carotene/hal/carotene/CMakeFiles/carotene_objs.dir/src/meanstddev.cpp.o
[  8%] Building CXX object 3rdparty/carotene/hal/carotene/CMakeFiles/carotene_objs.dir/src/add.cpp.o
[  8%] Building CXX object 3rdparty/carotene/hal/carotene/CMakeFiles/carotene_objs.dir/src/morph.cpp.o
[  8%] Built target carotene_objs
[  8%] Linking CXX static library ../../lib/libtegra_hal.a
[  8%] Built target tegra_hal
Scanning dependencies of target libprotobuf
[  8%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/arena.cc.o
[  8%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/arenastring.cc.o
[  8%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/extension_set.cc.o
[  8%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/generated_message_util.cc.o
[  8%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/io/coded_stream.cc.o
[  8%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/io/zero_copy_stream.cc.o
[  8%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/io/zero_copy_stream_impl_lite.cc.o
[  8%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/message_lite.cc.o
[  8%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/repeated_field.cc.o
[  8%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/stubs/atomicops_internals_x86_gcc.cc.o
[  8%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/stubs/bytestream.cc.o
[  8%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/stubs/common.cc.o
[  9%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/stubs/int128.cc.o
[  9%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/stubs/once.cc.o
[  9%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/stubs/status.cc.o
[  9%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/stubs/statusor.cc.o
[  9%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/stubs/stringpiece.cc.o
[  9%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/stubs/stringprintf.cc.o
[  9%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/stubs/structurally_valid.cc.o
[  9%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/stubs/strutil.cc.o
[  9%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/stubs/time.cc.o
[  9%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/wire_format_lite.cc.o
[  9%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/any.cc.o
[  9%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/any.pb.cc.o
[  9%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/api.pb.cc.o
[  9%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/descriptor.cc.o
[  9%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/descriptor.pb.cc.o
[  9%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/descriptor_database.cc.o
[  9%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/duration.pb.cc.o
[  9%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/dynamic_message.cc.o
[  9%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/empty.pb.cc.o
[  9%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/extension_set_heavy.cc.o
[ 10%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/field_mask.pb.cc.o
[ 10%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/generated_message_reflection.cc.o
[ 10%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/io/gzip_stream.cc.o
[ 10%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/io/printer.cc.o
[ 10%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/io/strtod.cc.o
[ 10%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/io/tokenizer.cc.o
[ 10%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/io/zero_copy_stream_impl.cc.o
[ 10%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/map_field.cc.o
[ 10%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/message.cc.o
[ 10%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/reflection_ops.cc.o
[ 10%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/service.cc.o
[ 10%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/source_context.pb.cc.o
[ 10%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/struct.pb.cc.o
[ 10%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/stubs/mathlimits.cc.o
[ 10%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/stubs/substitute.cc.o
[ 10%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/text_format.cc.o
[ 10%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/timestamp.pb.cc.o
[ 10%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/type.pb.cc.o
[ 10%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/unknown_field_set.cc.o
[ 10%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/util/field_comparator.cc.o
[ 11%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/util/field_mask_util.cc.o
[ 11%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/util/internal/datapiece.cc.o
[ 11%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/util/internal/default_value_objectwriter.cc.o
[ 11%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/util/internal/field_mask_utility.cc.o
[ 11%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/util/internal/json_escaping.cc.o
[ 11%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/util/internal/json_objectwriter.cc.o
[ 11%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/util/internal/json_stream_parser.cc.o
[ 11%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/util/internal/object_writer.cc.o
[ 11%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/util/internal/proto_writer.cc.o
[ 11%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/util/internal/protostream_objectsource.cc.o
[ 11%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/util/internal/protostream_objectwriter.cc.o
[ 11%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/util/internal/type_info.cc.o
[ 11%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/util/internal/utility.cc.o
[ 11%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/util/json_util.cc.o
[ 11%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/util/message_differencer.cc.o
[ 11%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/util/time_util.cc.o
[ 11%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/util/type_resolver_util.cc.o
[ 11%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/wire_format.cc.o
[ 11%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/wrappers.pb.cc.o
[ 11%] Linking CXX static library ../lib/liblibprotobuf.a
[ 11%] Built target libprotobuf
Scanning dependencies of target opencv_cudev
[ 11%] Building CXX object modules/cudev/CMakeFiles/opencv_cudev.dir/src/stub.cpp.o
[ 11%] Linking CXX shared library ../../lib/libopencv_cudev.so
[ 11%] Built target opencv_cudev
Scanning dependencies of target opencv_core_pch_dephelp
[ 11%] Building CXX object modules/core/CMakeFiles/opencv_core_pch_dephelp.dir/opencv_core_pch_dephelp.cxx.o
[ 11%] Linking CXX static library ../../lib/libopencv_core_pch_dephelp.a
[ 11%] Built target opencv_core_pch_dephelp
[ 11%] Generating precomp.hpp
[ 11%] Generating precomp.hpp.gch/opencv_core_Release.gch
[ 11%] Built target pch_Generate_opencv_core
[ 11%] Generating opencl_kernels_core.cpp, opencl_kernels_core.hpp
-- /home/nvidia/opencv/build/modules/core/opencl_kernels_core.hpp contains the same content
[ 11%] Building NVCC (Device) object modules/core/CMakeFiles/cuda_compile.dir/src/cuda/cuda_compile_generated_gpu_mat.cu.o
Scanning dependencies of target opencv_core
[ 11%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/array.cpp.o
[ 11%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/split.cpp.o
[ 11%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/system.cpp.o
[ 11%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/stat.dispatch.cpp.o
[ 11%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/stl.cpp.o
[ 11%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/parallel.cpp.o
[ 11%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/convert.cpp.o
[ 11%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/ocl.cpp.o
[ 11%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/tables.cpp.o
[ 11%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/gl_core_3_1.cpp.o
[ 11%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/lda.cpp.o
[ 11%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/alloc.cpp.o
[ 12%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/hal_internal.cpp.o
[ 12%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/algorithm.cpp.o
[ 12%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/pca.cpp.o
[ 12%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/matrix_decomp.cpp.o
[ 12%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/glob.cpp.o
[ 12%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/downhill_simplex.cpp.o
[ 12%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/directx.cpp.o
[ 12%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/umatrix.cpp.o
[ 12%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/matmul.cpp.o
[ 12%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/rand.cpp.o
[ 12%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/persistence.cpp.o
[ 12%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/va_intel.cpp.o
[ 12%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/mathfuncs_core.dispatch.cpp.o
[ 12%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/types.cpp.o
[ 12%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/matop.cpp.o
[ 12%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/parallel_pthreads.cpp.o
[ 12%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/arithm.cpp.o
[ 12%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/cuda_stream.cpp.o
[ 12%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/convert.fp16.cpp.o
[ 12%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/opengl.cpp.o
[ 13%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/command_line_parser.cpp.o
[ 13%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/opencl/runtime/opencl_core.cpp.o
[ 13%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/opencl/runtime/opencl_clamdfft.cpp.o
[ 13%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/opencl/runtime/opencl_clamdblas.cpp.o
[ 13%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/kmeans.cpp.o
[ 13%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/merge.cpp.o
[ 13%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/ovx.cpp.o
[ 13%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/out.cpp.o
[ 13%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/lpsolver.cpp.o
[ 13%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/mathfuncs.cpp.o
[ 13%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/matrix.cpp.o
[ 13%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/lapack.cpp.o
[ 13%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/trace.cpp.o
[ 13%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/softfloat.cpp.o
[ 13%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/cuda_info.cpp.o
[ 13%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/dxt.cpp.o
[ 13%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/datastructs.cpp.o
[ 13%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/copy.cpp.o
[ 13%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/conjugate_gradient.cpp.o
[ 13%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/stat.cpp.o
[ 14%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/cuda_gpu_mat.cpp.o
[ 14%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/cuda_host_mem.cpp.o
[ 14%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/opencl_kernels_core.cpp.o
[ 14%] Linking CXX shared library ../../lib/libopencv_core.so
[ 14%] Built target opencv_core
Scanning dependencies of target opencv_imgproc_pch_dephelp
[ 14%] Building CXX object modules/imgproc/CMakeFiles/opencv_imgproc_pch_dephelp.dir/opencv_imgproc_pch_dephelp.cxx.o
[ 14%] Linking CXX static library ../../lib/libopencv_imgproc_pch_dephelp.a
[ 14%] Built target opencv_imgproc_pch_dephelp
[ 14%] Generating precomp.hpp
[ 14%] Generating precomp.hpp.gch/opencv_imgproc_Release.gch
[ 14%] Built target pch_Generate_opencv_imgproc
Scanning dependencies of target opencv_imgproc
[ 14%] Building CXX object modules/imgproc/CMakeFiles/opencv_imgproc.dir/src/segmentation.cpp.o
[ 14%] Linking CXX shared library ../../lib/libopencv_imgproc.so
[ 17%] Built target opencv_imgproc
[ 17%] Built target opencv_highgui_pch_dephelp
[ 17%] Built target pch_Generate_opencv_highgui
[ 17%] Built target opencv_imgcodecs_pch_dephelp
[ 17%] Built target pch_Generate_opencv_imgcodecs
[ 17%] Linking CXX shared library ../../lib/libopencv_imgcodecs.so
[ 18%] Built target opencv_imgcodecs
[ 19%] Built target opencv_videoio_pch_dephelp
[ 19%] Built target pch_Generate_opencv_videoio
[ 19%] Linking CXX shared library ../../lib/libopencv_videoio.so
[ 19%] Built target opencv_videoio
[ 19%] Linking CXX shared library ../../lib/libopencv_highgui.so
[ 19%] Built target opencv_highgui
[ 19%] Built target opencv_ts_pch_dephelp
[ 19%] Built target pch_Generate_opencv_ts
[ 19%] Built target opencv_ts
[ 19%] Linking CXX executable ../../../bin/opencv_test_cudev
[ 20%] Built target opencv_test_cudev
[ 20%] Built target opencv_perf_core_pch_dephelp
[ 20%] Built target opencv_test_core_pch_dephelp
[ 20%] Built target pch_Generate_opencv_test_core
[ 20%] Linking CXX executable ../../bin/opencv_test_core
[ 22%] Built target opencv_test_core
[ 22%] Built target pch_Generate_opencv_perf_core
[ 22%] Linking CXX executable ../../bin/opencv_perf_core
[ 24%] Built target opencv_perf_core
[ 24%] Built target opencv_cudaarithm_pch_dephelp
[ 24%] Built target pch_Generate_opencv_cudaarithm
[ 24%] Linking CXX shared library ../../lib/libopencv_cudaarithm.so
[ 26%] Built target opencv_cudaarithm
[ 26%] Built target opencv_perf_cudaarithm_pch_dephelp
[ 26%] Built target pch_Generate_opencv_perf_cudaarithm
[ 26%] Linking CXX executable ../../bin/opencv_perf_cudaarithm
[ 26%] Built target opencv_perf_cudaarithm
[ 26%] Built target opencv_test_cudaarithm_pch_dephelp
[ 27%] Built target pch_Generate_opencv_test_cudaarithm
[ 27%] Linking CXX executable ../../bin/opencv_test_cudaarithm
[ 27%] Built target opencv_test_cudaarithm
[ 27%] Built target opencv_test_flann_pch_dephelp
[ 27%] Built target pch_Generate_opencv_test_flann
[ 27%] Built target opencv_flann_pch_dephelp
[ 27%] Built target pch_Generate_opencv_flann
[ 27%] Linking CXX shared library ../../lib/libopencv_flann.so
[ 28%] Built target opencv_flann
[ 28%] Linking CXX executable ../../bin/opencv_test_flann
[ 28%] Built target opencv_test_flann
[ 28%] Built target opencv_test_imgproc_pch_dephelp
[ 28%] Built target pch_Generate_opencv_test_imgproc
[ 28%] Linking CXX executable ../../bin/opencv_test_imgproc
[ 30%] Built target opencv_test_imgproc
[ 30%] Built target opencv_perf_imgproc_pch_dephelp
[ 30%] Built target pch_Generate_opencv_perf_imgproc
[ 30%] Linking CXX executable ../../bin/opencv_perf_imgproc
[ 32%] Built target opencv_perf_imgproc
[ 32%] Built target opencv_ml_pch_dephelp
[ 32%] Built target pch_Generate_opencv_ml
[ 32%] Linking CXX shared library ../../lib/libopencv_ml.so
[ 33%] Built target opencv_ml
[ 33%] Built target opencv_test_ml_pch_dephelp
[ 33%] Built target pch_Generate_opencv_test_ml
[ 33%] Linking CXX executable ../../bin/opencv_test_ml
[ 34%] Built target opencv_test_ml
[ 34%] Built target opencv_test_objdetect_pch_dephelp
[ 34%] Built target pch_Generate_opencv_test_objdetect
[ 34%] Built target opencv_objdetect_pch_dephelp
[ 35%] Built target pch_Generate_opencv_objdetect
[ 35%] Linking CXX shared library ../../lib/libopencv_objdetect.so
[ 36%] Built target opencv_objdetect
[ 36%] Linking CXX executable ../../bin/opencv_test_objdetect
[ 36%] Built target opencv_test_objdetect
[ 37%] Built target opencv_perf_objdetect_pch_dephelp
[ 37%] Built target pch_Generate_opencv_perf_objdetect
[ 37%] Linking CXX executable ../../bin/opencv_perf_objdetect
[ 37%] Built target opencv_perf_objdetect
[ 37%] Built target opencv_video_pch_dephelp
[ 37%] Built target pch_Generate_opencv_video
[ 37%] Linking CXX shared library ../../lib/libopencv_video.so
[ 38%] Built target opencv_video
[ 38%] Built target opencv_test_video_pch_dephelp
[ 38%] Built target pch_Generate_opencv_test_video
[ 38%] Linking CXX executable ../../bin/opencv_test_video
[ 38%] Built target opencv_test_video
[ 38%] Built target opencv_perf_video_pch_dephelp
[ 38%] Built target pch_Generate_opencv_perf_video
[ 38%] Linking CXX executable ../../bin/opencv_perf_video
[ 38%] Built target opencv_perf_video
[ 38%] Built target opencv_cudabgsegm_pch_dephelp
[ 38%] Built target pch_Generate_opencv_cudabgsegm
[ 38%] Linking CXX shared library ../../lib/libopencv_cudabgsegm.so
[ 38%] Built target opencv_cudabgsegm
[ 38%] Built target opencv_test_cudabgsegm_pch_dephelp
[ 38%] Built target pch_Generate_opencv_test_cudabgsegm
[ 38%] Linking CXX executable ../../bin/opencv_test_cudabgsegm
[ 39%] Built target opencv_test_cudabgsegm
[ 40%] Built target opencv_perf_cudabgsegm_pch_dephelp
[ 40%] Built target pch_Generate_opencv_perf_cudabgsegm
[ 40%] Linking CXX executable ../../bin/opencv_perf_cudabgsegm
[ 40%] Built target opencv_perf_cudabgsegm
[ 40%] Built target opencv_cudafilters_pch_dephelp
[ 40%] Built target pch_Generate_opencv_cudafilters
[ 40%] Linking CXX shared library ../../lib/libopencv_cudafilters.so
[ 41%] Built target opencv_cudafilters
[ 41%] Built target opencv_test_cudafilters_pch_dephelp
[ 41%] Built target pch_Generate_opencv_test_cudafilters
[ 41%] Linking CXX executable ../../bin/opencv_test_cudafilters
[ 41%] Built target opencv_test_cudafilters
[ 41%] Built target opencv_perf_cudafilters_pch_dephelp
[ 41%] Built target pch_Generate_opencv_perf_cudafilters
[ 41%] Linking CXX executable ../../bin/opencv_perf_cudafilters
[ 41%] Built target opencv_perf_cudafilters
[ 41%] Built target opencv_cudaimgproc_pch_dephelp
[ 41%] Built target pch_Generate_opencv_cudaimgproc
[ 41%] Linking CXX shared library ../../lib/libopencv_cudaimgproc.so
[ 43%] Built target opencv_cudaimgproc
[ 43%] Built target opencv_test_cudaimgproc_pch_dephelp
[ 43%] Built target pch_Generate_opencv_test_cudaimgproc
[ 43%] Linking CXX executable ../../bin/opencv_test_cudaimgproc
[ 44%] Built target opencv_test_cudaimgproc
[ 44%] Built target opencv_perf_cudaimgproc_pch_dephelp
[ 44%] Built target pch_Generate_opencv_perf_cudaimgproc
[ 44%] Linking CXX executable ../../bin/opencv_perf_cudaimgproc
[ 45%] Built target opencv_perf_cudaimgproc
[ 45%] Built target opencv_cudawarping_pch_dephelp
[ 45%] Built target pch_Generate_opencv_cudawarping
[ 45%] Linking CXX shared library ../../lib/libopencv_cudawarping.so
[ 45%] Built target opencv_cudawarping
[ 45%] Built target opencv_test_cudawarping_pch_dephelp
[ 46%] Built target pch_Generate_opencv_test_cudawarping
[ 46%] Linking CXX executable ../../bin/opencv_test_cudawarping
[ 46%] Built target opencv_test_cudawarping
[ 46%] Built target opencv_perf_cudawarping_pch_dephelp
[ 46%] Built target pch_Generate_opencv_perf_cudawarping
[ 46%] Linking CXX executable ../../bin/opencv_perf_cudawarping
[ 46%] Built target opencv_perf_cudawarping
[ 46%] Built target opencv_test_dnn_pch_dephelp
[ 46%] Built target pch_Generate_opencv_test_dnn
[ 46%] Built target opencv_dnn_pch_dephelp
[ 46%] Built target pch_Generate_opencv_dnn
[ 46%] Linking CXX shared library ../../lib/libopencv_dnn.so
[ 49%] Built target opencv_dnn
[ 49%] Linking CXX executable ../../bin/opencv_test_dnn
[ 50%] Built target opencv_test_dnn
[ 50%] Built target opencv_perf_dnn_pch_dephelp
[ 50%] Built target pch_Generate_opencv_perf_dnn
[ 50%] Linking CXX executable ../../bin/opencv_perf_dnn
[ 51%] Built target opencv_perf_dnn
[ 51%] Built target opencv_test_imgcodecs_pch_dephelp
[ 51%] Built target pch_Generate_opencv_test_imgcodecs
[ 51%] Linking CXX executable ../../bin/opencv_test_imgcodecs
[ 52%] Built target opencv_test_imgcodecs
[ 52%] Built target opencv_perf_imgcodecs_pch_dephelp
[ 52%] Built target pch_Generate_opencv_perf_imgcodecs
[ 52%] Linking CXX executable ../../bin/opencv_perf_imgcodecs
[ 52%] Built target opencv_perf_imgcodecs
[ 52%] Built target opencv_test_photo_pch_dephelp
[ 52%] Built target pch_Generate_opencv_test_photo
[ 52%] Built target opencv_photo_pch_dephelp
[ 52%] Built target pch_Generate_opencv_photo
[ 52%] Linking CXX shared library ../../lib/libopencv_photo.so
[ 52%] Built target opencv_photo
[ 52%] Linking CXX executable ../../bin/opencv_test_photo
[ 53%] Built target opencv_test_photo
[ 53%] Built target opencv_perf_photo_pch_dephelp
[ 53%] Built target pch_Generate_opencv_perf_photo
[ 53%] Linking CXX executable ../../bin/opencv_perf_photo
[ 53%] Built target opencv_perf_photo
[ 53%] Built target opencv_shape_pch_dephelp
[ 53%] Built target pch_Generate_opencv_shape
[ 53%] Linking CXX shared library ../../lib/libopencv_shape.so
[ 53%] Built target opencv_shape
[ 53%] Built target opencv_test_shape_pch_dephelp
[ 54%] Built target pch_Generate_opencv_test_shape
[ 54%] Linking CXX executable ../../bin/opencv_test_shape
[ 54%] Built target opencv_test_shape
[ 54%] Built target opencv_test_videoio_pch_dephelp
[ 54%] Built target pch_Generate_opencv_test_videoio
[ 54%] Linking CXX executable ../../bin/opencv_test_videoio
[ 55%] Built target opencv_test_videoio
[ 56%] Built target opencv_perf_videoio_pch_dephelp
[ 56%] Built target pch_Generate_opencv_perf_videoio
[ 56%] Linking CXX executable ../../bin/opencv_perf_videoio
[ 56%] Built target opencv_perf_videoio
[ 56%] Built target opencv_cudacodec_pch_dephelp
[ 56%] Built target pch_Generate_opencv_cudacodec
[ 56%] Linking CXX shared library ../../lib/libopencv_cudacodec.so
[ 57%] Built target opencv_cudacodec
[ 57%] Built target opencv_test_cudacodec_pch_dephelp
[ 57%] Built target pch_Generate_opencv_test_cudacodec
[ 57%] Linking CXX executable ../../bin/opencv_test_cudacodec
[ 57%] Built target opencv_test_cudacodec
[ 57%] Built target opencv_perf_cudacodec_pch_dephelp
[ 57%] Built target pch_Generate_opencv_perf_cudacodec
[ 57%] Linking CXX executable ../../bin/opencv_perf_cudacodec
[ 57%] Built target opencv_perf_cudacodec
[ 57%] Built target opencv_test_highgui_pch_dephelp
[ 57%] Built target pch_Generate_opencv_test_highgui
[ 57%] Linking CXX executable ../../bin/opencv_test_highgui
[ 57%] Built target opencv_test_highgui
[ 57%] Built target opencv_features2d_pch_dephelp
[ 57%] Built target pch_Generate_opencv_features2d
[ 57%] Linking CXX shared library ../../lib/libopencv_features2d.so
[ 58%] Built target opencv_features2d
[ 58%] Built target opencv_test_features2d_pch_dephelp
[ 58%] Built target pch_Generate_opencv_test_features2d
[ 58%] Linking CXX executable ../../bin/opencv_test_features2d
[ 59%] Built target opencv_test_features2d
[ 59%] Built target opencv_perf_features2d_pch_dephelp
[ 59%] Built target pch_Generate_opencv_perf_features2d
[ 59%] Linking CXX executable ../../bin/opencv_perf_features2d
[ 59%] Built target opencv_perf_features2d
[ 59%] Built target opencv_test_calib3d_pch_dephelp
[ 59%] Built target pch_Generate_opencv_test_calib3d
[ 59%] Built target opencv_calib3d_pch_dephelp
[ 60%] Built target pch_Generate_opencv_calib3d
[ 60%] Linking CXX shared library ../../lib/libopencv_calib3d.so
[ 62%] Built target opencv_calib3d
[ 62%] Linking CXX executable ../../bin/opencv_test_calib3d
[ 63%] Built target opencv_test_calib3d
[ 63%] Built target opencv_perf_calib3d_pch_dephelp
[ 63%] Built target pch_Generate_opencv_perf_calib3d
[ 63%] Linking CXX executable ../../bin/opencv_perf_calib3d
[ 63%] Built target opencv_perf_calib3d
[ 64%] Built target opencv_cudafeatures2d_pch_dephelp
[ 64%] Built target pch_Generate_opencv_cudafeatures2d
[ 64%] Linking CXX shared library ../../lib/libopencv_cudafeatures2d.so
[ 64%] Built target opencv_cudafeatures2d
[ 64%] Built target opencv_test_cudafeatures2d_pch_dephelp
[ 64%] Built target pch_Generate_opencv_test_cudafeatures2d
[ 64%] Linking CXX executable ../../bin/opencv_test_cudafeatures2d
[ 64%] Built target opencv_test_cudafeatures2d
[ 64%] Built target opencv_perf_cudafeatures2d_pch_dephelp
[ 64%] Built target pch_Generate_opencv_perf_cudafeatures2d
[ 64%] Linking CXX executable ../../bin/opencv_perf_cudafeatures2d
[ 64%] Built target opencv_perf_cudafeatures2d
[ 64%] Built target opencv_cudalegacy_pch_dephelp
[ 64%] Built target pch_Generate_opencv_cudalegacy
[ 64%] Linking CXX shared library ../../lib/libopencv_cudalegacy.so
[ 65%] Built target opencv_cudalegacy
[ 65%] Built target opencv_test_cudalegacy_pch_dephelp
[ 65%] Built target pch_Generate_opencv_test_cudalegacy
[ 65%] Linking CXX executable ../../bin/opencv_test_cudalegacy
[ 66%] Built target opencv_test_cudalegacy
[ 66%] Built target opencv_perf_cudalegacy_pch_dephelp
[ 66%] Built target pch_Generate_opencv_perf_cudalegacy
[ 66%] Linking CXX executable ../../bin/opencv_perf_cudalegacy
[ 66%] Built target opencv_perf_cudalegacy
[ 66%] Built target opencv_test_cudaobjdetect_pch_dephelp
[ 66%] Built target pch_Generate_opencv_test_cudaobjdetect
[ 67%] Built target opencv_cudaobjdetect_pch_dephelp
[ 67%] Built target pch_Generate_opencv_cudaobjdetect
[ 67%] Linking CXX shared library ../../lib/libopencv_cudaobjdetect.so
[ 67%] Built target opencv_cudaobjdetect
[ 67%] Linking CXX executable ../../bin/opencv_test_cudaobjdetect
[ 67%] Built target opencv_test_cudaobjdetect
[ 67%] Built target opencv_perf_cudaobjdetect_pch_dephelp
[ 68%] Built target pch_Generate_opencv_perf_cudaobjdetect
[ 69%] Linking CXX executable ../../bin/opencv_perf_cudaobjdetect
[ 69%] Built target opencv_perf_cudaobjdetect
[ 69%] Built target opencv_perf_cudaoptflow_pch_dephelp
[ 69%] Built target opencv_test_cudaoptflow_pch_dephelp
[ 69%] Built target pch_Generate_opencv_test_cudaoptflow
[ 69%] Built target opencv_cudaoptflow_pch_dephelp
[ 70%] Built target pch_Generate_opencv_cudaoptflow
[ 70%] Linking CXX shared library ../../lib/libopencv_cudaoptflow.so
[ 70%] Built target opencv_cudaoptflow
[ 71%] Linking CXX executable ../../bin/opencv_test_cudaoptflow
[ 71%] Built target opencv_test_cudaoptflow
[ 71%] Built target pch_Generate_opencv_perf_cudaoptflow
[ 71%] Linking CXX executable ../../bin/opencv_perf_cudaoptflow
[ 71%] Built target opencv_perf_cudaoptflow
[ 71%] Built target opencv_test_cudastereo_pch_dephelp
[ 71%] Built target pch_Generate_opencv_test_cudastereo
[ 71%] Built target opencv_cudastereo_pch_dephelp
[ 71%] Built target pch_Generate_opencv_cudastereo
[ 71%] Linking CXX shared library ../../lib/libopencv_cudastereo.so
[ 72%] Built target opencv_cudastereo
[ 72%] Linking CXX executable ../../bin/opencv_test_cudastereo
[ 72%] Built target opencv_test_cudastereo
[ 72%] Built target opencv_perf_cudastereo_pch_dephelp
[ 72%] Built target pch_Generate_opencv_perf_cudastereo
[ 72%] Linking CXX executable ../../bin/opencv_perf_cudastereo
[ 72%] Built target opencv_perf_cudastereo
[ 72%] Built target opencv_stitching_pch_dephelp
[ 72%] Built target pch_Generate_opencv_stitching
[ 72%] Linking CXX shared library ../../lib/libopencv_stitching.so
[ 73%] Built target opencv_stitching
[ 73%] Built target opencv_test_stitching_pch_dephelp
[ 73%] Built target pch_Generate_opencv_test_stitching
[ 73%] Linking CXX executable ../../bin/opencv_test_stitching
[ 73%] Built target opencv_test_stitching
[ 73%] Built target opencv_perf_stitching_pch_dephelp
[ 74%] Built target pch_Generate_opencv_perf_stitching
[ 74%] Linking CXX executable ../../bin/opencv_perf_stitching
[ 74%] Built target opencv_perf_stitching
[ 74%] Built target opencv_superres_pch_dephelp
[ 74%] Built target pch_Generate_opencv_superres
[ 75%] Linking CXX shared library ../../lib/libopencv_superres.so
[ 75%] Built target opencv_superres
[ 76%] Built target opencv_test_superres_pch_dephelp
[ 76%] Built target pch_Generate_opencv_test_superres
[ 76%] Linking CXX executable ../../bin/opencv_test_superres
[ 76%] Built target opencv_test_superres
[ 76%] Built target opencv_perf_superres_pch_dephelp
[ 76%] Built target pch_Generate_opencv_perf_superres
[ 77%] Linking CXX executable ../../bin/opencv_perf_superres
[ 77%] Built target opencv_perf_superres
[ 77%] Built target opencv_test_videostab_pch_dephelp
[ 77%] Built target pch_Generate_opencv_test_videostab
[ 77%] Built target opencv_videostab_pch_dephelp
[ 77%] Built target pch_Generate_opencv_videostab
[ 77%] Linking CXX shared library ../../lib/libopencv_videostab.so
[ 77%] Built target opencv_videostab
[ 77%] Linking CXX executable ../../bin/opencv_test_videostab
[ 77%] Built target opencv_test_videostab
[ 78%] Generating pyopencv_generated_include.h, pyopencv_generated_funcs.h, pyopencv_generated_types.h, pyopencv_generated_type_reg.h, pyopencv_generated_ns_reg.h
Scanning dependencies of target opencv_python2
[ 78%] Building CXX object modules/python2/CMakeFiles/opencv_python2.dir/__/src2/cv2.cpp.o
[ 78%] Linking CXX shared module ../../lib/cv2.so
[ 78%] Built target opencv_python2
[ 78%] Linking CXX executable ../../bin/opencv_traincascade
[ 79%] Built target opencv_traincascade
[ 79%] Linking CXX executable ../../bin/opencv_createsamples
[ 79%] Built target opencv_createsamples
[ 79%] Linking CXX executable ../../bin/opencv_annotation
[ 79%] Built target opencv_annotation
[ 79%] Linking CXX executable ../../bin/opencv_visualisation
[ 79%] Built target opencv_visualisation
[ 79%] Linking CXX executable ../../bin/opencv_interactive-calibration
[ 79%] Built target opencv_interactive-calibration
[ 79%] Linking CXX executable ../../bin/opencv_version
[ 79%] Built target opencv_version
[ 80%] Linking CXX executable ../../bin/cpp-tutorial-pnp_detection
[ 80%] Built target cpp-tutorial-pnp_detection
[ 80%] Linking CXX executable ../../bin/cpp-example-inpaint
[ 80%] Built target example_inpaint
[ 80%] Linking CXX executable ../../bin/cpp-example-logistic_regression
[ 80%] Built target example_logistic_regression
[ 80%] Linking CXX executable ../../bin/cpp-example-detect_blob
[ 80%] Built target example_detect_blob
[ 80%] Linking CXX executable ../../bin/cpp-example-facial_features
[ 80%] Built target example_facial_features
[ 80%] Linking CXX executable ../../bin/cpp-tutorial-pnp_registration
[ 80%] Built target cpp-tutorial-pnp_registration
[ 80%] Linking CXX executable ../../bin/cpp-example-lsd_lines
[ 80%] Built target example_lsd_lines
[ 80%] Linking CXX executable ../../bin/cpp-example-morphology2
[ 80%] Built target example_morphology2
[ 80%] Linking CXX executable ../../bin/cpp-example-npr_demo
[ 80%] Built target example_npr_demo
[ 80%] Linking CXX executable ../../bin/cpp-example-camshiftdemo
[ 80%] Built target example_camshiftdemo
[ 80%] Linking CXX executable ../../bin/cpp-example-minarea
[ 80%] Built target example_minarea
[ 80%] Linking CXX executable ../../bin/cpp-example-stereo_calib
[ 80%] Built target example_stereo_calib
[ 80%] Linking CXX executable ../../bin/cpp-example-dft
[ 80%] Built target example_dft
[ 81%] Linking CXX executable ../../bin/cpp-example-calibration
[ 81%] Built target example_calibration
[ 81%] Linking CXX executable ../../bin/cpp-example-tree_engine
[ 81%] Built target example_tree_engine
[ 81%] Linking CXX executable ../../bin/cpp-example-bgfg_segm
[ 81%] Built target example_bgfg_segm
[ 81%] Linking CXX executable ../../bin/cpp-example-imagelist_creator
[ 81%] Built target example_imagelist_creator
[ 81%] Linking CXX executable ../../bin/cpp-example-falsecolor
[ 81%] Built target example_falsecolor
[ 81%] Linking CXX executable ../../bin/cpp-example-tvl1_optical_flow
[ 81%] Built target example_tvl1_optical_flow
[ 81%] Linking CXX executable ../../bin/cpp-example-facedetect
[ 81%] Built target example_facedetect
[ 81%] Linking CXX executable ../../bin/cpp-example-fitellipse
[ 81%] Built target example_fitellipse
[ 81%] Linking CXX executable ../../bin/cpp-example-kmeans
[ 81%] Built target example_kmeans
[ 81%] Linking CXX executable ../../bin/cpp-example-videocapture_basic
[ 81%] Built target example_videocapture_basic
[ 81%] Linking CXX executable ../../bin/cpp-example-cloning_demo
[ 81%] Built target example_cloning_demo
[ 81%] Linking CXX executable ../../bin/cpp-example-watershed
[ 81%] Built target example_watershed
[ 81%] Linking CXX executable ../../bin/cpp-example-ffilldemo
[ 81%] Built target example_ffilldemo
[ 81%] Linking CXX executable ../../bin/cpp-example-stereo_match
[ 81%] Built target example_stereo_match
[ 81%] Linking CXX executable ../../bin/cpp-example-houghcircles
[ 81%] Built target example_houghcircles
[ 81%] Linking CXX executable ../../bin/cpp-example-autofocus
[ 81%] Built target example_autofocus
[ 81%] Linking CXX executable ../../bin/cpp-example-edge
[ 81%] Built target example_edge
[ 81%] Linking CXX executable ../../bin/cpp-example-stitching_detailed
[ 81%] Built target example_stitching_detailed
[ 81%] Linking CXX executable ../../bin/cpp-tutorial-Morphology_2
[ 81%] Built target tutorial_Morphology_2
[ 81%] Linking CXX executable ../../bin/cpp-example-smiledetect
[ 81%] Built target example_smiledetect
[ 81%] Linking CXX executable ../../bin/cpp-tutorial-Remap_Demo
[ 82%] Built target tutorial_Remap_Demo
[ 82%] Linking CXX executable ../../bin/cpp-tutorial-cornerSubPix_Demo
[ 82%] Built target tutorial_cornerSubPix_Demo
[ 82%] Linking CXX executable ../../bin/cpp-example-matchmethod_orb_akaze_brisk
[ 82%] Built target example_matchmethod_orb_akaze_brisk
[ 82%] Linking CXX executable ../../bin/cpp-example-videostab
[ 83%] Built target example_videostab
[ 83%] Linking CXX executable ../../bin/cpp-tutorial-video-input-psnr-ssim
[ 83%] Built target tutorial_video-input-psnr-ssim
[ 83%] Linking CXX executable ../../bin/cpp-tutorial-Smoothing
[ 83%] Built target tutorial_Smoothing
[ 83%] Linking CXX executable ../../bin/cpp-example-shape_example
[ 83%] Built target example_shape_example
[ 83%] Linking CXX executable ../../bin/cpp-example-videowriter_basic
[ 83%] Built target example_videowriter_basic
[ 83%] Linking CXX executable ../../bin/cpp-example-connected_components
[ 83%] Built target example_connected_components
[ 83%] Linking CXX executable ../../bin/cpp-tutorial-AKAZE_match
[ 84%] Built target tutorial_AKAZE_match
[ 84%] Linking CXX executable ../../bin/cpp-tutorial-non_linear_svms
[ 84%] Built target tutorial_non_linear_svms
[ 84%] Linking CXX executable ../../bin/cpp-example-image_alignment
[ 84%] Built target example_image_alignment
[ 84%] Linking CXX executable ../../bin/cpp-tutorial-EqualizeHist_Demo
[ 84%] Built target tutorial_EqualizeHist_Demo
[ 84%] Linking CXX executable ../../bin/cpp-tutorial-Pyramids
[ 84%] Built target tutorial_Pyramids
[ 84%] Linking CXX executable ../../bin/cpp-example-starter_imagelist
[ 84%] Built target example_starter_imagelist
[ 84%] Linking CXX executable ../../bin/cpp-tutorial-Morphology_3
[ 84%] Built target tutorial_Morphology_3
[ 84%] Linking CXX executable ../../bin/cpp-tutorial-npr_demo
[ 84%] Built target tutorial_npr_demo
[ 84%] Linking CXX executable ../../bin/cpp-tutorial-hull_demo
[ 84%] Built target tutorial_hull_demo
[ 84%] Linking CXX executable ../../bin/cpp-tutorial-planar_tracking
[ 84%] Built target tutorial_planar_tracking
[ 84%] Linking CXX executable ../../bin/cpp-tutorial-Morphology_1
[ 84%] Built target tutorial_Morphology_1
[ 84%] Linking CXX executable ../../bin/cpp-example-grabcut
[ 84%] Built target example_grabcut
[ 84%] Linking CXX executable ../../bin/cpp-tutorial-how_to_use_OpenCV_parallel_for_
[ 84%] Built target tutorial_how_to_use_OpenCV_parallel_for_
[ 84%] Linking CXX executable ../../bin/cpp-example-lkdemo
[ 85%] Built target example_lkdemo
[ 85%] Linking CXX executable ../../bin/cpp-tutorial-mat_the_basic_image_container
[ 85%] Built target tutorial_mat_the_basic_image_container
[ 86%] Linking CXX executable ../../bin/cpp-tutorial-video-write
[ 86%] Built target tutorial_video-write
[ 86%] Linking CXX executable ../../bin/cpp-example-example
[ 86%] Built target example_example
[ 86%] Linking CXX executable ../../bin/cpp-example-distrans
[ 86%] Built target example_distrans
[ 86%] Linking CXX executable ../../bin/cpp-tutorial-Drawing_1
[ 86%] Built target tutorial_Drawing_1
[ 86%] Linking CXX executable ../../bin/cpp-tutorial-Threshold_inRange
[ 86%] Built target tutorial_Threshold_inRange
[ 86%] Linking CXX executable ../../bin/cpp-tutorial-CannyDetector_Demo
[ 86%] Built target tutorial_CannyDetector_Demo
[ 86%] Linking CXX executable ../../bin/cpp-tutorial-Laplace_Demo
[ 86%] Built target tutorial_Laplace_Demo
[ 86%] Linking CXX executable ../../bin/cpp-example-videocapture_starter
[ 86%] Built target example_videocapture_starter
[ 86%] Linking CXX executable ../../bin/cpp-tutorial-copyMakeBorder_demo
[ 86%] Built target tutorial_copyMakeBorder_demo
[ 86%] Linking CXX executable ../../bin/cpp-example-opencv_version
[ 86%] Built target example_opencv_version
[ 86%] Linking CXX executable ../../bin/cpp-tutorial-changing_contrast_brightness_image
[ 86%] Built target tutorial_changing_contrast_brightness_image
[ 86%] Linking CXX executable ../../bin/cpp-tutorial-gpu-basics-similarity
[ 87%] Built target tutorial_gpu-basics-similarity
[ 87%] Linking CXX executable ../../bin/cpp-tutorial-filter2D_demo
[ 87%] Built target tutorial_filter2D_demo
[ 88%] Linking CXX executable ../../bin/cpp-example-fback
[ 88%] Built target example_fback
[ 88%] Linking CXX executable ../../bin/cpp-tutorial-pointPolygonTest_demo
[ 88%] Built target tutorial_pointPolygonTest_demo
[ 88%] Linking CXX executable ../../bin/cpp-example-image
[ 89%] Built target example_image
[ 89%] Linking CXX executable ../../bin/cpp-example-polar_transforms
[ 89%] Built target example_polar_transforms
[ 89%] Linking CXX executable ../../bin/cpp-tutorial-hdr_imaging
[ 89%] Built target tutorial_hdr_imaging
[ 89%] Linking CXX executable ../../bin/cpp-tutorial-interoperability_with_OpenCV_1
[ 89%] Built target tutorial_interoperability_with_OpenCV_1
[ 89%] Linking CXX executable ../../bin/cpp-tutorial-HoughCircle_Demo
[ 89%] Built target tutorial_HoughCircle_Demo
[ 89%] Linking CXX executable ../../bin/cpp-tutorial-decolor
[ 89%] Built target tutorial_decolor
[ 89%] Linking CXX executable ../../bin/cpp-example-squares
[ 90%] Built target example_squares
[ 90%] Linking CXX executable ../../bin/cpp-tutorial-SBM_Sample
[ 90%] Built target tutorial_SBM_Sample
[ 90%] Linking CXX executable ../../bin/cpp-tutorial-objectDetection
[ 90%] Built target tutorial_objectDetection
[ 90%] Linking CXX executable ../../bin/cpp-example-pca
[ 90%] Built target example_pca
[ 90%] Linking CXX executable ../../bin/cpp-example-segment_objects
[ 90%] Built target example_segment_objects
[ 90%] Linking CXX executable ../../bin/cpp-example-3calibration
[ 90%] Built target example_3calibration
[ 90%] Linking CXX executable ../../bin/cpp-example-phase_corr
[ 90%] Built target example_phase_corr
[ 90%] Linking CXX executable ../../bin/cpp-example-peopledetect
[ 90%] Built target example_peopledetect
[ 90%] Linking CXX executable ../../bin/cpp-example-contours2
[ 90%] Built target example_contours2
[ 90%] Linking CXX executable ../../bin/cpp-tutorial-findContours_demo
[ 90%] Built target tutorial_findContours_demo
[ 90%] Linking CXX executable ../../bin/cpp-example-cout_mat
[ 90%] Built target example_cout_mat
[ 90%] Linking CXX executable ../../bin/cpp-tutorial-AddingImages
[ 90%] Built target tutorial_AddingImages
[ 90%] Linking CXX executable ../../bin/cpp-example-train_svmsgd
[ 90%] Built target example_train_svmsgd
[ 90%] Linking CXX executable ../../bin/cpp-tutorial-introduction_to_svm
[ 90%] Built target tutorial_introduction_to_svm
[ 90%] Linking CXX executable ../../bin/cpp-tutorial-Drawing_2
[ 90%] Built target tutorial_Drawing_2
[ 90%] Linking CXX executable ../../bin/cpp-tutorial-HitMiss
[ 91%] Built target tutorial_HitMiss
[ 91%] Linking CXX executable ../../bin/cpp-tutorial-BasicLinearTransforms
[ 91%] Built target tutorial_BasicLinearTransforms
[ 91%] Linking CXX executable ../../bin/cpp-tutorial-goodFeaturesToTrack_Demo
[ 91%] Built target tutorial_goodFeaturesToTrack_Demo
[ 91%] Linking CXX executable ../../bin/cpp-example-cloning_gui
[ 91%] Built target example_cloning_gui
[ 91%] Linking CXX executable ../../bin/cpp-tutorial-AddingImagesTrackbar
[ 91%] Built target tutorial_AddingImagesTrackbar
[ 91%] Linking CXX executable ../../bin/cpp-tutorial-gdal-image
[ 91%] Built target tutorial_gdal-image
[ 91%] Linking CXX executable ../../bin/cpp-example-detect_mser
[ 91%] Built target example_detect_mser
[ 91%] Linking CXX executable ../../bin/cpp-tutorial-HoughLines_Demo
[ 91%] Built target tutorial_HoughLines_Demo
[ 91%] Linking CXX executable ../../bin/cpp-example-convexhull
[ 91%] Built target example_convexhull
[ 91%] Linking CXX executable ../../bin/cpp-tutorial-cloning_demo
[ 91%] Built target tutorial_cloning_demo
[ 91%] Linking CXX executable ../../bin/cpp-tutorial-imageSegmentation
[ 91%] Built target tutorial_imageSegmentation
[ 91%] Linking CXX executable ../../bin/cpp-tutorial-cornerDetector_Demo
[ 91%] Built target tutorial_cornerDetector_Demo
[ 91%] Linking CXX executable ../../bin/cpp-example-select3dobj
[ 91%] Built target example_select3dobj
[ 91%] Linking CXX executable ../../bin/cpp-tutorial-Geometric_Transforms_Demo
[ 91%] Built target tutorial_Geometric_Transforms_Demo
[ 91%] Linking CXX executable ../../bin/cpp-example-neural_network
[ 91%] Built target example_neural_network
[ 92%] Linking CXX executable ../../bin/cpp-example-delaunay2
[ 92%] Built target example_delaunay2
[ 92%] Linking CXX executable ../../bin/cpp-example-stitching
[ 92%] Built target example_stitching
[ 92%] Linking CXX executable ../../bin/cpp-tutorial-bg_sub
[ 92%] Built target tutorial_bg_sub
[ 92%] Linking CXX executable ../../bin/cpp-tutorial-mat_mask_operations
[ 93%] Built target tutorial_mat_mask_operations
[ 93%] Linking CXX executable ../../bin/cpp-tutorial-Threshold
[ 93%] Built target tutorial_Threshold
[ 93%] Linking CXX executable ../../bin/cpp-tutorial-LATCH_match
[ 93%] Built target tutorial_LATCH_match
[ 93%] Linking CXX executable ../../bin/cpp-tutorial-file_input_output
[ 93%] Built target tutorial_file_input_output
[ 93%] Linking CXX executable ../../bin/cpp-tutorial-discrete_fourier_transform
[ 94%] Built target tutorial_discrete_fourier_transform
[ 94%] Linking CXX executable ../../bin/cpp-tutorial-camera_calibration
[ 95%] Built target tutorial_camera_calibration
[ 95%] Linking CXX executable ../../bin/cpp-example-warpPerspective_demo
[ 95%] Built target example_warpPerspective_demo
[ 95%] Linking CXX executable ../../bin/cpp-example-laplace
[ 95%] Built target example_laplace
[ 95%] Linking CXX executable ../../bin/cpp-tutorial-calcBackProject_Demo1
[ 95%] Built target tutorial_calcBackProject_Demo1
[ 95%] Linking CXX executable ../../bin/cpp-example-filestorage_base64
[ 95%] Built target example_filestorage_base64
[ 95%] Linking CXX executable ../../bin/cpp-example-em
[ 95%] Built target example_em
[ 95%] Linking CXX executable ../../bin/cpp-tutorial-calcHist_Demo
[ 95%] Built target tutorial_calcHist_Demo
[ 95%] Linking CXX executable ../../bin/cpp-tutorial-Sobel_Demo
[ 95%] Built target tutorial_Sobel_Demo
[ 95%] Linking CXX executable ../../bin/cpp-example-drawing
[ 95%] Built target example_drawing
[ 95%] Linking CXX executable ../../bin/cpp-tutorial-MatchTemplate_Demo
[ 95%] Built target tutorial_MatchTemplate_Demo
[ 95%] Linking CXX executable ../../bin/cpp-tutorial-introduction_to_pca
[ 95%] Built target tutorial_introduction_to_pca
[ 95%] Linking CXX executable ../../bin/cpp-tutorial-compareHist_Demo
[ 95%] Built target tutorial_compareHist_Demo
[ 95%] Linking CXX executable ../../bin/cpp-tutorial-cornerHarris_Demo
[ 95%] Built target tutorial_cornerHarris_Demo
[ 95%] Linking CXX executable ../../bin/cpp-example-dbt_face_detection
[ 95%] Built target example_dbt_face_detection
[ 95%] Linking CXX executable ../../bin/cpp-tutorial-moments_demo
[ 95%] Built target tutorial_moments_demo
[ 95%] Linking CXX executable ../../bin/cpp-tutorial-generalContours_demo1
[ 95%] Built target tutorial_generalContours_demo1
[ 95%] Linking CXX executable ../../bin/cpp-tutorial-BasicLinearTransformsTrackbar
[ 95%] Built target tutorial_BasicLinearTransformsTrackbar
[ 95%] Linking CXX executable ../../bin/cpp-tutorial-how_to_scan_images
[ 95%] Built target tutorial_how_to_scan_images
[ 95%] Linking CXX executable ../../bin/cpp-example-openni_capture
[ 96%] Built target example_openni_capture
[ 96%] Linking CXX executable ../../bin/cpp-tutorial-introduction_windows_vs
[ 96%] Built target tutorial_introduction_windows_vs
[ 96%] Linking CXX executable ../../bin/cpp-example-image_sequence
[ 96%] Built target example_image_sequence
[ 96%] Linking CXX executable ../../bin/cpp-example-kalman
[ 96%] Built target example_kalman
[ 96%] Linking CXX executable ../../bin/cpp-tutorial-display_image
[ 96%] Built target tutorial_display_image
[ 96%] Linking CXX executable ../../bin/cpp-tutorial-calcBackProject_Demo2
[ 96%] Built target tutorial_calcBackProject_Demo2
[ 96%] Linking CXX executable ../../bin/cpp-tutorial-documentation
[ 96%] Built target tutorial_documentation
[ 96%] Linking CXX executable ../../bin/cpp-example-train_HOG
[ 96%] Built target example_train_HOG
[ 96%] Linking CXX executable ../../bin/cpp-example-demhist
[ 96%] Built target example_demhist
[ 96%] Linking CXX executable ../../bin/cpp-example-points_classifier
[ 96%] Built target example_points_classifier
[ 96%] Linking CXX executable ../../bin/cpp-tutorial-cloning_gui
[ 96%] Built target tutorial_cloning_gui
[ 96%] Linking CXX executable ../../bin/cpp-example-application_trace
[ 96%] Built target example_application_trace
[ 96%] Linking CXX executable ../../bin/cpp-tutorial-generalContours_demo2
[ 96%] Built target tutorial_generalContours_demo2
[ 96%] Linking CXX executable ../../bin/cpp-example-create_mask
[ 96%] Built target example_create_mask
[ 96%] Linking CXX executable ../../bin/cpp-example-intelperc_capture
[ 96%] Built target example_intelperc_capture
[ 96%] Linking CXX executable ../../bin/cpp-example-letter_recog
[ 96%] Built target example_letter_recog
[ 96%] Linking CXX executable ../../bin/cpp-example-mask_tmpl
[ 96%] Built target example_mask_tmpl
[ 96%] Linking CXX executable ../../bin/cpp-example-filestorage
[ 96%] Built target example_filestorage
[ 96%] Linking CXX executable ../../bin/cpp-example-houghlines
[ 96%] Built target example_houghlines
[ 96%] Linking CXX executable ../../bin/example_dnn-fcn_semsegm
[ 96%] Built target example_dnn_fcn_semsegm
[ 96%] Linking CXX executable ../../bin/example_dnn-squeezenet_halide
[ 96%] Built target example_dnn_squeezenet_halide
[ 97%] Linking CXX executable ../../bin/example_dnn-ssd_object_detection
[ 97%] Built target example_dnn_ssd_object_detection
[ 97%] Linking CXX executable ../../bin/example_dnn-tf_inception
[ 97%] Built target example_dnn_tf_inception
[ 97%] Linking CXX executable ../../bin/example_dnn-ssd_mobilenet_object_detection
[ 97%] Built target example_dnn_ssd_mobilenet_object_detection
[ 97%] Linking CXX executable ../../bin/example_dnn-torch_enet
[ 97%] Built target example_dnn_torch_enet
[ 97%] Linking CXX executable ../../bin/example_dnn-caffe_googlenet
[ 97%] Built target example_dnn_caffe_googlenet
[ 97%] Linking CXX executable ../../bin/gpu-example-surf_keypoint_matcher
[ 97%] Built target example_gpu_surf_keypoint_matcher
[ 97%] Linking CXX executable ../../bin/gpu-example-video_reader
[ 97%] Built target example_gpu_video_reader
[ 97%] Linking CXX executable ../../bin/gpu-example-farneback_optical_flow
[ 97%] Built target example_gpu_farneback_optical_flow
[ 97%] Linking CXX executable ../../bin/performance_gpu
[ 97%] Built target example_gpu_performance
[ 97%] Linking CXX executable ../../bin/gpu-example-houghlines
[ 97%] Built target example_gpu_houghlines
[ 97%] Linking CXX executable ../../bin/gpu-example-optical_flow
[ 97%] Built target example_gpu_optical_flow
[ 97%] Linking CXX executable ../../bin/gpu-example-hog
[ 97%] Built target example_gpu_hog
[ 97%] Linking CXX executable ../../bin/gpu-example-generalized_hough
[ 97%] Built target example_gpu_generalized_hough
[ 97%] Linking CXX executable ../../bin/gpu-example-stereo_match
[ 97%] Built target example_gpu_stereo_match
[ 97%] Linking CXX executable ../../bin/gpu-example-cascadeclassifier
[ 97%] Built target example_gpu_cascadeclassifier
[ 97%] Linking CXX executable ../../bin/gpu-example-super_resolution
[ 97%] Built target example_gpu_super_resolution
[ 98%] Linking CXX executable ../../bin/gpu-example-driver_api_stereo_multi
[ 98%] Built target example_gpu_driver_api_stereo_multi
[ 98%] Linking CXX executable ../../bin/gpu-example-video_writer
[ 98%] Built target example_gpu_video_writer
[ 98%] Linking CXX executable ../../bin/gpu-example-multi
[ 98%] Built target example_gpu_multi
[ 98%] Linking CXX executable ../../bin/gpu-example-cascadeclassifier_nvidia_api
[ 98%] Built target example_gpu_cascadeclassifier_nvidia_api
[ 98%] Linking CXX executable ../../bin/gpu-example-opticalflow_nvidia_api
[ 98%] Built target example_gpu_opticalflow_nvidia_api
[ 98%] Linking CXX executable ../../bin/gpu-example-stereo_multi
[ 98%] Built target example_gpu_stereo_multi
[ 98%] Linking CXX executable ../../bin/gpu-example-driver_api_multi
[ 98%] Built target example_gpu_driver_api_multi
[ 98%] Linking CXX executable ../../bin/gpu-example-pyrlk_optical_flow
[ 99%] Built target example_gpu_pyrlk_optical_flow
[ 99%] Linking CXX executable ../../bin/gpu-example-bgfg_segm
[ 99%] Built target example_gpu_bgfg_segm
[ 99%] Linking CXX executable ../../bin/gpu-example-morphology
[ 99%] Built target example_gpu_morphology
[ 99%] Linking CXX executable ../../bin/gpu-example-alpha_comp
[ 99%] Built target example_gpu_alpha_comp
[ 99%] Linking CXX executable ../../bin/tapi-example-hog
[ 99%] Built target example_tapi_hog
[ 99%] Linking CXX executable ../../bin/tapi-example-clahe
[ 99%] Built target example_tapi_clahe
[ 99%] Linking CXX executable ../../bin/tapi-example-ufacedetect
[ 99%] Built target example_tapi_ufacedetect
[ 99%] Linking CXX executable ../../bin/tapi-example-camshift
[ 99%] Built target example_tapi_camshift
[ 99%] Linking CXX executable ../../bin/tapi-example-tvl1_optical_flow
[ 99%] Built target example_tapi_tvl1_optical_flow
[ 99%] Linking CXX executable ../../bin/tapi-example-pyrlk_optical_flow
[100%] Built target example_tapi_pyrlk_optical_flow
[100%] Linking CXX executable ../../bin/tapi-example-bgfg_segm
[100%] Built target example_tapi_bgfg_segm
[100%] Linking CXX executable ../../bin/tapi-example-squares
[100%] Built target example_tapi_squares
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/OpenCVModules.cmake
-- Installing: /usr/local/share/OpenCV/OpenCVModules-release.cmake
-- Installing: /usr/local/share/OpenCV/OpenCVConfig-version.cmake
-- Installing: /usr/local/share/OpenCV/OpenCVConfig.cmake
-- Installing: /usr/local/share/OpenCV/valgrind.supp
-- Installing: /usr/local/share/OpenCV/valgrind_3rdparty.supp
-- Installing: /usr/local/include/opencv/cvaux.h
-- Installing: /usr/local/include/opencv/cvwimage.h
-- Installing: /usr/local/include/opencv/cxcore.hpp
-- Installing: /usr/local/include/opencv/cvaux.hpp
-- Installing: /usr/local/include/opencv/cxcore.h
-- Installing: /usr/local/include/opencv/highgui.h
-- Installing: /usr/local/include/opencv/cv.hpp
-- Installing: /usr/local/include/opencv/cxeigen.hpp
-- Installing: /usr/local/include/opencv/cxmisc.h
-- Installing: /usr/local/include/opencv/cv.h
-- Installing: /usr/local/include/opencv/ml.h
-- Installing: /usr/local/include/opencv2/opencv.hpp
-- Installing: /usr/local/lib/libopencv_cudev.so.3.3.0
-- Installing: /usr/local/lib/libopencv_cudev.so.3.3
-- Set runtime path of "/usr/local/lib/libopencv_cudev.so.3.3.0" to "/usr/local/lib:/usr/local/cuda-8.0/lib64"
-- Installing: /usr/local/lib/libopencv_cudev.so
-- Installing: /usr/local/include/opencv2/cudev/util/atomic.hpp
-- Installing: /usr/local/include/opencv2/cudev/util/vec_traits.hpp
-- Installing: /usr/local/include/opencv2/cudev/util/type_traits.hpp
-- Installing: /usr/local/include/opencv2/cudev/util/simd_functions.hpp
-- Installing: /usr/local/include/opencv2/cudev/util/limits.hpp
-- Installing: /usr/local/include/opencv2/cudev/util/saturate_cast.hpp
-- Installing: /usr/local/include/opencv2/cudev/util/tuple.hpp
-- Installing: /usr/local/include/opencv2/cudev/util/detail/type_traits.hpp
-- Installing: /usr/local/include/opencv2/cudev/util/detail/tuple.hpp
-- Installing: /usr/local/include/opencv2/cudev/util/vec_math.hpp
-- Installing: /usr/local/include/opencv2/cudev/grid/reduce_to_vec.hpp
-- Installing: /usr/local/include/opencv2/cudev/grid/integral.hpp
-- Installing: /usr/local/include/opencv2/cudev/grid/pyramids.hpp
-- Installing: /usr/local/include/opencv2/cudev/grid/copy.hpp
-- Installing: /usr/local/include/opencv2/cudev/grid/histogram.hpp
-- Installing: /usr/local/include/opencv2/cudev/grid/transform.hpp
-- Installing: /usr/local/include/opencv2/cudev/grid/split_merge.hpp
-- Installing: /usr/local/include/opencv2/cudev/grid/reduce.hpp
-- Installing: /usr/local/include/opencv2/cudev/grid/transpose.hpp
-- Installing: /usr/local/include/opencv2/cudev/grid/detail/pyr_down.hpp
-- Installing: /usr/local/include/opencv2/cudev/grid/detail/reduce_to_row.hpp
-- Installing: /usr/local/include/opencv2/cudev/grid/detail/integral.hpp
-- Installing: /usr/local/include/opencv2/cudev/grid/detail/copy.hpp
-- Installing: /usr/local/include/opencv2/cudev/grid/detail/histogram.hpp
-- Installing: /usr/local/include/opencv2/cudev/grid/detail/transform.hpp
-- Installing: /usr/local/include/opencv2/cudev/grid/detail/reduce_to_column.hpp
-- Installing: /usr/local/include/opencv2/cudev/grid/detail/split_merge.hpp
-- Installing: /usr/local/include/opencv2/cudev/grid/detail/reduce.hpp
-- Installing: /usr/local/include/opencv2/cudev/grid/detail/minmaxloc.hpp
-- Installing: /usr/local/include/opencv2/cudev/grid/detail/transpose.hpp
-- Installing: /usr/local/include/opencv2/cudev/grid/detail/pyr_up.hpp
-- Installing: /usr/local/include/opencv2/cudev/expr/deriv.hpp
-- Installing: /usr/local/include/opencv2/cudev/expr/per_element_func.hpp
-- Installing: /usr/local/include/opencv2/cudev/expr/binary_func.hpp
-- Installing: /usr/local/include/opencv2/cudev/expr/warping.hpp
-- Installing: /usr/local/include/opencv2/cudev/expr/binary_op.hpp
-- Installing: /usr/local/include/opencv2/cudev/expr/reduction.hpp
-- Installing: /usr/local/include/opencv2/cudev/expr/expr.hpp
-- Installing: /usr/local/include/opencv2/cudev/expr/color.hpp
-- Installing: /usr/local/include/opencv2/cudev/expr/unary_op.hpp
-- Installing: /usr/local/include/opencv2/cudev/expr/unary_func.hpp
-- Installing: /usr/local/include/opencv2/cudev/warp/shuffle.hpp
-- Installing: /usr/local/include/opencv2/cudev/warp/warp.hpp
-- Installing: /usr/local/include/opencv2/cudev/warp/reduce.hpp
-- Installing: /usr/local/include/opencv2/cudev/warp/detail/reduce_key_val.hpp
-- Installing: /usr/local/include/opencv2/cudev/warp/detail/reduce.hpp
-- Installing: /usr/local/include/opencv2/cudev/warp/scan.hpp
-- Installing: /usr/local/include/opencv2/cudev/block/vec_distance.hpp
-- Installing: /usr/local/include/opencv2/cudev/block/reduce.hpp
-- Installing: /usr/local/include/opencv2/cudev/block/detail/reduce_key_val.hpp
-- Installing: /usr/local/include/opencv2/cudev/block/detail/reduce.hpp
-- Installing: /usr/local/include/opencv2/cudev/block/dynamic_smem.hpp
-- Installing: /usr/local/include/opencv2/cudev/block/scan.hpp
-- Installing: /usr/local/include/opencv2/cudev/block/block.hpp
-- Installing: /usr/local/include/opencv2/cudev/common.hpp
-- Installing: /usr/local/include/opencv2/cudev/functional/color_cvt.hpp
-- Installing: /usr/local/include/opencv2/cudev/functional/functional.hpp
-- Installing: /usr/local/include/opencv2/cudev/functional/tuple_adapter.hpp
-- Installing: /usr/local/include/opencv2/cudev/functional/detail/color_cvt.hpp
-- Installing: /usr/local/include/opencv2/cudev/ptr2d/deriv.hpp
-- Installing: /usr/local/include/opencv2/cudev/ptr2d/interpolation.hpp
-- Installing: /usr/local/include/opencv2/cudev/ptr2d/glob.hpp
-- Installing: /usr/local/include/opencv2/cudev/ptr2d/warping.hpp
-- Installing: /usr/local/include/opencv2/cudev/ptr2d/zip.hpp
-- Installing: /usr/local/include/opencv2/cudev/ptr2d/resize.hpp
-- Installing: /usr/local/include/opencv2/cudev/ptr2d/mask.hpp
-- Installing: /usr/local/include/opencv2/cudev/ptr2d/lut.hpp
-- Installing: /usr/local/include/opencv2/cudev/ptr2d/extrapolation.hpp
-- Installing: /usr/local/include/opencv2/cudev/ptr2d/transform.hpp
-- Installing: /usr/local/include/opencv2/cudev/ptr2d/traits.hpp
-- Installing: /usr/local/include/opencv2/cudev/ptr2d/remap.hpp
-- Installing: /usr/local/include/opencv2/cudev/ptr2d/gpumat.hpp
-- Installing: /usr/local/include/opencv2/cudev/ptr2d/constant.hpp
-- Installing: /usr/local/include/opencv2/cudev/ptr2d/detail/gpumat.hpp
-- Installing: /usr/local/include/opencv2/cudev/ptr2d/texture.hpp
-- Installing: /usr/local/include/opencv2/cudev.hpp
-- Up-to-date: /usr/local/include/opencv2/cudev/common.hpp
-- Installing: /usr/local/lib/libopencv_core.so.3.3.0
-- Installing: /usr/local/lib/libopencv_core.so.3.3
-- Set runtime path of "/usr/local/lib/libopencv_core.so.3.3.0" to "/usr/local/lib:/usr/local/cuda-8.0/lib64"
-- Installing: /usr/local/lib/libopencv_core.so
-- Installing: /usr/local/include/opencv2/core/cuda/warp_reduce.hpp
-- Installing: /usr/local/include/opencv2/core/cuda/vec_traits.hpp
-- Installing: /usr/local/include/opencv2/core/cuda/filters.hpp
-- Installing: /usr/local/include/opencv2/core/cuda/type_traits.hpp
-- Installing: /usr/local/include/opencv2/core/cuda/warp.hpp
-- Installing: /usr/local/include/opencv2/core/cuda/warp_shuffle.hpp
-- Installing: /usr/local/include/opencv2/core/cuda/vec_distance.hpp
-- Installing: /usr/local/include/opencv2/core/cuda/transform.hpp
-- Installing: /usr/local/include/opencv2/core/cuda/emulation.hpp
-- Installing: /usr/local/include/opencv2/core/cuda/simd_functions.hpp
-- Installing: /usr/local/include/opencv2/core/cuda/functional.hpp
-- Installing: /usr/local/include/opencv2/core/cuda/limits.hpp
-- Installing: /usr/local/include/opencv2/core/cuda/color.hpp
-- Installing: /usr/local/include/opencv2/core/cuda/common.hpp
-- Installing: /usr/local/include/opencv2/core/cuda/utility.hpp
-- Installing: /usr/local/include/opencv2/core/cuda/saturate_cast.hpp
-- Installing: /usr/local/include/opencv2/core/cuda/border_interpolate.hpp
-- Installing: /usr/local/include/opencv2/core/cuda/reduce.hpp
-- Installing: /usr/local/include/opencv2/core/cuda/datamov_utils.hpp
-- Installing: /usr/local/include/opencv2/core/cuda/funcattrib.hpp
-- Installing: /usr/local/include/opencv2/core/cuda/dynamic_smem.hpp
-- Installing: /usr/local/include/opencv2/core/cuda/vec_math.hpp
-- Installing: /usr/local/include/opencv2/core/cuda/scan.hpp
-- Installing: /usr/local/include/opencv2/core/cuda/block.hpp
-- Installing: /usr/local/include/opencv2/core/cuda/detail/reduce_key_val.hpp
-- Installing: /usr/local/include/opencv2/core/cuda/detail/type_traits_detail.hpp
-- Installing: /usr/local/include/opencv2/core/cuda/detail/color_detail.hpp
-- Installing: /usr/local/include/opencv2/core/cuda/detail/vec_distance_detail.hpp
-- Installing: /usr/local/include/opencv2/core/cuda/detail/transform_detail.hpp
-- Installing: /usr/local/include/opencv2/core/cuda/detail/reduce.hpp
-- Installing: /usr/local/include/opencv2/core.hpp
-- Installing: /usr/local/include/opencv2/core/softfloat.hpp
-- Installing: /usr/local/include/opencv2/core/version.hpp
-- Installing: /usr/local/include/opencv2/core/cuda.hpp
-- Installing: /usr/local/include/opencv2/core/ptr.inl.hpp
-- Installing: /usr/local/include/opencv2/core/core.hpp
-- Installing: /usr/local/include/opencv2/core/cuda_stream_accessor.hpp
-- Installing: /usr/local/include/opencv2/core/affine.hpp
-- Installing: /usr/local/include/opencv2/core/saturate.hpp
-- Installing: /usr/local/include/opencv2/core/va_intel.hpp
-- Installing: /usr/local/include/opencv2/core/eigen.hpp
-- Installing: /usr/local/include/opencv2/core/fast_math.hpp
-- Installing: /usr/local/include/opencv2/core/types.hpp
-- Installing: /usr/local/include/opencv2/core/cuda_types.hpp
-- Installing: /usr/local/include/opencv2/core/matx.hpp
-- Installing: /usr/local/include/opencv2/core/directx.hpp
-- Installing: /usr/local/include/opencv2/core/cvstd.hpp
-- Installing: /usr/local/include/opencv2/core/persistence.hpp
-- Installing: /usr/local/include/opencv2/core/wimage.hpp
-- Installing: /usr/local/include/opencv2/core/ocl.hpp
-- Installing: /usr/local/include/opencv2/core/traits.hpp
-- Installing: /usr/local/include/opencv2/core/optim.hpp
-- Installing: /usr/local/include/opencv2/core/neon_utils.hpp
-- Installing: /usr/local/include/opencv2/core/sse_utils.hpp
-- Installing: /usr/local/include/opencv2/core/mat.inl.hpp
-- Installing: /usr/local/include/opencv2/core/cvstd.inl.hpp
-- Installing: /usr/local/include/opencv2/core/ocl_genbase.hpp
-- Installing: /usr/local/include/opencv2/core/ippasync.hpp
-- Installing: /usr/local/include/opencv2/core/utility.hpp
-- Installing: /usr/local/include/opencv2/core/mat.hpp
-- Installing: /usr/local/include/opencv2/core/opengl.hpp
-- Installing: /usr/local/include/opencv2/core/cuda.inl.hpp
-- Installing: /usr/local/include/opencv2/core/base.hpp
-- Installing: /usr/local/include/opencv2/core/bufferpool.hpp
-- Installing: /usr/local/include/opencv2/core/ovx.hpp
-- Installing: /usr/local/include/opencv2/core/operations.hpp
-- Installing: /usr/local/include/opencv2/core/cv_cpu_helper.h
-- Installing: /usr/local/include/opencv2/core/core_c.h
-- Installing: /usr/local/include/opencv2/core/cvdef.h
-- Installing: /usr/local/include/opencv2/core/cv_cpu_dispatch.h
-- Installing: /usr/local/include/opencv2/core/types_c.h
-- Installing: /usr/local/include/opencv2/core/hal/intrin_sse.hpp
-- Installing: /usr/local/include/opencv2/core/hal/intrin_cpp.hpp
-- Installing: /usr/local/include/opencv2/core/hal/intrin_neon.hpp
-- Installing: /usr/local/include/opencv2/core/hal/hal.hpp
-- Installing: /usr/local/include/opencv2/core/hal/intrin.hpp
-- Installing: /usr/local/include/opencv2/core/hal/interface.h
-- Installing: /usr/local/include/opencv2/core/utils/logger.hpp
-- Installing: /usr/local/include/opencv2/core/utils/trace.hpp
-- Installing: /usr/local/lib/libopencv_cudaarithm.so.3.3.0
-- Installing: /usr/local/lib/libopencv_cudaarithm.so.3.3
-- Set runtime path of "/usr/local/lib/libopencv_cudaarithm.so.3.3.0" to "/usr/local/lib:/usr/local/cuda-8.0/lib64"
-- Installing: /usr/local/lib/libopencv_cudaarithm.so
-- Installing: /usr/local/include/opencv2/cudaarithm.hpp
-- Installing: /usr/local/lib/libopencv_flann.so.3.3.0
-- Installing: /usr/local/lib/libopencv_flann.so.3.3
-- Set runtime path of "/usr/local/lib/libopencv_flann.so.3.3.0" to "/usr/local/lib:/usr/local/cuda-8.0/lib64"
-- Installing: /usr/local/lib/libopencv_flann.so
-- Installing: /usr/local/include/opencv2/flann.hpp
-- Installing: /usr/local/include/opencv2/flann/flann.hpp
-- Installing: /usr/local/include/opencv2/flann/flann_base.hpp
-- Installing: /usr/local/include/opencv2/flann/miniflann.hpp
-- Installing: /usr/local/include/opencv2/flann/kmeans_index.h
-- Installing: /usr/local/include/opencv2/flann/autotuned_index.h
-- Installing: /usr/local/include/opencv2/flann/config.h
-- Installing: /usr/local/include/opencv2/flann/saving.h
-- Installing: /usr/local/include/opencv2/flann/any.h
-- Installing: /usr/local/include/opencv2/flann/hierarchical_clustering_index.h
-- Installing: /usr/local/include/opencv2/flann/defines.h
-- Installing: /usr/local/include/opencv2/flann/kdtree_index.h
-- Installing: /usr/local/include/opencv2/flann/allocator.h
-- Installing: /usr/local/include/opencv2/flann/heap.h
-- Installing: /usr/local/include/opencv2/flann/params.h
-- Installing: /usr/local/include/opencv2/flann/kdtree_single_index.h
-- Installing: /usr/local/include/opencv2/flann/matrix.h
-- Installing: /usr/local/include/opencv2/flann/ground_truth.h
-- Installing: /usr/local/include/opencv2/flann/composite_index.h
-- Installing: /usr/local/include/opencv2/flann/lsh_table.h
-- Installing: /usr/local/include/opencv2/flann/object_factory.h
-- Installing: /usr/local/include/opencv2/flann/lsh_index.h
-- Installing: /usr/local/include/opencv2/flann/dist.h
-- Installing: /usr/local/include/opencv2/flann/linear_index.h
-- Installing: /usr/local/include/opencv2/flann/all_indices.h
-- Installing: /usr/local/include/opencv2/flann/dummy.h
-- Installing: /usr/local/include/opencv2/flann/nn_index.h
-- Installing: /usr/local/include/opencv2/flann/result_set.h
-- Installing: /usr/local/include/opencv2/flann/logger.h
-- Installing: /usr/local/include/opencv2/flann/timer.h
-- Installing: /usr/local/include/opencv2/flann/dynamic_bitset.h
-- Installing: /usr/local/include/opencv2/flann/general.h
-- Installing: /usr/local/include/opencv2/flann/sampling.h
-- Installing: /usr/local/include/opencv2/flann/hdf5.h
-- Installing: /usr/local/include/opencv2/flann/index_testing.h
-- Installing: /usr/local/include/opencv2/flann/simplex_downhill.h
-- Installing: /usr/local/include/opencv2/flann/random.h
-- Installing: /usr/local/lib/libopencv_imgproc.so.3.3.0
-- Installing: /usr/local/lib/libopencv_imgproc.so.3.3
-- Set runtime path of "/usr/local/lib/libopencv_imgproc.so.3.3.0" to "/usr/local/lib:/usr/local/cuda-8.0/lib64"
-- Installing: /usr/local/lib/libopencv_imgproc.so
-- Installing: /usr/local/include/opencv2/imgproc.hpp
-- Installing: /usr/local/include/opencv2/imgproc/imgproc.hpp
-- Installing: /usr/local/include/opencv2/imgproc/imgproc_c.h
-- Installing: /usr/local/include/opencv2/imgproc/types_c.h
-- Installing: /usr/local/include/opencv2/imgproc/hal/hal.hpp
-- Installing: /usr/local/include/opencv2/imgproc/hal/interface.h
-- Installing: /usr/local/include/opencv2/imgproc/detail/distortion_model.hpp
-- Installing: /usr/local/lib/libopencv_ml.so.3.3.0
-- Installing: /usr/local/lib/libopencv_ml.so.3.3
-- Set runtime path of "/usr/local/lib/libopencv_ml.so.3.3.0" to "/usr/local/lib:/usr/local/cuda-8.0/lib64"
-- Installing: /usr/local/lib/libopencv_ml.so
-- Installing: /usr/local/include/opencv2/ml.hpp
-- Installing: /usr/local/include/opencv2/ml/ml.hpp
-- Installing: /usr/local/lib/libopencv_objdetect.so.3.3.0
-- Installing: /usr/local/lib/libopencv_objdetect.so.3.3
-- Set runtime path of "/usr/local/lib/libopencv_objdetect.so.3.3.0" to "/usr/local/lib:/usr/local/cuda-8.0/lib64"
-- Installing: /usr/local/lib/libopencv_objdetect.so
-- Installing: /usr/local/include/opencv2/objdetect.hpp
-- Installing: /usr/local/include/opencv2/objdetect/detection_based_tracker.hpp
-- Installing: /usr/local/include/opencv2/objdetect/objdetect.hpp
-- Installing: /usr/local/include/opencv2/objdetect/objdetect_c.h
-- Installing: /usr/local/lib/libopencv_video.so.3.3.0
-- Installing: /usr/local/lib/libopencv_video.so.3.3
-- Set runtime path of "/usr/local/lib/libopencv_video.so.3.3.0" to "/usr/local/lib:/usr/local/cuda-8.0/lib64"
-- Installing: /usr/local/lib/libopencv_video.so
-- Installing: /usr/local/include/opencv2/video.hpp
-- Installing: /usr/local/include/opencv2/video/tracking.hpp
-- Installing: /usr/local/include/opencv2/video/background_segm.hpp
-- Installing: /usr/local/include/opencv2/video/video.hpp
-- Installing: /usr/local/include/opencv2/video/tracking_c.h
-- Installing: /usr/local/lib/libopencv_cudabgsegm.so.3.3.0
-- Installing: /usr/local/lib/libopencv_cudabgsegm.so.3.3
-- Set runtime path of "/usr/local/lib/libopencv_cudabgsegm.so.3.3.0" to "/usr/local/lib:/usr/local/cuda-8.0/lib64"
-- Installing: /usr/local/lib/libopencv_cudabgsegm.so
-- Installing: /usr/local/include/opencv2/cudabgsegm.hpp
-- Installing: /usr/local/lib/libopencv_cudafilters.so.3.3.0
-- Installing: /usr/local/lib/libopencv_cudafilters.so.3.3
-- Set runtime path of "/usr/local/lib/libopencv_cudafilters.so.3.3.0" to "/usr/local/lib:/usr/local/cuda-8.0/lib64"
-- Installing: /usr/local/lib/libopencv_cudafilters.so
-- Installing: /usr/local/include/opencv2/cudafilters.hpp
-- Installing: /usr/local/lib/libopencv_cudaimgproc.so.3.3.0
-- Installing: /usr/local/lib/libopencv_cudaimgproc.so.3.3
-- Set runtime path of "/usr/local/lib/libopencv_cudaimgproc.so.3.3.0" to "/usr/local/lib:/usr/local/cuda-8.0/lib64"
-- Installing: /usr/local/lib/libopencv_cudaimgproc.so
-- Installing: /usr/local/include/opencv2/cudaimgproc.hpp
-- Installing: /usr/local/lib/libopencv_cudawarping.so.3.3.0
-- Installing: /usr/local/lib/libopencv_cudawarping.so.3.3
-- Set runtime path of "/usr/local/lib/libopencv_cudawarping.so.3.3.0" to "/usr/local/lib:/usr/local/cuda-8.0/lib64"
-- Installing: /usr/local/lib/libopencv_cudawarping.so
-- Installing: /usr/local/include/opencv2/cudawarping.hpp
-- Installing: /usr/local/lib/libopencv_dnn.so.3.3.0
-- Installing: /usr/local/lib/libopencv_dnn.so.3.3
-- Set runtime path of "/usr/local/lib/libopencv_dnn.so.3.3.0" to "/usr/local/lib:/usr/local/cuda-8.0/lib64"
-- Installing: /usr/local/lib/libopencv_dnn.so
-- Installing: /usr/local/include/opencv2/dnn.hpp
-- Installing: /usr/local/include/opencv2/dnn/all_layers.hpp
-- Installing: /usr/local/include/opencv2/dnn/dnn.hpp
-- Installing: /usr/local/include/opencv2/dnn/dict.hpp
-- Installing: /usr/local/include/opencv2/dnn/layer.details.hpp
-- Installing: /usr/local/include/opencv2/dnn/layer.hpp
-- Installing: /usr/local/include/opencv2/dnn/dnn.inl.hpp
-- Installing: /usr/local/include/opencv2/dnn/shape_utils.hpp
-- Installing: /usr/local/lib/libopencv_imgcodecs.so.3.3.0
-- Installing: /usr/local/lib/libopencv_imgcodecs.so.3.3
-- Set runtime path of "/usr/local/lib/libopencv_imgcodecs.so.3.3.0" to "/usr/local/lib:/usr/local/cuda-8.0/lib64"
-- Installing: /usr/local/lib/libopencv_imgcodecs.so
-- Installing: /usr/local/include/opencv2/imgcodecs.hpp
-- Installing: /usr/local/include/opencv2/imgcodecs/imgcodecs.hpp
-- Installing: /usr/local/include/opencv2/imgcodecs/imgcodecs_c.h
-- Installing: /usr/local/include/opencv2/imgcodecs/ios.h
-- Installing: /usr/local/lib/libopencv_photo.so.3.3.0
-- Installing: /usr/local/lib/libopencv_photo.so.3.3
-- Set runtime path of "/usr/local/lib/libopencv_photo.so.3.3.0" to "/usr/local/lib:/usr/local/cuda-8.0/lib64"
-- Installing: /usr/local/lib/libopencv_photo.so
-- Installing: /usr/local/include/opencv2/photo.hpp
-- Installing: /usr/local/include/opencv2/photo/cuda.hpp
-- Installing: /usr/local/include/opencv2/photo/photo.hpp
-- Installing: /usr/local/include/opencv2/photo/photo_c.h
-- Installing: /usr/local/lib/libopencv_shape.so.3.3.0
-- Installing: /usr/local/lib/libopencv_shape.so.3.3
-- Set runtime path of "/usr/local/lib/libopencv_shape.so.3.3.0" to "/usr/local/lib:/usr/local/cuda-8.0/lib64"
-- Installing: /usr/local/lib/libopencv_shape.so
-- Installing: /usr/local/include/opencv2/shape.hpp
-- Installing: /usr/local/include/opencv2/shape/shape_transformer.hpp
-- Installing: /usr/local/include/opencv2/shape/shape_distance.hpp
-- Installing: /usr/local/include/opencv2/shape/shape.hpp
-- Installing: /usr/local/include/opencv2/shape/hist_cost.hpp
-- Installing: /usr/local/include/opencv2/shape/emdL1.hpp
-- Installing: /usr/local/lib/libopencv_videoio.so.3.3.0
-- Installing: /usr/local/lib/libopencv_videoio.so.3.3
-- Set runtime path of "/usr/local/lib/libopencv_videoio.so.3.3.0" to "/usr/local/lib:/usr/local/cuda-8.0/lib64"
-- Installing: /usr/local/lib/libopencv_videoio.so
-- Installing: /usr/local/include/opencv2/videoio.hpp
-- Installing: /usr/local/include/opencv2/videoio/videoio.hpp
-- Installing: /usr/local/include/opencv2/videoio/cap_ios.h
-- Installing: /usr/local/include/opencv2/videoio/videoio_c.h
-- Installing: /usr/local/lib/libopencv_cudacodec.so.3.3.0
-- Installing: /usr/local/lib/libopencv_cudacodec.so.3.3
-- Set runtime path of "/usr/local/lib/libopencv_cudacodec.so.3.3.0" to "/usr/local/lib:/usr/local/cuda-8.0/lib64"
-- Installing: /usr/local/lib/libopencv_cudacodec.so
-- Installing: /usr/local/include/opencv2/cudacodec.hpp
-- Installing: /usr/local/lib/libopencv_highgui.so.3.3.0
-- Installing: /usr/local/lib/libopencv_highgui.so.3.3
-- Set runtime path of "/usr/local/lib/libopencv_highgui.so.3.3.0" to "/usr/local/lib:/usr/local/cuda-8.0/lib64"
-- Installing: /usr/local/lib/libopencv_highgui.so
-- Installing: /usr/local/include/opencv2/highgui.hpp
-- Installing: /usr/local/include/opencv2/highgui/highgui.hpp
-- Installing: /usr/local/include/opencv2/highgui/highgui_c.h
-- Installing: /usr/local/lib/libopencv_features2d.so.3.3.0
-- Installing: /usr/local/lib/libopencv_features2d.so.3.3
-- Set runtime path of "/usr/local/lib/libopencv_features2d.so.3.3.0" to "/usr/local/lib:/usr/local/cuda-8.0/lib64"
-- Installing: /usr/local/lib/libopencv_features2d.so
-- Installing: /usr/local/include/opencv2/features2d.hpp
-- Installing: /usr/local/include/opencv2/features2d/features2d.hpp
-- Installing: /usr/local/lib/libopencv_calib3d.so.3.3.0
-- Installing: /usr/local/lib/libopencv_calib3d.so.3.3
-- Set runtime path of "/usr/local/lib/libopencv_calib3d.so.3.3.0" to "/usr/local/lib:/usr/local/cuda-8.0/lib64"
-- Installing: /usr/local/lib/libopencv_calib3d.so
-- Installing: /usr/local/include/opencv2/calib3d.hpp
-- Installing: /usr/local/include/opencv2/calib3d/calib3d.hpp
-- Installing: /usr/local/include/opencv2/calib3d/calib3d_c.h
-- Installing: /usr/local/lib/libopencv_cudafeatures2d.so.3.3.0
-- Installing: /usr/local/lib/libopencv_cudafeatures2d.so.3.3
-- Set runtime path of "/usr/local/lib/libopencv_cudafeatures2d.so.3.3.0" to "/usr/local/lib:/usr/local/cuda-8.0/lib64"
-- Installing: /usr/local/lib/libopencv_cudafeatures2d.so
-- Installing: /usr/local/include/opencv2/cudafeatures2d.hpp
-- Installing: /usr/local/lib/libopencv_cudalegacy.so.3.3.0
-- Installing: /usr/local/lib/libopencv_cudalegacy.so.3.3
-- Set runtime path of "/usr/local/lib/libopencv_cudalegacy.so.3.3.0" to "/usr/local/lib:/usr/local/cuda-8.0/lib64"
-- Installing: /usr/local/lib/libopencv_cudalegacy.so
-- Installing: /usr/local/include/opencv2/cudalegacy.hpp
-- Installing: /usr/local/include/opencv2/cudalegacy/NCVHaarObjectDetection.hpp
-- Installing: /usr/local/include/opencv2/cudalegacy/NCV.hpp
-- Installing: /usr/local/include/opencv2/cudalegacy/NPP_staging.hpp
-- Installing: /usr/local/include/opencv2/cudalegacy/NCVBroxOpticalFlow.hpp
-- Installing: /usr/local/include/opencv2/cudalegacy/NCVPyramid.hpp
-- Installing: /usr/local/lib/libopencv_cudaobjdetect.so.3.3.0
-- Installing: /usr/local/lib/libopencv_cudaobjdetect.so.3.3
-- Set runtime path of "/usr/local/lib/libopencv_cudaobjdetect.so.3.3.0" to "/usr/local/lib:/usr/local/cuda-8.0/lib64"
-- Installing: /usr/local/lib/libopencv_cudaobjdetect.so
-- Installing: /usr/local/include/opencv2/cudaobjdetect.hpp
-- Installing: /usr/local/lib/libopencv_cudaoptflow.so.3.3.0
-- Installing: /usr/local/lib/libopencv_cudaoptflow.so.3.3
-- Set runtime path of "/usr/local/lib/libopencv_cudaoptflow.so.3.3.0" to "/usr/local/lib:/usr/local/cuda-8.0/lib64"
-- Installing: /usr/local/lib/libopencv_cudaoptflow.so
-- Installing: /usr/local/include/opencv2/cudaoptflow.hpp
-- Installing: /usr/local/lib/libopencv_cudastereo.so.3.3.0
-- Installing: /usr/local/lib/libopencv_cudastereo.so.3.3
-- Set runtime path of "/usr/local/lib/libopencv_cudastereo.so.3.3.0" to "/usr/local/lib:/usr/local/cuda-8.0/lib64"
-- Installing: /usr/local/lib/libopencv_cudastereo.so
-- Installing: /usr/local/include/opencv2/cudastereo.hpp
-- Installing: /usr/local/lib/libopencv_stitching.so.3.3.0
-- Installing: /usr/local/lib/libopencv_stitching.so.3.3
-- Set runtime path of "/usr/local/lib/libopencv_stitching.so.3.3.0" to "/usr/local/lib:/usr/local/cuda-8.0/lib64"
-- Installing: /usr/local/lib/libopencv_stitching.so
-- Installing: /usr/local/include/opencv2/stitching.hpp
-- Installing: /usr/local/include/opencv2/stitching/warpers.hpp
-- Installing: /usr/local/include/opencv2/stitching/detail/warpers.hpp
-- Installing: /usr/local/include/opencv2/stitching/detail/matchers.hpp
-- Installing: /usr/local/include/opencv2/stitching/detail/exposure_compensate.hpp
-- Installing: /usr/local/include/opencv2/stitching/detail/warpers_inl.hpp
-- Installing: /usr/local/include/opencv2/stitching/detail/util_inl.hpp
-- Installing: /usr/local/include/opencv2/stitching/detail/blenders.hpp
-- Installing: /usr/local/include/opencv2/stitching/detail/timelapsers.hpp
-- Installing: /usr/local/include/opencv2/stitching/detail/motion_estimators.hpp
-- Installing: /usr/local/include/opencv2/stitching/detail/util.hpp
-- Installing: /usr/local/include/opencv2/stitching/detail/autocalib.hpp
-- Installing: /usr/local/include/opencv2/stitching/detail/seam_finders.hpp
-- Installing: /usr/local/include/opencv2/stitching/detail/camera.hpp
-- Installing: /usr/local/lib/libopencv_superres.so.3.3.0
-- Installing: /usr/local/lib/libopencv_superres.so.3.3
-- Set runtime path of "/usr/local/lib/libopencv_superres.so.3.3.0" to "/usr/local/lib:/usr/local/cuda-8.0/lib64"
-- Installing: /usr/local/lib/libopencv_superres.so
-- Installing: /usr/local/include/opencv2/superres.hpp
-- Installing: /usr/local/include/opencv2/superres/optical_flow.hpp
-- Installing: /usr/local/lib/libopencv_videostab.so.3.3.0
-- Installing: /usr/local/lib/libopencv_videostab.so.3.3
-- Set runtime path of "/usr/local/lib/libopencv_videostab.so.3.3.0" to "/usr/local/lib:/usr/local/cuda-8.0/lib64"
-- Installing: /usr/local/lib/libopencv_videostab.so
-- Installing: /usr/local/include/opencv2/videostab.hpp
-- Installing: /usr/local/include/opencv2/videostab/stabilizer.hpp
-- Installing: /usr/local/include/opencv2/videostab/frame_source.hpp
-- Installing: /usr/local/include/opencv2/videostab/motion_stabilizing.hpp
-- Installing: /usr/local/include/opencv2/videostab/log.hpp
-- Installing: /usr/local/include/opencv2/videostab/wobble_suppression.hpp
-- Installing: /usr/local/include/opencv2/videostab/inpainting.hpp
-- Installing: /usr/local/include/opencv2/videostab/motion_core.hpp
-- Installing: /usr/local/include/opencv2/videostab/global_motion.hpp
-- Installing: /usr/local/include/opencv2/videostab/fast_marching.hpp
-- Installing: /usr/local/include/opencv2/videostab/fast_marching_inl.hpp
-- Installing: /usr/local/include/opencv2/videostab/optical_flow.hpp
-- Installing: /usr/local/include/opencv2/videostab/ring_buffer.hpp
-- Installing: /usr/local/include/opencv2/videostab/outlier_rejection.hpp
-- Installing: /usr/local/include/opencv2/videostab/deblurring.hpp
-- Installing: /usr/local/lib/python2.7/dist-packages/cv2.so
-- Set runtime path of "/usr/local/lib/python2.7/dist-packages/cv2.so" to "/usr/local/lib:/usr/local/cuda-8.0/lib64"
-- Installing: /usr/local/share/OpenCV/haarcascades/haarcascade_upperbody.xml
-- Installing: /usr/local/share/OpenCV/haarcascades/haarcascade_eye.xml
-- Installing: /usr/local/share/OpenCV/haarcascades/haarcascade_fullbody.xml
-- Installing: /usr/local/share/OpenCV/haarcascades/haarcascade_smile.xml
-- Installing: /usr/local/share/OpenCV/haarcascades/haarcascade_frontalface_default.xml
-- Installing: /usr/local/share/OpenCV/haarcascades/haarcascade_frontalcatface_extended.xml
-- Installing: /usr/local/share/OpenCV/haarcascades/haarcascade_frontalface_alt_tree.xml
-- Installing: /usr/local/share/OpenCV/haarcascades/haarcascade_lowerbody.xml
-- Installing: /usr/local/share/OpenCV/haarcascades/haarcascade_eye_tree_eyeglasses.xml
-- Installing: /usr/local/share/OpenCV/haarcascades/haarcascade_frontalface_alt.xml
-- Installing: /usr/local/share/OpenCV/haarcascades/haarcascade_righteye_2splits.xml
-- Installing: /usr/local/share/OpenCV/haarcascades/haarcascade_frontalcatface.xml
-- Installing: /usr/local/share/OpenCV/haarcascades/haarcascade_licence_plate_rus_16stages.xml
-- Installing: /usr/local/share/OpenCV/haarcascades/haarcascade_russian_plate_number.xml
-- Installing: /usr/local/share/OpenCV/haarcascades/haarcascade_frontalface_alt2.xml
-- Installing: /usr/local/share/OpenCV/haarcascades/haarcascade_lefteye_2splits.xml
-- Installing: /usr/local/share/OpenCV/haarcascades/haarcascade_profileface.xml
-- Installing: /usr/local/share/OpenCV/lbpcascades/lbpcascade_silverware.xml
-- Installing: /usr/local/share/OpenCV/lbpcascades/lbpcascade_frontalface.xml
-- Installing: /usr/local/share/OpenCV/lbpcascades/lbpcascade_frontalface_improved.xml
-- Installing: /usr/local/share/OpenCV/lbpcascades/lbpcascade_frontalcatface.xml
-- Installing: /usr/local/share/OpenCV/lbpcascades/lbpcascade_profileface.xml
-- Installing: /usr/local/bin/opencv_traincascade
-- Set runtime path of "/usr/local/bin/opencv_traincascade" to "/usr/local/lib:/usr/local/cuda-8.0/lib64"
-- Installing: /usr/local/bin/opencv_createsamples
-- Set runtime path of "/usr/local/bin/opencv_createsamples" to "/usr/local/lib:/usr/local/cuda-8.0/lib64"
-- Installing: /usr/local/bin/opencv_annotation
-- Set runtime path of "/usr/local/bin/opencv_annotation" to "/usr/local/lib:/usr/local/cuda-8.0/lib64"
-- Installing: /usr/local/bin/opencv_visualisation
-- Set runtime path of "/usr/local/bin/opencv_visualisation" to "/usr/local/lib:/usr/local/cuda-8.0/lib64"
-- Installing: /usr/local/bin/opencv_interactive-calibration
-- Set runtime path of "/usr/local/bin/opencv_interactive-calibration" to "/usr/local/lib:/usr/local/cuda-8.0/lib64"
-- Installing: /usr/local/bin/opencv_version
-- Set runtime path of "/usr/local/bin/opencv_version" to "/usr/local/lib:/usr/local/cuda-8.0/lib64"
-- Installing: /usr/local/share/OpenCV/samples/cpp/3calibration.cpp
-- Installing: /usr/local/share/OpenCV/samples/cpp/contours2.cpp
-- Installing: /usr/local/share/OpenCV/samples/cpp/convexhull.cpp
-- Installing: /usr/local/share/OpenCV/samples/cpp/videocapture_starter.cpp
-- Installing: /usr/local/share/OpenCV/samples/cpp/stitching.cpp
-- Installing: /usr/local/share/OpenCV/samples/cpp/points_classifier.cpp
-- Installing: /usr/local/share/OpenCV/samples/cpp/application_trace.cpp
-- Installing: /usr/local/share/OpenCV/samples/cpp/create_mask.cpp
-- Installing: /usr/local/share/OpenCV/samples/cpp/warpPerspective_demo.cpp
-- Installing: /usr/local/share/OpenCV/samples/cpp/peopledetect.cpp
-- Installing: /usr/local/share/OpenCV/samples/cpp/intelperc_capture.cpp
-- Installing: /usr/local/share/OpenCV/samples/cpp/laplace.cpp
-- Installing: /usr/local/share/OpenCV/samples/cpp/videowriter_basic.cpp
-- Installing: /usr/local/share/OpenCV/samples/cpp/letter_recog.cpp
-- Installing: /usr/local/share/OpenCV/samples/cpp/detect_mser.cpp
-- Installing: /usr/local/share/OpenCV/samples/cpp/mask_tmpl.cpp
-- Installing: /usr/local/share/OpenCV/samples/cpp/openni_capture.cpp
-- Installing: /usr/local/share/OpenCV/samples/cpp/cloning_gui.cpp
-- Installing: /usr/local/share/OpenCV/samples/cpp/filestorage.cpp
-- Installing: /usr/local/share/OpenCV/samples/cpp/houghlines.cpp
-- Installing: /usr/local/share/OpenCV/samples/cpp/connected_components.cpp
-- Installing: /usr/local/share/OpenCV/samples/cpp/delaunay2.cpp
-- Installing: /usr/local/share/OpenCV/samples/cpp/phase_corr.cpp
-- Installing: /usr/local/share/OpenCV/samples/cpp/pca.cpp
-- Installing: /usr/local/share/OpenCV/samples/cpp/select3dobj.cpp
-- Installing: /usr/local/share/OpenCV/samples/cpp/drawing.cpp
-- Installing: /usr/local/share/OpenCV/samples/cpp/videostab.cpp
-- Installing: /usr/local/share/OpenCV/samples/cpp/em.cpp
-- Installing: /usr/local/share/OpenCV/samples/cpp/stitching_detailed.cpp
-- Installing: /usr/local/share/OpenCV/samples/cpp/matchmethod_orb_akaze_brisk.cpp
-- Installing: /usr/local/share/OpenCV/samples/cpp/demhist.cpp
-- Installing: /usr/local/share/OpenCV/samples/cpp/edge.cpp
-- Installing: /usr/local/share/OpenCV/samples/cpp/segment_objects.cpp
-- Installing: /usr/local/share/OpenCV/samples/cpp/kalman.cpp
-- Installing: /usr/local/share/OpenCV/samples/cpp/autofocus.cpp
-- Installing: /usr/local/share/OpenCV/samples/cpp/houghcircles.cpp
-- Installing: /usr/local/share/OpenCV/samples/cpp/neural_network.cpp
-- Installing: /usr/local/share/OpenCV/samples/cpp/stereo_match.cpp
-- Installing: /usr/local/share/OpenCV/samples/cpp/starter_imagelist.cpp
-- Installing: /usr/local/share/OpenCV/samples/cpp/ffilldemo.cpp
-- Installing: /usr/local/share/OpenCV/samples/cpp/watershed.cpp
-- Installing: /usr/local/share/OpenCV/samples/cpp/polar_transforms.cpp
-- Installing: /usr/local/share/OpenCV/samples/cpp/lkdemo.cpp
-- Installing: /usr/local/share/OpenCV/samples/cpp/cloning_demo.cpp
-- Installing: /usr/local/share/OpenCV/samples/cpp/kmeans.cpp
-- Installing: /usr/local/share/OpenCV/samples/cpp/fitellipse.cpp
-- Installing: /usr/local/share/OpenCV/samples/cpp/tvl1_optical_flow.cpp
-- Installing: /usr/local/share/OpenCV/samples/cpp/image_alignment.cpp
-- Installing: /usr/local/share/OpenCV/samples/cpp/falsecolor.cpp
-- Installing: /usr/local/share/OpenCV/samples/cpp/fback.cpp
-- Installing: /usr/local/share/OpenCV/samples/cpp/imagelist_creator.cpp
-- Installing: /usr/local/share/OpenCV/samples/cpp/train_HOG.cpp
-- Installing: /usr/local/share/OpenCV/samples/cpp/bgfg_segm.cpp
-- Installing: /usr/local/share/OpenCV/samples/cpp/calibration.cpp
-- Installing: /usr/local/share/OpenCV/samples/cpp/stereo_calib.cpp
-- Installing: /usr/local/share/OpenCV/samples/cpp/filestorage_base64.cpp
-- Installing: /usr/local/share/OpenCV/samples/cpp/opencv_version.cpp
-- Installing: /usr/local/share/OpenCV/samples/cpp/squares.cpp
-- Installing: /usr/local/share/OpenCV/samples/cpp/minarea.cpp
-- Installing: /usr/local/share/OpenCV/samples/cpp/camshiftdemo.cpp
-- Installing: /usr/local/share/OpenCV/samples/cpp/distrans.cpp
-- Installing: /usr/local/share/OpenCV/samples/cpp/npr_demo.cpp
-- Installing: /usr/local/share/OpenCV/samples/cpp/facedetect.cpp
-- Installing: /usr/local/share/OpenCV/samples/cpp/morphology2.cpp
-- Installing: /usr/local/share/OpenCV/samples/cpp/lsd_lines.cpp
-- Installing: /usr/local/share/OpenCV/samples/cpp/facial_features.cpp
-- Installing: /usr/local/share/OpenCV/samples/cpp/videocapture_basic.cpp
-- Installing: /usr/local/share/OpenCV/samples/cpp/dft.cpp
-- Installing: /usr/local/share/OpenCV/samples/cpp/grabcut.cpp
-- Installing: /usr/local/share/OpenCV/samples/cpp/image_sequence.cpp
-- Installing: /usr/local/share/OpenCV/samples/cpp/detect_blob.cpp
-- Installing: /usr/local/share/OpenCV/samples/cpp/smiledetect.cpp
-- Installing: /usr/local/share/OpenCV/samples/cpp/cout_mat.cpp
-- Installing: /usr/local/share/OpenCV/samples/cpp/logistic_regression.cpp
-- Installing: /usr/local/share/OpenCV/samples/cpp/dbt_face_detection.cpp
-- Installing: /usr/local/share/OpenCV/samples/cpp/inpaint.cpp
-- Installing: /usr/local/share/OpenCV/samples/cpp/image.cpp
-- Installing: /usr/local/share/OpenCV/samples/cpp/tree_engine.cpp
-- Installing: /usr/local/share/OpenCV/samples/cpp/train_svmsgd.cpp
-- Installing: /usr/local/share/OpenCV/samples/cpp/shape_example.cpp
-- Installing: /usr/local/share/OpenCV/samples/dnn/caffe_googlenet.cpp
-- Installing: /usr/local/share/OpenCV/samples/dnn/torch_enet.cpp
-- Installing: /usr/local/share/OpenCV/samples/dnn/fcn_semsegm.cpp
-- Installing: /usr/local/share/OpenCV/samples/dnn/squeezenet_halide.cpp
-- Installing: /usr/local/share/OpenCV/samples/dnn/ssd_object_detection.cpp
-- Installing: /usr/local/share/OpenCV/samples/dnn/tf_inception.cpp
-- Installing: /usr/local/share/OpenCV/samples/dnn/ssd_mobilenet_object_detection.cpp
-- Installing: /usr/local/share/OpenCV/samples/gpu/performance/performance.cpp
-- Installing: /usr/local/share/OpenCV/samples/gpu/performance/tests.cpp
-- Installing: /usr/local/share/OpenCV/samples/gpu/performance/performance.h
-- Installing: /usr/local/share/OpenCV/samples/gpu/stereo_multi.cpp
-- Installing: /usr/local/share/OpenCV/samples/gpu/generalized_hough.cpp
-- Installing: /usr/local/share/OpenCV/samples/gpu/video_reader.cpp
-- Installing: /usr/local/share/OpenCV/samples/gpu/surf_keypoint_matcher.cpp
-- Installing: /usr/local/share/OpenCV/samples/gpu/super_resolution.cpp
-- Installing: /usr/local/share/OpenCV/samples/gpu/houghlines.cpp
-- Installing: /usr/local/share/OpenCV/samples/gpu/cascadeclassifier.cpp
-- Installing: /usr/local/share/OpenCV/samples/gpu/farneback_optical_flow.cpp
-- Installing: /usr/local/share/OpenCV/samples/gpu/stereo_match.cpp
-- Installing: /usr/local/share/OpenCV/samples/gpu/hog.cpp
-- Installing: /usr/local/share/OpenCV/samples/gpu/opticalflow_nvidia_api.cpp
-- Installing: /usr/local/share/OpenCV/samples/gpu/opengl.cpp
-- Installing: /usr/local/share/OpenCV/samples/gpu/video_writer.cpp
-- Installing: /usr/local/share/OpenCV/samples/gpu/driver_api_stereo_multi.cpp
-- Installing: /usr/local/share/OpenCV/samples/gpu/multi.cpp
-- Installing: /usr/local/share/OpenCV/samples/gpu/driver_api_multi.cpp
-- Installing: /usr/local/share/OpenCV/samples/gpu/optical_flow.cpp
-- Installing: /usr/local/share/OpenCV/samples/gpu/pyrlk_optical_flow.cpp
-- Installing: /usr/local/share/OpenCV/samples/gpu/bgfg_segm.cpp
-- Installing: /usr/local/share/OpenCV/samples/gpu/alpha_comp.cpp
-- Installing: /usr/local/share/OpenCV/samples/gpu/morphology.cpp
-- Installing: /usr/local/share/OpenCV/samples/gpu/cascadeclassifier_nvidia_api.cpp
-- Installing: /usr/local/share/OpenCV/samples/tapi/camshift.cpp
-- Installing: /usr/local/share/OpenCV/samples/tapi/ufacedetect.cpp
-- Installing: /usr/local/share/OpenCV/samples/tapi/hog.cpp
-- Installing: /usr/local/share/OpenCV/samples/tapi/clahe.cpp
-- Installing: /usr/local/share/OpenCV/samples/tapi/tvl1_optical_flow.cpp
-- Installing: /usr/local/share/OpenCV/samples/tapi/pyrlk_optical_flow.cpp
-- Installing: /usr/local/share/OpenCV/samples/tapi/bgfg_segm.cpp
-- Installing: /usr/local/share/OpenCV/samples/tapi/squares.cpp
-- Installing: /usr/local/share/OpenCV/samples/python/turing.py
-- Installing: /usr/local/share/OpenCV/samples/python/opencv_version.py
-- Installing: /usr/local/share/OpenCV/samples/python/calibrate.py
-- Installing: /usr/local/share/OpenCV/samples/python/video_threaded.py
-- Installing: /usr/local/share/OpenCV/samples/python/_doc.py
-- Installing: /usr/local/share/OpenCV/samples/python/feature_homography.py
-- Installing: /usr/local/share/OpenCV/samples/python/video_v4l2.py
-- Installing: /usr/local/share/OpenCV/samples/python/houghcircles.py
-- Installing: /usr/local/share/OpenCV/samples/python/camshift.py
-- Installing: /usr/local/share/OpenCV/samples/python/lk_track.py
-- Installing: /usr/local/share/OpenCV/samples/python/common.py
-- Installing: /usr/local/share/OpenCV/samples/python/demo.py
-- Installing: /usr/local/share/OpenCV/samples/python/gabor_threads.py
-- Installing: /usr/local/share/OpenCV/samples/python/watershed.py
-- Installing: /usr/local/share/OpenCV/samples/python/dft.py
-- Installing: /usr/local/share/OpenCV/samples/python/morphology.py
-- Installing: /usr/local/share/OpenCV/samples/python/opt_flow.py
-- Installing: /usr/local/share/OpenCV/samples/python/digits_adjust.py
-- Installing: /usr/local/share/OpenCV/samples/python/coherence.py
-- Installing: /usr/local/share/OpenCV/samples/python/mosse.py
-- Installing: /usr/local/share/OpenCV/samples/python/find_obj.py
-- Installing: /usr/local/share/OpenCV/samples/python/kalman.py
-- Installing: /usr/local/share/OpenCV/samples/python/kmeans.py
-- Installing: /usr/local/share/OpenCV/samples/python/lk_homography.py
-- Installing: /usr/local/share/OpenCV/samples/python/contours.py
-- Installing: /usr/local/share/OpenCV/samples/python/edge.py
-- Installing: /usr/local/share/OpenCV/samples/python/logpolar.py
-- Installing: /usr/local/share/OpenCV/samples/python/mouse_and_match.py
-- Installing: /usr/local/share/OpenCV/samples/python/digits.py
-- Installing: /usr/local/share/OpenCV/samples/python/_coverage.py
-- Installing: /usr/local/share/OpenCV/samples/python/letter_recog.py
-- Installing: /usr/local/share/OpenCV/samples/python/deconvolution.py
-- Installing: /usr/local/share/OpenCV/samples/python/browse.py
-- Installing: /usr/local/share/OpenCV/samples/python/grabcut.py
-- Installing: /usr/local/share/OpenCV/samples/python/houghlines.py
-- Installing: /usr/local/share/OpenCV/samples/python/digits_video.py
-- Installing: /usr/local/share/OpenCV/samples/python/plane_ar.py
-- Installing: /usr/local/share/OpenCV/samples/python/video.py
-- Installing: /usr/local/share/OpenCV/samples/python/distrans.py
-- Installing: /usr/local/share/OpenCV/samples/python/facedetect.py
-- Installing: /usr/local/share/OpenCV/samples/python/floodfill.py
-- Installing: /usr/local/share/OpenCV/samples/python/texture_flow.py
-- Installing: /usr/local/share/OpenCV/samples/python/peopledetect.py
-- Installing: /usr/local/share/OpenCV/samples/python/asift.py
-- Installing: /usr/local/share/OpenCV/samples/python/tst_scene_render.py
-- Installing: /usr/local/share/OpenCV/samples/python/plane_tracker.py
-- Installing: /usr/local/share/OpenCV/samples/python/hist.py
-- Installing: /usr/local/share/OpenCV/samples/python/inpaint.py
-- Installing: /usr/local/share/OpenCV/samples/python/squares.py
-- Installing: /usr/local/share/OpenCV/samples/python/lappyr.py
-- Installing: /usr/local/share/OpenCV/samples/python/fitline.py
-- Installing: /usr/local/share/OpenCV/samples/python/stereo_match.py
-- Installing: /usr/local/share/OpenCV/samples/python/mser.py
-- Installing: /usr/local/share/OpenCV/samples/python/gaussian_mix.py
-- Installing: /usr/local/share/OpenCV/samples/python/color_histogram.py

原创粉丝点击