ubuntu-1804 配置 opevcv-4.0记录

1、opencv安装包下载及解压

  • 镜像地址
  • 注意opencv_contrib版本一致,下载zip压缩包
    在这里插入图片描述
unzip opencv-4.0.0.zip
unzip opencv_contrib-4.0.0

在这里插入图片描述
解压后可以将版本号去掉,路径看起来好配置;并且将opencv_contrib移动到opencv下,便于管理,并在opencv路径下新建文件夹build,用来存放后续编译文件;
在这里插入图片描述

2、更换源及相关依赖安装

sudo apt-get update
sudo apt-get upgrade
sudo apt-get install build-essential
sudo apt-get install cmake git libgtk2.0-dev pkg-config libavcodec-dev libavformat-dev libswscale-dev
sudo apt-get install python-dev python-numpy libtbb2 libtbb-dev libjpeg-dev libpng-dev libtiff-dev libjasper-dev libdc1394-22-dev

3、Cmake环境搭建并执行编译安装

sudo apt install cmake-qt-gui

安装完成后,在菜单中会看到Cmake-gui图标,双击打开
在这里插入图片描述
在这里插入图片描述

  • 选择opencv 资源路径:opencv解压文件夹路径、编译后路径:刚新建build路径;
    在这里插入图片描述
  • 点击 Configure,在弹出的来对话框直接点击Finsh即可
  • 这里可能会报错:权限不够,执行chown -R 用户名 ./opencv;
    在这里插入图片描述
chown -R mrle ./opencv

在这里插入图片描述

  • 点击Configure 完成后如下图,,选择opencv_contrib路径再次点击Configure,期间会有一些标红警告不用管‘
    在这里插入图片描述
  • 然后点击Generate,看到Generating done表示完成,可以关闭Cmake -gui页面,进入下一部

在这里插入图片描述

  • 切换到build路径下,执行编译命令
make -j 8

其中J -8 代表的是8个线程同时执行,请参考个人电脑配置,这一步骤一般时间比较长,可以摸一会鱼去;
期间报错1:fatal error: boostdesc_bgm.i: 没有那个文件或目录,Makefile:162: recipe for target ‘all’ failed make: *** [all] Error 2
在这里插入图片描述
在这里插入图片描述
解决办法:手动下载boostdesc_bgm.i、boostdesc_bgm_bi.i、boostdesc_bgm_hd.i、boostdesc_lbgm.i、boostdesc_binboost_064.i、
boostdesc_binboost_128.i、boostdesc_binboost_256.i、vgg_generated_120.i、vgg_generated_64.i、vgg_generated_80.i、
vgg_generated_48.i,,,共计11个文件,然后放到/opencv_contrib/modules/xfeatures2d/src/路径下,然后重现make -j 8

下载地址
链接: https://pan.baidu.com/s/1OdyVwY0FZQvmXcyMucY8uA
提取码: 9sc9
在这里插入图片描述
期间报错2:fatal error: features2d/test/test_detectors_regression.impl.hpp: 没有那个文件或目录
在这里插入图片描述
解决办法:将/opencv/modules/features2d/test/文件下的

test_descriptors_invariance.impl.hpp
test_descriptors_regression.impl.hpp
test_detectors_invariance.impl.hpp
test_detectors_regression.impl.hpp
test_invariance_utils.hpp

拷贝到/opencv/opencv_contrib/modules/xfeatures2d/test/文件下,

cd /home/opencv/modules/features2d/test/

cp test_descriptors_invariance.impl.hpp  test_descriptors_regression.impl.hpp test_detectors_invariance.impl.hpp test_detectors_regression.impl.hpp test_invariance_utils.hpp /home/opencv/opencv_contrib/modules/xfeatures2d/test/

cd /home/opencv/opencv_contrib/modules/xfeatures2d/test/

然后修改
/opencv/opencv_contrib/modules/xfeatures2d/test/test_features2d.cpp及test_rotation_and_scale_invariance.cpp中的头文件,并再次只想make -j 8

vim test_features2d.cpp
vim test_rotation_and_scale_invariance.cpp 
// 修改前
#include "features2d/test/test_detectors_invariance.impl.hpp" 
#include "features2d/test/test_descriptors_invariance.impl.hpp"
// 修改后
#include "test_detectors_regression.impl.hpp"
#include "test_descriptors_regression.impl.hpp"
  • 执行 sudo make install,过程文件如下
