macOS编译OpenCV4

CMake – configure(Unix Makefiles)
Cmake – Generate -> Binaries

sudo make

sudo make install

sudo make uninstall

Step1. CMake

打开CMake图形界面,选择好源代码路径以及二进制文件输出路径(输出路径可以在原文件夹下新建一个binaries或者build目录,命名随意)。

然后点击Configure,等待之后会列出一些红色项,继续点击Configure直至没有红色项。

现在点击Generate开始生成Binaries。

 

现在build目录下应该多了很多文件。

在终端Terminal中进入build目录,使用命令

sudo make

运行完毕后再使用命令

sudo make install

至此就安装完毕了。

(install log)

提示:make时可能需要等待一会儿,喝杯咖啡稍安勿躁。

最后,在/usr/local/include/usr/local/lib会多出OpenCV相关文件。

/build/lib/python3/cv2.cpython-35m-x86_64-linux-gnu.so

 

 

 

install log:

TabTuT:opencv Tab$ sudo make install
Password:
[ 2%] Built target zlib
[ 6%] Built target libjpeg-turbo
[ 9%] Built target libtiff
[ 18%] Built target libwebp
[ 20%] Built target libjasper
[ 21%] Built target libpng
[ 26%] Built target IlmImf
[ 28%] Built target ippiw
[ 33%] Built target libprotobuf
[ 33%] Built target quirc
[ 34%] Built target ittnotify
[ 35%] Built target ade
[ 41%] Built target opencv_core
[ 46%] Built target opencv_imgproc
[ 47%] Built target opencv_imgcodecs
[ 48%] Built target opencv_videoio
[ 48%] Built target opencv_highgui
[ 49%] Built target opencv_ts
[ 51%] Built target opencv_perf_core
[ 54%] Built target opencv_test_core
[ 55%] Built target opencv_flann
[ 55%] Built target opencv_test_flann
[ 59%] Built target opencv_test_imgproc
[ 61%] Built target opencv_perf_imgproc
[ 63%] Built target opencv_ml
[ 63%] Built target opencv_test_ml
[ 64%] Built target opencv_photo
[ 64%] Built target opencv_perf_photo
[ 64%] Built target opencv_test_photo
[ 70%] Built target opencv_dnn
[ 70%] Built target opencv_perf_dnn
[ 71%] Built target opencv_test_dnn
[ 74%] Built target opencv_gapi
[ 74%] Built target opencv_perf_gapi
[ 77%] Built target opencv_test_gapi
[ 78%] Built target opencv_perf_imgcodecs
[ 79%] Built target opencv_test_imgcodecs
[ 80%] Built target opencv_perf_videoio
[ 80%] Built target opencv_test_videoio
[ 80%] Built target opencv_test_highgui
[ 82%] Built target opencv_features2d
[ 83%] Built target opencv_perf_features2d
[ 85%] Built target opencv_test_features2d
[ 87%] Built target opencv_calib3d
[ 88%] Built target opencv_perf_calib3d
[ 90%] Built target opencv_test_calib3d
[ 90%] Built target opencv_objdetect
[ 91%] Built target opencv_test_objdetect
[ 92%] Built target opencv_perf_objdetect
[ 93%] Built target opencv_stitching
[ 94%] Built target opencv_test_stitching
[ 94%] Built target opencv_perf_stitching
[ 95%] Built target opencv_video
[ 96%] Built target opencv_perf_video
[ 97%] Built target opencv_test_video
[ 97%] Built target gen_opencv_java_source
[ 97%] Built target opencv_java_jar_source_copy
[ 97%] Built target opencv_java_jar
[ 98%] Built target opencv_java
[ 98%] Built target opencv_java_test_source_copy
[ 99%] Built target opencv_test_java
[ 99%] Built target gen_opencv_python_source
[ 99%] Built target opencv_python2
[ 99%] Built target opencv_python3
[ 99%] Built target opencv_annotation
[ 99%] 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-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/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/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/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.4.0.0.dylib
— Installing: /usr/local/lib/libopencv_core.4.0.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/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_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/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/types_c.h
— Installing: /usr/local/include/opencv4/opencv2/core/utility.hpp
— 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/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/share/licenses/opencv4/SoftFloat-COPYING.txt
— Installing: /usr/local/lib/libopencv_flann.4.0.0.dylib
— Installing: /usr/local/lib/libopencv_flann.4.0.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/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_imgproc.4.0.0.dylib
— Installing: /usr/local/lib/libopencv_imgproc.4.0.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_ml.4.0.0.dylib
— Installing: /usr/local/lib/libopencv_ml.4.0.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_photo.4.0.0.dylib
— Installing: /usr/local/lib/libopencv_photo.4.0.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/photo.hpp
— Installing: /usr/local/lib/libopencv_dnn.4.0.0.dylib
— Installing: /usr/local/lib/libopencv_dnn.4.0.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/version.hpp
— Installing: /usr/local/lib/libopencv_gapi.4.0.0.dylib
— Installing: /usr/local/lib/libopencv_gapi.4.0.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/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/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/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/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/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_imgcodecs.4.0.0.dylib
— Installing: /usr/local/lib/libopencv_imgcodecs.4.0.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/lib/libopencv_videoio.4.0.0.dylib
— Installing: /usr/local/lib/libopencv_videoio.4.0.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/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_highgui.4.0.0.dylib
— Installing: /usr/local/lib/libopencv_highgui.4.0.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_features2d.4.0.0.dylib
— Installing: /usr/local/lib/libopencv_features2d.4.0.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_calib3d.4.0.0.dylib
— Installing: /usr/local/lib/libopencv_calib3d.4.0.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_objdetect.4.0.0.dylib
— Installing: /usr/local/lib/libopencv_objdetect.4.0.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_stitching.4.0.0.dylib
— Installing: /usr/local/lib/libopencv_stitching.4.0.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_video.4.0.0.dylib
— Installing: /usr/local/lib/libopencv_video.4.0.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/tracking.hpp
— Installing: /usr/local/include/opencv4/opencv2/video/video.hpp
— Installing: /usr/local/share/java/opencv4/libopencv_java400.dylib
— Installing: /usr/local/share/java/opencv4/opencv-400.jar
— Installing: /usr/local/python/cv2/python-2.7/cv2.so
— Installing: /usr/local/python/cv2/config-2.7.py
— Installing: /usr/local/python/cv2/python-3.7/cv2.cpython-37m-darwin.so
— Installing: /usr/local/python/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
TabTuT:opencv Tab$

Leave a Comment