jingweimo的个人博客分享 http://blog.sciencenet.cn/u/jingweimo

博文

Build OpenCV4.3 with Cuda 10.1 and Test on Yolov4

已有 2474 次阅读 2020-6-18 06:02 |系统分类:科研笔记

#CMake3.17.3

General configuration for OpenCV 4.3.0 =====================================

  Version control:               unknown


  Extra modules:

    Location (extra):            C:/opencv/opencv_contrib-4.3.0/modules

    Version control (extra):     unknown


  Platform:

    Timestamp:                   2020-06-17T13:04:33Z

    Host:                        Windows 10.0.18362 AMD64

    CMake:                       3.17.3

    CMake generator:             Visual Studio 14 2015

    CMake build tool:            C:/Program Files (x86)/MSBuild/14.0/bin/MSBuild.exe

    MSVC:                        1900


  CPU/HW features:

    Baseline:                    SSE SSE2 SSE3

      requested:                 SSE3

    Dispatched code generation:  SSE4_1 SSE4_2 FP16 AVX AVX2

      requested:                 SSE4_1 SSE4_2 AVX FP16 AVX2 AVX512_SKX

      SSE4_1 (14 files):         + SSSE3 SSE4_1

      SSE4_2 (1 files):          + SSSE3 SSE4_1 POPCNT SSE4_2

      FP16 (0 files):            + SSSE3 SSE4_1 POPCNT SSE4_2 FP16 AVX

      AVX (4 files):             + SSSE3 SSE4_1 POPCNT SSE4_2 AVX

      AVX2 (28 files):           + SSSE3 SSE4_1 POPCNT SSE4_2 FP16 FMA3 AVX AVX2


  C/C++:

    Built as dynamic libs?:      YES

    C++ standard:                11

    C++ Compiler:                C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/x86_amd64/cl.exe  (ver 19.0.24215.1)

    C++ flags (Release):         /DWIN32 /D_WINDOWS /W4 /GR  /D _CRT_SECURE_NO_DEPRECATE /D _CRT_NONSTDC_NO_DEPRECATE /D _SCL_SECURE_NO_WARNINGS /Gy /bigobj /Oi  /fp:fast     /EHa /wd4127 /wd4251 /wd4324 /wd4275 /wd4512 /wd4589 /MP  /MD /O2 /Ob2 /DNDEBUG 

    C++ flags (Debug):           /DWIN32 /D_WINDOWS /W4 /GR  /D _CRT_SECURE_NO_DEPRECATE /D _CRT_NONSTDC_NO_DEPRECATE /D _SCL_SECURE_NO_WARNINGS /Gy /bigobj /Oi  /fp:fast     /EHa /wd4127 /wd4251 /wd4324 /wd4275 /wd4512 /wd4589 /MP  /MDd /Zi /Ob0 /Od /RTC1 

    C Compiler:                  C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/x86_amd64/cl.exe

    C flags (Release):           /DWIN32 /D_WINDOWS /W3  /D _CRT_SECURE_NO_DEPRECATE /D _CRT_NONSTDC_NO_DEPRECATE /D _SCL_SECURE_NO_WARNINGS /Gy /bigobj /Oi  /fp:fast     /MP   /MD /O2 /Ob2 /DNDEBUG 

    C flags (Debug):             /DWIN32 /D_WINDOWS /W3  /D _CRT_SECURE_NO_DEPRECATE /D _CRT_NONSTDC_NO_DEPRECATE /D _SCL_SECURE_NO_WARNINGS /Gy /bigobj /Oi  /fp:fast     /MP /MDd /Zi /Ob0 /Od /RTC1 

    Linker flags (Release):      /machine:x64  /INCREMENTAL:NO 

    Linker flags (Debug):        /machine:x64  /debug /INCREMENTAL 

    ccache:                      NO

    Precompiled headers:         NO

    Extra dependencies:          cudart_static.lib nppc.lib nppial.lib nppicc.lib nppicom.lib nppidei.lib nppif.lib nppig.lib nppim.lib nppist.lib nppisu.lib nppitc.lib npps.lib cublas.lib cudnn.lib cufft.lib -LIBPATH:C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v10.1/lib/x64

    3rdparty dependencies:


  OpenCV modules:

    To be built:                 aruco bgsegm bioinspired calib3d ccalib core cudaarithm cudabgsegm cudacodec cudafeatures2d cudafilters cudaimgproc cudalegacy cudaobjdetect cudaoptflow cudastereo cudawarping cudev datasets dnn dnn_objdetect dnn_superres dpm face features2d flann fuzzy gapi hfs highgui img_hash imgcodecs imgproc intensity_transform line_descriptor ml objdetect optflow phase_unwrapping photo plot python3 quality rapid reg rgbd saliency shape stereo stitching structured_light superres surface_matching text tracking video videoio videostab world xfeatures2d ximgproc xobjdetect xphoto

    Disabled:                    cvv python2 ts

    Disabled by dependency:      -

    Unavailable:                 alphamat cnn_3dobj freetype hdf java js matlab ovis sfm viz

    Applications:                apps

    Documentation:               NO

    Non-free algorithms:         NO


  Windows RT support:            NO


  GUI: 

    QT:                          YES (ver 5.15.0)

      QT OpenGL support:         NO

    Win32 UI:                    YES

    VTK support:                 NO


  Media I/O: 

    ZLib:                        build (ver 1.2.11)

    JPEG:                        build-libjpeg-turbo (ver 2.0.4-62)

    WEBP:                        build (ver encoder: 0x020f)

    PNG:                         build (ver 1.6.37)

    TIFF:                        build (ver 42 - 4.0.10)

    JPEG 2000:                   build Jasper (ver 1.900.1)

    OpenEXR:                     build (ver 2.3.0)

    HDR:                         YES

    SUNRASTER:                   YES

    PXM:                         YES

    PFM:                         YES


  Video I/O:

    DC1394:                      NO

    FFMPEG:                      YES (prebuilt binaries)

      avcodec:                   YES (58.54.100)

      avformat:                  YES (58.29.100)

      avutil:                    YES (56.31.100)

      swscale:                   YES (5.5.100)

      avresample:                YES (4.0.0)

    GStreamer:                   NO

    DirectShow:                  YES

    Media Foundation:            YES

      DXVA:                      NO


  Parallel framework:            Concurrency


  Trace:                         YES (with Intel ITT)


  Other third-party libraries:

    Intel IPP:                   2020.0.0 Gold [2020.0.0]

           at:                   C:/opencv/opencv-4.3.0-cbuild/3rdparty/ippicv/ippicv_win/icv

    Intel IPP IW:                sources (2020.0.0)

              at:                C:/opencv/opencv-4.3.0-cbuild/3rdparty/ippicv/ippicv_win/iw

    Lapack:                      NO

    Eigen:                       NO

    Custom HAL:                  NO

    Protobuf:                    build (3.5.1)


  NVIDIA CUDA:                   YES (ver 10.1, CUFFT CUBLAS)

    NVIDIA GPU arch:             30 35 37 50 52 60 61 70 75

    NVIDIA PTX archs:


  cuDNN:                         YES (ver 7.6.5)


  OpenCL:                        YES (NVD3D11)

    Include path:                C:/opencv/opencv-4.3.0-source/3rdparty/include/opencl/1.2

    Link libraries:              Dynamic load


  Python 3:

    Interpreter:                 C:/Python37/python.exe (ver 3.7.7)

    Libraries:                   C:/Python37/libs/python37.lib (ver 3.7.7)

    numpy:                       C:/Python37/lib/site-packages/numpy/core/include (ver 1.18.5)

    install path:                C:/Python37/Lib/site-packages/cv2/python-3.7


  Python (for build):            C:/Python27/ArcGIS10.7/python.exe


  Java:                          

    ant:                         NO

    JNI:                         NO

    Java wrappers:               NO

    Java tests:                  NO


  Install to:                    C:/opencv/opencv-4.3.0-rbuild-nocvv