[  3%] Built target libjpeg-turbo
[  5%] Built target libtiff
[ 10%] Built target libwebp
[ 11%] Built target libjasper
[ 14%] Built target IlmImf
[ 17%] Built target libprotobuf
[ 18%] Built target quirc
[ 18%] Built target ittnotify
[ 19%] Built target ade
[ 19%] Built target opencv_test_core_pch_dephelp
[ 19%] Built target opencv_core_pch_dephelp
[ 19%] Built target opencv_ts_pch_dephelp
[ 19%] Built target pch_Generate_opencv_ts
[ 19%] Built target pch_Generate_opencv_core
[ 23%] Built target opencv_core
[ 23%] Built target opencv_imgproc_pch_dephelp
[ 23%] Built target pch_Generate_opencv_imgproc
[ 26%] Built target opencv_imgproc
[ 26%] Built target opencv_imgcodecs_pch_dephelp
[ 26%] Built target pch_Generate_opencv_imgcodecs
[ 27%] Built target opencv_imgcodecs
[ 27%] Built target opencv_videoio_pch_dephelp
[ 27%] Built target pch_Generate_opencv_videoio
[ 28%] Built target opencv_videoio
[ 29%] Built target opencv_highgui_pch_dephelp
[ 29%] Built target pch_Generate_opencv_highgui
[ 29%] Built target opencv_highgui
[ 29%] Built target opencv_ts
[ 29%] Built target pch_Generate_opencv_test_core
[ 31%] Built target opencv_test_core
[ 31%] Built target opencv_perf_core_pch_dephelp
[ 31%] Built target pch_Generate_opencv_perf_core
[ 32%] Built target opencv_perf_core
[ 32%] Built target opencv_flann_pch_dephelp
[ 32%] Built target opencv_test_flann_pch_dephelp
[ 32%] Built target pch_Generate_opencv_flann
[ 32%] Built target opencv_flann
[ 32%] Built target pch_Generate_opencv_test_flann
[ 32%] Built target opencv_test_flann
[ 32%] Built target opencv_test_imgproc_pch_dephelp
[ 32%] Built target pch_Generate_opencv_test_imgproc
[ 34%] Built target opencv_test_imgproc
[ 34%] Built target opencv_perf_imgproc_pch_dephelp
[ 34%] Built target pch_Generate_opencv_perf_imgproc
[ 36%] Built target opencv_perf_imgproc
[ 36%] Built target opencv_ml_pch_dephelp
[ 36%] Built target pch_Generate_opencv_ml
[ 37%] Built target opencv_ml
[ 37%] Built target opencv_test_ml_pch_dephelp
[ 37%] Built target pch_Generate_opencv_test_ml
[ 37%] Built target opencv_test_ml
[ 37%] Built target opencv_phase_unwrapping_pch_dephelp
[ 37%] Built target pch_Generate_opencv_phase_unwrapping
[ 37%] Built target opencv_phase_unwrapping
[ 37%] Built target opencv_test_phase_unwrapping_pch_dephelp
[ 37%] Built target pch_Generate_opencv_test_phase_unwrapping
[ 37%] Built target opencv_test_phase_unwrapping
[ 38%] Built target opencv_test_photo_pch_dephelp
[ 38%] Built target pch_Generate_opencv_test_photo
[ 38%] Built target opencv_photo_pch_dephelp
[ 39%] Built target pch_Generate_opencv_photo
[ 40%] Built target opencv_photo
[ 40%] Built target opencv_test_photo
[ 40%] Built target opencv_perf_photo_pch_dephelp
[ 41%] Built target pch_Generate_opencv_perf_photo
[ 41%] Built target opencv_perf_photo
[ 41%] Built target opencv_plot_pch_dephelp
[ 41%] Built target pch_Generate_opencv_plot
[ 41%] Built target opencv_plot
[ 41%] Built target opencv_test_reg_pch_dephelp
[ 41%] Built target opencv_perf_reg_pch_dephelp
[ 41%] Built target pch_Generate_opencv_test_reg
[ 41%] Built target opencv_reg_pch_dephelp
[ 41%] Built target pch_Generate_opencv_reg
[ 42%] Built target opencv_reg
[ 42%] Built target opencv_test_reg
[ 42%] Built target pch_Generate_opencv_perf_reg
[ 43%] Built target opencv_perf_reg
[ 43%] Built target opencv_surface_matching_pch_dephelp
[ 43%] Built target pch_Generate_opencv_surface_matching
[ 43%] Built target opencv_surface_matching
[ 43%] Built target opencv_test_xphoto_pch_dephelp
[ 44%] Built target pch_Generate_opencv_test_xphoto
[ 44%] Built target opencv_xphoto
[ 44%] Built target opencv_test_xphoto
[ 44%] Built target opencv_perf_xphoto_pch_dephelp
[ 44%] Built target pch_Generate_opencv_perf_xphoto
[ 44%] Built target opencv_perf_xphoto
[ 44%] Built target opencv_test_dnn_pch_dephelp
[ 44%] Built target pch_Generate_opencv_test_dnn
[ 44%] Built target opencv_dnn_pch_dephelp
[ 44%] Built target pch_Generate_opencv_dnn
[ 48%] Built target opencv_dnn
[ 49%] Built target opencv_test_dnn
[ 49%] Built target opencv_perf_dnn_pch_dephelp
[ 49%] Built target pch_Generate_opencv_perf_dnn
[ 49%] Built target opencv_perf_dnn
[ 49%] Built target opencv_freetype_pch_dephelp
[ 50%] Built target pch_Generate_opencv_freetype
[ 50%] Built target opencv_freetype
[ 50%] Built target opencv_fuzzy_pch_dephelp
[ 50%] Built target pch_Generate_opencv_fuzzy
[ 51%] Built target opencv_fuzzy
[ 51%] Built target opencv_test_fuzzy_pch_dephelp
[ 51%] Built target pch_Generate_opencv_test_fuzzy
[ 52%] Built target opencv_test_fuzzy
[ 52%] Built target opencv_test_gapi_pch_dephelp
[ 52%] Built target pch_Generate_opencv_test_gapi
[ 52%] Built target opencv_gapi_pch_dephelp
[ 52%] Built target pch_Generate_opencv_gapi
[ 54%] Built target opencv_gapi
[ 56%] Built target opencv_test_gapi
[ 56%] Built target opencv_perf_gapi_pch_dephelp
[ 56%] Built target pch_Generate_opencv_perf_gapi
[ 56%] Built target opencv_perf_gapi
[ 56%] Built target opencv_hfs_pch_dephelp
[ 56%] Built target pch_Generate_opencv_hfs
[ 56%] Built target opencv_hfs
[ 56%] Built target opencv_img_hash_pch_dephelp
[ 56%] Built target pch_Generate_opencv_img_hash
[ 56%] Built target opencv_img_hash
[ 56%] Built target opencv_test_img_hash_pch_dephelp
[ 57%] Built target pch_Generate_opencv_test_img_hash
[ 57%] Built target opencv_test_img_hash
[ 57%] Built target opencv_test_imgcodecs_pch_dephelp
[ 57%] Built target pch_Generate_opencv_test_imgcodecs
[ 58%] Built target opencv_test_imgcodecs
[ 58%] Built target opencv_perf_imgcodecs_pch_dephelp
[ 58%] Built target pch_Generate_opencv_perf_imgcodecs
[ 58%] Built target opencv_perf_imgcodecs
[ 58%] Built target opencv_test_videoio_pch_dephelp
[ 58%] Built target pch_Generate_opencv_test_videoio
[ 58%] Built target opencv_test_videoio
[ 58%] Built target opencv_perf_videoio_pch_dephelp
[ 58%] Built target pch_Generate_opencv_perf_videoio
[ 58%] Built target opencv_perf_videoio
[ 58%] Built target opencv_test_highgui_pch_dephelp
[ 58%] Built target pch_Generate_opencv_test_highgui
[ 58%] Built target opencv_test_highgui
[ 59%] Built target opencv_bioinspired_pch_dephelp
[ 59%] Built target pch_Generate_opencv_bioinspired
[ 59%] Built target opencv_bioinspired
[ 59%] Built target opencv_perf_bioinspired_pch_dephelp
[ 59%] Built target pch_Generate_opencv_perf_bioinspired
[ 59%] Built target opencv_perf_bioinspired
[ 59%] Built target opencv_test_bioinspired_pch_dephelp
[ 59%] Built target pch_Generate_opencv_test_bioinspired
[ 59%] Built target opencv_test_bioinspired
[ 59%] Built target opencv_dnn_objdetect_pch_dephelp
[ 59%] Built target pch_Generate_opencv_dnn_objdetect
[ 59%] Built target opencv_dnn_objdetect
[ 59%] Built target opencv_features2d_pch_dephelp
[ 59%] Built target pch_Generate_opencv_features2d
[ 60%] Built target opencv_features2d
[ 60%] Built target opencv_perf_features2d_pch_dephelp
[ 60%] Built target pch_Generate_opencv_perf_features2d
[ 61%] Built target opencv_perf_features2d
[ 61%] Built target opencv_test_features2d_pch_dephelp
[ 61%] Built target pch_Generate_opencv_test_features2d
[ 62%] Built target opencv_test_features2d
[ 63%] Built target opencv_test_line_descriptor_pch_dephelp
[ 63%] Built target opencv_perf_line_descriptor_pch_dephelp
[ 63%] Built target pch_Generate_opencv_perf_line_descriptor
[ 63%] Built target opencv_line_descriptor_pch_dephelp
[ 63%] Built target pch_Generate_opencv_line_descriptor
[ 63%] Built target opencv_line_descriptor
[ 63%] Built target opencv_perf_line_descriptor
[ 63%] Built target pch_Generate_opencv_test_line_descriptor
[ 63%] Built target opencv_test_line_descriptor
[ 63%] Built target opencv_saliency_pch_dephelp
[ 63%] Built target opencv_test_saliency_pch_dephelp
[ 63%] Built target pch_Generate_opencv_test_saliency
[ 63%] Built target pch_Generate_opencv_saliency
[ 63%] Built target opencv_saliency
[ 63%] Built target opencv_test_saliency
[ 63%] Built target opencv_text_pch_dephelp
[ 63%] Built target pch_Generate_opencv_text
[ 64%] Built target opencv_text
[ 65%] Built target opencv_test_text_pch_dephelp
[ 65%] Built target pch_Generate_opencv_test_text
[ 65%] Built target opencv_test_text
[ 65%] Built target opencv_test_calib3d_pch_dephelp
[ 65%] Built target opencv_calib3d_pch_dephelp
[ 65%] Built target pch_Generate_opencv_calib3d
[ 66%] Built target opencv_calib3d
[ 66%] Built target pch_Generate_opencv_test_calib3d
[ 67%] Built target opencv_test_calib3d
[ 68%] Built target opencv_perf_calib3d_pch_dephelp
[ 68%] Built target pch_Generate_opencv_perf_calib3d
[ 68%] Built target opencv_perf_calib3d
[ 68%] Built target opencv_ccalib_pch_dephelp
[ 68%] Built target pch_Generate_opencv_ccalib
[ 68%] Built target opencv_ccalib
[ 70%] Built target opencv_datasets
[ 70%] Built target opencv_test_objdetect_pch_dephelp
[ 70%] Built target opencv_objdetect_pch_dephelp
[ 70%] Built target pch_Generate_opencv_objdetect
[ 70%] Built target opencv_objdetect
[ 70%] Built target pch_Generate_opencv_test_objdetect
[ 70%] Built target opencv_test_objdetect
[ 70%] Built target opencv_perf_objdetect_pch_dephelp
[ 70%] Built target pch_Generate_opencv_perf_objdetect
[ 71%] Built target opencv_perf_objdetect
[ 71%] Built target opencv_test_rgbd_pch_dephelp
[ 71%] Built target pch_Generate_opencv_test_rgbd
[ 72%] Built target opencv_rgbd_pch_dephelp
[ 72%] Built target pch_Generate_opencv_rgbd
[ 72%] Built target opencv_rgbd
[ 72%] Built target opencv_test_rgbd
[ 72%] Built target opencv_shape_pch_dephelp
[ 73%] Built target opencv_test_shape_pch_dephelp
[ 73%] Built target pch_Generate_opencv_shape
[ 74%] Built target opencv_shape
[ 75%] Built target pch_Generate_opencv_test_shape
[ 75%] Built target opencv_test_shape
[ 75%] Built target opencv_stereo_pch_dephelp
[ 75%] Built target pch_Generate_opencv_stereo
[ 75%] Built target opencv_stereo
[ 75%] Built target opencv_test_stereo_pch_dephelp
[ 75%] Built target pch_Generate_opencv_test_stereo
[ 75%] Built target opencv_test_stereo
[ 75%] Built target opencv_perf_stereo_pch_dephelp
[ 75%] Built target pch_Generate_opencv_perf_stereo
[ 75%] Built target opencv_perf_stereo
[ 75%] Built target opencv_structured_light_pch_dephelp
[ 75%] Built target pch_Generate_opencv_structured_light
[ 75%] Built target opencv_structured_light
[ 75%] Built target opencv_test_structured_light_pch_dephelp
[ 75%] Built target pch_Generate_opencv_test_structured_light
[ 75%] Built target opencv_test_structured_light
[ 75%] Built target opencv_test_video_pch_dephelp
[ 75%] Built target opencv_video_pch_dephelp
[ 75%] Built target pch_Generate_opencv_video
[ 76%] Built target opencv_video
[ 76%] Built target pch_Generate_opencv_test_video
[ 77%] Built target opencv_test_video
[ 77%] Built target opencv_perf_video_pch_dephelp
[ 77%] Built target pch_Generate_opencv_perf_video
[ 78%] Built target opencv_perf_video
[ 78%] Built target opencv_videostab_pch_dephelp
[ 78%] Built target pch_Generate_opencv_videostab
[ 78%] Built target opencv_videostab
[ 78%] Built target opencv_test_videostab_pch_dephelp
[ 78%] Built target pch_Generate_opencv_test_videostab
[ 78%] Built target opencv_test_videostab
[ 78%] Built target opencv_xfeatures2d_pch_dephelp
[ 78%] Built target pch_Generate_opencv_xfeatures2d
[ 79%] Built target opencv_xfeatures2d
[ 79%] Built target opencv_test_xfeatures2d_pch_dephelp
[ 79%] Built target opencv_perf_xfeatures2d_pch_dephelp
[ 79%] Built target pch_Generate_opencv_perf_xfeatures2d
[ 80%] Built target opencv_perf_xfeatures2d
[ 80%] Built target pch_Generate_opencv_test_xfeatures2d
[ 81%] Built target opencv_test_xfeatures2d
[ 81%] Built target opencv_test_ximgproc_pch_dephelp
[ 82%] Built target opencv_perf_ximgproc_pch_dephelp
[ 82%] Built target pch_Generate_opencv_perf_ximgproc
[ 82%] Built target opencv_ximgproc_pch_dephelp
[ 82%] Built target pch_Generate_opencv_ximgproc
[ 84%] Built target opencv_ximgproc
[ 84%] Built target opencv_perf_ximgproc
[ 84%] Built target pch_Generate_opencv_test_ximgproc
[ 85%] Built target opencv_test_ximgproc
[ 85%] Built target opencv_xobjdetect_pch_dephelp
[ 85%] Built target pch_Generate_opencv_xobjdetect
[ 85%] Built target opencv_xobjdetect
[ 86%] Built target opencv_waldboost_detector
[ 86%] Built target opencv_aruco_pch_dephelp
[ 87%] Built target pch_Generate_opencv_aruco
[ 87%] Built target opencv_aruco
[ 87%] Built target opencv_test_aruco_pch_dephelp
[ 87%] Built target pch_Generate_opencv_test_aruco
[ 87%] Built target opencv_test_aruco
[ 88%] Built target opencv_test_bgsegm_pch_dephelp
[ 88%] Built target opencv_bgsegm_pch_dephelp
[ 88%] Built target pch_Generate_opencv_bgsegm
[ 89%] Built target opencv_bgsegm
[ 90%] Built target pch_Generate_opencv_test_bgsegm
[ 90%] Built target opencv_test_bgsegm
[ 90%] Built target opencv_dpm_pch_dephelp
[ 90%] Built target pch_Generate_opencv_dpm
[ 91%] Built target opencv_dpm
[ 91%] Built target opencv_face_pch_dephelp
[ 91%] Built target opencv_test_face_pch_dephelp
[ 91%] Built target pch_Generate_opencv_test_face
[ 91%] Built target pch_Generate_opencv_face
[ 92%] Built target opencv_face
[ 92%] Built target opencv_test_face
[ 92%] Built target opencv_test_optflow_pch_dephelp
[ 92%] Built target opencv_optflow_pch_dephelp
[ 93%] Built target pch_Generate_opencv_optflow
[ 94%] Built target opencv_optflow
[ 94%] Built target opencv_perf_optflow_pch_dephelp
[ 94%] Built target pch_Generate_opencv_perf_optflow
[ 94%] Built target opencv_perf_optflow
[ 94%] Built target pch_Generate_opencv_test_optflow
[ 95%] Built target opencv_test_optflow
[ 95%] Built target opencv_stitching_pch_dephelp
[ 95%] Built target pch_Generate_opencv_stitching
[ 96%] Built target opencv_stitching
[ 96%] Built target opencv_perf_superres_pch_dephelp
[ 96%] Built target pch_Generate_opencv_perf_superres
[ 97%] Built target opencv_superres_pch_dephelp
[ 97%] Built target pch_Generate_opencv_superres
[ 97%] Built target opencv_superres
[ 97%] Built target opencv_perf_superres
[ 97%] Built target opencv_test_superres_pch_dephelp
[ 97%] Built target pch_Generate_opencv_test_superres
[ 97%] Built target opencv_test_superres
[ 97%] Built target opencv_test_tracking_pch_dephelp
[ 97%] Built target opencv_tracking_pch_dephelp
[ 97%] Built target pch_Generate_opencv_tracking
[ 99%] Built target opencv_tracking
[ 99%] Built target pch_Generate_opencv_test_tracking
[ 99%] Built target opencv_test_tracking
[ 99%] Built target opencv_perf_tracking_pch_dephelp
[ 99%] Built target pch_Generate_opencv_perf_tracking
[ 99%] Built target opencv_perf_tracking
[ 99%] Built target opencv_annotation
[ 99%] Built target opencv_visualisation
[100%] Built target opencv_interactive-calibration
[100%] Built target opencv_version
Linking CXX shared library CMakeFiles/CMakeRelink.dir/libopencv_core.so
Linking CXX shared library CMakeFiles/CMakeRelink.dir/libopencv_flann.so
Linking CXX shared library CMakeFiles/CMakeRelink.dir/libopencv_imgproc.so
Linking CXX shared library CMakeFiles/CMakeRelink.dir/libopencv_ml.so
Linking CXX shared library CMakeFiles/CMakeRelink.dir/libopencv_phase_unwrapping.so
Linking CXX shared library CMakeFiles/CMakeRelink.dir/libopencv_photo.so
Linking CXX shared library CMakeFiles/CMakeRelink.dir/libopencv_plot.so
Linking CXX shared library CMakeFiles/CMakeRelink.dir/libopencv_reg.so
Linking CXX shared library CMakeFiles/CMakeRelink.dir/libopencv_surface_matching.so
Linking CXX shared library CMakeFiles/CMakeRelink.dir/libopencv_xphoto.so
Linking CXX shared library CMakeFiles/CMakeRelink.dir/libopencv_dnn.so
Linking CXX shared library CMakeFiles/CMakeRelink.dir/libopencv_freetype.so
Linking CXX shared library CMakeFiles/CMakeRelink.dir/libopencv_fuzzy.so
Linking CXX shared library CMakeFiles/CMakeRelink.dir/libopencv_gapi.so
Linking CXX shared library CMakeFiles/CMakeRelink.dir/libopencv_hfs.so
Linking CXX shared library CMakeFiles/CMakeRelink.dir/libopencv_img_hash.so
Linking CXX shared library CMakeFiles/CMakeRelink.dir/libopencv_imgcodecs.so
Linking CXX shared library CMakeFiles/CMakeRelink.dir/libopencv_videoio.so
Linking CXX shared library CMakeFiles/CMakeRelink.dir/libopencv_highgui.so
Linking CXX shared library CMakeFiles/CMakeRelink.dir/libopencv_bioinspired.so
Linking CXX shared library CMakeFiles/CMakeRelink.dir/libopencv_dnn_objdetect.so
Linking CXX shared library CMakeFiles/CMakeRelink.dir/libopencv_features2d.so
Linking CXX shared library CMakeFiles/CMakeRelink.dir/libopencv_line_descriptor.so
Linking CXX shared library CMakeFiles/CMakeRelink.dir/libopencv_saliency.so
Linking CXX shared library CMakeFiles/CMakeRelink.dir/libopencv_text.so
Linking CXX shared library CMakeFiles/CMakeRelink.dir/libopencv_calib3d.so
Linking CXX shared library CMakeFiles/CMakeRelink.dir/libopencv_ccalib.so
Linking CXX shared library CMakeFiles/CMakeRelink.dir/libopencv_datasets.so
Linking CXX shared library CMakeFiles/CMakeRelink.dir/libopencv_objdetect.so
Linking CXX shared library CMakeFiles/CMakeRelink.dir/libopencv_rgbd.so
Linking CXX shared library CMakeFiles/CMakeRelink.dir/libopencv_shape.so
Linking CXX shared library CMakeFiles/CMakeRelink.dir/libopencv_stereo.so
Linking CXX shared library CMakeFiles/CMakeRelink.dir/libopencv_structured_light.so
Linking CXX shared library CMakeFiles/CMakeRelink.dir/libopencv_video.so
Linking CXX shared library CMakeFiles/CMakeRelink.dir/libopencv_videostab.so
Linking CXX shared library CMakeFiles/CMakeRelink.dir/libopencv_xfeatures2d.so
Linking CXX shared library CMakeFiles/CMakeRelink.dir/libopencv_ximgproc.so
Linking CXX shared library CMakeFiles/CMakeRelink.dir/libopencv_xobjdetect.so
Linking CXX executable CMakeFiles/CMakeRelink.dir/opencv_waldboost_detector
Linking CXX shared library CMakeFiles/CMakeRelink.dir/libopencv_aruco.so
Linking CXX shared library CMakeFiles/CMakeRelink.dir/libopencv_bgsegm.so
Linking CXX shared library CMakeFiles/CMakeRelink.dir/libopencv_dpm.so
Linking CXX shared library CMakeFiles/CMakeRelink.dir/libopencv_face.so
Linking CXX shared library CMakeFiles/CMakeRelink.dir/libopencv_optflow.so
Linking CXX shared library CMakeFiles/CMakeRelink.dir/libopencv_stitching.so
Linking CXX shared library CMakeFiles/CMakeRelink.dir/libopencv_superres.so
Linking CXX shared library CMakeFiles/CMakeRelink.dir/libopencv_tracking.so
Linking CXX executable CMakeFiles/CMakeRelink.dir/opencv_annotation
Linking CXX executable CMakeFiles/CMakeRelink.dir/opencv_visualisation
Linking CXX executable CMakeFiles/CMakeRelink.dir/opencv_interactive-calibration
Linking CXX executable CMakeFiles/CMakeRelink.dir/opencv_version
Install the project...
-- Install configuration: "Release"
-- Installing: /usr/local/share/licenses/opencv4/opencl-headers-LICENSE.txt
-- Installing: /usr/local/include/opencv4/opencv2/cvconfig.h
-- Installing: /usr/local/include/opencv4/opencv2/opencv_modules.hpp
-- 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/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/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/openexr-fix_msvc2013_errors.patch
-- 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/python/setup.py
-- Installing: /usr/local/python/cv2/__init__.py
-- Installing: /usr/local/python/cv2/load_config_py2.py
-- Installing: /usr/local/python/cv2/load_config_py3.py
-- Installing: /usr/local/python/cv2/config.py
-- Installing: /usr/local/lib/libopencv_core.so.4.0.0
-- Installing: /usr/local/lib/libopencv_core.so.4.0
-- Installing: /usr/local/lib/libopencv_core.so
-- 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/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/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/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/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/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/utility.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/core_c.h
-- 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/types_c.h
-- Installing: /usr/local/include/opencv4/opencv2/core/hal/hal.hpp
-- 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_cpp.hpp
-- Installing: /usr/local/include/opencv4/opencv2/core/hal/intrin_forward.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/interface.h
-- Installing: /usr/local/include/opencv4/opencv2/core/utils/filesystem.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/trace.hpp
-- Installing: /usr/local/share/licenses/opencv4/SoftFloat-COPYING.txt
-- Installing: /usr/local/lib/libopencv_flann.so.4.0.0
-- Installing: /usr/local/lib/libopencv_flann.so.4.0
-- Installing: /usr/local/lib/libopencv_flann.so
-- Installing: /usr/local/include/opencv4/opencv2/flann.hpp
-- 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/miniflann.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/general.h
-- Installing: /usr/local/include/opencv4/opencv2/flann/ground_truth.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/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_imgproc.so.4.0.0
-- Installing: /usr/local/lib/libopencv_imgproc.so.4.0
-- Installing: /usr/local/lib/libopencv_imgproc.so
-- Installing: /usr/local/include/opencv4/opencv2/imgproc.hpp
-- 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/hal/hal.hpp
-- Installing: /usr/local/include/opencv4/opencv2/imgproc/hal/interface.h
-- Installing: /usr/local/include/opencv4/opencv2/imgproc/detail/gcgraph.hpp
-- Installing: /usr/local/lib/libopencv_ml.so.4.0.0
-- Installing: /usr/local/lib/libopencv_ml.so.4.0
-- Installing: /usr/local/lib/libopencv_ml.so
-- 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.so.4.0.0
-- Installing: /usr/local/lib/libopencv_phase_unwrapping.so.4.0
-- Installing: /usr/local/lib/libopencv_phase_unwrapping.so
-- 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.so.4.0.0
-- Installing: /usr/local/lib/libopencv_photo.so.4.0
-- Installing: /usr/local/lib/libopencv_photo.so
-- Installing: /usr/local/include/opencv4/opencv2/photo.hpp
-- Installing: /usr/local/include/opencv4/opencv2/photo/cuda.hpp
-- Installing: /usr/local/include/opencv4/opencv2/photo/photo.hpp
-- Installing: /usr/local/lib/libopencv_plot.so.4.0.0
-- Installing: /usr/local/lib/libopencv_plot.so.4.0
-- Installing: /usr/local/lib/libopencv_plot.so
-- Installing: /usr/local/include/opencv4/opencv2/plot.hpp
-- Installing: /usr/local/lib/libopencv_reg.so.4.0.0
-- Installing: /usr/local/lib/libopencv_reg.so.4.0
-- Installing: /usr/local/lib/libopencv_reg.so
-- 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.so.4.0.0
-- Installing: /usr/local/lib/libopencv_surface_matching.so.4.0
-- Installing: /usr/local/lib/libopencv_surface_matching.so
-- 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_xphoto.so.4.0.0
-- Installing: /usr/local/lib/libopencv_xphoto.so.4.0
-- Installing: /usr/local/lib/libopencv_xphoto.so
-- 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/white_balance.hpp
-- Installing: /usr/local/lib/libopencv_dnn.so.4.0.0
-- Installing: /usr/local/lib/libopencv_dnn.so.4.0
-- Installing: /usr/local/lib/libopencv_dnn.so
-- 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/version.hpp
-- Installing: /usr/local/lib/libopencv_freetype.so.4.0.0
-- Installing: /usr/local/lib/libopencv_freetype.so.4.0
-- Installing: /usr/local/lib/libopencv_freetype.so
-- Installing: /usr/local/include/opencv4/opencv2/freetype.hpp
-- Installing: /usr/local/lib/libopencv_fuzzy.so.4.0.0
-- Installing: /usr/local/lib/libopencv_fuzzy.so.4.0
-- Installing: /usr/local/lib/libopencv_fuzzy.so
-- 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.so.4.0.0
-- Installing: /usr/local/lib/libopencv_gapi.so.4.0
-- Installing: /usr/local/lib/libopencv_gapi.so
-- Installing: /usr/local/include/opencv4/opencv2/gapi.hpp
-- Installing: /usr/local/include/opencv4/opencv2/gapi/core.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/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/gcompoundkernel.hpp
-- Installing: /usr/local/include/opencv4/opencv2/gapi/gcomputation.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/gscalar.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/opencv_includes.hpp
-- Installing: /usr/local/include/opencv4/opencv2/gapi/operators.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/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/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/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/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/lib/libopencv_hfs.so.4.0.0
-- Installing: /usr/local/lib/libopencv_hfs.so.4.0
-- Installing: /usr/local/lib/libopencv_hfs.so
-- Installing: /usr/local/include/opencv4/opencv2/hfs.hpp
-- Installing: /usr/local/lib/libopencv_img_hash.so.4.0.0
-- Installing: /usr/local/lib/libopencv_img_hash.so.4.0
-- Installing: /usr/local/lib/libopencv_img_hash.so
-- 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.so.4.0.0
-- Installing: /usr/local/lib/libopencv_imgcodecs.so.4.0
-- Installing: /usr/local/lib/libopencv_imgcodecs.so
-- 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/lib/libopencv_videoio.so.4.0.0
-- Installing: /usr/local/lib/libopencv_videoio.so.4.0
-- Installing: /usr/local/lib/libopencv_videoio.so
-- Installing: /usr/local/include/opencv4/opencv2/videoio.hpp
-- 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/cap_ios.h
-- Installing: /usr/local/include/opencv4/opencv2/videoio/videoio_c.h
-- Installing: /usr/local/lib/libopencv_highgui.so.4.0.0
-- Installing: /usr/local/lib/libopencv_highgui.so.4.0
-- Installing: /usr/local/lib/libopencv_highgui.so
-- 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_bioinspired.so.4.0.0
-- Installing: /usr/local/lib/libopencv_bioinspired.so.4.0
-- Installing: /usr/local/lib/libopencv_bioinspired.so
-- 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_dnn_objdetect.so.4.0.0
-- Installing: /usr/local/lib/libopencv_dnn_objdetect.so.4.0
-- Installing: /usr/local/lib/libopencv_dnn_objdetect.so
-- Installing: /usr/local/include/opencv4/opencv2/core_detect.hpp
-- Installing: /usr/local/lib/libopencv_features2d.so.4.0.0
-- Installing: /usr/local/lib/libopencv_features2d.so.4.0
-- Installing: /usr/local/lib/libopencv_features2d.so
-- 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_line_descriptor.so.4.0.0
-- Installing: /usr/local/lib/libopencv_line_descriptor.so.4.0
-- Installing: /usr/local/lib/libopencv_line_descriptor.so
-- 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.so.4.0.0
-- Installing: /usr/local/lib/libopencv_saliency.so.4.0
-- Installing: /usr/local/lib/libopencv_saliency.so
-- 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.so.4.0.0
-- Installing: /usr/local/lib/libopencv_text.so.4.0
-- Installing: /usr/local/lib/libopencv_text.so
-- 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_calib3d.so.4.0.0
-- Installing: /usr/local/lib/libopencv_calib3d.so.4.0
-- Installing: /usr/local/lib/libopencv_calib3d.so
-- 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_ccalib.so.4.0.0
-- Installing: /usr/local/lib/libopencv_ccalib.so.4.0
-- Installing: /usr/local/lib/libopencv_ccalib.so
-- 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_datasets.so.4.0.0
-- Installing: /usr/local/lib/libopencv_datasets.so.4.0
-- Installing: /usr/local/lib/libopencv_datasets.so
-- 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/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_objdetect.so.4.0.0
-- Installing: /usr/local/lib/libopencv_objdetect.so.4.0
-- Installing: /usr/local/lib/libopencv_objdetect.so
-- 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_rgbd.so.4.0.0
-- Installing: /usr/local/lib/libopencv_rgbd.so.4.0
-- Installing: /usr/local/lib/libopencv_rgbd.so
-- Installing: /usr/local/include/opencv4/opencv2/rgbd.hpp
-- Installing: /usr/local/include/opencv4/opencv2/rgbd/depth.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.so.4.0.0
-- Installing: /usr/local/lib/libopencv_shape.so.4.0
-- Installing: /usr/local/lib/libopencv_shape.so
-- 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_stereo.so.4.0.0
-- Installing: /usr/local/lib/libopencv_stereo.so.4.0
-- Installing: /usr/local/lib/libopencv_stereo.so
-- 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/stereo.hpp
-- Installing: /usr/local/lib/libopencv_structured_light.so.4.0.0
-- Installing: /usr/local/lib/libopencv_structured_light.so.4.0
-- Installing: /usr/local/lib/libopencv_structured_light.so
-- 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.so.4.0.0
-- Installing: /usr/local/lib/libopencv_video.so.4.0
-- Installing: /usr/local/lib/libopencv_video.so
-- 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/tracking.hpp
-- Installing: /usr/local/include/opencv4/opencv2/video/video.hpp
-- Installing: /usr/local/lib/libopencv_videostab.so.4.0.0
-- Installing: /usr/local/lib/libopencv_videostab.so.4.0
-- Installing: /usr/local/lib/libopencv_videostab.so
-- 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.so.4.0.0
-- Installing: /usr/local/lib/libopencv_xfeatures2d.so.4.0
-- Installing: /usr/local/lib/libopencv_xfeatures2d.so
-- 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.so.4.0.0
-- Installing: /usr/local/lib/libopencv_ximgproc.so.4.0
-- Installing: /usr/local/lib/libopencv_ximgproc.so
-- 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.so.4.0.0
-- Installing: /usr/local/lib/libopencv_xobjdetect.so.4.0
-- Installing: /usr/local/lib/libopencv_xobjdetect.so
-- Installing: /usr/local/include/opencv4/opencv2/xobjdetect.hpp
-- Installing: /usr/local/bin/opencv_waldboost_detector
-- Installing: /usr/local/lib/libopencv_aruco.so.4.0.0
-- Installing: /usr/local/lib/libopencv_aruco.so.4.0
-- Installing: /usr/local/lib/libopencv_aruco.so
-- 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.so.4.0.0
-- Installing: /usr/local/lib/libopencv_bgsegm.so.4.0
-- Installing: /usr/local/lib/libopencv_bgsegm.so
-- Installing: /usr/local/include/opencv4/opencv2/bgsegm.hpp
-- Installing: /usr/local/lib/libopencv_dpm.so.4.0.0
-- Installing: /usr/local/lib/libopencv_dpm.so.4.0
-- Installing: /usr/local/lib/libopencv_dpm.so
-- Installing: /usr/local/include/opencv4/opencv2/dpm.hpp
-- Installing: /usr/local/lib/libopencv_face.so.4.0.0
-- Installing: /usr/local/lib/libopencv_face.so.4.0
-- Installing: /usr/local/lib/libopencv_face.so
-- 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.so.4.0.0
-- Installing: /usr/local/lib/libopencv_optflow.so.4.0
-- Installing: /usr/local/lib/libopencv_optflow.so
-- 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/sparse_matching_gpc.hpp
-- Installing: /usr/local/lib/libopencv_stitching.so.4.0.0
-- Installing: /usr/local/lib/libopencv_stitching.so.4.0
-- Installing: /usr/local/lib/libopencv_stitching.so
-- 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.so.4.0.0
-- Installing: /usr/local/lib/libopencv_superres.so.4.0
-- Installing: /usr/local/lib/libopencv_superres.so
-- Installing: /usr/local/include/opencv4/opencv2/superres.hpp
-- Installing: /usr/local/include/opencv4/opencv2/superres/optical_flow.hpp
-- Installing: /usr/local/lib/libopencv_tracking.so.4.0.0
-- Installing: /usr/local/lib/libopencv_tracking.so.4.0
-- Installing: /usr/local/lib/libopencv_tracking.so
-- 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/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

