zoukankan      html  css  js  c++  java
  • OpenCV 4.2.0 编译成功日志(Mac)

    cuda off,节省编译时间

    test 相关的 off 掉,节省编译时间 

    vtk on 这样 lopencv_viz 模块可用

    编译选项可以在 https://github.com/Homebrew/linuxbrew-core/blob/master/Formula/opencv.rb 的基础上修改

    CarolH@CHE � ~/Downloads/opencv-4.2.0/build � cmake .. -DCMAKE_CXX_FLAGS="-std=c++11 -stdlib=libc++" -DCMAKE_EXE_LINKER_FLAGS="-std=c++11 -stdlib=libc++" -DCMAKE_OSX_DEPLOYMENT_TARGET= -DBUILD_JASPER=ON -DBUILD_JPEG=ON -DBUILD_OPENEXR=ON -DBUILD_PERF_TESTS=OFF -DBUILD_PNG=ON -DBUILD_TESTS=OFF -DBUILD_TIFF=ON -DBUILD_ZLIB=ON -DBUILD_opencv_hdf=ON -DBUILD_opencv_java=ON -DBUILD_opencv_text=ON -DOPENCV_ENABLE_NONFREE=ON -DOPENCV_GENERATE_PKGCONFIG=ON -DWITH_1394=ON -DWITH_CUDA=OFF -DWITH_EIGEN=ON -DWITH_FFMPEG=ON -DWITH_GPHOTO2=ON -DWITH_GSTREAMER=ON -DWITH_JASPER=ON -DWITH_OPENEXR=ON -DWITH_OPENGL=ON -DWITH_QT=ON -DWITH_TBB=ON -DWITH_VTK=ON -DVTK_DIR=/usr/local/Cellar/vtk/8.2.0_7/lib -DOPENCV_EXTRA_MODULES_PATH=/Users/CarolH/git/opencv_contrib/modules -DBUILD_opencv_python2=ON -DBUILD_opencv_python3=ON -DCMAKE_PREFIX_PATH="$(brew --prefix qt5);$(brew --prefix vtk)"
    sudo make -j8
    sudo make install


    -- Detected processor: x86_64
    -- Looking for ccache - found (/usr/local/bin/ccache)
    -- AVX512_KNM is not supported by C++ compiler
    -- libjpeg-turbo: VERSION = 2.0.2, BUILD = opencv-4.2.0-libjpeg-turbo
    -- Found TBB (cmake): /usr/local/lib/libtbb.dylib
    -- found Intel IPP (ICV version): 2019.0.0 [2019.0.0 Gold]
    -- at: /Users/CarolH/Downloads/opencv-4.2.0/build/3rdparty/ippicv/ippicv_mac/icv
    -- found Intel IPP Integration Wrappers sources: 2019.0.0
    -- at: /Users/CarolH/Downloads/opencv-4.2.0/build/3rdparty/ippicv/ippicv_mac/iw
    -- LAPACK(LAPACK/Apple): LAPACK_LIBRARIES: /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/Accelerate.framework
    -- LAPACK(LAPACK/Apple): Support is enabled.
    -- Found VTK 8.2.0 (/usr/local/Cellar/vtk/8.2.0_7/lib/cmake/vtk-8.2/UseVTK.cmake)
    -- OpenCV Python: during development append to PYTHONPATH: /Users/CarolH/Downloads/opencv-4.2.0/build/python_loader
    -- Checking for module 'gstreamer-app-1.0'
    -- Found gstreamer-app-1.0, version 1.16.2
    -- Checking for module 'gstreamer-riff-1.0'
    -- Found gstreamer-riff-1.0, version 1.16.2
    -- Checking for module 'gstreamer-pbutils-1.0'
    -- Found gstreamer-pbutils-1.0, version 1.16.2
    -- Caffe: YES
    -- Protobuf: NO
    -- Glog: YES
    -- freetype2: YES (ver 23.1.17)
    -- harfbuzz: YES (ver 2.6.4)
    -- HDF5: Using hdf5 compiler wrapper to determine C configuration
    -- Module opencv_ovis disabled because OGRE3D was not found
    -- No preference for use of exported gflags CMake configuration set, and no hints for include/library directories provided. Defaulting to preferring an installed/exported gflags CMake configuration if available.
    -- Found installed version of gflags: /usr/local/lib/cmake/gflags
    -- Detected gflags version: 2.2.2
    -- Found installed version of Eigen: /usr/local/share/eigen3/cmake
    -- Found required Ceres dependency: Eigen version 3.3.7 in /usr/local/include/eigen3
    -- Found required Ceres dependency: glog
    -- Found installed version of gflags: /usr/local/lib/cmake/gflags
    -- Detected gflags version: 2.2.2
    -- Found required Ceres dependency: gflags
    -- Found Ceres version: 1.14.0 installed in: /usr/local with components: [EigenSparse, SparseLinearAlgebraLibrary, LAPACK, SuiteSparse, CXSparse, SchurSpecializations]
    -- Checking SFM deps... TRUE
    -- Tesseract: YES (ver 4.1.1)
    -- HDF5: Using hdf5 compiler wrapper to determine C configuration
    -- Registering hook 'INIT_MODULE_SOURCES_opencv_dnn': /Users/CarolH/Downloads/opencv-4.2.0/modules/dnn/cmake/hooks/INIT_MODULE_SOURCES_opencv_dnn.cmake
    -- opencv_dnn: filter out ocl4dnn source code
    -- opencv_dnn: filter out cuda4dnn source code
    -- No preference for use of exported gflags CMake configuration set, and no hints for include/library directories provided. Defaulting to preferring an installed/exported gflags CMake configuration if available.
    -- Found installed version of gflags: /usr/local/lib/cmake/gflags
    -- Detected gflags version: 2.2.2
    -- Found installed version of Eigen: /usr/local/share/eigen3/cmake
    -- Found required Ceres dependency: Eigen version 3.3.7 in /usr/local/include/eigen3
    -- Found required Ceres dependency: glog
    -- Found installed version of gflags: /usr/local/lib/cmake/gflags
    -- Detected gflags version: 2.2.2
    -- Found required Ceres dependency: gflags
    -- Found Ceres version: 1.14.0 installed in: /usr/local with components: [EigenSparse, SparseLinearAlgebraLibrary, LAPACK, SuiteSparse, CXSparse, SchurSpecializations]
    -- Checking SFM deps... TRUE
    --
    -- General configuration for OpenCV 4.2.0 =====================================
    -- Version control: unknown
    --
    -- Extra modules:
    -- Location (extra): /Users/CarolH/git/opencv_contrib/modules
    -- Version control (extra): 4.2.0-25-gbdfd1e75
    --
    -- Platform:
    -- Timestamp: 2020-02-23T17:36:52Z
    -- Host: Darwin 18.2.0 x86_64
    -- CMake: 3.16.3
    -- CMake generator: Unix Makefiles
    -- CMake build tool: /usr/bin/make
    -- Configuration: Release
    --
    -- CPU/HW features:
    -- Baseline: SSE SSE2 SSE3 SSSE3 SSE4_1
    -- requested: DETECT
    -- Dispatched code generation: SSE4_2 FP16 AVX AVX2 AVX512_SKX
    -- requested: SSE4_1 SSE4_2 AVX FP16 AVX2 AVX512_SKX
    -- SSE4_2 (1 files): + POPCNT SSE4_2
    -- FP16 (0 files): + POPCNT SSE4_2 FP16 AVX
    -- AVX (4 files): + POPCNT SSE4_2 AVX
    -- AVX2 (27 files): + POPCNT SSE4_2 FP16 FMA3 AVX AVX2
    -- AVX512_SKX (3 files): + POPCNT SSE4_2 FP16 FMA3 AVX AVX2 AVX_512F AVX512_COMMON AVX512_SKX
    --
    -- C/C++:
    -- Built as dynamic libs?: YES
    -- C++ Compiler: /Library/Developer/CommandLineTools/usr/bin/c++ (ver 10.0.1.10010046)
    -- C++ flags (Release): -std=c++11 -stdlib=libc++ -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 -Wsign-promo -Wuninitialized -Winit-self -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -Wno-long-long -Qunused-arguments -Wno-semicolon-before-method-body -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -O3 -DNDEBUG -DNDEBUG
    -- C++ flags (Debug): -std=c++11 -stdlib=libc++ -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 -Wsign-promo -Wuninitialized -Winit-self -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -Wno-long-long -Qunused-arguments -Wno-semicolon-before-method-body -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -g -O0 -DDEBUG -D_DEBUG
    -- C Compiler: /Library/Developer/CommandLineTools/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 -Wsign-promo -Wuninitialized -Winit-self -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -Wno-long-long -Qunused-arguments -Wno-semicolon-before-method-body -ffunction-sections -fdata-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 -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Winit-self -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -fdiagnostics-show-option -Wno-long-long -Qunused-arguments -Wno-semicolon-before-method-body -ffunction-sections -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -g -O0 -DDEBUG -D_DEBUG
    -- Linker flags (Release): -Wl,-dead_strip
    -- Linker flags (Debug): -Wl,-dead_strip
    -- ccache: YES
    -- Precompiled headers: NO
    -- Extra dependencies: /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework
    -- 3rdparty dependencies:
    --
    -- OpenCV modules:
    -- To be built: aruco bgsegm bioinspired calib3d ccalib core cvv datasets dnn dnn_objdetect dnn_superres dpm face features2d flann freetype fuzzy gapi hdf hfs highgui img_hash imgcodecs imgproc intensity_transform line_descriptor ml objdetect optflow phase_unwrapping photo plot python2 python3 quality rapid reg rgbd saliency sfm shape stereo stitching structured_light superres surface_matching text tracking ts video videoio videostab viz xfeatures2d ximgproc xobjdetect xphoto
    -- Disabled: cnn_3dobj world
    -- Disabled by dependency: -
    -- Unavailable: cudaarithm cudabgsegm cudacodec cudafeatures2d cudafilters cudaimgproc cudalegacy cudaobjdetect cudaoptflow cudastereo cudawarping cudev java js matlab ovis
    -- Applications: apps
    -- Documentation: NO
    -- Non-free algorithms: YES
    --
    -- GUI:
    -- QT: YES (ver 5.14.1)
    -- QT OpenGL support: YES (Qt5::OpenGL 5.14.1)
    -- Cocoa: YES
    -- OpenGL support: YES (/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework)
    -- VTK support: YES (ver 8.2.0)
    --
    -- Media I/O:
    -- ZLib: build (ver 1.2.11)
    -- JPEG: build-libjpeg-turbo (ver 2.0.2-62)
    -- WEBP: build (ver encoder: 0x020e)
    -- PNG: build (ver 1.6.37)
    -- TIFF: build (ver 42 - 4.0.10)
    -- JPEG 2000: build (ver 1.900.1)
    -- OpenEXR: build (ver 2.3.0)
    -- HDR: YES
    -- SUNRASTER: YES
    -- PXM: YES
    -- PFM: YES
    --
    -- Video I/O:
    -- DC1394: YES (2.2.6)
    -- FFMPEG: YES
    -- avcodec: YES (58.54.100)
    -- avformat: YES (58.29.100)
    -- avutil: YES (56.31.100)
    -- swscale: YES (5.5.100)
    -- avresample: YES (4.0.0)
    -- GStreamer: YES (1.16.2)
    -- AVFoundation: YES
    -- gPhoto2: YES
    --
    -- Parallel framework: TBB (ver 2020.1 interface 11101)
    --
    -- Trace: YES (with Intel ITT)
    --
    -- Other third-party libraries:
    -- Intel IPP: 2019.0.0 Gold [2019.0.0]
    -- at: /Users/CarolH/Downloads/opencv-4.2.0/build/3rdparty/ippicv/ippicv_mac/icv
    -- Intel IPP IW: sources (2019.0.0)
    -- at: /Users/CarolH/Downloads/opencv-4.2.0/build/3rdparty/ippicv/ippicv_mac/iw
    -- Lapack: YES (/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/Accelerate.framework)
    -- Eigen: YES (ver 3.3.7)
    -- Custom HAL: NO
    -- Protobuf: build (3.5.1)
    --
    -- OpenCL: YES (no extra features)
    -- Include path: NO
    -- Link libraries: -framework OpenCL
    --
    -- Python 2:
    -- Interpreter: /usr/bin/python2.7 (ver 2.7.10)
    -- Libraries: /usr/lib/libpython2.7.dylib (ver 2.7.10)
    -- numpy: /System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy/core/include (ver 1.8.0rc1)
    -- install path: lib/python2.7/site-packages/cv2/python-2.7
    --
    -- Python 3:
    -- Interpreter: /usr/local/bin/python3 (ver 3.7.6)
    -- Libraries: /usr/local/Frameworks/Python.framework/Versions/3.7/lib/libpython3.7m.dylib (ver 3.7.6)
    -- numpy: /usr/local/lib/python3.7/site-packages/numpy/core/include (ver 1.18.1)
    -- install path: lib/python3.7/site-packages/cv2/python-3.7
    --
    -- Python (for build): /usr/bin/python2.7
    --
    -- Java:
    -- ant: NO
    -- JNI: /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/JavaVM.framework/Headers /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/JavaVM.framework/Headers /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/JavaVM.framework/Headers
    -- Java wrappers: NO
    -- Java tests: NO
    --
    -- Install to: /usr/local
    -- -----------------------------------------------------------------
    --
    -- Configuring done
    -- Generating done
    -- Build files have been written to: /Users/CarolH/Downloads/opencv-4.2.0/build
    Password:
    Sorry, try again.
    Password:
    [ 3%] Built target quirc
    [ 0%] Built target gen-pkgconfig
    [ 7%] Built target libjpeg-turbo
    [ 9%] Built target libjasper
    [ 10%] Built target zlib
    [ 11%] Built target ittnotify
    [ 17%] Built target ade
    [ 17%] Built target opencv_videoio_plugins
    [ 19%] Built target ippiw
    [ 19%] Built target libwebp
    [ 22%] Built target libtiff
    [ 23%] Built target libpng
    [ 23%] Built target numeric
    [ 23%] Built target gen_opencv_python_source
    [ 28%] Built target libprotobuf
    [ 35%] Built target IlmImf
    [ 36%] Built target multiview
    [ 36%] Built target correspondence
    [ 36%] Built target simple_pipeline
    Scanning dependencies of target opencv_core
    [ 36%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/system.cpp.o
    [ 36%] Linking CXX shared library ../../lib/libopencv_core.dylib
    [ 43%] Built target opencv_core
    [ 43%] Linking CXX shared library ../../lib/libopencv_hdf.dylib
    [ 43%] Linking CXX shared library ../../lib/libopencv_flann.dylib
    [ 43%] Linking CXX executable ../../bin/opencv_version
    [ 44%] Linking CXX shared library ../../lib/libopencv_intensity_transform.dylib
    Scanning dependencies of target opencv_viz
    [ 44%] Built target opencv_version
    [ 44%] Linking CXX shared library ../../lib/libopencv_ml.dylib
    [ 44%] Built target opencv_hdf
    [ 44%] Built target opencv_intensity_transform
    [ 44%] Built target opencv_flann
    [ 44%] Linking CXX shared library ../../lib/libopencv_surface_matching.dylib
    [ 45%] Built target opencv_ml
    [ 45%] Building CXX object modules/viz/CMakeFiles/opencv_viz.dir/src/clouds.cpp.o
    [ 45%] Building CXX object modules/viz/CMakeFiles/opencv_viz.dir/src/shapes.cpp.o
    [ 45%] Building CXX object modules/viz/CMakeFiles/opencv_viz.dir/src/vtk/vtkImageMatSource.cpp.o
    [ 45%] Building CXX object modules/viz/CMakeFiles/opencv_viz.dir/src/vtk/vtkOBJWriter.cpp.o
    [ 45%] Built target opencv_surface_matching
    [ 45%] Building CXX object modules/viz/CMakeFiles/opencv_viz.dir/src/vtk/vtkTrajectorySource.cpp.o
    [ 46%] Building CXX object modules/viz/CMakeFiles/opencv_viz.dir/src/vtk/vtkVizInteractorStyle.cpp.o
    [ 46%] Building CXX object modules/viz/CMakeFiles/opencv_viz.dir/src/vtk/vtkXYZReader.cpp.o
    [ 46%] Linking CXX shared library ../../lib/libopencv_imgproc.dylib
    [ 51%] Built target opencv_imgproc
    [ 51%] Building CXX object modules/viz/CMakeFiles/opencv_viz.dir/src/vtk/vtkXYZWriter.cpp.o
    [ 51%] Linking CXX shared library ../../lib/libopencv_phase_unwrapping.dylib
    [ 51%] Built target opencv_phase_unwrapping
    [ 51%] Building CXX object modules/viz/CMakeFiles/opencv_viz.dir/src/widget.cpp.o
    [ 51%] Building CXX object modules/viz/CMakeFiles/opencv_viz.dir/src/vtk/vtkCocoaInteractorFix.mm.o
    [ 51%] Linking CXX shared library ../../lib/libopencv_photo.dylib
    [ 52%] Built target opencv_photo
    [ 52%] Linking CXX shared library ../../lib/libopencv_plot.dylib
    [ 52%] Built target opencv_plot
    [ 52%] Linking CXX shared library ../../lib/libopencv_quality.dylib
    [ 53%] Built target opencv_quality
    [ 54%] Linking CXX shared library ../../lib/libopencv_reg.dylib
    [ 54%] Built target opencv_reg
    [ 54%] Linking CXX shared library ../../lib/libopencv_xphoto.dylib
    [ 54%] Built target opencv_xphoto
    [ 54%] Linking CXX shared library ../../lib/libopencv_dnn.dylib
    [ 54%] Linking CXX shared library ../../lib/libopencv_features2d.dylib
    [ 54%] Linking CXX shared library ../../lib/libopencv_freetype.dylib
    [ 54%] Built target opencv_freetype
    [ 54%] Linking CXX shared library ../../lib/libopencv_fuzzy.dylib
    [ 60%] Built target opencv_dnn
    [ 61%] Built target opencv_fuzzy
    [ 61%] Linking CXX shared library ../../lib/libopencv_hfs.dylib
    [ 63%] Built target opencv_features2d
    [ 64%] Built target opencv_hfs
    [ 64%] Linking CXX shared library ../../lib/libopencv_gapi.dylib
    [ 64%] Linking CXX shared library ../../lib/libopencv_img_hash.dylib
    [ 65%] Built target opencv_img_hash
    [ 65%] Linking CXX shared library ../../lib/libopencv_imgcodecs.dylib
    Scanning dependencies of target opencv_line_descriptor
    Scanning dependencies of target opencv_saliency
    [ 68%] Built target opencv_gapi
    Scanning dependencies of target opencv_text
    [ 69%] Built target opencv_imgcodecs
    [ 69%] Building CXX object modules/text/CMakeFiles/opencv_text.dir/src/erfilter.cpp.o
    [ 69%] Processing OpenCL kernels (calib3d)
    Scanning dependencies of target opencv_calib3d
    [ 69%] Building CXX object modules/line_descriptor/CMakeFiles/opencv_line_descriptor.dir/src/LSDDetector.cpp.o
    [ 69%] Building CXX object modules/text/CMakeFiles/opencv_text.dir/src/ocr_beamsearch_decoder.cpp.o
    [ 69%] Building CXX object modules/saliency/CMakeFiles/opencv_saliency.dir/src/BING/CmFile.cpp.o
    [ 69%] Building CXX object modules/text/CMakeFiles/opencv_text.dir/src/ocr_hmm_decoder.cpp.o
    [ 69%] Building CXX object modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/ap3p.cpp.o
    [ 69%] Building CXX object modules/line_descriptor/CMakeFiles/opencv_line_descriptor.dir/src/binary_descriptor.cpp.o
    [ 69%] Building CXX object modules/saliency/CMakeFiles/opencv_saliency.dir/src/BING/CmShow.cpp.o
    [ 69%] Linking CXX shared library ../../lib/libopencv_viz.dylib
    [ 69%] Built target opencv_viz
    Scanning dependencies of target opencv_cvv_autogen
    [ 69%] Automatic MOC for target opencv_cvv
    [ 69%] Building CXX object modules/text/CMakeFiles/opencv_text.dir/src/ocr_holistic.cpp.o
    [ 69%] Building CXX object modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/calibinit.cpp.o
    [ 69%] Building CXX object modules/saliency/CMakeFiles/opencv_saliency.dir/src/BING/FilterTIG.cpp.o
    [ 69%] Building CXX object modules/line_descriptor/CMakeFiles/opencv_line_descriptor.dir/src/binary_descriptor_matcher.cpp.o
    [ 69%] Building CXX object modules/saliency/CMakeFiles/opencv_saliency.dir/src/BING/ValStructVec.cpp.o
    [ 69%] Building CXX object modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/calibration.cpp.o
    [ 70%] Building CXX object modules/text/CMakeFiles/opencv_text.dir/src/ocr_tesseract.cpp.o
    [ 70%] Building CXX object modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/calibration_handeye.cpp.o
    [ 70%] Building CXX object modules/saliency/CMakeFiles/opencv_saliency.dir/src/BING/objectnessBING.cpp.o
    [ 70%] Building CXX object modules/line_descriptor/CMakeFiles/opencv_line_descriptor.dir/src/draw.cpp.o
    [ 70%] Building CXX object modules/saliency/CMakeFiles/opencv_saliency.dir/src/motionSaliency.cpp.o
    [ 70%] Building CXX object modules/text/CMakeFiles/opencv_text.dir/src/text_detectorCNN.cpp.o
    [ 70%] Linking CXX shared library ../../lib/libopencv_line_descriptor.dylib
    [ 70%] Built target opencv_line_descriptor
    [ 70%] Building CXX object modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/checkchessboard.cpp.o
    Scanning dependencies of target opencv_dnn_superres
    [ 70%] Building CXX object modules/dnn_superres/CMakeFiles/opencv_dnn_superres.dir/src/dnn_superres.cpp.o
    [ 70%] Building CXX object modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/chessboard.cpp.o
    [ 70%] Linking CXX shared library ../../lib/libopencv_text.dylib
    [ 70%] Built target opencv_text
    [ 70%] Building CXX object modules/saliency/CMakeFiles/opencv_saliency.dir/src/motionSaliencyBinWangApr2014.cpp.o
    [ 70%] Building CXX object modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/circlesgrid.cpp.o
    [ 70%] Building CXX object modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/compat_ptsetreg.cpp.o
    [ 70%] Linking CXX shared library ../../lib/libopencv_dnn_superres.dylib
    [ 70%] Built target opencv_dnn_superres
    Scanning dependencies of target opencv_videoio
    [ 71%] Building CXX object modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/dls.cpp.o
    [ 71%] Building CXX object modules/videoio/CMakeFiles/opencv_videoio.dir/src/videoio_registry.cpp.o
    [ 71%] Building CXX object modules/saliency/CMakeFiles/opencv_saliency.dir/src/objectness.cpp.o
    Scanning dependencies of target opencv_datasets
    [ 72%] Building CXX object modules/datasets/CMakeFiles/opencv_datasets.dir/src/ar_hmdb.cpp.o
    [ 72%] Building CXX object modules/videoio/CMakeFiles/opencv_videoio.dir/src/videoio_c.cpp.o
    [ 72%] Building CXX object modules/saliency/CMakeFiles/opencv_saliency.dir/src/saliency.cpp.o
    [ 72%] Built target opencv_cvv_autogen
    [ 72%] Building CXX object modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/epnp.cpp.o
    [ 72%] Building CXX object modules/datasets/CMakeFiles/opencv_datasets.dir/src/ar_sports.cpp.o
    [ 72%] Building CXX object modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/fisheye.cpp.o
    [ 72%] Building CXX object modules/videoio/CMakeFiles/opencv_videoio.dir/src/cap.cpp.o
    [ 72%] Building CXX object modules/saliency/CMakeFiles/opencv_saliency.dir/src/staticSaliency.cpp.o
    [ 72%] Building CXX object modules/calib3d/CMakeFiles/opencv_calib3d.dir/src/five-point.cpp.o
    [ 72%] Building CXX object modules/datasets/CMakeFiles/opencv_datasets.dir/src/dataset.cpp.o
    Scanning dependencies of target opencv_cvv
    [ 72%] Building CXX object modules/datasets/CMakeFiles/opencv_datasets.dir/src/fr_adience.cpp.o
    [ 73%] Building CXX object modules/saliency/CMakeFiles/opencv_saliency.dir/src/staticSaliencyFineGrained.cpp.o
    [ 73%] Building CXX object modules/videoio/CMakeFiles/opencv_videoio.dir/src/cap_images.cpp.o
    [ 73%] Building CXX object modules/cvv/CMakeFiles/opencv_cvv.dir/opencv_cvv_autogen/mocs_compilation.cpp.o

    /usr/local/opt/qt/lib/QtCore.framework/Headers/qcompilerdetection.h:676:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
    # define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
    ^
    1 warning generated.
    [ 81%] Building CXX object modules/cvv/CMakeFiles/opencv_cvv.dir/src/qtutil/matchview/keypointintervallselection.cpp.o
    [ 81%] Building CXX object modules/cvv/CMakeFiles/opencv_cvv.dir/src/qtutil/matchview/keypointmanagement.cpp.o
    In file included from /Users/CarolH/git/opencv_contrib/modules/cvv/src/qtutil/matchview/cvvmatch.cpp:4:
    In file included from /Users/CarolH/git/opencv_contrib/modules/cvv/src/qtutil/matchview/cvvmatch.hpp:16:
    In file included from /Users/CarolH/git/opencv_contrib/modules/cvv/src/qtutil/matchview/cvvkeypoint.hpp:16:
    /Users/CarolH/git/opencv_contrib/modules/cvv/src/qtutil/matchview/../zoomableimage.hpp:211:19: warning: 'grabWidget' is deprecated: Use QWidget::grab() instead [-Wdeprecated-declarations]
    return QPixmap::grabWidget(view_->viewport());
    ^
    /usr/local/opt/qt/lib/QtGui.framework/Headers/qpixmap.h:121:5: note: 'grabWidget' has been explicitly marked deprecated here
    QT_DEPRECATED_X("Use QWidget::grab() instead")
    ^
    /usr/local/opt/qt/lib/QtCore.framework/Headers/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
    # define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
    ^
    /usr/local/opt/qt/lib/QtCore.framework/Headers/qcompilerdetection.h:676:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
    # define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
    ^
    1 warning generated.
    In file included from /Users/CarolH/git/opencv_contrib/modules/cvv/src/qtutil/matchview/cvvkeypoint.cpp:1:
    In file included from /Users/CarolH/git/opencv_contrib/modules/cvv/src/qtutil/matchview/cvvkeypoint.hpp:16:
    /Users/CarolH/git/opencv_contrib/modules/cvv/src/qtutil/matchview/../zoomableimage.hpp:211:19: warning: 'grabWidget' is deprecated: Use QWidget::grab() instead [-Wdeprecated-declarations]
    return QPixmap::grabWidget(view_->viewport());
    ^
    /usr/local/opt/qt/lib/QtGui.framework/Headers/qpixmap.h:121:5: note: 'grabWidget' has been explicitly marked deprecated here
    QT_DEPRECATED_X("Use QWidget::grab() instead")
    ^
    /usr/local/opt/qt/lib/QtCore.framework/Headers/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
    # define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
    ^
    /usr/local/opt/qt/lib/QtCore.framework/Headers/qcompilerdetection.h:676:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
    # define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
    ^
    1 warning generated.
    [ 81%] Building CXX object modules/cvv/CMakeFiles/opencv_cvv.dir/src/qtutil/matchview/keypointportionselector.cpp.o
    [ 81%] Building CXX object modules/cvv/CMakeFiles/opencv_cvv.dir/src/qtutil/matchview/keypointselectionselector.cpp.o
    [ 81%] Linking CXX shared library ../../lib/libopencv_calib3d.dylib
    [ 81%] Built target opencv_calib3d
    [ 81%] Building CXX object modules/cvv/CMakeFiles/opencv_cvv.dir/src/qtutil/matchview/keypointsettingsselector.cpp.o
    In file included from /Users/CarolH/git/opencv_contrib/modules/cvv/src/qtutil/matchview/cvvpointmatch.cpp:3:
    In file included from /Users/CarolH/git/opencv_contrib/modules/cvv/src/qtutil/matchview/cvvpointmatch.hpp:6:
    In file included from /Users/CarolH/git/opencv_contrib/modules/cvv/src/qtutil/matchview/cvvmatch.hpp:16:
    In file included from /Users/CarolH/git/opencv_contrib/modules/cvv/src/qtutil/matchview/cvvkeypoint.hpp:16:
    /Users/CarolH/git/opencv_contrib/modules/cvv/src/qtutil/matchview/../zoomableimage.hpp:211:19: warning: 'grabWidget' is deprecated: Use QWidget::grab() instead [-Wdeprecated-declarations]
    return QPixmap::grabWidget(view_->viewport());
    ^
    /usr/local/opt/qt/lib/QtGui.framework/Headers/qpixmap.h:121:5: note: 'grabWidget' has been explicitly marked deprecated here
    QT_DEPRECATED_X("Use QWidget::grab() instead")
    ^
    /usr/local/opt/qt/lib/QtCore.framework/Headers/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
    # define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
    ^
    /usr/local/opt/qt/lib/QtCore.framework/Headers/qcompilerdetection.h:676:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
    # define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
    ^
    1 warning generated.
    [ 82%] Building CXX object modules/cvv/CMakeFiles/opencv_cvv.dir/src/qtutil/matchview/keypointshowsetting.cpp.o
    In file included from /Users/CarolH/git/opencv_contrib/modules/cvv/src/qtutil/matchview/falsecolorkeypointpen.cpp:7:
    In file included from /Users/CarolH/git/opencv_contrib/modules/cvv/src/qtutil/matchview/falsecolorkeypointpen.hpp:9:
    In file included from /Users/CarolH/git/opencv_contrib/modules/cvv/src/qtutil/matchview/keypointsettings.hpp:7:
    In file included from /Users/CarolH/git/opencv_contrib/modules/cvv/src/qtutil/matchview/cvvkeypoint.hpp:16:
    /Users/CarolH/git/opencv_contrib/modules/cvv/src/qtutil/matchview/../zoomableimage.hpp:211:19: warning: 'grabWidget' is deprecated: Use QWidget::grab() instead [-Wdeprecated-declarations]
    return QPixmap::grabWidget(view_->viewport());
    ^
    /usr/local/opt/qt/lib/QtGui.framework/Headers/qpixmap.h:121:5: note: 'grabWidget' has been explicitly marked deprecated here
    QT_DEPRECATED_X("Use QWidget::grab() instead")
    ^
    /usr/local/opt/qt/lib/QtCore.framework/Headers/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
    # define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
    ^
    /usr/local/opt/qt/lib/QtCore.framework/Headers/qcompilerdetection.h:676:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
    # define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
    ^
    1 warning generated.
    [ 82%] Building CXX object modules/cvv/CMakeFiles/opencv_cvv.dir/src/qtutil/matchview/keypointvaluechooser.cpp.o
    In file included from /Users/CarolH/git/opencv_contrib/modules/cvv/src/qtutil/matchview/falsecolormatchpen.cpp:9:
    In file included from /Users/CarolH/git/opencv_contrib/modules/cvv/src/qtutil/matchview/cvvmatch.hpp:16:
    In file included from /Users/CarolH/git/opencv_contrib/modules/cvv/src/qtutil/matchview/cvvkeypoint.hpp:16:
    /Users/CarolH/git/opencv_contrib/modules/cvv/src/qtutil/matchview/../zoomableimage.hpp:211:19: warning: 'grabWidget' is deprecated: Use QWidget::grab() instead [-Wdeprecated-declarations]
    return QPixmap::grabWidget(view_->viewport());
    ^
    /usr/local/opt/qt/lib/QtGui.framework/Headers/qpixmap.h:121:5: note: 'grabWidget' has been explicitly marked deprecated here
    QT_DEPRECATED_X("Use QWidget::grab() instead")
    ^
    /usr/local/opt/qt/lib/QtCore.framework/Headers/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
    # define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
    ^
    /usr/local/opt/qt/lib/QtCore.framework/Headers/qcompilerdetection.h:676:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
    # define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
    ^
    1 warning generated.
    [ 82%] Processing OpenCL kernels (objdetect)
    Scanning dependencies of target opencv_objdetect
    [ 82%] Building CXX object modules/objdetect/CMakeFiles/opencv_objdetect.dir/src/cascadedetect.cpp.o
    Scanning dependencies of target opencv_rapid
    [ 82%] Building CXX object modules/rapid/CMakeFiles/opencv_rapid.dir/src/rapid.cpp.o
    In file included from /Users/CarolH/git/opencv_contrib/modules/cvv/src/qtutil/matchview/keypointmanagement.cpp:10:
    In file included from /Users/CarolH/git/opencv_contrib/modules/cvv/src/qtutil/matchview/keypointmanagement.hpp:11:
    In file included from /Users/CarolH/git/opencv_contrib/modules/cvv/src/qtutil/matchview/keypointsettingsselector.hpp:8:
    In file included from /Users/CarolH/git/opencv_contrib/modules/cvv/src/qtutil/matchview/keypointsettings.hpp:7:
    In file included from /Users/CarolH/git/opencv_contrib/modules/cvv/src/qtutil/matchview/cvvkeypoint.hpp:16:
    /Users/CarolH/git/opencv_contrib/modules/cvv/src/qtutil/matchview/../zoomableimage.hpp:211:19: warning: 'grabWidget' is deprecated: Use QWidget::grab() instead [-Wdeprecated-declarations]
    return QPixmap::grabWidget(view_->viewport());
    ^
    /usr/local/opt/qt/lib/QtGui.framework/Headers/qpixmap.h:121:5: note: 'grabWidget' has been explicitly marked deprecated here
    QT_DEPRECATED_X("Use QWidget::grab() instead")
    ^
    /usr/local/opt/qt/lib/QtCore.framework/Headers/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
    # define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
    ^
    /usr/local/opt/qt/lib/QtCore.framework/Headers/qcompilerdetection.h:676:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
    # define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
    ^
    1 warning generated.
    [ 83%] Building CXX object modules/objdetect/CMakeFiles/opencv_objdetect.dir/src/cascadedetect_convert.cpp.o
    [ 83%] Building CXX object modules/cvv/CMakeFiles/opencv_cvv.dir/src/qtutil/matchview/matchintervallselection.cpp.o
    [ 83%] Processing OpenCL kernels (rgbd)
    Scanning dependencies of target opencv_rgbd
    In file included from /Users/CarolH/git/opencv_contrib/modules/cvv/src/qtutil/matchview/keypointsettingsselector.cpp:5:
    In file included from /Users/CarolH/git/opencv_contrib/modules/cvv/src/qtutil/matchview/keypointsettingsselector.hpp:8:
    In file included from /Users/CarolH/git/opencv_contrib/modules/cvv/src/qtutil/matchview/keypointsettings.hpp:7:
    In file included from /Users/CarolH/git/opencv_contrib/modules/cvv/src/qtutil/matchview/cvvkeypoint.hpp:16:
    /Users/CarolH/git/opencv_contrib/modules/cvv/src/qtutil/matchview/../zoomableimage.hpp:211:19: warning: 'grabWidget' is deprecated: Use QWidget::grab() instead [-Wdeprecated-declarations]
    return QPixmap::grabWidget(view_->viewport());
    ^
    /usr/local/opt/qt/lib/QtGui.framework/Headers/qpixmap.h:121:5: note: 'grabWidget' has been explicitly marked deprecated here
    QT_DEPRECATED_X("Use QWidget::grab() instead")
    ^
    /usr/local/opt/qt/lib/QtCore.framework/Headers/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
    # define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
    ^
    /usr/local/opt/qt/lib/QtCore.framework/Headers/qcompilerdetection.h:676:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
    # define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
    ^
    1 warning generated.
    [ 83%] Building CXX object modules/objdetect/CMakeFiles/opencv_objdetect.dir/src/detection_based_tracker.cpp.o
    In file included from /Users/CarolH/git/opencv_contrib/modules/cvv/src/qtutil/matchview/keypointshowsetting.cpp:4:
    In file included from /Users/CarolH/git/opencv_contrib/modules/cvv/src/qtutil/matchview/keypointshowsetting.hpp:9:
    In file included from /Users/CarolH/git/opencv_contrib/modules/cvv/src/qtutil/matchview/keypointsettings.hpp:7:
    In file included from /Users/CarolH/git/opencv_contrib/modules/cvv/src/qtutil/matchview/cvvkeypoint.hpp:16:
    /Users/CarolH/git/opencv_contrib/modules/cvv/src/qtutil/matchview/../zoomableimage.hpp:211:19: warning: 'grabWidget' is deprecated: Use QWidget::grab() instead [-Wdeprecated-declarations]
    return QPixmap::grabWidget(view_->viewport());
    ^
    /usr/local/opt/qt/lib/QtGui.framework/Headers/qpixmap.h:121:5: note: 'grabWidget' has been explicitly marked deprecated here
    QT_DEPRECATED_X("Use QWidget::grab() instead")
    ^
    /usr/local/opt/qt/lib/QtCore.framework/Headers/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
    # define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
    ^
    /usr/local/opt/qt/lib/QtCore.framework/Headers/qcompilerdetection.h:676:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
    # define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
    ^
    1 warning generated.
    [ 83%] Building CXX object modules/objdetect/CMakeFiles/opencv_objdetect.dir/src/hog.cpp.o
    [ 83%] Building CXX object modules/rgbd/CMakeFiles/opencv_rgbd.dir/src/depth_cleaner.cpp.o
    Scanning dependencies of target opencv_shape
    [ 83%] Building CXX object modules/shape/CMakeFiles/opencv_shape.dir/src/aff_trans.cpp.o
    [ 83%] Linking CXX shared library ../../lib/libopencv_rapid.dylib
    [ 83%] Built target opencv_rapid
    [ 83%] Building CXX object modules/objdetect/CMakeFiles/opencv_objdetect.dir/src/main.cpp.o
    [ 83%] Building CXX object modules/cvv/CMakeFiles/opencv_cvv.dir/src/qtutil/matchview/matchmanagement.cpp.o
    Scanning dependencies of target opencv_structured_light
    [ 83%] Building CXX object modules/structured_light/CMakeFiles/opencv_structured_light.dir/src/graycodepattern.cpp.o
    [ 83%] Building CXX object modules/shape/CMakeFiles/opencv_shape.dir/src/emdL1.cpp.o
    [ 83%] Building CXX object modules/structured_light/CMakeFiles/opencv_structured_light.dir/src/sinusoidalpattern.cpp.o
    [ 83%] Processing OpenCL kernels (video)
    Scanning dependencies of target opencv_video
    [ 83%] Building CXX object modules/rgbd/CMakeFiles/opencv_rgbd.dir/src/depth_registration.cpp.o
    [ 83%] Building CXX object modules/video/CMakeFiles/opencv_video.dir/src/bgfg_KNN.cpp.o
    [ 83%] Building CXX object modules/cvv/CMakeFiles/opencv_cvv.dir/src/qtutil/matchview/matchportionselector.cpp.o
    In file included from /Users/CarolH/git/opencv_contrib/modules/cvv/src/qtutil/matchview/matchmanagement.cpp:10:
    In file included from /Users/CarolH/git/opencv_contrib/modules/cvv/src/qtutil/matchview/matchmanagement.hpp:11:
    In file included from /Users/CarolH/git/opencv_contrib/modules/cvv/src/qtutil/matchview/cvvmatch.hpp:16:
    In file included from /Users/CarolH/git/opencv_contrib/modules/cvv/src/qtutil/matchview/cvvkeypoint.hpp:16:
    /Users/CarolH/git/opencv_contrib/modules/cvv/src/qtutil/matchview/../zoomableimage.hpp:211:19: warning: 'grabWidget' is deprecated: Use QWidget::grab() instead [-Wdeprecated-declarations]
    return QPixmap::grabWidget(view_->viewport());
    ^
    /usr/local/opt/qt/lib/QtGui.framework/Headers/qpixmap.h:121:5: note: 'grabWidget' has been explicitly marked deprecated here
    QT_DEPRECATED_X("Use QWidget::grab() instead")
    ^
    /usr/local/opt/qt/lib/QtCore.framework/Headers/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
    # define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
    ^
    /usr/local/opt/qt/lib/QtCore.framework/Headers/qcompilerdetection.h:676:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
    # define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
    ^
    1 warning generated.
    [ 84%] Building CXX object modules/shape/CMakeFiles/opencv_shape.dir/src/haus_dis.cpp.o
    Scanning dependencies of target opencv_aruco
    [ 84%] Building CXX object modules/aruco/CMakeFiles/opencv_aruco.dir/src/apriltag_quad_thresh.cpp.o
    [ 84%] Building CXX object modules/objdetect/CMakeFiles/opencv_objdetect.dir/src/qrcode.cpp.o
    [ 84%] Building CXX object modules/video/CMakeFiles/opencv_video.dir/src/bgfg_gaussmix2.cpp.o
    [ 84%] Building CXX object modules/rgbd/CMakeFiles/opencv_rgbd.dir/src/depth_to_3d.cpp.o
    [ 84%] Building CXX object modules/aruco/CMakeFiles/opencv_aruco.dir/src/aruco.cpp.o
    [ 84%] Linking CXX shared library ../../lib/libopencv_structured_light.dylib
    [ 84%] Building CXX object modules/shape/CMakeFiles/opencv_shape.dir/src/hist_cost.cpp.o
    [ 84%] Built target opencv_structured_light
    Scanning dependencies of target opencv_ccalib
    [ 84%] Building CXX object modules/ccalib/CMakeFiles/opencv_ccalib.dir/src/ccalib.cpp.o
    [ 84%] Building CXX object modules/cvv/CMakeFiles/opencv_cvv.dir/src/qtutil/matchview/matchscene.cpp.o
    [ 84%] Building CXX object modules/rgbd/CMakeFiles/opencv_rgbd.dir/src/dqb.cpp.o
    [ 84%] Building CXX object modules/video/CMakeFiles/opencv_video.dir/src/camshift.cpp.o
    [ 84%] Building CXX object modules/objdetect/CMakeFiles/opencv_objdetect.dir/opencl_kernels_objdetect.cpp.o
    [ 84%] Building CXX object modules/ccalib/CMakeFiles/opencv_ccalib.dir/src/multicalib.cpp.o
    [ 84%] Building CXX object modules/shape/CMakeFiles/opencv_shape.dir/src/sc_dis.cpp.o
    [ 84%] Building CXX object modules/rgbd/CMakeFiles/opencv_rgbd.dir/src/dynafu.cpp.o
    In file included from /Users/CarolH/git/opencv_contrib/modules/cvv/src/qtutil/matchview/matchscene.cpp:11:
    In file included from /Users/CarolH/git/opencv_contrib/modules/cvv/src/qtutil/matchview/matchscene.hpp:13:
    In file included from /Users/CarolH/git/opencv_contrib/modules/cvv/src/qtutil/matchview/cvvmatch.hpp:16:
    In file included from /Users/CarolH/git/opencv_contrib/modules/cvv/src/qtutil/matchview/cvvkeypoint.hpp:16:
    /Users/CarolH/git/opencv_contrib/modules/cvv/src/qtutil/matchview/../zoomableimage.hpp:211:19: warning: 'grabWidget' is deprecated: Use QWidget::grab() instead [-Wdeprecated-declarations]
    return QPixmap::grabWidget(view_->viewport());
    ^
    /usr/local/opt/qt/lib/QtGui.framework/Headers/qpixmap.h:121:5: note: 'grabWidget' has been explicitly marked deprecated here
    QT_DEPRECATED_X("Use QWidget::grab() instead")
    ^
    /usr/local/opt/qt/lib/QtCore.framework/Headers/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
    # define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
    ^
    /usr/local/opt/qt/lib/QtCore.framework/Headers/qcompilerdetection.h:676:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
    # define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
    ^
    /Users/CarolH/git/opencv_contrib/modules/cvv/src/qtutil/matchview/matchscene.cpp:156:20: warning: 'grabWidget' is deprecated: Use QWidget::grab() instead [-Wdeprecated-declarations]
    pmap = QPixmap::grabWidget(graphicView_->viewport());
    ^
    /usr/local/opt/qt/lib/QtGui.framework/Headers/qpixmap.h:121:5: note: 'grabWidget' has been explicitly marked deprecated here
    QT_DEPRECATED_X("Use QWidget::grab() instead")
    ^
    /usr/local/opt/qt/lib/QtCore.framework/Headers/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
    # define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
    ^
    /usr/local/opt/qt/lib/QtCore.framework/Headers/qcompilerdetection.h:676:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
    # define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
    ^
    2 warnings generated.
    [ 84%] Building CXX object modules/cvv/CMakeFiles/opencv_cvv.dir/src/qtutil/matchview/matchselectionselector.cpp.o
    [ 84%] Building CXX object modules/aruco/CMakeFiles/opencv_aruco.dir/src/charuco.cpp.o
    [ 84%] Linking CXX shared library ../../lib/libopencv_objdetect.dylib
    [ 84%] Built target opencv_objdetect
    [ 84%] Building CXX object modules/shape/CMakeFiles/opencv_shape.dir/src/tps_trans.cpp.o
    [ 84%] Building CXX object modules/video/CMakeFiles/opencv_video.dir/src/dis_flow.cpp.o
    [ 84%] Building CXX object modules/rgbd/CMakeFiles/opencv_rgbd.dir/src/dynafu_tsdf.cpp.o
    [ 84%] Building CXX object modules/cvv/CMakeFiles/opencv_cvv.dir/src/qtutil/matchview/matchsettingsselector.cpp.o
    [ 84%] Linking CXX shared library ../../lib/libopencv_shape.dylib
    [ 84%] Built target opencv_shape
    [ 85%] Building CXX object modules/aruco/CMakeFiles/opencv_aruco.dir/src/dictionary.cpp.o
    /Users/CarolH/git/opencv_contrib/modules/rgbd/src/dynafu.cpp:210:5: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
    glEnable(GL_DEPTH_TEST);
    ^
    /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here
    extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);
    ^
    /Users/CarolH/git/opencv_contrib/modules/rgbd/src/dynafu.cpp:211:5: warning: 'glClear' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
    glClear(GL_DEPTH_BUFFER_BIT | GL_COLOR_BUFFER_BIT);
    ^
    /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2394:13: note: 'glClear' has been explicitly marked deprecated here
    extern void glClear (GLbitfield mask) OPENGL_DEPRECATED(10.0, 10.14);
    ^
    /Users/CarolH/git/opencv_contrib/modules/rgbd/src/dynafu.cpp:213:5: warning: 'glMatrixMode' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
    glMatrixMode(GL_PROJECTION);
    ^
    /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2588:13: note: 'glMatrixMode' has been explicitly marked deprecated here
    extern void glMatrixMode (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14);
    ^
    /Users/CarolH/git/opencv_contrib/modules/rgbd/src/dynafu.cpp:214:5: warning: 'glLoadIdentity' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
    glLoadIdentity();
    ^
    /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2571:13: note: 'glLoadIdentity' has been explicitly marked deprecated here
    extern void glLoadIdentity (void) OPENGL_DEPRECATED(10.0, 10.14);
    ^
    /Users/CarolH/git/opencv_contrib/modules/rgbd/src/dynafu.cpp:226:5: warning: 'glFrustum' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
    glFrustum(-nearZ*fovX/2, nearZ*fovX/2, -nearZ*fovY/2, nearZ*fovY/2, nearZ, farZ);
    ^
    /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2496:13: note: 'glFrustum' has been explicitly marked deprecated here
    extern void glFrustum (GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) OPENGL_DEPRECATED(10.0, 10.14);
    ^
    /Users/CarolH/git/opencv_contrib/modules/rgbd/src/dynafu.cpp:228:5: warning: 'glMatrixMode' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
    glMatrixMode(GL_MODELVIEW);
    ^
    /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2588:13: note: 'glMatrixMode' has been explicitly marked deprecated here
    extern void glMatrixMode (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14);
    ^
    /Users/CarolH/git/opencv_contrib/modules/rgbd/src/dynafu.cpp:229:5: warning: 'glLoadIdentity' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
    glLoadIdentity();
    ^
    /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2571:13: note: 'glLoadIdentity' has been explicitly marked deprecated here
    extern void glLoadIdentity (void) OPENGL_DEPRECATED(10.0, 10.14);
    ^
    /Users/CarolH/git/opencv_contrib/modules/rgbd/src/dynafu.cpp:230:5: warning: 'glScalef' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
    glScalef(1.f, 1.f, -1.f); //Flip Z as camera points towards -ve Z axis
    ^
    /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2667:13: note: 'glScalef' has been explicitly marked deprecated here
    extern void glScalef (GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14);
    ^
    /Users/CarolH/git/opencv_contrib/modules/rgbd/src/dynafu.cpp:208:5: warning: 'glViewport' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
    glViewport(0, 0, params.frameSize.width, params.frameSize.height);
    ^
    /Users/CarolH/git/opencv_contrib/modules/rgbd/src/dynafu.cpp:524:5: note: in instantiation of member function 'cv::dynafu::DynaFuImpl<cv::Mat>::drawScene' requested here
    drawScene(depthImage, vertImage);
    ^
    /Users/CarolH/git/opencv_contrib/modules/rgbd/src/dynafu.cpp:362:9: note: in instantiation of member function 'cv::dynafu::DynaFuImpl<cv::Mat>::renderSurface' requested here
    renderSurface(_depthRender, _vertRender, _normRender, false);
    ^
    /Users/CarolH/git/opencv_contrib/modules/rgbd/src/dynafu.cpp:297:16: note: in instantiation of member function 'cv::dynafu::DynaFuImpl<cv::Mat>::updateT' requested here
    return updateT(depth);
    ^
    /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2755:13: note: 'glViewport' has been explicitly marked deprecated here
    extern void glViewport (GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.0, 10.14);
    ^
    /Users/CarolH/git/opencv_contrib/modules/rgbd/src/dynafu.cpp:236:5: warning: 'glReadPixels' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
    glReadPixels(0, 0, params.frameSize.width, params.frameSize.height, GL_DEPTH_COMPONENT, GL_FLOAT, depthData.ptr());
    ^
    /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2652:13: note: 'glReadPixels' has been explicitly marked deprecated here
    extern void glReadPixels (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid *pixels) OPENGL_DEPRECATED(10.0, 10.14);
    ^
    /Users/CarolH/git/opencv_contrib/modules/rgbd/src/dynafu.cpp:237:5: warning: 'glReadPixels' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
    glReadPixels(0, 0, params.frameSize.width, params.frameSize.height, GL_RGB, GL_FLOAT, shadeData.ptr());
    ^
    /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2652:13: note: 'glReadPixels' has been explicitly marked deprecated here
    extern void glReadPixels (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid *pixels) OPENGL_DEPRECATED(10.0, 10.14);
    ^
    /Users/CarolH/git/opencv_contrib/modules/rgbd/src/dynafu.cpp:208:5: warning: 'glViewport' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
    glViewport(0, 0, params.frameSize.width, params.frameSize.height);
    ^
    /Users/CarolH/git/opencv_contrib/modules/rgbd/src/dynafu.cpp:524:5: note: in instantiation of member function 'cv::dynafu::DynaFuImpl<cv::UMat>::drawScene' requested here
    drawScene(depthImage, vertImage);
    ^
    /Users/CarolH/git/opencv_contrib/modules/rgbd/src/dynafu.cpp:362:9: note: in instantiation of member function 'cv::dynafu::DynaFuImpl<cv::UMat>::renderSurface' requested here
    renderSurface(_depthRender, _vertRender, _normRender, false);
    ^
    /Users/CarolH/git/opencv_contrib/modules/rgbd/src/dynafu.cpp:317:16: note: in instantiation of member function 'cv::dynafu::DynaFuImpl<cv::UMat>::updateT' requested here
    return updateT(depth);
    ^
    /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2755:13: note: 'glViewport' has been explicitly marked deprecated here
    extern void glViewport (GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.0, 10.14);
    ^
    /Users/CarolH/git/opencv_contrib/modules/rgbd/src/dynafu.cpp:236:5: warning: 'glReadPixels' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
    glReadPixels(0, 0, params.frameSize.width, params.frameSize.height, GL_DEPTH_COMPONENT, GL_FLOAT, depthData.ptr());
    ^
    /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2652:13: note: 'glReadPixels' has been explicitly marked deprecated here
    extern void glReadPixels (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid *pixels) OPENGL_DEPRECATED(10.0, 10.14);
    ^
    /Users/CarolH/git/opencv_contrib/modules/rgbd/src/dynafu.cpp:237:5: warning: 'glReadPixels' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
    glReadPixels(0, 0, params.frameSize.width, params.frameSize.height, GL_RGB, GL_FLOAT, shadeData.ptr());
    ^
    /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2652:13: note: 'glReadPixels' has been explicitly marked deprecated here
    extern void glReadPixels (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid *pixels) OPENGL_DEPRECATED(10.0, 10.14);
    ^
    14 warnings generated.
    [ 85%] Building CXX object modules/rgbd/CMakeFiles/opencv_rgbd.dir/src/fast_icp.cpp.o
    [ 85%] Building CXX object modules/cvv/CMakeFiles/opencv_cvv.dir/src/qtutil/matchview/matchshowsetting.cpp.o
    [ 85%] Building CXX object modules/video/CMakeFiles/opencv_video.dir/src/ecc.cpp.o
    [ 85%] Building CXX object modules/aruco/CMakeFiles/opencv_aruco.dir/src/zmaxheap.cpp.o
    [ 85%] Building CXX object modules/ccalib/CMakeFiles/opencv_ccalib.dir/src/omnidir.cpp.o
    Scanning dependencies of target opencv_xobjdetect
    [ 85%] Building CXX object modules/xobjdetect/CMakeFiles/opencv_xobjdetect.dir/src/feature_evaluator.cpp.o
    [ 85%] Building CXX object modules/cvv/CMakeFiles/opencv_cvv.dir/src/qtutil/matchview/rawview_window.cpp.o
    [ 85%] Linking CXX shared library ../../lib/libopencv_aruco.dylib
    [ 85%] Built target opencv_aruco
    [ 85%] Building CXX object modules/ccalib/CMakeFiles/opencv_ccalib.dir/src/randpattern.cpp.o
    [ 86%] Building CXX object modules/video/CMakeFiles/opencv_video.dir/src/kalman.cpp.o
    [ 86%] Building CXX object modules/xobjdetect/CMakeFiles/opencv_xobjdetect.dir/src/lbpfeatures.cpp.o
    [ 86%] Building CXX object modules/rgbd/CMakeFiles/opencv_rgbd.dir/src/kinfu.cpp.o
    In file included from /Users/CarolH/git/opencv_contrib/modules/cvv/src/qtutil/matchview/matchshowsetting.cpp:4:
    In file included from /Users/CarolH/git/opencv_contrib/modules/cvv/src/qtutil/matchview/matchshowsetting.hpp:10:
    In file included from /Users/CarolH/git/opencv_contrib/modules/cvv/src/qtutil/matchview/cvvmatch.hpp:16:
    In file included from /Users/CarolH/git/opencv_contrib/modules/cvv/src/qtutil/matchview/cvvkeypoint.hpp:16:
    /Users/CarolH/git/opencv_contrib/modules/cvv/src/qtutil/matchview/../zoomableimage.hpp:211:19: warning: 'grabWidget' is deprecated: Use QWidget::grab() instead [-Wdeprecated-declarations]
    return QPixmap::grabWidget(view_->viewport());
    ^
    /usr/local/opt/qt/lib/QtGui.framework/Headers/qpixmap.h:121:5: note: 'grabWidget' has been explicitly marked deprecated here
    QT_DEPRECATED_X("Use QWidget::grab() instead")
    ^
    /usr/local/opt/qt/lib/QtCore.framework/Headers/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
    # define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
    ^
    /usr/local/opt/qt/lib/QtCore.framework/Headers/qcompilerdetection.h:676:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
    # define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
    ^
    1 warning generated.
    Scanning dependencies of target opencv_dpm
    [ 86%] Building CXX object modules/dpm/CMakeFiles/opencv_dpm.dir/src/dpm_cascade.cpp.o
    [ 86%] Building CXX object modules/cvv/CMakeFiles/opencv_cvv.dir/src/qtutil/matchview/showinrawviewwidget.cpp.o
    [ 86%] Building CXX object modules/xobjdetect/CMakeFiles/opencv_xobjdetect.dir/src/waldboost.cpp.o
    [ 86%] Building CXX object modules/rgbd/CMakeFiles/opencv_rgbd.dir/src/kinfu_frame.cpp.o
    [ 86%] Building CXX object modules/video/CMakeFiles/opencv_video.dir/src/lkpyramid.cpp.o
    Scanning dependencies of target opencv_face
    [ 86%] Building CXX object modules/face/CMakeFiles/opencv_face.dir/src/bif.cpp.o
    [ 86%] Building CXX object modules/dpm/CMakeFiles/opencv_dpm.dir/src/dpm_cascade_detector.cpp.o
    [ 86%] Building CXX object modules/cvv/CMakeFiles/opencv_cvv.dir/src/qtutil/matchview/singlecolorkeypointpen.cpp.o
    In file included from /Users/CarolH/git/opencv_contrib/modules/cvv/src/qtutil/matchview/showinrawviewwidget.cpp:4:
    In file included from /Users/CarolH/git/opencv_contrib/modules/cvv/src/qtutil/matchview/showinrawviewwidget.hpp:8:
    In file included from /Users/CarolH/git/opencv_contrib/modules/cvv/src/qtutil/matchview/matchmanagement.hpp:11:
    In file included from /Users/CarolH/git/opencv_contrib/modules/cvv/src/qtutil/matchview/cvvmatch.hpp:16:
    In file included from /Users/CarolH/git/opencv_contrib/modules/cvv/src/qtutil/matchview/cvvkeypoint.hpp:16:
    /Users/CarolH/git/opencv_contrib/modules/cvv/src/qtutil/matchview/../zoomableimage.hpp:211:19: warning: 'grabWidget' is deprecated: Use QWidget::grab() instead [-Wdeprecated-declarations]
    return QPixmap::grabWidget(view_->viewport());
    ^
    /usr/local/opt/qt/lib/QtGui.framework/Headers/qpixmap.h:121:5: note: 'grabWidget' has been explicitly marked deprecated here
    QT_DEPRECATED_X("Use QWidget::grab() instead")
    ^
    /usr/local/opt/qt/lib/QtCore.framework/Headers/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
    # define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
    ^
    /usr/local/opt/qt/lib/QtCore.framework/Headers/qcompilerdetection.h:676:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
    # define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
    ^
    1 warning generated.
    [ 86%] Building CXX object modules/video/CMakeFiles/opencv_video.dir/src/optflowgf.cpp.o
    [ 86%] Building CXX object modules/xobjdetect/CMakeFiles/opencv_xobjdetect.dir/src/wbdetector.cpp.o
    [ 86%] Building CXX object modules/dpm/CMakeFiles/opencv_dpm.dir/src/dpm_convolution.cpp.o
    [ 86%] Building CXX object modules/face/CMakeFiles/opencv_face.dir/src/eigen_faces.cpp.o
    [ 86%] Building CXX object modules/rgbd/CMakeFiles/opencv_rgbd.dir/src/linemod.cpp.o
    Scanning dependencies of target opencv_interactive-calibration
    [ 86%] Building CXX object apps/interactive-calibration/CMakeFiles/opencv_interactive-calibration.dir/calibController.cpp.o
    In file included from /Users/CarolH/git/opencv_contrib/modules/cvv/src/qtutil/matchview/singlecolorkeypointpen.cpp:4:
    In file included from /Users/CarolH/git/opencv_contrib/modules/cvv/src/qtutil/matchview/singlecolorkeypointpen.hpp:7:
    In file included from /Users/CarolH/git/opencv_contrib/modules/cvv/src/qtutil/matchview/keypointsettings.hpp:7:
    In file included from /Users/CarolH/git/opencv_contrib/modules/cvv/src/qtutil/matchview/cvvkeypoint.hpp:16:
    /Users/CarolH/git/opencv_contrib/modules/cvv/src/qtutil/matchview/../zoomableimage.hpp:211:19: warning: 'grabWidget' is deprecated: Use QWidget::grab() instead [-Wdeprecated-declarations]
    return QPixmap::grabWidget(view_->viewport());
    ^
    /usr/local/opt/qt/lib/QtGui.framework/Headers/qpixmap.h:121:5: note: 'grabWidget' has been explicitly marked deprecated here
    QT_DEPRECATED_X("Use QWidget::grab() instead")
    ^
    /usr/local/opt/qt/lib/QtCore.framework/Headers/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
    # define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
    ^
    /usr/local/opt/qt/lib/QtCore.framework/Headers/qcompilerdetection.h:676:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
    # define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
    ^
    1 warning generated.
    [ 86%] Building CXX object modules/cvv/CMakeFiles/opencv_cvv.dir/src/qtutil/matchview/singlecolormatchpen.cpp.o
    [ 86%] Building CXX object modules/dpm/CMakeFiles/opencv_dpm.dir/src/dpm_feature.cpp.o
    [ 86%] Linking CXX shared library ../../lib/libopencv_xobjdetect.dylib
    [ 86%] Built target opencv_xobjdetect
    [ 86%] Building CXX object modules/video/CMakeFiles/opencv_video.dir/src/optical_flow_io.cpp.o
    [ 86%] Building CXX object modules/face/CMakeFiles/opencv_face.dir/src/face_alignment.cpp.o
    [ 86%] Building CXX object modules/dpm/CMakeFiles/opencv_dpm.dir/src/dpm_model.cpp.o
    [ 86%] Building CXX object modules/rgbd/CMakeFiles/opencv_rgbd.dir/src/nonrigid_icp.cpp.o
    [ 86%] Building CXX object apps/interactive-calibration/CMakeFiles/opencv_interactive-calibration.dir/calibPipeline.cpp.o
    In file included from /Users/CarolH/git/opencv_contrib/modules/cvv/src/qtutil/matchview/singlecolormatchpen.cpp:5:
    In file included from /Users/CarolH/git/opencv_contrib/modules/cvv/src/qtutil/matchview/singlecolormatchpen.hpp:10:
    In file included from /Users/CarolH/git/opencv_contrib/modules/cvv/src/qtutil/matchview/cvvmatch.hpp:16:
    In file included from /Users/CarolH/git/opencv_contrib/modules/cvv/src/qtutil/matchview/cvvkeypoint.hpp:16:
    /Users/CarolH/git/opencv_contrib/modules/cvv/src/qtutil/matchview/../zoomableimage.hpp:211:19: warning: 'grabWidget' is deprecated: Use QWidget::grab() instead [-Wdeprecated-declarations]
    return QPixmap::grabWidget(view_->viewport());
    ^
    /usr/local/opt/qt/lib/QtGui.framework/Headers/qpixmap.h:121:5: note: 'grabWidget' has been explicitly marked deprecated here
    QT_DEPRECATED_X("Use QWidget::grab() instead")
    ^
    /usr/local/opt/qt/lib/QtCore.framework/Headers/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
    # define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
    ^
    /usr/local/opt/qt/lib/QtCore.framework/Headers/qcompilerdetection.h:676:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
    # define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
    ^
    1 warning generated.
    [ 86%] Building CXX object modules/cvv/CMakeFiles/opencv_cvv.dir/src/qtutil/matchview/zoomableproxyobject.cpp.o
    [ 86%] Building CXX object modules/video/CMakeFiles/opencv_video.dir/src/variational_refinement.cpp.o
    [ 86%] Building CXX object apps/interactive-calibration/CMakeFiles/opencv_interactive-calibration.dir/frameProcessor.cpp.o
    [ 86%] Building CXX object modules/dpm/CMakeFiles/opencv_dpm.dir/src/dpm_nms.cpp.o
    In file included from /Users/CarolH/git/opencv_contrib/modules/cvv/src/qtutil/matchview/zoomableproxyobject.cpp:4:
    In file included from /Users/CarolH/git/opencv_contrib/modules/cvv/src/qtutil/matchview/zoomableproxyobject.hpp:7:
    /Users/CarolH/git/opencv_contrib/modules/cvv/src/qtutil/matchview/../zoomableimage.hpp:211:19: warning: 'grabWidget' is deprecated: Use QWidget::grab() instead [-Wdeprecated-declarations]
    return QPixmap::grabWidget(view_->viewport());
    ^
    /usr/local/opt/qt/lib/QtGui.framework/Headers/qpixmap.h:121:5: note: 'grabWidget' has been explicitly marked deprecated here
    QT_DEPRECATED_X("Use QWidget::grab() instead")
    ^
    /usr/local/opt/qt/lib/QtCore.framework/Headers/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
    # define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
    ^
    /usr/local/opt/qt/lib/QtCore.framework/Headers/qcompilerdetection.h:676:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
    # define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
    ^
    1 warning generated.
    [ 86%] Building CXX object modules/cvv/CMakeFiles/opencv_cvv.dir/src/qtutil/stfl_query_widget.cpp.o
    [ 86%] Linking CXX shared library ../../lib/libopencv_dpm.dylib
    [ 86%] Built target opencv_dpm
    [ 87%] Building CXX object modules/face/CMakeFiles/opencv_face.dir/src/face_basic.cpp.o
    [ 87%] Building CXX object modules/rgbd/CMakeFiles/opencv_rgbd.dir/src/normal.cpp.o
    [ 87%] Linking CXX shared library ../../lib/libopencv_ccalib.dylib
    [ 87%] Built target opencv_ccalib
    [ 87%] Building CXX object modules/video/CMakeFiles/opencv_video.dir/opencl_kernels_video.cpp.o
    [ 87%] Building CXX object modules/face/CMakeFiles/opencv_face.dir/src/facemark.cpp.o
    [ 87%] Processing OpenCL kernels (xfeatures2d)
    Scanning dependencies of target opencv_xfeatures2d
    [ 87%] Linking CXX shared library ../../lib/libopencv_video.dylib
    [ 87%] Built target opencv_video
    [ 87%] Building CXX object modules/cvv/CMakeFiles/opencv_cvv.dir/src/qtutil/stfl_query_widget_lineedit.cpp.o
    [ 87%] Building CXX object apps/interactive-calibration/CMakeFiles/opencv_interactive-calibration.dir/main.cpp.o
    [ 88%] Building CXX object modules/cvv/CMakeFiles/opencv_cvv.dir/src/qtutil/synczoomwidget.cpp.o
    [ 88%] Building CXX object modules/rgbd/CMakeFiles/opencv_rgbd.dir/src/odometry.cpp.o
    [ 88%] Building CXX object modules/xfeatures2d/CMakeFiles/opencv_xfeatures2d.dir/src/affine_feature2d.cpp.o
    [ 88%] Building CXX object apps/interactive-calibration/CMakeFiles/opencv_interactive-calibration.dir/parametersController.cpp.o
    [ 89%] Building CXX object modules/rgbd/CMakeFiles/opencv_rgbd.dir/src/plane.cpp.o
    Scanning dependencies of target opencv_waldboost_detector
    [ 89%] Building CXX object modules/xobjdetect/tools/waldboost_detector/CMakeFiles/opencv_waldboost_detector.dir/waldboost_detector.cpp.o
    [ 89%] Building CXX object modules/face/CMakeFiles/opencv_face.dir/src/facemarkAAM.cpp.o
    [ 89%] Building CXX object apps/interactive-calibration/CMakeFiles/opencv_interactive-calibration.dir/rotationConverters.cpp.o
    In file included from /Users/CarolH/git/opencv_contrib/modules/cvv/src/qtutil/synczoomwidget.cpp:6:
    In file included from /Users/CarolH/git/opencv_contrib/modules/cvv/src/qtutil/synczoomwidget.hpp:7:
    /Users/CarolH/git/opencv_contrib/modules/cvv/src/qtutil/zoomableimage.hpp:211:19: warning: 'grabWidget' is deprecated: Use QWidget::grab() instead [-Wdeprecated-declarations]
    return QPixmap::grabWidget(view_->viewport());
    ^
    /usr/local/opt/qt/lib/QtGui.framework/Headers/qpixmap.h:121:5: note: 'grabWidget' has been explicitly marked deprecated here
    QT_DEPRECATED_X("Use QWidget::grab() instead")
    ^
    /usr/local/opt/qt/lib/QtCore.framework/Headers/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
    # define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
    ^
    /usr/local/opt/qt/lib/QtCore.framework/Headers/qcompilerdetection.h:676:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
    # define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
    ^
    1 warning generated.
    [ 89%] Building CXX object modules/cvv/CMakeFiles/opencv_cvv.dir/src/qtutil/util.cpp.o
    [ 89%] Linking CXX executable ../../../../bin/opencv_waldboost_detector
    [ 89%] Linking CXX executable ../../bin/opencv_interactive-calibration
    [ 89%] Built target opencv_waldboost_detector
    Scanning dependencies of target opencv_bgsegm
    [ 89%] Built target opencv_interactive-calibration
    [ 89%] Building CXX object modules/xfeatures2d/CMakeFiles/opencv_xfeatures2d.dir/src/boostdesc.cpp.o
    [ 89%] Building CXX object modules/bgsegm/CMakeFiles/opencv_bgsegm.dir/src/bgfg_gaussmix.cpp.o
    [ 89%] Building CXX object modules/rgbd/CMakeFiles/opencv_rgbd.dir/src/tsdf.cpp.o
    [ 89%] Building CXX object modules/rgbd/CMakeFiles/opencv_rgbd.dir/src/utils.cpp.o
    [ 89%] Building CXX object modules/bgsegm/CMakeFiles/opencv_bgsegm.dir/src/bgfg_gmg.cpp.o
    [ 89%] Building CXX object modules/rgbd/CMakeFiles/opencv_rgbd.dir/src/warpfield.cpp.o
    [ 89%] Building CXX object modules/face/CMakeFiles/opencv_face.dir/src/facemarkLBF.cpp.o
    [ 89%] Building CXX object modules/cvv/CMakeFiles/opencv_cvv.dir/src/qtutil/zoomableimage.cpp.o
    [ 89%] Building CXX object modules/bgsegm/CMakeFiles/opencv_bgsegm.dir/src/bgfg_gsoc.cpp.o
    [ 89%] Building CXX object modules/xfeatures2d/CMakeFiles/opencv_xfeatures2d.dir/src/brief.cpp.o
    [ 89%] Building CXX object modules/face/CMakeFiles/opencv_face.dir/src/facerec.cpp.o
    [ 89%] Building CXX object modules/cvv/CMakeFiles/opencv_cvv.dir/src/qtutil/zoomableimageoptpanel.cpp.o
    [ 89%] Building CXX object modules/bgsegm/CMakeFiles/opencv_bgsegm.dir/src/bgfg_subcnt.cpp.o
    In file included from /Users/CarolH/git/opencv_contrib/modules/cvv/src/qtutil/zoomableimage.cpp:1:
    /Users/CarolH/git/opencv_contrib/modules/cvv/src/qtutil/zoomableimage.hpp:211:19: warning: 'grabWidget' is deprecated: Use QWidget::grab() instead [-Wdeprecated-declarations]
    return QPixmap::grabWidget(view_->viewport());
    ^
    /usr/local/opt/qt/lib/QtGui.framework/Headers/qpixmap.h:121:5: note: 'grabWidget' has been explicitly marked deprecated here
    QT_DEPRECATED_X("Use QWidget::grab() instead")
    ^
    /usr/local/opt/qt/lib/QtCore.framework/Headers/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
    # define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
    ^
    /usr/local/opt/qt/lib/QtCore.framework/Headers/qcompilerdetection.h:676:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
    # define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
    ^
    1 warning generated.
    [ 89%] Processing OpenCL kernels (tracking)
    Scanning dependencies of target opencv_tracking
    [ 89%] Building CXX object modules/tracking/CMakeFiles/opencv_tracking.dir/src/augmented_unscented_kalman.cpp.o
    [ 89%] Building CXX object modules/face/CMakeFiles/opencv_face.dir/src/fisher_faces.cpp.o
    [ 89%] Building CXX object modules/bgsegm/CMakeFiles/opencv_bgsegm.dir/src/synthetic_seq.cpp.o
    In file included from /Users/CarolH/git/opencv_contrib/modules/cvv/src/qtutil/zoomableimageoptpanel.cpp:5:
    In file included from /Users/CarolH/git/opencv_contrib/modules/cvv/src/qtutil/zoomableimageoptpanel.hpp:10:
    /Users/CarolH/git/opencv_contrib/modules/cvv/src/qtutil/zoomableimage.hpp:211:19: warning: 'grabWidget' is deprecated: Use QWidget::grab() instead [-Wdeprecated-declarations]
    return QPixmap::grabWidget(view_->viewport());
    ^
    /usr/local/opt/qt/lib/QtGui.framework/Headers/qpixmap.h:121:5: note: 'grabWidget' has been explicitly marked deprecated here
    QT_DEPRECATED_X("Use QWidget::grab() instead")
    ^
    /usr/local/opt/qt/lib/QtCore.framework/Headers/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
    # define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
    ^
    /usr/local/opt/qt/lib/QtCore.framework/Headers/qcompilerdetection.h:676:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
    # define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
    ^
    1 warning generated.
    [ 89%] Building CXX object modules/cvv/CMakeFiles/opencv_cvv.dir/src/stfl/stringutils.cpp.o
    [ 89%] Building CXX object modules/rgbd/CMakeFiles/opencv_rgbd.dir/opencl_kernels_rgbd.cpp.o
    [ 89%] Building CXX object modules/tracking/CMakeFiles/opencv_tracking.dir/src/feature.cpp.o
    [ 89%] Linking CXX shared library ../../lib/libopencv_bgsegm.dylib
    [ 89%] Built target opencv_bgsegm
    [ 89%] Building CXX object modules/face/CMakeFiles/opencv_face.dir/src/getlandmarks.cpp.o
    [ 89%] Building CXX object modules/cvv/CMakeFiles/opencv_cvv.dir/src/view/defaultfilterview.cpp.o
    [ 89%] Building CXX object modules/tracking/CMakeFiles/opencv_tracking.dir/src/featureColorName.cpp.o
    [ 89%] Building CXX object modules/xfeatures2d/CMakeFiles/opencv_xfeatures2d.dir/src/daisy.cpp.o
    [ 89%] Linking CXX shared library ../../lib/libopencv_rgbd.dylib
    [ 89%] Built target opencv_rgbd
    [ 89%] Building CXX object modules/cvv/CMakeFiles/opencv_cvv.dir/src/view/dual_filter_view.cpp.o
    [ 89%] Building CXX object modules/tracking/CMakeFiles/opencv_tracking.dir/src/gtrTracker.cpp.o
    In file included from /Users/CarolH/git/opencv_contrib/modules/cvv/src/view/defaultfilterview.cpp:8:
    In file included from /Users/CarolH/git/opencv_contrib/modules/cvv/src/view/../qtutil/zoomableimageoptpanel.hpp:10:
    /Users/CarolH/git/opencv_contrib/modules/cvv/src/view/../qtutil/zoomableimage.hpp:211:19: warning: 'grabWidget' is deprecated: Use QWidget::grab() instead [-Wdeprecated-declarations]
    return QPixmap::grabWidget(view_->viewport());
    ^
    /usr/local/opt/qt/lib/QtGui.framework/Headers/qpixmap.h:121:5: note: 'grabWidget' has been explicitly marked deprecated here
    QT_DEPRECATED_X("Use QWidget::grab() instead")
    ^
    /usr/local/opt/qt/lib/QtCore.framework/Headers/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
    # define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
    ^
    /usr/local/opt/qt/lib/QtCore.framework/Headers/qcompilerdetection.h:676:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
    # define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
    ^
    1 warning generated.
    [ 89%] Building CXX object modules/tracking/CMakeFiles/opencv_tracking.dir/src/gtrUtils.cpp.o
    Scanning dependencies of target opencv_videostab
    [ 89%] Building CXX object modules/cvv/CMakeFiles/opencv_cvv.dir/src/view/image_view.cpp.o
    [ 89%] Building CXX object modules/cvv/CMakeFiles/opencv_cvv.dir/src/view/linematchview.cpp.o
    [ 89%] Building CXX object modules/videostab/CMakeFiles/opencv_videostab.dir/src/deblurring.cpp.o
    [ 89%] Building CXX object modules/face/CMakeFiles/opencv_face.dir/src/lbph_faces.cpp.o
    [ 89%] Building CXX object modules/tracking/CMakeFiles/opencv_tracking.dir/src/kuhn_munkres.cpp.o
    [ 89%] Building CXX object modules/cvv/CMakeFiles/opencv_cvv.dir/src/view/pointmatchview.cpp.o
    [ 89%] Building CXX object modules/videostab/CMakeFiles/opencv_videostab.dir/src/fast_marching.cpp.o
    In file included from /Users/CarolH/git/opencv_contrib/modules/cvv/src/view/image_view.cpp:12:
    In file included from /Users/CarolH/git/opencv_contrib/modules/cvv/src/view/../qtutil/zoomableimageoptpanel.hpp:10:
    /Users/CarolH/git/opencv_contrib/modules/cvv/src/view/../qtutil/zoomableimage.hpp:211:19: warning: 'grabWidget' is deprecated: Use QWidget::grab() instead [-Wdeprecated-declarations]
    return QPixmap::grabWidget(view_->viewport());
    ^
    /usr/local/opt/qt/lib/QtGui.framework/Headers/qpixmap.h:121:5: note: 'grabWidget' has been explicitly marked deprecated here
    QT_DEPRECATED_X("Use QWidget::grab() instead")
    ^
    /usr/local/opt/qt/lib/QtCore.framework/Headers/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
    # define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
    ^
    /usr/local/opt/qt/lib/QtCore.framework/Headers/qcompilerdetection.h:676:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
    # define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
    ^
    1 warning generated.
    [ 89%] Processing OpenCL kernels (ximgproc)
    Scanning dependencies of target opencv_ximgproc
    [ 89%] Building CXX object modules/tracking/CMakeFiles/opencv_tracking.dir/src/mosseTracker.cpp.o
    [ 89%] Building CXX object modules/ximgproc/CMakeFiles/opencv_ximgproc.dir/src/adaptive_manifold_filter_n.cpp.o
    In file included from /Users/CarolH/git/opencv_contrib/modules/cvv/src/view/linematchview.cpp:7:
    In file included from /Users/CarolH/git/opencv_contrib/modules/cvv/src/view/../qtutil/matchview/matchscene.hpp:13:
    In file included from /Users/CarolH/git/opencv_contrib/modules/cvv/src/view/../qtutil/matchview/cvvmatch.hpp:16:
    In file included from /Users/CarolH/git/opencv_contrib/modules/cvv/src/view/../qtutil/matchview/cvvkeypoint.hpp:16:
    /Users/CarolH/git/opencv_contrib/modules/cvv/src/view/../qtutil/matchview/../zoomableimage.hpp:211:19: warning: 'grabWidget' is deprecated: Use QWidget::grab() instead [-Wdeprecated-declarations]
    return QPixmap::grabWidget(view_->viewport());
    ^
    /usr/local/opt/qt/lib/QtGui.framework/Headers/qpixmap.h:121:5: note: 'grabWidget' has been explicitly marked deprecated here
    QT_DEPRECATED_X("Use QWidget::grab() instead")
    ^
    /usr/local/opt/qt/lib/QtCore.framework/Headers/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
    # define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
    ^
    /usr/local/opt/qt/lib/QtCore.framework/Headers/qcompilerdetection.h:676:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
    # define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
    ^
    1 warning generated.
    [ 89%] Building CXX object modules/xfeatures2d/CMakeFiles/opencv_xfeatures2d.dir/src/ellipticKeyPoint.cpp.o
    In file included from /Users/CarolH/git/opencv_contrib/modules/cvv/src/view/dual_filter_view.cpp:20:
    /Users/CarolH/git/opencv_contrib/modules/cvv/src/view/../qtutil/zoomableimage.hpp:211:19: warning: 'grabWidget' is deprecated: Use QWidget::grab() instead [-Wdeprecated-declarations]
    return QPixmap::grabWidget(view_->viewport());
    ^
    /usr/local/opt/qt/lib/QtGui.framework/Headers/qpixmap.h:121:5: note: 'grabWidget' has been explicitly marked deprecated here
    QT_DEPRECATED_X("Use QWidget::grab() instead")
    ^
    /usr/local/opt/qt/lib/QtCore.framework/Headers/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
    # define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
    ^
    /usr/local/opt/qt/lib/QtCore.framework/Headers/qcompilerdetection.h:676:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
    # define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
    ^
    1 warning generated.
    [ 89%] Building CXX object modules/videostab/CMakeFiles/opencv_videostab.dir/src/frame_source.cpp.o
    [ 89%] Building CXX object modules/face/CMakeFiles/opencv_face.dir/src/mace.cpp.o
    [ 89%] Building CXX object modules/cvv/CMakeFiles/opencv_cvv.dir/src/view/rawview.cpp.o
    In file included from /Users/CarolH/git/opencv_contrib/modules/cvv/src/view/pointmatchview.cpp:6:
    In file included from /Users/CarolH/git/opencv_contrib/modules/cvv/src/view/../qtutil/matchview/matchscene.hpp:13:
    In file included from /Users/CarolH/git/opencv_contrib/modules/cvv/src/view/../qtutil/matchview/cvvmatch.hpp:16:
    In file included from /Users/CarolH/git/opencv_contrib/modules/cvv/src/view/../qtutil/matchview/cvvkeypoint.hpp:16:
    /Users/CarolH/git/opencv_contrib/modules/cvv/src/view/../qtutil/matchview/../zoomableimage.hpp:211:19: warning: 'grabWidget' is deprecated: Use QWidget::grab() instead [-Wdeprecated-declarations]
    return QPixmap::grabWidget(view_->viewport());
    ^
    /usr/local/opt/qt/lib/QtGui.framework/Headers/qpixmap.h:121:5: note: 'grabWidget' has been explicitly marked deprecated here
    QT_DEPRECATED_X("Use QWidget::grab() instead")
    ^
    /usr/local/opt/qt/lib/QtCore.framework/Headers/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
    # define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
    ^
    /usr/local/opt/qt/lib/QtCore.framework/Headers/qcompilerdetection.h:676:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
    # define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
    ^
    1 warning generated.
    [ 89%] Building CXX object modules/tracking/CMakeFiles/opencv_tracking.dir/src/multiTracker.cpp.o
    [ 89%] Building CXX object modules/face/CMakeFiles/opencv_face.dir/src/predict_collector.cpp.o
    [ 89%] Building CXX object modules/cvv/CMakeFiles/opencv_cvv.dir/src/view/singlefilterview.cpp.o
    [ 89%] Building CXX object modules/videostab/CMakeFiles/opencv_videostab.dir/src/global_motion.cpp.o
    [ 89%] Building CXX object modules/ximgproc/CMakeFiles/opencv_ximgproc.dir/src/anisodiff.cpp.o
    [ 89%] Building CXX object modules/xfeatures2d/CMakeFiles/opencv_xfeatures2d.dir/src/fast.cpp.o
    [ 89%] Building CXX object modules/face/CMakeFiles/opencv_face.dir/src/regtree.cpp.o
    [ 89%] Building CXX object modules/cvv/CMakeFiles/opencv_cvv.dir/src/view/translationsmatchview.cpp.o
    [ 89%] Building CXX object modules/tracking/CMakeFiles/opencv_tracking.dir/src/multiTracker_alt.cpp.o
    [ 89%] Building CXX object modules/xfeatures2d/CMakeFiles/opencv_xfeatures2d.dir/src/freak.cpp.o
    [ 89%] Building CXX object modules/ximgproc/CMakeFiles/opencv_ximgproc.dir/src/bilateral_texture_filter.cpp.o
    [ 89%] Building CXX object modules/videostab/CMakeFiles/opencv_videostab.dir/src/inpainting.cpp.o
    [ 89%] Building CXX object modules/tracking/CMakeFiles/opencv_tracking.dir/src/onlineBoosting.cpp.o
    In file included from /Users/CarolH/git/opencv_contrib/modules/cvv/src/view/singlefilterview.cpp:10:
    /Users/CarolH/git/opencv_contrib/modules/cvv/src/view/../qtutil/zoomableimage.hpp:211:19: warning: 'grabWidget' is deprecated: Use QWidget::grab() instead [-Wdeprecated-declarations]
    return QPixmap::grabWidget(view_->viewport());
    ^
    /usr/local/opt/qt/lib/QtGui.framework/Headers/qpixmap.h:121:5: note: 'grabWidget' has been explicitly marked deprecated here
    QT_DEPRECATED_X("Use QWidget::grab() instead")
    ^
    /usr/local/opt/qt/lib/QtCore.framework/Headers/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
    # define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
    ^
    /usr/local/opt/qt/lib/QtCore.framework/Headers/qcompilerdetection.h:676:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
    # define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
    ^
    1 warning generated.
    [ 89%] Building CXX object modules/face/CMakeFiles/opencv_face.dir/src/trainFacemark.cpp.o
    [ 90%] Building CXX object modules/xfeatures2d/CMakeFiles/opencv_xfeatures2d.dir/src/gms.cpp.o
    In file included from /Users/CarolH/git/opencv_contrib/modules/cvv/src/view/translationsmatchview.cpp:5:
    In file included from /Users/CarolH/git/opencv_contrib/modules/cvv/src/view/../qtutil/matchview/matchscene.hpp:13:
    In file included from /Users/CarolH/git/opencv_contrib/modules/cvv/src/view/../qtutil/matchview/cvvmatch.hpp:16:
    In file included from /Users/CarolH/git/opencv_contrib/modules/cvv/src/view/../qtutil/matchview/cvvkeypoint.hpp:16:
    /Users/CarolH/git/opencv_contrib/modules/cvv/src/view/../qtutil/matchview/../zoomableimage.hpp:211:19: warning: 'grabWidget' is deprecated: Use QWidget::grab() instead [-Wdeprecated-declarations]
    return QPixmap::grabWidget(view_->viewport());
    ^
    /usr/local/opt/qt/lib/QtGui.framework/Headers/qpixmap.h:121:5: note: 'grabWidget' has been explicitly marked deprecated here
    QT_DEPRECATED_X("Use QWidget::grab() instead")
    ^
    /usr/local/opt/qt/lib/QtCore.framework/Headers/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
    # define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
    ^
    /usr/local/opt/qt/lib/QtCore.framework/Headers/qcompilerdetection.h:676:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
    # define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
    ^
    1 warning generated.
    [ 90%] Building CXX object modules/videostab/CMakeFiles/opencv_videostab.dir/src/log.cpp.o
    [ 90%] Building CXX object modules/tracking/CMakeFiles/opencv_tracking.dir/src/onlineMIL.cpp.o
    [ 90%] Building CXX object modules/ximgproc/CMakeFiles/opencv_ximgproc.dir/src/brightedges.cpp.o
    [ 90%] Building CXX object modules/xfeatures2d/CMakeFiles/opencv_xfeatures2d.dir/src/harris_lapace_detector.cpp.o
    [ 90%] Building CXX object modules/ximgproc/CMakeFiles/opencv_ximgproc.dir/src/deriche_filter.cpp.o
    [ 90%] Building CXX object modules/videostab/CMakeFiles/opencv_videostab.dir/src/motion_stabilizing.cpp.o
    [ 90%] Building CXX object modules/xfeatures2d/CMakeFiles/opencv_xfeatures2d.dir/src/latch.cpp.o
    [ 90%] Linking CXX shared library ../../lib/libopencv_face.dylib
    [ 90%] Built target opencv_face
    [ 90%] Building CXX object modules/ximgproc/CMakeFiles/opencv_ximgproc.dir/src/disparity_filters.cpp.o
    [ 90%] Building CXX object modules/tracking/CMakeFiles/opencv_tracking.dir/src/tldDataset.cpp.o
    [ 90%] Building CXX object modules/videostab/CMakeFiles/opencv_videostab.dir/src/optical_flow.cpp.o
    [ 91%] Building CXX object modules/tracking/CMakeFiles/opencv_tracking.dir/src/tldDetector.cpp.o
    [ 92%] Building CXX object modules/ximgproc/CMakeFiles/opencv_ximgproc.dir/src/domain_transform.cpp.o
    [ 92%] Building CXX object modules/tracking/CMakeFiles/opencv_tracking.dir/src/tldEnsembleClassifier.cpp.o
    [ 92%] Building CXX object modules/videostab/CMakeFiles/opencv_videostab.dir/src/outlier_rejection.cpp.o
    [ 92%] Building CXX object modules/xfeatures2d/CMakeFiles/opencv_xfeatures2d.dir/src/logos.cpp.o
    [ 92%] Building CXX object modules/tracking/CMakeFiles/opencv_tracking.dir/src/tldModel.cpp.o
    [ 93%] Building CXX object modules/videostab/CMakeFiles/opencv_videostab.dir/src/stabilizer.cpp.o
    [ 93%] Building CXX object modules/ximgproc/CMakeFiles/opencv_ximgproc.dir/src/dtfilter_cpu.cpp.o
    [ 93%] Building CXX object modules/xfeatures2d/CMakeFiles/opencv_xfeatures2d.dir/src/logos/Logos.cpp.o
    [ 93%] Building CXX object modules/videostab/CMakeFiles/opencv_videostab.dir/src/wobble_suppression.cpp.o
    [ 93%] Building CXX object modules/ximgproc/CMakeFiles/opencv_ximgproc.dir/src/edgeaware_filters_common.cpp.o
    [ 93%] Building CXX object modules/ximgproc/CMakeFiles/opencv_ximgproc.dir/src/edgeboxes.cpp.o
    In file included from /Users/CarolH/git/opencv_contrib/modules/cvv/src/view/rawview.cpp:1:
    In file included from /Users/CarolH/git/opencv_contrib/modules/cvv/src/view/../gui/../view/rawview.hpp:15:
    /Users/CarolH/git/opencv_contrib/modules/cvv/src/view/../stfl/stfl_engine.hpp:650:5: warning: 'qStableSort<QList<cvv::gui::RawviewTableRow>::iterator, (lambda at /Users/CarolH/git/opencv_contrib/modules/cvv/src/view/../stfl/stfl_engine.hpp:651:17)>' is deprecated: Use std::stable_sort [-Wdeprecated-declarations]
    qStableSort(resList.begin(), resList.end(),
    ^
    /Users/CarolH/git/opencv_contrib/modules/cvv/src/view/../stfl/stfl_engine.hpp:167:14: note: in instantiation of member function 'cvv::stfl::STFLEngine<cvv::gui::RawviewTableRow>::executeSortCmds' requested here
    elemList = executeSortCmds(elemList, cmdStrings);
    ^
    /Users/CarolH/git/opencv_contrib/modules/cvv/src/view/rawview.cpp:51:37: note: in instantiation of member function 'cvv::stfl::STFLEngine<cvv::gui::RawviewTableRow>::query' requested here
    table->updateRowGroups(queryEngine.query("#group by keypoint_type"));
    ^
    /usr/local/opt/qt/lib/QtCore.framework/Headers/qalgorithms.h:206:1: note: 'qStableSort<QList<cvv::gui::RawviewTableRow>::iterator, (lambda at /Users/CarolH/git/opencv_contrib/modules/cvv/src/view/../stfl/stfl_engine.hpp:651:17)>' has been explicitly marked deprecated here
    QT_DEPRECATED_X("Use std::stable_sort") inline void qStableSort(RandomAccessIterator start, RandomAccessIterator end, LessThan lessThan)
    ^
    /usr/local/opt/qt/lib/QtCore.framework/Headers/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
    # define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
    ^
    /usr/local/opt/qt/lib/QtCore.framework/Headers/qcompilerdetection.h:676:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
    # define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
    ^
    In file included from /Users/CarolH/git/opencv_contrib/modules/cvv/src/view/rawview.cpp:1:
    In file included from /Users/CarolH/git/opencv_contrib/modules/cvv/src/view/../gui/../view/rawview.hpp:15:
    /Users/CarolH/git/opencv_contrib/modules/cvv/src/view/../stfl/stfl_engine.hpp:658:5: warning: 'qStableSort<QList<cvv::gui::RawviewTableRow>::iterator, (lambda at /Users/CarolH/git/opencv_contrib/modules/cvv/src/view/../stfl/stfl_engine.hpp:659:17)>' is deprecated: Use std::stable_sort [-Wdeprecated-declarations]
    qStableSort(resList.begin(), resList.end(),
    ^
    /usr/local/opt/qt/lib/QtCore.framework/Headers/qalgorithms.h:206:1: note: 'qStableSort<QList<cvv::gui::RawviewTableRow>::iterator, (lambda at /Users/CarolH/git/opencv_contrib/modules/cvv/src/view/../stfl/stfl_engine.hpp:659:17)>' has been explicitly marked deprecated here
    QT_DEPRECATED_X("Use std::stable_sort") inline void qStableSort(RandomAccessIterator start, RandomAccessIterator end, LessThan lessThan)
    ^
    /usr/local/opt/qt/lib/QtCore.framework/Headers/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
    # define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
    ^
    /usr/local/opt/qt/lib/QtCore.framework/Headers/qcompilerdetection.h:676:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
    # define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
    ^
    In file included from /Users/CarolH/git/opencv_contrib/modules/cvv/src/view/rawview.cpp:1:
    In file included from /Users/CarolH/git/opencv_contrib/modules/cvv/src/view/../gui/../view/rawview.hpp:15:
    /Users/CarolH/git/opencv_contrib/modules/cvv/src/view/../stfl/stfl_engine.hpp:905:36: warning: 'toList' is deprecated: Use values() instead. [-Wdeprecated-declarations]
    QStringList pool(filterPool[cmd].toList());
    ^
    /Users/CarolH/git/opencv_contrib/modules/cvv/src/view/../stfl/stfl_engine.hpp:804:9: note: in instantiation of member function 'cvv::stfl::STFLEngine<cvv::gui::RawviewTableRow>::getSuggestionsForFilterCmd' requested here
    getSuggestionsForFilterCmd(cmd, rejoined);
    ^
    /Users/CarolH/git/opencv_contrib/modules/cvv/src/view/../stfl/stfl_engine.hpp:127:7: note: in instantiation of member function 'cvv::stfl::STFLEngine<cvv::gui::RawviewTableRow>::getSuggestionsForCmdQuery' requested here
    getSuggestionsForCmdQuery(lastCmdString, number);
    ^
    /Users/CarolH/git/opencv_contrib/modules/cvv/src/view/rawview.cpp:280:43: note: in instantiation of member function 'cvv::stfl::STFLEngine<cvv::gui::RawviewTableRow>::getSuggestions' requested here
    queryWidget->showSuggestions(queryEngine.getSuggestions(query));
    ^
    /usr/local/opt/qt/lib/QtCore.framework/Headers/qset.h:250:5: note: 'toList' has been explicitly marked deprecated here
    Q_DECL_DEPRECATED_X("Use values() instead.")
    ^
    /usr/local/opt/qt/lib/QtCore.framework/Headers/qcompilerdetection.h:676:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
    # define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
    ^
    In file included from /Users/CarolH/git/opencv_contrib/modules/cvv/src/view/rawview.cpp:1:
    In file included from /Users/CarolH/git/opencv_contrib/modules/cvv/src/view/../gui/../view/rawview.hpp:15:
    /Users/CarolH/git/opencv_contrib/modules/cvv/src/view/../stfl/stfl_engine.hpp:921:38: warning: 'toList' is deprecated: Use values() instead. [-Wdeprecated-declarations]
    QStringList pool(filterCSPool[cmd].toList());
    ^
    /Users/CarolH/git/opencv_contrib/modules/cvv/src/view/../stfl/stfl_engine.hpp:812:14: note: in instantiation of member function 'cvv::stfl::STFLEngine<cvv::gui::RawviewTableRow>::getSuggestionsForFilterCSCmd' requested here
    suggs = getSuggestionsForFilterCSCmd(cmd, args);
    ^
    /Users/CarolH/git/opencv_contrib/modules/cvv/src/view/../stfl/stfl_engine.hpp:127:7: note: in instantiation of member function 'cvv::stfl::STFLEngine<cvv::gui::RawviewTableRow>::getSuggestionsForCmdQuery' requested here
    getSuggestionsForCmdQuery(lastCmdString, number);
    ^
    /Users/CarolH/git/opencv_contrib/modules/cvv/src/view/rawview.cpp:280:43: note: in instantiation of member function 'cvv::stfl::STFLEngine<cvv::gui::RawviewTableRow>::getSuggestions' requested here
    queryWidget->showSuggestions(queryEngine.getSuggestions(query));
    ^
    /usr/local/opt/qt/lib/QtCore.framework/Headers/qset.h:250:5: note: 'toList' has been explicitly marked deprecated here
    Q_DECL_DEPRECATED_X("Use values() instead.")
    ^
    /usr/local/opt/qt/lib/QtCore.framework/Headers/qcompilerdetection.h:676:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
    # define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
    ^
    4 warnings generated.
    [ 93%] Linking CXX shared library ../../lib/libopencv_cvv.dylib
    [ 93%] Built target opencv_cvv
    [ 93%] Building CXX object modules/xfeatures2d/CMakeFiles/opencv_xfeatures2d.dir/src/logos/Match.cpp.o
    [ 93%] Building CXX object modules/tracking/CMakeFiles/opencv_tracking.dir/src/tldTracker.cpp.o
    [ 93%] Building CXX object modules/ximgproc/CMakeFiles/opencv_ximgproc.dir/src/edgepreserving_filter.cpp.o
    [ 93%] Building CXX object modules/xfeatures2d/CMakeFiles/opencv_xfeatures2d.dir/src/logos/Point.cpp.o
    [ 93%] Building CXX object modules/tracking/CMakeFiles/opencv_tracking.dir/src/tldUtils.cpp.o
    [ 93%] Building CXX object modules/xfeatures2d/CMakeFiles/opencv_xfeatures2d.dir/src/logos/PointPair.cpp.o
    [ 93%] Building CXX object modules/tracking/CMakeFiles/opencv_tracking.dir/src/tracker.cpp.o
    [ 93%] Linking CXX shared library ../../lib/libopencv_videostab.dylib
    [ 93%] Built target opencv_videostab
    [ 93%] Building CXX object modules/ximgproc/CMakeFiles/opencv_ximgproc.dir/src/estimated_covariance.cpp.o
    [ 93%] Building CXX object modules/xfeatures2d/CMakeFiles/opencv_xfeatures2d.dir/src/lucid.cpp.o
    [ 93%] Building CXX object modules/tracking/CMakeFiles/opencv_tracking.dir/src/trackerBoosting.cpp.o
    [ 93%] Building CXX object modules/ximgproc/CMakeFiles/opencv_ximgproc.dir/src/fast_hough_transform.cpp.o
    [ 93%] Building CXX object modules/xfeatures2d/CMakeFiles/opencv_xfeatures2d.dir/src/msd.cpp.o
    [ 93%] Building CXX object modules/ximgproc/CMakeFiles/opencv_ximgproc.dir/src/fast_line_detector.cpp.o
    [ 93%] Building CXX object modules/tracking/CMakeFiles/opencv_tracking.dir/src/trackerBoostingModel.cpp.o
    [ 93%] Building CXX object modules/ximgproc/CMakeFiles/opencv_ximgproc.dir/src/fbs_filter.cpp.o
    [ 93%] Building CXX object modules/tracking/CMakeFiles/opencv_tracking.dir/src/trackerCSRT.cpp.o
    [ 93%] Building CXX object modules/xfeatures2d/CMakeFiles/opencv_xfeatures2d.dir/src/pct_signatures.cpp.o
    [ 93%] Building CXX object modules/ximgproc/CMakeFiles/opencv_ximgproc.dir/src/fgs_filter.cpp.o
    [ 93%] Building CXX object modules/xfeatures2d/CMakeFiles/opencv_xfeatures2d.dir/src/pct_signatures/grayscale_bitmap.cpp.o
    [ 93%] Building CXX object modules/xfeatures2d/CMakeFiles/opencv_xfeatures2d.dir/src/pct_signatures/pct_clusterizer.cpp.o
    [ 93%] Building CXX object modules/tracking/CMakeFiles/opencv_tracking.dir/src/trackerCSRTScaleEstimation.cpp.o
    [ 93%] Building CXX object modules/ximgproc/CMakeFiles/opencv_ximgproc.dir/src/fourier_descriptors.cpp.o
    [ 93%] Building CXX object modules/tracking/CMakeFiles/opencv_tracking.dir/src/trackerCSRTSegmentation.cpp.o
    [ 93%] Building CXX object modules/xfeatures2d/CMakeFiles/opencv_xfeatures2d.dir/src/pct_signatures/pct_sampler.cpp.o
    [ 93%] Building CXX object modules/tracking/CMakeFiles/opencv_tracking.dir/src/trackerCSRTUtils.cpp.o
    [ 93%] Building CXX object modules/xfeatures2d/CMakeFiles/opencv_xfeatures2d.dir/src/pct_signatures_sqfd.cpp.o
    [ 93%] Building CXX object modules/tracking/CMakeFiles/opencv_tracking.dir/src/trackerFeature.cpp.o
    [ 93%] Building CXX object modules/ximgproc/CMakeFiles/opencv_ximgproc.dir/src/graphsegmentation.cpp.o
    [ 93%] Building CXX object modules/tracking/CMakeFiles/opencv_tracking.dir/src/trackerFeatureSet.cpp.o
    [ 93%] Building CXX object modules/tracking/CMakeFiles/opencv_tracking.dir/src/trackerKCF.cpp.o
    [ 93%] Building CXX object modules/ximgproc/CMakeFiles/opencv_ximgproc.dir/src/guided_filter.cpp.o
    [ 94%] Building CXX object modules/tracking/CMakeFiles/opencv_tracking.dir/src/trackerMIL.cpp.o
    [ 95%] Building CXX object modules/xfeatures2d/CMakeFiles/opencv_xfeatures2d.dir/src/sift.cpp.o
    [ 95%] Building CXX object modules/ximgproc/CMakeFiles/opencv_ximgproc.dir/src/joint_bilateral_filter.cpp.o
    [ 95%] Building CXX object modules/xfeatures2d/CMakeFiles/opencv_xfeatures2d.dir/src/stardetector.cpp.o
    [ 95%] Building CXX object modules/ximgproc/CMakeFiles/opencv_ximgproc.dir/src/l0_smooth.cpp.o
    [ 95%] Building CXX object modules/tracking/CMakeFiles/opencv_tracking.dir/src/trackerMILModel.cpp.o
    [ 95%] Building CXX object modules/xfeatures2d/CMakeFiles/opencv_xfeatures2d.dir/src/surf.cpp.o
    [ 95%] Building CXX object modules/tracking/CMakeFiles/opencv_tracking.dir/src/trackerMedianFlow.cpp.o
    [ 95%] Building CXX object modules/xfeatures2d/CMakeFiles/opencv_xfeatures2d.dir/src/surf.cuda.cpp.o
    [ 95%] Building CXX object modules/tracking/CMakeFiles/opencv_tracking.dir/src/trackerModel.cpp.o
    [ 96%] Building CXX object modules/ximgproc/CMakeFiles/opencv_ximgproc.dir/src/lsc.cpp.o
    [ 96%] Building CXX object modules/xfeatures2d/CMakeFiles/opencv_xfeatures2d.dir/src/surf.ocl.cpp.o
    [ 96%] Building CXX object modules/ximgproc/CMakeFiles/opencv_ximgproc.dir/src/niblack_thresholding.cpp.o
    [ 96%] Building CXX object modules/xfeatures2d/CMakeFiles/opencv_xfeatures2d.dir/src/vgg.cpp.o
    [ 96%] Building CXX object modules/tracking/CMakeFiles/opencv_tracking.dir/src/trackerSampler.cpp.o
    [ 96%] Building CXX object modules/ximgproc/CMakeFiles/opencv_ximgproc.dir/src/paillou_filter.cpp.o
    [ 96%] Building CXX object modules/tracking/CMakeFiles/opencv_tracking.dir/src/trackerSamplerAlgorithm.cpp.o
    [ 96%] Building CXX object modules/ximgproc/CMakeFiles/opencv_ximgproc.dir/src/peilin.cpp.o
    [ 96%] Building CXX object modules/tracking/CMakeFiles/opencv_tracking.dir/src/trackerStateEstimator.cpp.o
    [ 96%] Building CXX object modules/ximgproc/CMakeFiles/opencv_ximgproc.dir/src/quaternion.cpp.o
    [ 96%] Building CXX object modules/xfeatures2d/CMakeFiles/opencv_xfeatures2d.dir/src/xfeatures2d_init.cpp.o
    [ 96%] Building CXX object modules/tracking/CMakeFiles/opencv_tracking.dir/src/tracking_by_matching.cpp.o
    [ 96%] Building CXX object modules/xfeatures2d/CMakeFiles/opencv_xfeatures2d.dir/opencl_kernels_xfeatures2d.cpp.o
    [ 96%] Building CXX object modules/ximgproc/CMakeFiles/opencv_ximgproc.dir/src/ridgedetectionfilter.cpp.o
    [ 96%] Building CXX object modules/tracking/CMakeFiles/opencv_tracking.dir/src/tracking_utils.cpp.o
    [ 96%] Building CXX object modules/ximgproc/CMakeFiles/opencv_ximgproc.dir/src/rolling_guidance_filter.cpp.o
    [ 96%] Building CXX object modules/tracking/CMakeFiles/opencv_tracking.dir/src/unscented_kalman.cpp.o
    [ 96%] Building CXX object modules/ximgproc/CMakeFiles/opencv_ximgproc.dir/src/run_length_morphology.cpp.o
    [ 96%] Linking CXX shared library ../../lib/libopencv_xfeatures2d.dylib
    [ 96%] Built target opencv_xfeatures2d
    [ 96%] Building CXX object modules/tracking/CMakeFiles/opencv_tracking.dir/opencl_kernels_tracking.cpp.o
    Scanning dependencies of target opencv_sfm
    [ 96%] Building CXX object modules/ximgproc/CMakeFiles/opencv_ximgproc.dir/src/seeds.cpp.o
    [ 96%] Building CXX object modules/sfm/CMakeFiles/opencv_sfm.dir/src/conditioning.cpp.o
    [ 96%] Building CXX object modules/ximgproc/CMakeFiles/opencv_ximgproc.dir/src/selectivesearchsegmentation.cpp.o
    [ 96%] Building CXX object modules/sfm/CMakeFiles/opencv_sfm.dir/src/fundamental.cpp.o
    [ 96%] Processing OpenCL kernels (stitching)
    Scanning dependencies of target opencv_stitching
    [ 96%] Building CXX object modules/sfm/CMakeFiles/opencv_sfm.dir/src/io.cpp.o
    [ 96%] Building CXX object modules/stitching/CMakeFiles/opencv_stitching.dir/src/autocalib.cpp.o
    [ 96%] Building CXX object modules/sfm/CMakeFiles/opencv_sfm.dir/src/numeric.cpp.o
    [ 96%] Building CXX object modules/stitching/CMakeFiles/opencv_stitching.dir/src/blenders.cpp.o
    [ 96%] Building CXX object modules/stitching/CMakeFiles/opencv_stitching.dir/src/camera.cpp.o
    [ 96%] Building CXX object modules/sfm/CMakeFiles/opencv_sfm.dir/src/projection.cpp.o
    [ 96%] Building CXX object modules/ximgproc/CMakeFiles/opencv_ximgproc.dir/src/slic.cpp.o
    [ 96%] Linking CXX shared library ../../lib/libopencv_tracking.dylib
    [ 96%] Built target opencv_tracking
    [ 96%] Building CXX object modules/sfm/CMakeFiles/opencv_sfm.dir/src/reconstruct.cpp.o
    [ 96%] Building CXX object modules/sfm/CMakeFiles/opencv_sfm.dir/src/robust.cpp.o
    [ 96%] Building CXX object modules/ximgproc/CMakeFiles/opencv_ximgproc.dir/src/sparse_match_interpolators.cpp.o
    Scanning dependencies of target opencv_stereo
    [ 96%] Building CXX object modules/stereo/CMakeFiles/opencv_stereo.dir/src/descriptor.cpp.o
    [ 96%] Building CXX object modules/stitching/CMakeFiles/opencv_stitching.dir/src/exposure_compensate.cpp.o
    [ 96%] Building CXX object modules/ximgproc/CMakeFiles/opencv_ximgproc.dir/src/structured_edge_detection.cpp.o
    [ 96%] Building CXX object modules/stitching/CMakeFiles/opencv_stitching.dir/src/matchers.cpp.o
    [ 96%] Building CXX object modules/stereo/CMakeFiles/opencv_stereo.dir/src/quasi_dense_stereo.cpp.o
    [ 96%] Building CXX object modules/sfm/CMakeFiles/opencv_sfm.dir/src/simple_pipeline.cpp.o
    [ 97%] Building CXX object modules/stitching/CMakeFiles/opencv_stitching.dir/src/motion_estimators.cpp.o
    [ 97%] Building CXX object modules/sfm/CMakeFiles/opencv_sfm.dir/src/triangulation.cpp.o
    [ 97%] Building CXX object modules/stereo/CMakeFiles/opencv_stereo.dir/src/stereo_binary_bm.cpp.o
    [ 97%] Building CXX object modules/stitching/CMakeFiles/opencv_stitching.dir/src/seam_finders.cpp.o
    [ 97%] Building CXX object modules/ximgproc/CMakeFiles/opencv_ximgproc.dir/src/thinning.cpp.o
    [ 97%] Building CXX object modules/stitching/CMakeFiles/opencv_stitching.dir/src/stitcher.cpp.o
    [ 97%] Building CXX object modules/stereo/CMakeFiles/opencv_stereo.dir/src/stereo_binary_sgbm.cpp.o
    [ 97%] Linking CXX shared library ../../lib/libopencv_sfm.dylib
    [ 97%] Built target opencv_sfm
    [ 97%] Building CXX object modules/ximgproc/CMakeFiles/opencv_ximgproc.dir/src/weighted_median_filter.cpp.o
    [ 97%] Building CXX object modules/stitching/CMakeFiles/opencv_stitching.dir/src/timelapsers.cpp.o
    [ 97%] Building CXX object modules/ximgproc/CMakeFiles/opencv_ximgproc.dir/opencl_kernels_ximgproc.cpp.o
    [ 97%] Building CXX object modules/stitching/CMakeFiles/opencv_stitching.dir/src/util.cpp.o
    [ 97%] Building CXX object modules/stitching/CMakeFiles/opencv_stitching.dir/src/warpers.cpp.o
    [ 97%] Linking CXX shared library ../../lib/libopencv_stereo.dylib
    [ 97%] Built target opencv_stereo
    [ 97%] Building CXX object modules/stitching/CMakeFiles/opencv_stitching.dir/src/warpers_cuda.cpp.o
    [ 98%] Linking CXX shared library ../../lib/libopencv_ximgproc.dylib
    [ 98%] Building CXX object modules/stitching/CMakeFiles/opencv_stitching.dir/opencl_kernels_stitching.cpp.o
    [ 98%] Built target opencv_ximgproc
    [ 98%] Processing OpenCL kernels (optflow)
    Scanning dependencies of target opencv_optflow
    [ 98%] Building CXX object modules/optflow/CMakeFiles/opencv_optflow.dir/src/deepflow.cpp.o
    [ 98%] Building CXX object modules/optflow/CMakeFiles/opencv_optflow.dir/src/interfaces.cpp.o
    [ 98%] Building CXX object modules/optflow/CMakeFiles/opencv_optflow.dir/src/motempl.cpp.o
    [ 98%] Building CXX object modules/optflow/CMakeFiles/opencv_optflow.dir/src/pcaflow.cpp.o
    [ 98%] Building CXX object modules/optflow/CMakeFiles/opencv_optflow.dir/src/rlof/geo_interpolation.cpp.o
    [ 98%] Building CXX object modules/optflow/CMakeFiles/opencv_optflow.dir/src/rlof/rlof_localflow.cpp.o
    [ 98%] Building CXX object modules/optflow/CMakeFiles/opencv_optflow.dir/src/rlofflow.cpp.o
    [ 98%] Building CXX object modules/optflow/CMakeFiles/opencv_optflow.dir/src/simpleflow.cpp.o
    [ 99%] Building CXX object modules/optflow/CMakeFiles/opencv_optflow.dir/src/sparse_matching_gpc.cpp.o
    [ 99%] Building CXX object modules/optflow/CMakeFiles/opencv_optflow.dir/src/sparsetodenseflow.cpp.o
    [ 99%] Building CXX object modules/optflow/CMakeFiles/opencv_optflow.dir/src/tvl1flow.cpp.o
    [ 99%] Building CXX object modules/optflow/CMakeFiles/opencv_optflow.dir/opencl_kernels_optflow.cpp.o
    [ 99%] Linking CXX shared library ../../lib/libopencv_stitching.dylib
    [ 99%] Built target opencv_stitching
    [ 99%] Linking CXX shared library ../../lib/libopencv_optflow.dylib
    [ 99%] Built target opencv_optflow
    [ 99%] Processing OpenCL kernels (superres)
    Scanning dependencies of target opencv_superres
    [ 99%] Building CXX object modules/superres/CMakeFiles/opencv_superres.dir/src/btv_l1.cpp.o
    [ 99%] Building CXX object modules/superres/CMakeFiles/opencv_superres.dir/src/btv_l1_cuda.cpp.o
    [ 99%] Building CXX object modules/superres/CMakeFiles/opencv_superres.dir/src/input_array_utility.cpp.o
    [100%] Building CXX object modules/superres/CMakeFiles/opencv_superres.dir/src/frame_source.cpp.o
    [100%] Building CXX object modules/superres/CMakeFiles/opencv_superres.dir/src/optical_flow.cpp.o
    [100%] Building CXX object modules/superres/CMakeFiles/opencv_superres.dir/opencl_kernels_superres.cpp.o
    [100%] Building CXX object modules/superres/CMakeFiles/opencv_superres.dir/src/super_resolution.cpp.o
    [100%] Linking CXX shared library ../../lib/libopencv_superres.dylib
    [100%] Built target opencv_superres
    Scanning dependencies of target opencv_python2
    Scanning dependencies of target opencv_python3
    [100%] Building CXX object modules/python3/CMakeFiles/opencv_python3.dir/__/src2/cv2.cpp.o
    [100%] Building CXX object modules/python2/CMakeFiles/opencv_python2.dir/__/src2/cv2.cpp.o
    [100%] Linking CXX shared module ../../lib/python3/cv2.cpython-37m-darwin.so
    [100%] Linking CXX shared module ../../lib/cv2.so
    [100%] Built target opencv_python3
    [100%] Built target opencv_python2
    Password:

    [ 0%] Built target gen-pkgconfig
    [ 2%] Built target zlib
    [ 6%] Built target libjpeg-turbo
    [ 9%] Built target libtiff
    [ 16%] Built target libwebp
    [ 18%] Built target libjasper
    [ 19%] Built target libpng
    [ 26%] Built target IlmImf
    [ 28%] Built target ippiw
    [ 33%] Built target libprotobuf
    [ 34%] Built target quirc
    [ 34%] Built target ittnotify
    [ 35%] Built target ade
    [ 35%] Built target opencv_videoio_plugins
    [ 42%] Built target opencv_core
    [ 42%] Built target opencv_flann
    [ 42%] Built target opencv_hdf
    [ 47%] Built target opencv_imgproc
    [ 48%] Built target opencv_intensity_transform
    [ 49%] Built target opencv_ml
    [ 49%] Built target opencv_phase_unwrapping
    [ 50%] Built target opencv_photo
    [ 50%] Built target opencv_plot
    [ 51%] Built target opencv_quality
    [ 52%] Built target opencv_reg
    [ 52%] Built target opencv_surface_matching
    [ 53%] Built target opencv_viz
    [ 53%] Built target opencv_xphoto
    [ 59%] Built target opencv_dnn
    [ 59%] Built target opencv_dnn_superres
    [ 61%] Built target opencv_features2d
    [ 61%] Built target opencv_freetype
    [ 62%] Built target opencv_fuzzy
    [ 65%] Built target opencv_gapi
    [ 66%] Built target opencv_hfs
    [ 67%] Built target opencv_img_hash
    [ 68%] Built target opencv_imgcodecs
    [ 68%] Built target opencv_line_descriptor
    [ 69%] Built target opencv_saliency
    [ 70%] Built target opencv_text
    [ 71%] Built target opencv_videoio
    [ 73%] Built target opencv_calib3d
    [ 73%] Automatic MOC for target opencv_cvv
    [ 73%] Built target opencv_cvv_autogen
    [ 77%] Built target opencv_cvv
    [ 80%] Built target opencv_datasets
    [ 80%] Built target opencv_highgui
    [ 81%] Built target opencv_objdetect
    [ 81%] Built target opencv_rapid
    [ 82%] Built target opencv_rgbd
    [ 83%] Built target opencv_shape
    [ 83%] Built target opencv_structured_light
    [ 84%] Built target opencv_ts
    [ 85%] Built target opencv_video
    [ 86%] Built target opencv_videostab
    [ 88%] Built target opencv_xfeatures2d
    [ 91%] Built target opencv_ximgproc
    [ 91%] Built target opencv_xobjdetect
    [ 91%] Built target opencv_waldboost_detector
    [ 92%] Built target opencv_aruco
    [ 92%] Built target opencv_bgsegm
    [ 93%] Built target opencv_bioinspired
    [ 93%] Built target opencv_ccalib
    [ 93%] Built target opencv_dnn_objdetect
    [ 93%] Built target opencv_dpm
    [ 94%] Built target opencv_face
    [ 95%] Built target opencv_optflow
    [ 95%] Built target numeric
    [ 96%] Built target multiview
    [ 96%] Built target correspondence
    [ 96%] Built target simple_pipeline
    [ 96%] Built target opencv_sfm
    [ 97%] Built target opencv_stitching
    [ 98%] Built target opencv_superres
    [100%] Built target opencv_tracking
    [100%] Built target opencv_stereo
    [100%] Built target gen_opencv_python_source
    [100%] Built target opencv_python2
    [100%] Built target opencv_python3
    [100%] Built target opencv_annotation
    [100%] Built target opencv_visualisation
    [100%] Built target opencv_interactive-calibration
    [100%] Built target opencv_version
    Install the project...
    -- Install configuration: "Release"
    -- Installing: /usr/local/share/licenses/opencv4/ippicv-readme.htm
    -- Installing: /usr/local/share/licenses/opencv4/ippicv-EULA.txt
    -- Installing: /usr/local/share/licenses/opencv4/ippiw-support.txt
    -- Installing: /usr/local/share/licenses/opencv4/ippiw-third-party-programs.txt
    -- Installing: /usr/local/share/licenses/opencv4/ippiw-EULA.txt
    -- Installing: /usr/local/include/opencv4/opencv2/cvconfig.h
    -- Installing: /usr/local/include/opencv4/opencv2/opencv_modules.hpp
    -- Installing: /usr/local/lib/pkgconfig/opencv4.pc
    -- Installing: /usr/local/lib/cmake/opencv4/OpenCVModules.cmake
    -- Installing: /usr/local/lib/cmake/opencv4/OpenCVModules-release.cmake
    -- Installing: /usr/local/lib/cmake/opencv4/OpenCVConfig-version.cmake
    -- Installing: /usr/local/lib/cmake/opencv4/OpenCVConfig.cmake
    -- Installing: /usr/local/bin/setup_vars_opencv4.sh
    -- Installing: /usr/local/share/opencv4/valgrind.supp
    -- Installing: /usr/local/share/opencv4/valgrind_3rdparty.supp
    -- Installing: /usr/local/share/licenses/opencv4/zlib-README
    -- Installing: /usr/local/share/licenses/opencv4/libjpeg-turbo-README.md
    -- Installing: /usr/local/share/licenses/opencv4/libjpeg-turbo-LICENSE.md
    -- Installing: /usr/local/share/licenses/opencv4/libjpeg-turbo-README.ijg
    -- Installing: /usr/local/share/licenses/opencv4/libtiff-COPYRIGHT
    -- Installing: /usr/local/share/licenses/opencv4/jasper-LICENSE
    -- Installing: /usr/local/share/licenses/opencv4/jasper-README
    -- Installing: /usr/local/share/licenses/opencv4/jasper-copyright
    -- Installing: /usr/local/share/licenses/opencv4/libpng-LICENSE
    -- Installing: /usr/local/share/licenses/opencv4/libpng-README
    -- Installing: /usr/local/share/licenses/opencv4/openexr-LICENSE
    -- Installing: /usr/local/share/licenses/opencv4/openexr-AUTHORS.ilmbase
    -- Installing: /usr/local/share/licenses/opencv4/openexr-AUTHORS.openexr
    -- Installing: /usr/local/share/licenses/opencv4/protobuf-LICENSE
    -- Installing: /usr/local/share/licenses/opencv4/protobuf-README.md
    -- Installing: /usr/local/share/licenses/opencv4/quirc-LICENSE
    -- Installing: /usr/local/share/licenses/opencv4/ittnotify-LICENSE.BSD
    -- Installing: /usr/local/share/licenses/opencv4/ittnotify-LICENSE.GPL
    -- Installing: /usr/local/include/opencv4/opencv2/opencv.hpp
    -- Installing: /usr/local/share/licenses/opencv4/ade-LICENSE
    -- Installing: /usr/local/lib/libopencv_core.4.2.0.dylib
    -- Installing: /usr/local/lib/libopencv_core.4.2.dylib
    -- Installing: /usr/local/lib/libopencv_core.dylib
    -- Installing: /usr/local/include/opencv4/opencv2/core/opencl/ocl_defs.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/core/opencl/opencl_info.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/core/opencl/opencl_svm.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/core/opencl/runtime/autogenerated/opencl_clamdblas.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/core/opencl/runtime/autogenerated/opencl_clamdfft.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/core/opencl/runtime/autogenerated/opencl_core_wrappers.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/core/opencl/runtime/autogenerated/opencl_gl.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/core/opencl/runtime/autogenerated/opencl_gl_wrappers.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/core/opencl/runtime/opencl_clamdblas.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/core/opencl/runtime/opencl_clamdfft.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/core/opencl/runtime/opencl_core.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/core/opencl/runtime/opencl_core_wrappers.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/core/opencl/runtime/opencl_gl.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/core/opencl/runtime/opencl_gl_wrappers.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/core/opencl/runtime/opencl_svm_20.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/core/opencl/runtime/opencl_svm_definitions.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/core/opencl/runtime/opencl_svm_hsa_extension.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/core/cuda/block.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/core/cuda/border_interpolate.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/core/cuda/color.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/core/cuda/common.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/core/cuda/datamov_utils.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/core/cuda/dynamic_smem.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/core/cuda/emulation.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/core/cuda/filters.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/core/cuda/funcattrib.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/core/cuda/functional.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/core/cuda/limits.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/core/cuda/reduce.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/core/cuda/saturate_cast.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/core/cuda/scan.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/core/cuda/simd_functions.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/core/cuda/transform.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/core/cuda/type_traits.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/core/cuda/utility.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/core/cuda/vec_distance.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/core/cuda/vec_math.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/core/cuda/vec_traits.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/core/cuda/warp.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/core/cuda/warp_reduce.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/core/cuda/warp_shuffle.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/core/cuda/detail/color_detail.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/core/cuda/detail/reduce.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/core/cuda/detail/reduce_key_val.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/core/cuda/detail/transform_detail.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/core/cuda/detail/type_traits_detail.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/core/cuda/detail/vec_distance_detail.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/core.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/core/affine.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/core/async.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/core/base.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/core/bindings_utils.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/core/bufferpool.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/core/check.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/core/core.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/core/core_c.h
    -- Installing: /usr/local/include/opencv4/opencv2/core/cuda.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/core/cuda.inl.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/core/cuda_stream_accessor.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/core/cuda_types.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/core/cv_cpu_dispatch.h
    -- Installing: /usr/local/include/opencv4/opencv2/core/cv_cpu_helper.h
    -- Installing: /usr/local/include/opencv4/opencv2/core/cvdef.h
    -- Installing: /usr/local/include/opencv4/opencv2/core/cvstd.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/core/cvstd.inl.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/core/cvstd_wrapper.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/core/directx.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/core/eigen.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/core/fast_math.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/core/hal/hal.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/core/hal/interface.h
    -- Installing: /usr/local/include/opencv4/opencv2/core/hal/intrin.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/core/hal/intrin_avx.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/core/hal/intrin_avx512.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/core/hal/intrin_cpp.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/core/hal/intrin_forward.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/core/hal/intrin_msa.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/core/hal/intrin_neon.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/core/hal/intrin_sse.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/core/hal/intrin_sse_em.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/core/hal/intrin_vsx.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/core/hal/intrin_wasm.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/core/hal/msa_macros.h
    -- Installing: /usr/local/include/opencv4/opencv2/core/hal/simd_utils.impl.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/core/mat.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/core/mat.inl.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/core/matx.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/core/neon_utils.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/core/ocl.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/core/ocl_genbase.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/core/opengl.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/core/operations.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/core/optim.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/core/ovx.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/core/persistence.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/core/saturate.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/core/simd_intrinsics.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/core/softfloat.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/core/sse_utils.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/core/traits.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/core/types.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/core/types_c.h
    -- Installing: /usr/local/include/opencv4/opencv2/core/utility.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/core/utils/allocator_stats.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/core/utils/allocator_stats.impl.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/core/utils/filesystem.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/core/utils/instrumentation.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/core/utils/logger.defines.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/core/utils/logger.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/core/utils/logtag.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/core/utils/tls.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/core/utils/trace.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/core/va_intel.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/core/version.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/core/vsx_utils.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/core/detail/async_promise.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/core/detail/exception_ptr.hpp
    -- Installing: /usr/local/share/licenses/opencv4/SoftFloat-COPYING.txt
    -- Installing: /usr/local/lib/libopencv_flann.4.2.0.dylib
    -- Installing: /usr/local/lib/libopencv_flann.4.2.dylib
    -- Installing: /usr/local/lib/libopencv_flann.dylib
    -- Installing: /usr/local/include/opencv4/opencv2/flann.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/flann/all_indices.h
    -- Installing: /usr/local/include/opencv4/opencv2/flann/allocator.h
    -- Installing: /usr/local/include/opencv4/opencv2/flann/any.h
    -- Installing: /usr/local/include/opencv4/opencv2/flann/autotuned_index.h
    -- Installing: /usr/local/include/opencv4/opencv2/flann/composite_index.h
    -- Installing: /usr/local/include/opencv4/opencv2/flann/config.h
    -- Installing: /usr/local/include/opencv4/opencv2/flann/defines.h
    -- Installing: /usr/local/include/opencv4/opencv2/flann/dist.h
    -- Installing: /usr/local/include/opencv4/opencv2/flann/dummy.h
    -- Installing: /usr/local/include/opencv4/opencv2/flann/dynamic_bitset.h
    -- Installing: /usr/local/include/opencv4/opencv2/flann/flann.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/flann/flann_base.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/flann/general.h
    -- Installing: /usr/local/include/opencv4/opencv2/flann/ground_truth.h
    -- Installing: /usr/local/include/opencv4/opencv2/flann/hdf5.h
    -- Installing: /usr/local/include/opencv4/opencv2/flann/heap.h
    -- Installing: /usr/local/include/opencv4/opencv2/flann/hierarchical_clustering_index.h
    -- Installing: /usr/local/include/opencv4/opencv2/flann/index_testing.h
    -- Installing: /usr/local/include/opencv4/opencv2/flann/kdtree_index.h
    -- Installing: /usr/local/include/opencv4/opencv2/flann/kdtree_single_index.h
    -- Installing: /usr/local/include/opencv4/opencv2/flann/kmeans_index.h
    -- Installing: /usr/local/include/opencv4/opencv2/flann/linear_index.h
    -- Installing: /usr/local/include/opencv4/opencv2/flann/logger.h
    -- Installing: /usr/local/include/opencv4/opencv2/flann/lsh_index.h
    -- Installing: /usr/local/include/opencv4/opencv2/flann/lsh_table.h
    -- Installing: /usr/local/include/opencv4/opencv2/flann/matrix.h
    -- Installing: /usr/local/include/opencv4/opencv2/flann/miniflann.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/flann/nn_index.h
    -- Installing: /usr/local/include/opencv4/opencv2/flann/object_factory.h
    -- Installing: /usr/local/include/opencv4/opencv2/flann/params.h
    -- Installing: /usr/local/include/opencv4/opencv2/flann/random.h
    -- Installing: /usr/local/include/opencv4/opencv2/flann/result_set.h
    -- Installing: /usr/local/include/opencv4/opencv2/flann/sampling.h
    -- Installing: /usr/local/include/opencv4/opencv2/flann/saving.h
    -- Installing: /usr/local/include/opencv4/opencv2/flann/simplex_downhill.h
    -- Installing: /usr/local/include/opencv4/opencv2/flann/timer.h
    -- Installing: /usr/local/lib/libopencv_hdf.4.2.0.dylib
    -- Installing: /usr/local/lib/libopencv_hdf.4.2.dylib
    -- Installing: /usr/local/lib/libopencv_hdf.dylib
    -- Installing: /usr/local/include/opencv4/opencv2/hdf.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/hdf/hdf5.hpp
    -- Installing: /usr/local/lib/libopencv_imgproc.4.2.0.dylib
    -- Installing: /usr/local/lib/libopencv_imgproc.4.2.dylib
    -- Installing: /usr/local/lib/libopencv_imgproc.dylib
    -- Installing: /usr/local/include/opencv4/opencv2/imgproc.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/imgproc/hal/hal.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/imgproc/hal/interface.h
    -- Installing: /usr/local/include/opencv4/opencv2/imgproc/imgproc.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/imgproc/imgproc_c.h
    -- Installing: /usr/local/include/opencv4/opencv2/imgproc/types_c.h
    -- Installing: /usr/local/include/opencv4/opencv2/imgproc/detail/gcgraph.hpp
    -- Installing: /usr/local/lib/libopencv_intensity_transform.4.2.0.dylib
    -- Installing: /usr/local/lib/libopencv_intensity_transform.4.2.dylib
    -- Installing: /usr/local/lib/libopencv_intensity_transform.dylib
    -- Installing: /usr/local/include/opencv4/opencv2/intensity_transform.hpp
    -- Installing: /usr/local/lib/libopencv_ml.4.2.0.dylib
    -- Installing: /usr/local/lib/libopencv_ml.4.2.dylib
    -- Installing: /usr/local/lib/libopencv_ml.dylib
    -- Installing: /usr/local/include/opencv4/opencv2/ml.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/ml/ml.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/ml/ml.inl.hpp
    -- Installing: /usr/local/lib/libopencv_phase_unwrapping.4.2.0.dylib
    -- Installing: /usr/local/lib/libopencv_phase_unwrapping.4.2.dylib
    -- Installing: /usr/local/lib/libopencv_phase_unwrapping.dylib
    -- Installing: /usr/local/include/opencv4/opencv2/phase_unwrapping.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/phase_unwrapping/histogramphaseunwrapping.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/phase_unwrapping/phase_unwrapping.hpp
    -- Installing: /usr/local/lib/libopencv_photo.4.2.0.dylib
    -- Installing: /usr/local/lib/libopencv_photo.4.2.dylib
    -- Installing: /usr/local/lib/libopencv_photo.dylib
    -- Installing: /usr/local/include/opencv4/opencv2/photo.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/photo/cuda.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/photo/legacy/constants_c.h
    -- Installing: /usr/local/include/opencv4/opencv2/photo/photo.hpp
    -- Installing: /usr/local/lib/libopencv_plot.4.2.0.dylib
    -- Installing: /usr/local/lib/libopencv_plot.4.2.dylib
    -- Installing: /usr/local/lib/libopencv_plot.dylib
    -- Installing: /usr/local/include/opencv4/opencv2/plot.hpp
    -- Installing: /usr/local/lib/libopencv_quality.4.2.0.dylib
    -- Installing: /usr/local/lib/libopencv_quality.4.2.dylib
    -- Installing: /usr/local/lib/libopencv_quality.dylib
    -- Installing: /usr/local/include/opencv4/opencv2/quality.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/quality/quality_utils.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/quality/qualitybase.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/quality/qualitybrisque.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/quality/qualitygmsd.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/quality/qualitymse.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/quality/qualitypsnr.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/quality/qualityssim.hpp
    -- Installing: /usr/local/share/opencv4/quality/brisque_model_live.yml
    -- Installing: /usr/local/share/opencv4/quality/brisque_range_live.yml
    -- Installing: /usr/local/lib/libopencv_reg.4.2.0.dylib
    -- Installing: /usr/local/lib/libopencv_reg.4.2.dylib
    -- Installing: /usr/local/lib/libopencv_reg.dylib
    -- Installing: /usr/local/include/opencv4/opencv2/reg/map.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/reg/mapaffine.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/reg/mapper.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/reg/mappergradaffine.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/reg/mappergradeuclid.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/reg/mappergradproj.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/reg/mappergradshift.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/reg/mappergradsimilar.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/reg/mapperpyramid.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/reg/mapprojec.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/reg/mapshift.hpp
    -- Installing: /usr/local/lib/libopencv_surface_matching.4.2.0.dylib
    -- Installing: /usr/local/lib/libopencv_surface_matching.4.2.dylib
    -- Installing: /usr/local/lib/libopencv_surface_matching.dylib
    -- Installing: /usr/local/include/opencv4/opencv2/surface_matching.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/surface_matching/icp.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/surface_matching/pose_3d.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/surface_matching/ppf_helpers.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/surface_matching/ppf_match_3d.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/surface_matching/t_hash_int.hpp
    -- Installing: /usr/local/lib/libopencv_viz.4.2.0.dylib
    -- Installing: /usr/local/lib/libopencv_viz.4.2.dylib
    -- Installing: /usr/local/lib/libopencv_viz.dylib
    -- Installing: /usr/local/include/opencv4/opencv2/viz.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/viz/types.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/viz/viz3d.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/viz/vizcore.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/viz/widget_accessor.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/viz/widgets.hpp
    -- Installing: /usr/local/lib/libopencv_xphoto.4.2.0.dylib
    -- Installing: /usr/local/lib/libopencv_xphoto.4.2.dylib
    -- Installing: /usr/local/lib/libopencv_xphoto.dylib
    -- Installing: /usr/local/include/opencv4/opencv2/xphoto.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/xphoto/bm3d_image_denoising.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/xphoto/dct_image_denoising.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/xphoto/inpainting.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/xphoto/oilpainting.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/xphoto/tonemap.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/xphoto/white_balance.hpp
    -- Installing: /usr/local/lib/libopencv_dnn.4.2.0.dylib
    -- Installing: /usr/local/lib/libopencv_dnn.4.2.dylib
    -- Installing: /usr/local/lib/libopencv_dnn.dylib
    -- Installing: /usr/local/include/opencv4/opencv2/dnn.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/dnn/all_layers.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/dnn/dict.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/dnn/dnn.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/dnn/dnn.inl.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/dnn/layer.details.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/dnn/layer.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/dnn/shape_utils.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/dnn/utils/inference_engine.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/dnn/version.hpp
    -- Installing: /usr/local/lib/libopencv_dnn_superres.4.2.0.dylib
    -- Installing: /usr/local/lib/libopencv_dnn_superres.4.2.dylib
    -- Installing: /usr/local/lib/libopencv_dnn_superres.dylib
    -- Installing: /usr/local/include/opencv4/opencv2/dnn_superres.hpp
    -- Installing: /usr/local/lib/libopencv_features2d.4.2.0.dylib
    -- Installing: /usr/local/lib/libopencv_features2d.4.2.dylib
    -- Installing: /usr/local/lib/libopencv_features2d.dylib
    -- Installing: /usr/local/include/opencv4/opencv2/features2d.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/features2d/features2d.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/features2d/hal/interface.h
    -- Installing: /usr/local/lib/libopencv_freetype.4.2.0.dylib
    -- Installing: /usr/local/lib/libopencv_freetype.4.2.dylib
    -- Installing: /usr/local/lib/libopencv_freetype.dylib
    -- Installing: /usr/local/include/opencv4/opencv2/freetype.hpp
    -- Installing: /usr/local/lib/libopencv_fuzzy.4.2.0.dylib
    -- Installing: /usr/local/lib/libopencv_fuzzy.4.2.dylib
    -- Installing: /usr/local/lib/libopencv_fuzzy.dylib
    -- Installing: /usr/local/include/opencv4/opencv2/fuzzy.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/fuzzy/fuzzy_F0_math.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/fuzzy/fuzzy_F1_math.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/fuzzy/fuzzy_image.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/fuzzy/types.hpp
    -- Installing: /usr/local/lib/libopencv_gapi.4.2.0.dylib
    -- Installing: /usr/local/lib/libopencv_gapi.4.2.dylib
    -- Installing: /usr/local/lib/libopencv_gapi.dylib
    -- Installing: /usr/local/include/opencv4/opencv2/gapi.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/gapi/core.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/gapi/cpu/core.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/gapi/cpu/gcpukernel.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/gapi/cpu/imgproc.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/gapi/fluid/core.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/gapi/fluid/gfluidbuffer.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/gapi/fluid/gfluidkernel.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/gapi/fluid/imgproc.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/gapi/garg.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/gapi/garray.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/gapi/gasync_context.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/gapi/gcall.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/gapi/gcommon.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/gapi/gcompiled.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/gapi/gcompiled_async.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/gapi/gcompoundkernel.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/gapi/gcomputation.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/gapi/gcomputation_async.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/gapi/gkernel.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/gapi/gmat.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/gapi/gmetaarg.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/gapi/gproto.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/gapi/gpu/core.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/gapi/gpu/ggpukernel.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/gapi/gpu/imgproc.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/gapi/gscalar.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/gapi/gstreaming.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/gapi/gtransform.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/gapi/gtype_traits.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/gapi/gtyped.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/gapi/imgproc.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/gapi/infer.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/gapi/infer/ie.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/gapi/ocl/core.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/gapi/ocl/goclkernel.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/gapi/ocl/imgproc.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/gapi/opencv_includes.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/gapi/operators.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/gapi/own/assert.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/gapi/own/convert.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/gapi/own/cvdefs.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/gapi/own/exports.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/gapi/own/mat.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/gapi/own/saturate.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/gapi/own/scalar.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/gapi/own/types.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/gapi/plaidml/core.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/gapi/plaidml/gplaidmlkernel.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/gapi/plaidml/plaidml.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/gapi/render.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/gapi/render/render.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/gapi/streaming/cap.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/gapi/streaming/source.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/gapi/util/any.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/gapi/util/compiler_hints.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/gapi/util/optional.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/gapi/util/throw.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/gapi/util/util.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/gapi/util/variant.hpp
    -- Installing: /usr/local/lib/libopencv_hfs.4.2.0.dylib
    -- Installing: /usr/local/lib/libopencv_hfs.4.2.dylib
    -- Installing: /usr/local/lib/libopencv_hfs.dylib
    -- Installing: /usr/local/include/opencv4/opencv2/hfs.hpp
    -- Installing: /usr/local/lib/libopencv_img_hash.4.2.0.dylib
    -- Installing: /usr/local/lib/libopencv_img_hash.4.2.dylib
    -- Installing: /usr/local/lib/libopencv_img_hash.dylib
    -- Installing: /usr/local/include/opencv4/opencv2/img_hash.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/img_hash/average_hash.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/img_hash/block_mean_hash.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/img_hash/color_moment_hash.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/img_hash/img_hash_base.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/img_hash/marr_hildreth_hash.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/img_hash/phash.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/img_hash/radial_variance_hash.hpp
    -- Installing: /usr/local/lib/libopencv_imgcodecs.4.2.0.dylib
    -- Installing: /usr/local/lib/libopencv_imgcodecs.4.2.dylib
    -- Installing: /usr/local/lib/libopencv_imgcodecs.dylib
    -- Installing: /usr/local/include/opencv4/opencv2/imgcodecs.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/imgcodecs/imgcodecs.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/imgcodecs/imgcodecs_c.h
    -- Installing: /usr/local/include/opencv4/opencv2/imgcodecs/ios.h
    -- Installing: /usr/local/include/opencv4/opencv2/imgcodecs/legacy/constants_c.h
    -- Installing: /usr/local/lib/libopencv_line_descriptor.4.2.0.dylib
    -- Installing: /usr/local/lib/libopencv_line_descriptor.4.2.dylib
    -- Installing: /usr/local/lib/libopencv_line_descriptor.dylib
    -- Installing: /usr/local/include/opencv4/opencv2/line_descriptor.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/line_descriptor/descriptor.hpp
    -- Installing: /usr/local/lib/libopencv_saliency.4.2.0.dylib
    -- Installing: /usr/local/lib/libopencv_saliency.4.2.dylib
    -- Installing: /usr/local/lib/libopencv_saliency.dylib
    -- Installing: /usr/local/include/opencv4/opencv2/saliency.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/saliency/saliencyBaseClasses.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/saliency/saliencySpecializedClasses.hpp
    -- Installing: /usr/local/lib/libopencv_text.4.2.0.dylib
    -- Installing: /usr/local/lib/libopencv_text.4.2.dylib
    -- Installing: /usr/local/lib/libopencv_text.dylib
    -- Installing: /usr/local/include/opencv4/opencv2/text.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/text/erfilter.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/text/ocr.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/text/textDetector.hpp
    -- Installing: /usr/local/lib/libopencv_videoio.4.2.0.dylib
    -- Installing: /usr/local/lib/libopencv_videoio.4.2.dylib
    -- Installing: /usr/local/lib/libopencv_videoio.dylib
    -- Installing: /usr/local/include/opencv4/opencv2/videoio.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/videoio/cap_ios.h
    -- Installing: /usr/local/include/opencv4/opencv2/videoio/legacy/constants_c.h
    -- Installing: /usr/local/include/opencv4/opencv2/videoio/registry.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/videoio/videoio.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/videoio/videoio_c.h
    -- Installing: /usr/local/lib/libopencv_calib3d.4.2.0.dylib
    -- Installing: /usr/local/lib/libopencv_calib3d.4.2.dylib
    -- Installing: /usr/local/lib/libopencv_calib3d.dylib
    -- Installing: /usr/local/include/opencv4/opencv2/calib3d.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/calib3d/calib3d.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/calib3d/calib3d_c.h
    -- Installing: /usr/local/lib/libopencv_cvv.4.2.0.dylib
    -- Installing: /usr/local/lib/libopencv_cvv.4.2.dylib
    -- Installing: /usr/local/lib/libopencv_cvv.dylib
    -- Installing: /usr/local/include/opencv4/opencv2/cvv.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/cvv/call_meta_data.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/cvv/cvv.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/cvv/debug_mode.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/cvv/dmatch.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/cvv/filter.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/cvv/final_show.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/cvv/show_image.hpp
    -- Installing: /usr/local/lib/libopencv_datasets.4.2.0.dylib
    -- Installing: /usr/local/lib/libopencv_datasets.4.2.dylib
    -- Installing: /usr/local/lib/libopencv_datasets.dylib
    -- Installing: /usr/local/include/opencv4/opencv2/datasets/ar_hmdb.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/datasets/ar_sports.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/datasets/dataset.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/datasets/fr_adience.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/datasets/fr_lfw.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/datasets/gr_chalearn.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/datasets/gr_skig.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/datasets/hpe_humaneva.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/datasets/hpe_parse.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/datasets/ir_affine.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/datasets/ir_robot.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/datasets/is_bsds.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/datasets/is_weizmann.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/datasets/msm_epfl.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/datasets/msm_middlebury.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/datasets/or_imagenet.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/datasets/or_mnist.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/datasets/or_pascal.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/datasets/or_sun.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/datasets/pd_caltech.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/datasets/pd_inria.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/datasets/slam_kitti.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/datasets/slam_tumindoor.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/datasets/sr_bsds.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/datasets/sr_div2k.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/datasets/sr_general100.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/datasets/tr_chars.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/datasets/tr_icdar.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/datasets/tr_svt.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/datasets/track_alov.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/datasets/track_vot.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/datasets/util.hpp
    -- Installing: /usr/local/lib/libopencv_highgui.4.2.0.dylib
    -- Installing: /usr/local/lib/libopencv_highgui.4.2.dylib
    -- Installing: /usr/local/lib/libopencv_highgui.dylib
    -- Installing: /usr/local/include/opencv4/opencv2/highgui.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/highgui/highgui.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/highgui/highgui_c.h
    -- Installing: /usr/local/lib/libopencv_objdetect.4.2.0.dylib
    -- Installing: /usr/local/lib/libopencv_objdetect.4.2.dylib
    -- Installing: /usr/local/lib/libopencv_objdetect.dylib
    -- Installing: /usr/local/include/opencv4/opencv2/objdetect.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/objdetect/detection_based_tracker.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/objdetect/objdetect.hpp
    -- Installing: /usr/local/lib/libopencv_rapid.4.2.0.dylib
    -- Installing: /usr/local/lib/libopencv_rapid.4.2.dylib
    -- Installing: /usr/local/lib/libopencv_rapid.dylib
    -- Installing: /usr/local/include/opencv4/opencv2/rapid.hpp
    -- Installing: /usr/local/lib/libopencv_rgbd.4.2.0.dylib
    -- Installing: /usr/local/lib/libopencv_rgbd.4.2.dylib
    -- Installing: /usr/local/lib/libopencv_rgbd.dylib
    -- Installing: /usr/local/include/opencv4/opencv2/rgbd.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/rgbd/depth.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/rgbd/dynafu.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/rgbd/kinfu.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/rgbd/linemod.hpp
    -- Installing: /usr/local/lib/libopencv_shape.4.2.0.dylib
    -- Installing: /usr/local/lib/libopencv_shape.4.2.dylib
    -- Installing: /usr/local/lib/libopencv_shape.dylib
    -- Installing: /usr/local/include/opencv4/opencv2/shape.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/shape/emdL1.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/shape/hist_cost.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/shape/shape.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/shape/shape_distance.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/shape/shape_transformer.hpp
    -- Installing: /usr/local/lib/libopencv_structured_light.4.2.0.dylib
    -- Installing: /usr/local/lib/libopencv_structured_light.4.2.dylib
    -- Installing: /usr/local/lib/libopencv_structured_light.dylib
    -- Installing: /usr/local/include/opencv4/opencv2/structured_light.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/structured_light/graycodepattern.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/structured_light/sinusoidalpattern.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/structured_light/structured_light.hpp
    -- Installing: /usr/local/lib/libopencv_video.4.2.0.dylib
    -- Installing: /usr/local/lib/libopencv_video.4.2.dylib
    -- Installing: /usr/local/lib/libopencv_video.dylib
    -- Installing: /usr/local/include/opencv4/opencv2/video.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/video/background_segm.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/video/legacy/constants_c.h
    -- Installing: /usr/local/include/opencv4/opencv2/video/tracking.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/video/video.hpp
    -- Installing: /usr/local/lib/libopencv_videostab.4.2.0.dylib
    -- Installing: /usr/local/lib/libopencv_videostab.4.2.dylib
    -- Installing: /usr/local/lib/libopencv_videostab.dylib
    -- Installing: /usr/local/include/opencv4/opencv2/videostab.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/videostab/deblurring.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/videostab/fast_marching.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/videostab/fast_marching_inl.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/videostab/frame_source.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/videostab/global_motion.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/videostab/inpainting.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/videostab/log.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/videostab/motion_core.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/videostab/motion_stabilizing.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/videostab/optical_flow.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/videostab/outlier_rejection.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/videostab/ring_buffer.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/videostab/stabilizer.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/videostab/wobble_suppression.hpp
    -- Installing: /usr/local/lib/libopencv_xfeatures2d.4.2.0.dylib
    -- Installing: /usr/local/lib/libopencv_xfeatures2d.4.2.dylib
    -- Installing: /usr/local/lib/libopencv_xfeatures2d.dylib
    -- Installing: /usr/local/include/opencv4/opencv2/xfeatures2d.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/xfeatures2d/cuda.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/xfeatures2d/nonfree.hpp
    -- Installing: /usr/local/lib/libopencv_ximgproc.4.2.0.dylib
    -- Installing: /usr/local/lib/libopencv_ximgproc.4.2.dylib
    -- Installing: /usr/local/lib/libopencv_ximgproc.dylib
    -- Installing: /usr/local/include/opencv4/opencv2/ximgproc.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/ximgproc/brightedges.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/ximgproc/color_match.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/ximgproc/deriche_filter.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/ximgproc/disparity_filter.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/ximgproc/edge_filter.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/ximgproc/edgeboxes.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/ximgproc/edgepreserving_filter.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/ximgproc/estimated_covariance.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/ximgproc/fast_hough_transform.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/ximgproc/fast_line_detector.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/ximgproc/fourier_descriptors.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/ximgproc/lsc.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/ximgproc/paillou_filter.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/ximgproc/peilin.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/ximgproc/ridgefilter.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/ximgproc/run_length_morphology.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/ximgproc/seeds.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/ximgproc/segmentation.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/ximgproc/slic.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/ximgproc/sparse_match_interpolator.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/ximgproc/structured_edge_detection.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/ximgproc/weighted_median_filter.hpp
    -- Installing: /usr/local/lib/libopencv_xobjdetect.4.2.0.dylib
    -- Installing: /usr/local/lib/libopencv_xobjdetect.4.2.dylib
    -- Installing: /usr/local/lib/libopencv_xobjdetect.dylib
    -- Installing: /usr/local/include/opencv4/opencv2/xobjdetect.hpp
    -- Installing: /usr/local/bin/opencv_waldboost_detector
    -- Installing: /usr/local/lib/libopencv_aruco.4.2.0.dylib
    -- Installing: /usr/local/lib/libopencv_aruco.4.2.dylib
    -- Installing: /usr/local/lib/libopencv_aruco.dylib
    -- Installing: /usr/local/include/opencv4/opencv2/aruco.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/aruco/charuco.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/aruco/dictionary.hpp
    -- Installing: /usr/local/lib/libopencv_bgsegm.4.2.0.dylib
    -- Installing: /usr/local/lib/libopencv_bgsegm.4.2.dylib
    -- Installing: /usr/local/lib/libopencv_bgsegm.dylib
    -- Installing: /usr/local/include/opencv4/opencv2/bgsegm.hpp
    -- Installing: /usr/local/lib/libopencv_bioinspired.4.2.0.dylib
    -- Installing: /usr/local/lib/libopencv_bioinspired.4.2.dylib
    -- Installing: /usr/local/lib/libopencv_bioinspired.dylib
    -- Installing: /usr/local/include/opencv4/opencv2/bioinspired.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/bioinspired/bioinspired.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/bioinspired/retina.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/bioinspired/retinafasttonemapping.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/bioinspired/transientareassegmentationmodule.hpp
    -- Installing: /usr/local/lib/libopencv_ccalib.4.2.0.dylib
    -- Installing: /usr/local/lib/libopencv_ccalib.4.2.dylib
    -- Installing: /usr/local/lib/libopencv_ccalib.dylib
    -- Installing: /usr/local/include/opencv4/opencv2/ccalib.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/ccalib/multicalib.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/ccalib/omnidir.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/ccalib/randpattern.hpp
    -- Installing: /usr/local/lib/libopencv_dnn_objdetect.4.2.0.dylib
    -- Installing: /usr/local/lib/libopencv_dnn_objdetect.4.2.dylib
    -- Installing: /usr/local/lib/libopencv_dnn_objdetect.dylib
    -- Installing: /usr/local/include/opencv4/opencv2/core_detect.hpp
    -- Installing: /usr/local/lib/libopencv_dpm.4.2.0.dylib
    -- Installing: /usr/local/lib/libopencv_dpm.4.2.dylib
    -- Installing: /usr/local/lib/libopencv_dpm.dylib
    -- Installing: /usr/local/include/opencv4/opencv2/dpm.hpp
    -- Installing: /usr/local/lib/libopencv_face.4.2.0.dylib
    -- Installing: /usr/local/lib/libopencv_face.4.2.dylib
    -- Installing: /usr/local/lib/libopencv_face.dylib
    -- Installing: /usr/local/include/opencv4/opencv2/face.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/face/bif.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/face/face_alignment.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/face/facemark.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/face/facemarkAAM.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/face/facemarkLBF.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/face/facemark_train.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/face/facerec.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/face/mace.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/face/predict_collector.hpp
    -- Installing: /usr/local/lib/libopencv_optflow.4.2.0.dylib
    -- Installing: /usr/local/lib/libopencv_optflow.4.2.dylib
    -- Installing: /usr/local/lib/libopencv_optflow.dylib
    -- Installing: /usr/local/include/opencv4/opencv2/optflow.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/optflow/motempl.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/optflow/pcaflow.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/optflow/rlofflow.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/optflow/sparse_matching_gpc.hpp
    -- Installing: /usr/local/lib/libopencv_sfm.4.2.0.dylib
    -- Installing: /usr/local/lib/libopencv_sfm.4.2.dylib
    -- Installing: /usr/local/lib/libopencv_sfm.dylib
    -- Installing: /usr/local/include/opencv4/opencv2/sfm.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/sfm/conditioning.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/sfm/fundamental.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/sfm/io.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/sfm/numeric.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/sfm/projection.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/sfm/reconstruct.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/sfm/robust.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/sfm/simple_pipeline.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/sfm/triangulation.hpp
    -- Installing: /usr/local/lib/opencv4/3rdparty/libcorrespondence.a
    -- Installing: /usr/local/lib/opencv4/3rdparty/libmultiview.a
    /Library/Developer/CommandLineTools/usr/bin/ranlib: file: /usr/local/lib/opencv4/3rdparty/libmultiview.a(robust_estimation.cc.o) has no symbols
    -- Installing: /usr/local/lib/opencv4/3rdparty/libnumeric.a
    /Library/Developer/CommandLineTools/usr/bin/ranlib: file: /usr/local/lib/opencv4/3rdparty/libnumeric.a(poly.cc.o) has no symbols
    -- Installing: /usr/local/lib/opencv4/3rdparty/libsimple_pipeline.a
    -- Installing: /usr/local/lib/libopencv_stitching.4.2.0.dylib
    -- Installing: /usr/local/lib/libopencv_stitching.4.2.dylib
    -- Installing: /usr/local/lib/libopencv_stitching.dylib
    -- Installing: /usr/local/include/opencv4/opencv2/stitching.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/stitching/warpers.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/stitching/detail/autocalib.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/stitching/detail/blenders.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/stitching/detail/camera.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/stitching/detail/exposure_compensate.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/stitching/detail/matchers.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/stitching/detail/motion_estimators.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/stitching/detail/seam_finders.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/stitching/detail/timelapsers.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/stitching/detail/util.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/stitching/detail/util_inl.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/stitching/detail/warpers.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/stitching/detail/warpers_inl.hpp
    -- Installing: /usr/local/lib/libopencv_superres.4.2.0.dylib
    -- Installing: /usr/local/lib/libopencv_superres.4.2.dylib
    -- Installing: /usr/local/lib/libopencv_superres.dylib
    -- Installing: /usr/local/include/opencv4/opencv2/superres.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/superres/optical_flow.hpp
    -- Installing: /usr/local/lib/libopencv_tracking.4.2.0.dylib
    -- Installing: /usr/local/lib/libopencv_tracking.4.2.dylib
    -- Installing: /usr/local/lib/libopencv_tracking.dylib
    -- Installing: /usr/local/include/opencv4/opencv2/tracking.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/tracking/feature.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/tracking/kalman_filters.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/tracking/onlineBoosting.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/tracking/onlineMIL.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/tracking/tldDataset.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/tracking/tracker.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/tracking/tracking.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/tracking/tracking_by_matching.hpp
    -- Installing: /usr/local/lib/libopencv_stereo.4.2.0.dylib
    -- Installing: /usr/local/lib/libopencv_stereo.4.2.dylib
    -- Installing: /usr/local/lib/libopencv_stereo.dylib
    -- Installing: /usr/local/include/opencv4/opencv2/stereo.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/stereo/descriptor.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/stereo/matching.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/stereo/quasi_dense_stereo.hpp
    -- Installing: /usr/local/include/opencv4/opencv2/stereo/stereo.hpp
    -- Installing: /usr/local/lib/python2.7/site-packages/cv2/__init__.py
    -- Installing: /usr/local/lib/python2.7/site-packages/cv2/load_config_py2.py
    -- Installing: /usr/local/lib/python2.7/site-packages/cv2/load_config_py3.py
    -- Installing: /usr/local/lib/python2.7/site-packages/cv2/config.py
    -- Installing: /usr/local/lib/python2.7/site-packages/cv2/python-2.7/cv2.so
    -- Installing: /usr/local/lib/python2.7/site-packages/cv2/config-2.7.py
    -- Installing: /usr/local/lib/python3.7/site-packages/cv2/__init__.py
    -- Installing: /usr/local/lib/python3.7/site-packages/cv2/load_config_py2.py
    -- Installing: /usr/local/lib/python3.7/site-packages/cv2/load_config_py3.py
    -- Installing: /usr/local/lib/python3.7/site-packages/cv2/config.py
    -- Installing: /usr/local/lib/python3.7/site-packages/cv2/python-3.7/cv2.cpython-37m-darwin.so
    -- Installing: /usr/local/lib/python3.7/site-packages/cv2/config-3.7.py
    -- Installing: /usr/local/share/opencv4/haarcascades/haarcascade_eye.xml
    -- Installing: /usr/local/share/opencv4/haarcascades/haarcascade_eye_tree_eyeglasses.xml
    -- Installing: /usr/local/share/opencv4/haarcascades/haarcascade_frontalcatface.xml
    -- Installing: /usr/local/share/opencv4/haarcascades/haarcascade_frontalcatface_extended.xml
    -- Installing: /usr/local/share/opencv4/haarcascades/haarcascade_frontalface_alt.xml
    -- Installing: /usr/local/share/opencv4/haarcascades/haarcascade_frontalface_alt2.xml
    -- Installing: /usr/local/share/opencv4/haarcascades/haarcascade_frontalface_alt_tree.xml
    -- Installing: /usr/local/share/opencv4/haarcascades/haarcascade_frontalface_default.xml
    -- Installing: /usr/local/share/opencv4/haarcascades/haarcascade_fullbody.xml
    -- Installing: /usr/local/share/opencv4/haarcascades/haarcascade_lefteye_2splits.xml
    -- Installing: /usr/local/share/opencv4/haarcascades/haarcascade_licence_plate_rus_16stages.xml
    -- Installing: /usr/local/share/opencv4/haarcascades/haarcascade_lowerbody.xml
    -- Installing: /usr/local/share/opencv4/haarcascades/haarcascade_profileface.xml
    -- Installing: /usr/local/share/opencv4/haarcascades/haarcascade_righteye_2splits.xml
    -- Installing: /usr/local/share/opencv4/haarcascades/haarcascade_russian_plate_number.xml
    -- Installing: /usr/local/share/opencv4/haarcascades/haarcascade_smile.xml
    -- Installing: /usr/local/share/opencv4/haarcascades/haarcascade_upperbody.xml
    -- Installing: /usr/local/share/opencv4/lbpcascades/lbpcascade_frontalcatface.xml
    -- Installing: /usr/local/share/opencv4/lbpcascades/lbpcascade_frontalface.xml
    -- Installing: /usr/local/share/opencv4/lbpcascades/lbpcascade_frontalface_improved.xml
    -- Installing: /usr/local/share/opencv4/lbpcascades/lbpcascade_profileface.xml
    -- Installing: /usr/local/share/opencv4/lbpcascades/lbpcascade_silverware.xml
    -- Installing: /usr/local/bin/opencv_annotation
    -- Installing: /usr/local/bin/opencv_visualisation
    -- Installing: /usr/local/bin/opencv_interactive-calibration
    -- Installing: /usr/local/bin/opencv_version
    CarolH@CHE � ~/Downloads/op

  • 相关阅读:
    爬取校园新闻首页的新闻的详情,使用正则表达式,函数抽离
    网络爬虫基础练习
    Hadoop综合大作业
    hive基本操作与应用
    用mapreduce 处理气象数据集
    熟悉常用的HBase操作
    爬虫大作业
    熟悉常用的HDFS操作
    数据结构化与保存
    获取全部校园新闻
  • 原文地址:https://www.cnblogs.com/cx2016/p/12356333.html
Copyright © 2011-2022 走看看