-----------------------------------------------------------------


Configuring done

Generating done


#VS2015

------ Build started: Project: INSTALL, Configuration: Release x64 ------

  -- Install configuration: "Release"

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/etc/licenses/ippicv-readme.htm

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/etc/licenses/ippicv-EULA.rtf

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/etc/licenses/ippiw-support.txt

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/etc/licenses/ippiw-third-party-programs.txt

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/etc/licenses/ippiw-EULA.rtf

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/etc/licenses/opencl-headers-LICENSE.txt

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/cvconfig.h

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/opencv_modules.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/x64/vc14/lib/OpenCVModules.cmake

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/x64/vc14/lib/OpenCVModules-release.cmake

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/x64/vc14/lib/OpenCVConfig-version.cmake

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/x64/vc14/lib/OpenCVConfig.cmake

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/./OpenCVConfig-version.cmake

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/./OpenCVConfig.cmake

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/./LICENSE

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/etc/licenses/zlib-README

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/etc/licenses/libjpeg-turbo-README.md

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/etc/licenses/libjpeg-turbo-LICENSE.md

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/etc/licenses/libjpeg-turbo-README.ijg

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/etc/licenses/libtiff-COPYRIGHT

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/etc/licenses/jasper-LICENSE

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/etc/licenses/jasper-README

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/etc/licenses/jasper-copyright

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/etc/licenses/libpng-LICENSE

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/etc/licenses/libpng-README

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/etc/licenses/openexr-LICENSE

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/etc/licenses/openexr-AUTHORS.ilmbase

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/etc/licenses/openexr-AUTHORS.openexr

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/etc/licenses/protobuf-LICENSE

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/etc/licenses/protobuf-README.md

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/etc/licenses/quirc-LICENSE

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/etc/licenses/ittnotify-LICENSE.BSD

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/etc/licenses/ittnotify-LICENSE.GPL

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/opencv.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/etc/licenses/ade-LICENSE

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/etc/licenses/ffmpeg-license.txt

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/etc/licenses/ffmpeg-readme.txt

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/etc/licenses/SoftFloat-COPYING.txt

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/x64/vc14/bin/opencv_videoio_ffmpeg430_64.dll

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/x64/vc14/lib/opencv_world430.lib

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/x64/vc14/bin/opencv_world430.dll

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/cudev/block/block.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/cudev/block/detail/reduce.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/cudev/block/detail/reduce_key_val.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/cudev/block/dynamic_smem.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/cudev/block/reduce.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/cudev/block/scan.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/cudev/block/vec_distance.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/cudev/common.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/cudev/expr/binary_func.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/cudev/expr/binary_op.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/cudev/expr/color.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/cudev/expr/deriv.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/cudev/expr/expr.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/cudev/expr/per_element_func.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/cudev/expr/reduction.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/cudev/expr/unary_func.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/cudev/expr/unary_op.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/cudev/expr/warping.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/cudev/functional/color_cvt.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/cudev/functional/detail/color_cvt.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/cudev/functional/functional.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/cudev/functional/tuple_adapter.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/cudev/grid/copy.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/cudev/grid/detail/copy.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/cudev/grid/detail/histogram.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/cudev/grid/detail/integral.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/cudev/grid/detail/minmaxloc.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/cudev/grid/detail/pyr_down.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/cudev/grid/detail/pyr_up.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/cudev/grid/detail/reduce.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/cudev/grid/detail/reduce_to_column.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/cudev/grid/detail/reduce_to_row.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/cudev/grid/detail/split_merge.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/cudev/grid/detail/transform.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/cudev/grid/detail/transpose.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/cudev/grid/histogram.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/cudev/grid/integral.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/cudev/grid/pyramids.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/cudev/grid/reduce.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/cudev/grid/reduce_to_vec.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/cudev/grid/split_merge.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/cudev/grid/transform.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/cudev/grid/transpose.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/cudev/ptr2d/constant.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/cudev/ptr2d/deriv.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/cudev/ptr2d/detail/gpumat.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/cudev/ptr2d/extrapolation.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/cudev/ptr2d/glob.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/cudev/ptr2d/gpumat.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/cudev/ptr2d/interpolation.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/cudev/ptr2d/lut.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/cudev/ptr2d/mask.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/cudev/ptr2d/remap.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/cudev/ptr2d/resize.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/cudev/ptr2d/texture.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/cudev/ptr2d/traits.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/cudev/ptr2d/transform.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/cudev/ptr2d/warping.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/cudev/ptr2d/zip.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/cudev/util/atomic.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/cudev/util/detail/tuple.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/cudev/util/detail/type_traits.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/cudev/util/limits.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/cudev/util/saturate_cast.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/cudev/util/simd_functions.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/cudev/util/tuple.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/cudev/util/type_traits.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/cudev/util/vec_math.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/cudev/util/vec_traits.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/cudev/warp/detail/reduce.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/cudev/warp/detail/reduce_key_val.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/cudev/warp/reduce.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/cudev/warp/scan.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/cudev/warp/shuffle.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/cudev/warp/warp.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/cudev.hpp

  -- Up-to-date: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/cudev/common.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/core/opencl/ocl_defs.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/core/opencl/opencl_info.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/core/opencl/opencl_svm.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/core/opencl/runtime/autogenerated/opencl_clamdblas.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/core/opencl/runtime/autogenerated/opencl_clamdfft.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/core/opencl/runtime/autogenerated/opencl_core_wrappers.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/core/opencl/runtime/autogenerated/opencl_gl.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/core/opencl/runtime/autogenerated/opencl_gl_wrappers.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/core/opencl/runtime/opencl_clamdblas.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/core/opencl/runtime/opencl_clamdfft.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/core/opencl/runtime/opencl_core.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/core/opencl/runtime/opencl_core_wrappers.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/core/opencl/runtime/opencl_gl.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/core/opencl/runtime/opencl_gl_wrappers.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/core/opencl/runtime/opencl_svm_20.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/core/opencl/runtime/opencl_svm_definitions.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/core/opencl/runtime/opencl_svm_hsa_extension.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/core/cuda/block.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/core/cuda/border_interpolate.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/core/cuda/color.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/core/cuda/common.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/core/cuda/datamov_utils.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/core/cuda/dynamic_smem.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/core/cuda/emulation.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/core/cuda/filters.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/core/cuda/funcattrib.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/core/cuda/functional.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/core/cuda/limits.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/core/cuda/reduce.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/core/cuda/saturate_cast.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/core/cuda/scan.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/core/cuda/simd_functions.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/core/cuda/transform.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/core/cuda/type_traits.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/core/cuda/utility.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/core/cuda/vec_distance.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/core/cuda/vec_math.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/core/cuda/vec_traits.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/core/cuda/warp.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/core/cuda/warp_reduce.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/core/cuda/warp_shuffle.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/core/cuda/detail/color_detail.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/core/cuda/detail/reduce.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/core/cuda/detail/reduce_key_val.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/core/cuda/detail/transform_detail.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/core/cuda/detail/type_traits_detail.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/core/cuda/detail/vec_distance_detail.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/core.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/core/affine.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/core/async.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/core/base.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/core/bindings_utils.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/core/bufferpool.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/core/check.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/core/core.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/core/core_c.h

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/core/cuda.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/core/cuda.inl.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/core/cuda_stream_accessor.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/core/cuda_types.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/core/cv_cpu_dispatch.h

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/core/cv_cpu_helper.h

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/core/cvdef.h

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/core/cvstd.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/core/cvstd.inl.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/core/cvstd_wrapper.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/core/directx.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/core/eigen.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/core/fast_math.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/core/hal/hal.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/core/hal/interface.h

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/core/hal/intrin.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/core/hal/intrin_avx.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/core/hal/intrin_avx512.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/core/hal/intrin_cpp.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/core/hal/intrin_forward.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/core/hal/intrin_msa.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/core/hal/intrin_neon.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/core/hal/intrin_sse.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/core/hal/intrin_sse_em.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/core/hal/intrin_vsx.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/core/hal/intrin_wasm.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/core/hal/msa_macros.h

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/core/hal/simd_utils.impl.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/core/mat.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/core/mat.inl.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/core/matx.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/core/neon_utils.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/core/ocl.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/core/ocl_genbase.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/core/opengl.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/core/operations.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/core/optim.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/core/ovx.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/core/persistence.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/core/saturate.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/core/simd_intrinsics.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/core/softfloat.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/core/sse_utils.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/core/traits.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/core/types.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/core/types_c.h

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/core/utility.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/core/utils/allocator_stats.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/core/utils/allocator_stats.impl.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/core/utils/filesystem.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/core/utils/instrumentation.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/core/utils/logger.defines.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/core/utils/logger.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/core/utils/logtag.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/core/utils/tls.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/core/utils/trace.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/core/va_intel.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/core/version.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/core/vsx_utils.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/core/detail/async_promise.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/core/detail/exception_ptr.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/cudaarithm.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/flann.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/flann/all_indices.h

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/flann/allocator.h

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/flann/any.h

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/flann/autotuned_index.h

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/flann/composite_index.h

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/flann/config.h

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/flann/defines.h

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/flann/dist.h

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/flann/dummy.h

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/flann/dynamic_bitset.h

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/flann/flann.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/flann/flann_base.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/flann/general.h

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/flann/ground_truth.h

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/flann/hdf5.h

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/flann/heap.h

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/flann/hierarchical_clustering_index.h

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/flann/index_testing.h

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/flann/kdtree_index.h

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/flann/kdtree_single_index.h

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/flann/kmeans_index.h

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/flann/linear_index.h

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/flann/logger.h

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/flann/lsh_index.h

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/flann/lsh_table.h

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/flann/matrix.h

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/flann/miniflann.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/flann/nn_index.h

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/flann/object_factory.h

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/flann/params.h

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/flann/random.h

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/flann/result_set.h

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/flann/sampling.h

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/flann/saving.h

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/flann/simplex_downhill.h

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/flann/timer.h

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/imgproc.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/imgproc/hal/hal.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/imgproc/hal/interface.h

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/imgproc/imgproc.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/imgproc/imgproc_c.h

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/imgproc/types_c.h

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/imgproc/detail/gcgraph.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/intensity_transform.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/ml.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/ml/ml.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/ml/ml.inl.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/phase_unwrapping.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/phase_unwrapping/histogramphaseunwrapping.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/phase_unwrapping/phase_unwrapping.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/plot.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/quality.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/quality/quality_utils.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/quality/qualitybase.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/quality/qualitybrisque.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/quality/qualitygmsd.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/quality/qualitymse.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/quality/qualitypsnr.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/quality/qualityssim.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/reg/map.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/reg/mapaffine.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/reg/mapper.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/reg/mappergradaffine.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/reg/mappergradeuclid.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/reg/mappergradproj.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/reg/mappergradshift.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/reg/mappergradsimilar.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/reg/mapperpyramid.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/reg/mapprojec.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/reg/mapshift.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/surface_matching.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/surface_matching/icp.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/surface_matching/pose_3d.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/surface_matching/ppf_helpers.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/surface_matching/ppf_match_3d.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/surface_matching/t_hash_int.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/cudafilters.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/cudaimgproc.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/cudawarping.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/dnn.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/dnn/all_layers.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/dnn/dict.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/dnn/dnn.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/dnn/dnn.inl.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/dnn/layer.details.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/dnn/layer.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/dnn/shape_utils.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/dnn/utils/inference_engine.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/dnn/version.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/dnn_superres.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/features2d.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/features2d/features2d.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/features2d/hal/interface.h

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/fuzzy.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/fuzzy/fuzzy_F0_math.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/fuzzy/fuzzy_F1_math.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/fuzzy/fuzzy_image.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/fuzzy/types.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/gapi.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/gapi/core.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/gapi/cpu/core.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/gapi/cpu/gcpukernel.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/gapi/cpu/imgproc.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/gapi/fluid/core.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/gapi/fluid/gfluidbuffer.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/gapi/fluid/gfluidkernel.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/gapi/fluid/imgproc.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/gapi/garg.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/gapi/garray.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/gapi/gasync_context.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/gapi/gcall.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/gapi/gcommon.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/gapi/gcompiled.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/gapi/gcompiled_async.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/gapi/gcompoundkernel.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/gapi/gcomputation.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/gapi/gcomputation_async.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/gapi/gkernel.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/gapi/gmat.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/gapi/gmetaarg.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/gapi/gopaque.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/gapi/gproto.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/gapi/gpu/core.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/gapi/gpu/ggpukernel.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/gapi/gpu/imgproc.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/gapi/gscalar.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/gapi/gstreaming.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/gapi/gtransform.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/gapi/gtype_traits.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/gapi/gtyped.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/gapi/imgproc.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/gapi/infer.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/gapi/infer/ie.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/gapi/ocl/core.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/gapi/ocl/goclkernel.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/gapi/ocl/imgproc.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/gapi/opencv_includes.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/gapi/operators.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/gapi/own/assert.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/gapi/own/convert.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/gapi/own/cvdefs.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/gapi/own/exports.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/gapi/own/mat.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/gapi/own/saturate.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/gapi/own/scalar.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/gapi/own/types.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/gapi/plaidml/core.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/gapi/plaidml/gplaidmlkernel.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/gapi/plaidml/plaidml.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/gapi/render.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/gapi/render/render.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/gapi/streaming/cap.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/gapi/streaming/source.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/gapi/util/any.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/gapi/util/compiler_hints.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/gapi/util/optional.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/gapi/util/throw.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/gapi/util/util.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/gapi/util/variant.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/hfs.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/imgcodecs.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/imgcodecs/imgcodecs.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/imgcodecs/imgcodecs_c.h

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/imgcodecs/ios.h

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/imgcodecs/legacy/constants_c.h

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/line_descriptor.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/line_descriptor/descriptor.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/photo.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/photo/cuda.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/photo/legacy/constants_c.h

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/photo/photo.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/saliency.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/saliency/saliencyBaseClasses.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/saliency/saliencySpecializedClasses.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/text.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/text/erfilter.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/text/ocr.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/text/textDetector.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/videoio.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/videoio/cap_ios.h

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/videoio/legacy/constants_c.h

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/videoio/registry.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/videoio/videoio.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/videoio/videoio_c.h

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/xphoto.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/xphoto/bm3d_image_denoising.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/xphoto/dct_image_denoising.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/xphoto/inpainting.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/xphoto/oilpainting.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/xphoto/tonemap.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/xphoto/white_balance.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/calib3d.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/calib3d/calib3d.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/calib3d/calib3d_c.h

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/cudacodec.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/cudafeatures2d.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/cudastereo.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/datasets/ar_hmdb.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/datasets/ar_sports.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/datasets/dataset.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/datasets/fr_adience.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/datasets/fr_lfw.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/datasets/gr_chalearn.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/datasets/gr_skig.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/datasets/hpe_humaneva.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/datasets/hpe_parse.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/datasets/ir_affine.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/datasets/ir_robot.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/datasets/is_bsds.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/datasets/is_weizmann.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/datasets/msm_epfl.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/datasets/msm_middlebury.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/datasets/or_imagenet.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/datasets/or_mnist.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/datasets/or_pascal.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/datasets/or_sun.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/datasets/pd_caltech.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/datasets/pd_inria.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/datasets/slam_kitti.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/datasets/slam_tumindoor.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/datasets/sr_bsds.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/datasets/sr_div2k.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/datasets/sr_general100.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/datasets/tr_chars.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/datasets/tr_icdar.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/datasets/tr_svt.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/datasets/track_alov.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/datasets/track_vot.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/datasets/util.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/highgui.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/highgui/highgui.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/highgui/highgui_c.h

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/objdetect.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/objdetect/detection_based_tracker.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/objdetect/objdetect.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/rapid.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/rgbd.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/rgbd/depth.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/rgbd/dynafu.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/rgbd/kinfu.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/rgbd/linemod.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/shape.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/shape/emdL1.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/shape/hist_cost.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/shape/shape.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/shape/shape_distance.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/shape/shape_transformer.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/structured_light.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/structured_light/graycodepattern.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/structured_light/sinusoidalpattern.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/structured_light/structured_light.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/video.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/video/background_segm.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/video/legacy/constants_c.h

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/video/tracking.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/video/video.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/xfeatures2d.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/xfeatures2d/cuda.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/xfeatures2d/nonfree.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/ximgproc.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/ximgproc/brightedges.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/ximgproc/color_match.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/ximgproc/deriche_filter.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/ximgproc/disparity_filter.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/ximgproc/edge_filter.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/ximgproc/edgeboxes.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/ximgproc/edgepreserving_filter.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/ximgproc/estimated_covariance.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/ximgproc/fast_hough_transform.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/ximgproc/fast_line_detector.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/ximgproc/fourier_descriptors.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/ximgproc/lsc.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/ximgproc/paillou_filter.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/ximgproc/peilin.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/ximgproc/ridgefilter.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/ximgproc/run_length_morphology.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/ximgproc/seeds.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/ximgproc/segmentation.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/ximgproc/slic.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/ximgproc/sparse_match_interpolator.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/ximgproc/structured_edge_detection.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/ximgproc/weighted_median_filter.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/xobjdetect.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/aruco.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/aruco/charuco.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/aruco/dictionary.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/bgsegm.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/bioinspired.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/bioinspired/bioinspired.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/bioinspired/retina.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/bioinspired/retinafasttonemapping.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/bioinspired/transientareassegmentationmodule.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/ccalib.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/ccalib/multicalib.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/ccalib/omnidir.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/ccalib/randpattern.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/cudabgsegm.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/cudalegacy.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/cudalegacy/NCV.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/cudalegacy/NCVBroxOpticalFlow.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/cudalegacy/NCVHaarObjectDetection.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/cudalegacy/NCVPyramid.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/cudalegacy/NPP_staging.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/cudaobjdetect.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/core_detect.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/dpm.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/face.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/face/bif.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/face/face_alignment.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/face/facemark.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/face/facemarkAAM.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/face/facemarkLBF.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/face/facemark_train.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/face/facerec.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/face/mace.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/face/predict_collector.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/optflow.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/optflow/motempl.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/optflow/pcaflow.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/optflow/rlofflow.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/optflow/sparse_matching_gpc.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/stitching.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/stitching/warpers.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/stitching/detail/autocalib.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/stitching/detail/blenders.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/stitching/detail/camera.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/stitching/detail/exposure_compensate.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/stitching/detail/matchers.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/stitching/detail/motion_estimators.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/stitching/detail/seam_finders.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/stitching/detail/timelapsers.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/stitching/detail/util.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/stitching/detail/util_inl.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/stitching/detail/warpers.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/stitching/detail/warpers_inl.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/tracking.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/tracking/feature.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/tracking/kalman_filters.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/tracking/onlineBoosting.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/tracking/onlineMIL.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/tracking/tldDataset.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/tracking/tracker.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/tracking/tracking.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/tracking/tracking_by_matching.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/cudaoptflow.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/stereo.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/stereo/descriptor.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/stereo/quasi_dense_stereo.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/stereo/stereo.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/superres.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/superres/optical_flow.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/videostab.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/videostab/deblurring.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/videostab/fast_marching.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/videostab/fast_marching_inl.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/videostab/frame_source.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/videostab/global_motion.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/videostab/inpainting.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/videostab/log.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/videostab/motion_core.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/videostab/motion_stabilizing.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/videostab/optical_flow.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/videostab/outlier_rejection.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/videostab/ring_buffer.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/videostab/stabilizer.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/videostab/wobble_suppression.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/world.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/bin/opencv_waldboost_detector.exe

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/x64/vc14/lib/opencv_img_hash430.lib

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/x64/vc14/bin/opencv_img_hash430.dll

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/img_hash.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/img_hash/average_hash.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/img_hash/block_mean_hash.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/img_hash/color_moment_hash.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/img_hash/img_hash_base.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/img_hash/marr_hildreth_hash.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/img_hash/phash.hpp

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/include/opencv2/img_hash/radial_variance_hash.hpp

  -- Up-to-date: C:/Python37/Lib/site-packages/cv2/__init__.py

  -- Up-to-date: C:/Python37/Lib/site-packages/cv2/load_config_py2.py

  -- Up-to-date: C:/Python37/Lib/site-packages/cv2/load_config_py3.py

  -- Installing: C:/Python37/Lib/site-packages/cv2/config.py

  -- Installing: C:/Python37/Lib/site-packages/cv2/python-3.7/cv2.cp37-win_amd64.pyd

  -- Up-to-date: C:/Python37/Lib/site-packages/cv2/config-3.7.py

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/etc/haarcascades/haarcascade_eye.xml

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/etc/haarcascades/haarcascade_eye_tree_eyeglasses.xml

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/etc/haarcascades/haarcascade_frontalcatface.xml

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/etc/haarcascades/haarcascade_frontalcatface_extended.xml

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/etc/haarcascades/haarcascade_frontalface_alt.xml

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/etc/haarcascades/haarcascade_frontalface_alt2.xml

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/etc/haarcascades/haarcascade_frontalface_alt_tree.xml

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/etc/haarcascades/haarcascade_frontalface_default.xml

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/etc/haarcascades/haarcascade_fullbody.xml

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/etc/haarcascades/haarcascade_lefteye_2splits.xml

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/etc/haarcascades/haarcascade_licence_plate_rus_16stages.xml

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/etc/haarcascades/haarcascade_lowerbody.xml

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/etc/haarcascades/haarcascade_profileface.xml

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/etc/haarcascades/haarcascade_righteye_2splits.xml

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/etc/haarcascades/haarcascade_russian_plate_number.xml

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/etc/haarcascades/haarcascade_smile.xml

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/etc/haarcascades/haarcascade_upperbody.xml

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/etc/lbpcascades/lbpcascade_frontalcatface.xml

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/etc/lbpcascades/lbpcascade_frontalface.xml

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/etc/lbpcascades/lbpcascade_frontalface_improved.xml

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/etc/lbpcascades/lbpcascade_profileface.xml

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/etc/lbpcascades/lbpcascade_silverware.xml

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/x64/vc14/bin/opencv_annotation.exe

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/x64/vc14/bin/opencv_visualisation.exe

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/x64/vc14/bin/opencv_interactive-calibration.exe

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/x64/vc14/bin/opencv_version.exe

  -- Installing: C:/opencv/opencv-4.3.0-rbuild-nocvv/x64/vc14/bin/opencv_version_win32.exe

========== Build: 16 succeeded, 0 failed, 14 up-to-date, 0 skipped ==========


Checking cv2


Test on Yolov4

(https://github.com/jingweimo/YOLOv4-Tutorials/tree/master/2.%20Darknet%20and%20YOLOv4%20Installation)

image.png


image.png

image.png



https://wap.sciencenet.cn/blog-578676-1238315.html

上一篇:[转载]Fix “The requested resource is in use”
下一篇:全奖招硕士/博士研究生,密西西西比州立大学,农业工程方向
收藏 IP: 174.99.25.*| 热度|

0

该博文允许注册用户评论 请点击登录 评论 (0 个评论)

数据加载中...

Archiver|手机版|科学网 ( 京ICP备07017567号-12 )

GMT+8, 2024-4-16 13:48

Powered by ScienceNet.cn

Copyright © 2007- 中国科学报社

返回顶部