4、环境变量配置

- 配置1:sudo vim /etc/ld.so.conf.d/opencv.conf

在这里插入图片描述

- 配置2:sudo gedit /etc/ld.so.conf
- 添加:/usr/local/lib,并保存

在这里插入图片描述

添加后执行生效命令

sudo ldconfig
  • 配置2:
sudo vim /etc/bash.bashrc
//在末尾添加
PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/local/lib/pkgconfig
export PKG_CONFIG_PATH

添加后执行生效命令

source /etc/bash.bashrc 
//最好重启下系统

5 、初步验证是否成功

cd /opencv/samples/cpp/example_cmake
cmake .
make
./opencv_example

出现以下小黑窗口提示说明成功
在这里插入图片描述

6、 VSCODE下配置与使用OPENCV

sudo dpkg -i code_1.74.0-1670260027_amd64.deb 

在这里插入图片描述

  • 安装相关插件
    在这里插入图片描述
  • 新建工程配置.vscode
    ctril+shift+p,创建c++工程
    在这里插入图片描述
    在这里插入图片描述
  • 新建工程一般只有launch.json和tasks.json,Ctril +shift + p ,选择Edit Configurations (UI),然后.vscode下就会出现c_cpp_properties.json

    在这里插入图片描述
  • .vscode具体配置如下
  • c_cpp_properties.json
{
    "configurations": [
        {
            "name": "Linux",
            "includePath": [
                "${workspaceFolder}/**",
                "/usr/local/include/",
                "/usr/local/include/opencv4/",
                "/usr/local/include/opencv4/opencv2/"



            ],
            "defines": [],
            "compilerPath": "/usr/bin/gcc",
            "cStandard": "c11",
            "cppStandard": "gnu++14",
            "intelliSenseMode": "linux-gcc-x64"
        }
    ],
    "version": 4
}
  • launch.json
{
"version": "0.2.0",
"configurations": [
    {
        "name": "build",
        "type": "cppdbg",
        "request": "launch",
        "program": "${fileDirname}/${fileBasenameNoExtension}",
        "args": [],
        "stopAtEntry": false,
        "cwd": "${workspaceFolder}",
        "environment": [],
        "externalConsole": true,
        "MIMode": "gdb",
        "setupCommands": [
            {
                "description": "Enable pretty-printing for gdb",
                "text": "-enable-pretty-printing",
                "ignoreFailures": true
            }
        ],
        "preLaunchTask": "build",
        "miDebuggerPath": "/usr/bin/gdb"
    }
]
}
  • tasks.json
 {"version": "2.0.0",
"tasks": [
    {
        "type": "shell",
        "label": "build",
        "command": "g++",
        "args": [
            "-g", "-std=c++11", "${file}", "-o", "${fileDirname}/${fileBasenameNoExtension}",
            "-I", "/usr/local/include",
            "-I", "/usr/local/include/opencv4",
            "-I", "/usr/local/include/opencv4/opencv2",
            "-L", "/usr/local/lib",
            "/usr/local/lib/libopencv_*",  
            "-l", "opencv_aruco",
            "-l", "opencv_bgsegm",
            "-l", "opencv_bioinspired",
            "-l", "opencv_calib3d",
            "-l", "opencv_ccalib",
            "-l", "opencv_core",
            "-l", "opencv_datasets",
            "-l", "opencv_dnn_objdetect",
            "-l", "opencv_dnn",
            "-l", "opencv_dpm",
            "-l", "opencv_face",
            "-l", "opencv_features2d",
            "-l", "opencv_flann",
            "-l", "opencv_freetype",
            "-l", "opencv_fuzzy",
            "-l", "opencv_hfs",
            "-l", "opencv_highgui",                
            "-l", "opencv_imgcodecs",
            "-l", "opencv_img_hash",
            "-l", "opencv_imgproc",
            "-l", "opencv_line_descriptor",
            "-l", "opencv_ml",
            "-l", "opencv_objdetect",
            "-l", "opencv_optflow",
            "-l", "opencv_phase_unwrapping",
            "-l", "opencv_photo",
            "-l", "opencv_plot",
            "-l", "opencv_reg",
            "-l", "opencv_rgbd",
            "-l", "opencv_saliency",
            "-l", "opencv_shape",
            "-l", "opencv_stereo",
            "-l", "opencv_stitching",
            "-l", "opencv_structured_light",
            "-l", "opencv_superres",
            "-l", "opencv_surface_matching",
            "-l", "opencv_text",
            "-l", "opencv_tracking",
            "-l", "opencv_videoio",
            "-l", "opencv_video",
            "-l", "opencv_videostab",
            "-l", "opencv_xfeatures2d",
            "-l", "opencv_ximgproc",
            "-l", "opencv_xobjdetect",
            "-l", "opencv_xphoto",
        ],
        "options": {
            "cwd": "/usr/bin"
        },
        "problemMatcher": [
            "$gcc"
        ],
        "group": "build"
    }
]
}

  • 终极验证,如果图片读取出来,撒花★,°:.☆( ̄▽ ̄)/$:.°★ 。配置成功
#include <opencv2/core.hpp>
#include <opencv2/imgcodecs.hpp>
#include <opencv2/highgui.hpp>
#include <iostream>
using namespace cv;
int main()
{
    std::string image_path = "/home/mrle/SLAM/src/test.png";
    Mat img = imread(image_path, IMREAD_COLOR);
    if(img.empty())
    {
        std::cout << "Could not read the image: " << image_path << std::endl;
        return 1;
    }
    imshow("Display window", img);
    int k = waitKey(0); // Wait for a keystroke in the window
    if(k == 's')
    {
        imwrite("starry_night.png", img);
    }
    return 0;
}
  • 1
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 1
    评论
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值