opencv-contrib-python 4.10.0.82__tar.gz → 4.10.0.84__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {opencv-contrib-python-4.10.0.82/opencv_contrib_python.egg-info → opencv-contrib-python-4.10.0.84}/PKG-INFO +1 -1
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/cv2/version.py +1 -1
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84/opencv_contrib_python.egg-info}/PKG-INFO +1 -1
- opencv-contrib-python-4.10.0.84/pyproject.toml +13 -0
- opencv-contrib-python-4.10.0.82/pyproject.toml +0 -17
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/LICENSE-3RD-PARTY.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/LICENSE.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/MANIFEST.in +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/README.md +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/cv2/__init__.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/cv2/data/__init__.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/docker/README.md +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/docker/manylinux1/Dockerfile_i686 +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/docker/manylinux1/Dockerfile_x86_64 +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/docker/manylinux2014/Dockerfile_aarch64 +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/docker/manylinux2014/Dockerfile_i686 +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/docker/manylinux2014/Dockerfile_x86_64 +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/find_version.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/.editorconfig +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/.git +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/.gitattributes +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/.github/FUNDING.yml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/.github/ISSUE_TEMPLATE/bug_report.yml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/.github/ISSUE_TEMPLATE/config.yml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/.github/ISSUE_TEMPLATE/documentation.yml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/.github/ISSUE_TEMPLATE/feature_request.yml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/.github/ISSUE_TEMPLATE.md +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/.github/PULL_REQUEST_TEMPLATE.md +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/.github/workflows/PR-4.x.yaml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/.github/workflows/arm64-build-checks.yml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/.github/workflows/lint_python.yml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/.gitignore +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/.gitattributes +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/carotene/.gitignore +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/carotene/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/carotene/README.md +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/carotene/hal/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/carotene/hal/dummy.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/carotene/hal/tegra_hal.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/carotene/include/carotene/definitions.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/carotene/include/carotene/functions.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/carotene/include/carotene/types.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/carotene/src/absdiff.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/carotene/src/accumulate.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/carotene/src/add.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/carotene/src/add_weighted.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/carotene/src/bitwise.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/carotene/src/blur.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/carotene/src/canny.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/carotene/src/channel_extract.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/carotene/src/channels_combine.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/carotene/src/cmp.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/carotene/src/colorconvert.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/carotene/src/common.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/carotene/src/common.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/carotene/src/convert.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/carotene/src/convert_depth.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/carotene/src/convert_scale.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/carotene/src/convolution.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/carotene/src/count_nonzero.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/carotene/src/div.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/carotene/src/dot_product.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/carotene/src/dummy.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/carotene/src/fast.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/carotene/src/fill_minmaxloc.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/carotene/src/flip.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/carotene/src/gaussian_blur.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/carotene/src/in_range.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/carotene/src/integral.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/carotene/src/intrinsics.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/carotene/src/laplacian.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/carotene/src/magnitude.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/carotene/src/meanstddev.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/carotene/src/median_filter.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/carotene/src/min_max.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/carotene/src/minmaxloc.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/carotene/src/morph.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/carotene/src/mul.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/carotene/src/norm.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/carotene/src/opticalflow.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/carotene/src/phase.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/carotene/src/pyramid.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/carotene/src/reduce.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/carotene/src/remap.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/carotene/src/remap.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/carotene/src/resize.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/carotene/src/saturate_cast.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/carotene/src/scharr.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/carotene/src/separable_filter.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/carotene/src/separable_filter.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/carotene/src/sobel.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/carotene/src/sub.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/carotene/src/sum.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/carotene/src/template_matching.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/carotene/src/threshold.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/carotene/src/vround_helper.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/carotene/src/vtransform.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/carotene/src/warp_affine.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/carotene/src/warp_perspective.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/cpufeatures/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/cpufeatures/LICENSE +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/cpufeatures/README.md +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/cpufeatures/cpu-features.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/cpufeatures/cpu-features.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/ffmpeg/.gitignore +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/ffmpeg/ffmpeg-download.ps1.in +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/ffmpeg/ffmpeg.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/ffmpeg/license.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/ffmpeg/readme.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/flatbuffers/LICENSE.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/flatbuffers/README.md +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/flatbuffers/include/flatbuffers/allocator.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/flatbuffers/include/flatbuffers/array.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/flatbuffers/include/flatbuffers/base.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/flatbuffers/include/flatbuffers/buffer.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/flatbuffers/include/flatbuffers/buffer_ref.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/flatbuffers/include/flatbuffers/default_allocator.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/flatbuffers/include/flatbuffers/detached_buffer.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/flatbuffers/include/flatbuffers/flatbuffer_builder.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/flatbuffers/include/flatbuffers/flatbuffers.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/flatbuffers/include/flatbuffers/stl_emulation.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/flatbuffers/include/flatbuffers/string.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/flatbuffers/include/flatbuffers/struct.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/flatbuffers/include/flatbuffers/table.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/flatbuffers/include/flatbuffers/vector.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/flatbuffers/include/flatbuffers/vector_downward.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/flatbuffers/include/flatbuffers/verifier.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/include/opencl/1.2/CL/cl.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/include/opencl/1.2/CL/cl.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/include/opencl/1.2/CL/cl_d3d10.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/include/opencl/1.2/CL/cl_d3d11.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/include/opencl/1.2/CL/cl_d3d11_ext.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/include/opencl/1.2/CL/cl_dx9_media_sharing.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/include/opencl/1.2/CL/cl_egl.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/include/opencl/1.2/CL/cl_ext.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/include/opencl/1.2/CL/cl_gl.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/include/opencl/1.2/CL/cl_gl_ext.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/include/opencl/1.2/CL/cl_platform.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/include/opencl/1.2/CL/cl_va_api_media_sharing_intel.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/include/opencl/1.2/CL/opencl.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/include/opencl/LICENSE.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/include/vulkan/vk_platform.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/include/vulkan/vulkan.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/include/vulkan/vulkan_android.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/include/vulkan/vulkan_beta.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/include/vulkan/vulkan_core.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/include/vulkan/vulkan_directfb.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/include/vulkan/vulkan_fuchsia.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/include/vulkan/vulkan_ggp.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/include/vulkan/vulkan_ios.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/include/vulkan/vulkan_macos.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/include/vulkan/vulkan_metal.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/include/vulkan/vulkan_screen.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/include/vulkan/vulkan_vi.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/include/vulkan/vulkan_wayland.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/include/vulkan/vulkan_win32.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/include/vulkan/vulkan_xcb.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/include/vulkan/vulkan_xlib.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/include/vulkan/vulkan_xlib_xrandr.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/ippicv/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/ippicv/ippicv.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/ittnotify/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/ittnotify/include/ittnotify.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/ittnotify/include/jitprofiling.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/ittnotify/include/legacy/ittnotify.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/ittnotify/include/libittnotify.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/ittnotify/include/llvm_jit_event_listener.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/ittnotify/src/ittnotify/LICENSE.BSD +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/ittnotify/src/ittnotify/LICENSE.GPL +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/ittnotify/src/ittnotify/disable_warnings.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/ittnotify/src/ittnotify/ittnotify_config.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/ittnotify/src/ittnotify/ittnotify_static.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/ittnotify/src/ittnotify/ittnotify_static.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/ittnotify/src/ittnotify/ittnotify_types.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/ittnotify/src/ittnotify/jitprofiling.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/kleidicv/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjasper/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjasper/LICENSE +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjasper/README +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjasper/changelog +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjasper/copyright +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjasper/jas_cm.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjasper/jas_debug.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjasper/jas_getopt.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjasper/jas_icc.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjasper/jas_iccdata.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjasper/jas_image.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjasper/jas_init.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjasper/jas_malloc.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjasper/jas_seq.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjasper/jas_stream.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjasper/jas_string.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjasper/jas_tmr.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjasper/jas_tvp.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjasper/jas_version.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjasper/jasper/jas_cm.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjasper/jasper/jas_config.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjasper/jasper/jas_config.h.in +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjasper/jasper/jas_config2.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjasper/jasper/jas_debug.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjasper/jasper/jas_fix.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjasper/jasper/jas_getopt.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjasper/jasper/jas_icc.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjasper/jasper/jas_image.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjasper/jasper/jas_init.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjasper/jasper/jas_malloc.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjasper/jasper/jas_math.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjasper/jasper/jas_seq.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjasper/jasper/jas_stream.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjasper/jasper/jas_string.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjasper/jasper/jas_tmr.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjasper/jasper/jas_tvp.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjasper/jasper/jas_types.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjasper/jasper/jas_version.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjasper/jasper/jasper.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjasper/jp2_cod.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjasper/jp2_cod.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjasper/jp2_dec.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjasper/jp2_dec.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjasper/jp2_enc.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjasper/jpc_bs.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjasper/jpc_bs.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjasper/jpc_cod.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjasper/jpc_cs.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjasper/jpc_cs.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjasper/jpc_dec.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjasper/jpc_dec.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjasper/jpc_enc.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjasper/jpc_enc.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjasper/jpc_fix.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjasper/jpc_flt.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjasper/jpc_math.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjasper/jpc_math.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjasper/jpc_mct.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjasper/jpc_mct.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjasper/jpc_mqcod.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjasper/jpc_mqcod.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjasper/jpc_mqdec.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjasper/jpc_mqdec.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjasper/jpc_mqenc.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjasper/jpc_mqenc.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjasper/jpc_qmfb.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjasper/jpc_qmfb.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjasper/jpc_t1cod.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjasper/jpc_t1cod.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjasper/jpc_t1dec.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjasper/jpc_t1dec.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjasper/jpc_t1enc.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjasper/jpc_t1enc.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjasper/jpc_t2cod.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjasper/jpc_t2cod.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjasper/jpc_t2dec.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjasper/jpc_t2dec.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjasper/jpc_t2enc.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjasper/jpc_t2enc.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjasper/jpc_tagtree.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjasper/jpc_tagtree.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjasper/jpc_tsfb.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjasper/jpc_tsfb.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjasper/jpc_util.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjasper/jpc_util.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg/README +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg/change.log +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg/jaricom.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg/jcapimin.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg/jcapistd.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg/jcarith.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg/jccoefct.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg/jccolor.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg/jcdctmgr.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg/jchuff.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg/jcinit.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg/jcmainct.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg/jcmarker.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg/jcmaster.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg/jcomapi.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg/jconfig.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg/jcparam.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg/jcprepct.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg/jcsample.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg/jctrans.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg/jdapimin.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg/jdapistd.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg/jdarith.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg/jdatadst.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg/jdatasrc.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg/jdcoefct.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg/jdcolor.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg/jdct.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg/jddctmgr.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg/jdhuff.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg/jdinput.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg/jdmainct.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg/jdmarker.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg/jdmaster.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg/jdmerge.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg/jdpostct.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg/jdsample.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg/jdtrans.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg/jerror.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg/jerror.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg/jfdctflt.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg/jfdctfst.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg/jfdctint.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg/jidctflt.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg/jidctfst.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg/jidctint.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg/jinclude.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg/jmemansi.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg/jmemmgr.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg/jmemnobs.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg/jmemsys.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg/jmorecfg.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg/jpegint.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg/jpeglib.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg/jquant1.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg/jquant2.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg/jutils.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg/jversion.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/LICENSE.md +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/README.ijg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/README.md +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/jconfig.h.in +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/jconfigint.h.in +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/jversion.h.in +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/cjpeg.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/cmyk.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/djpeg.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/example.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/jaricom.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/jcapimin.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/jcapistd.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/jcarith.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/jccoefct.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/jccolext.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/jccolor.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/jcdctmgr.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/jcdiffct.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/jchuff.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/jchuff.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/jcicc.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/jcinit.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/jclhuff.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/jclossls.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/jcmainct.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/jcmarker.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/jcmaster.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/jcmaster.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/jcomapi.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/jcparam.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/jcphuff.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/jcprepct.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/jcsample.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/jcstest.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/jctrans.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/jdapimin.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/jdapistd.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/jdarith.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/jdatadst-tj.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/jdatadst.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/jdatasrc-tj.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/jdatasrc.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/jdcoefct.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/jdcoefct.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/jdcol565.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/jdcolext.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/jdcolor.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/jdct.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/jddctmgr.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/jddiffct.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/jdhuff.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/jdhuff.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/jdicc.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/jdinput.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/jdlhuff.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/jdlossls.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/jdmainct.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/jdmainct.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/jdmarker.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/jdmaster.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/jdmaster.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/jdmerge.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/jdmerge.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/jdmrg565.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/jdmrgext.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/jdphuff.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/jdpostct.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/jdsample.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/jdsample.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/jdtrans.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/jerror.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/jerror.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/jfdctflt.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/jfdctfst.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/jfdctint.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/jidctflt.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/jidctfst.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/jidctint.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/jidctred.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/jinclude.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/jlossls.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/jmemmgr.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/jmemnobs.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/jmemsys.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/jmorecfg.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/jpeg_nbits.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/jpeg_nbits.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/jpegapicomp.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/jpegint.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/jpeglib.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/jquant1.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/jquant2.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/jsamplecomp.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/jsimd.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/jsimddct.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/jstdhuff.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/jutils.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/jversion.h.in +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/libjpeg.map.in +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/libjpeg.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/rdbmp.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/rdcolmap.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/rdgif.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/rdjpgcom.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/rdppm.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/rdswitch.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/rdtarga.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/arm/aarch32/jccolext-neon.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/arm/aarch32/jchuff-neon.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/arm/aarch32/jsimd.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/arm/aarch32/jsimd_neon.S +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/arm/aarch64/jccolext-neon.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/arm/aarch64/jchuff-neon.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/arm/aarch64/jsimd.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/arm/aarch64/jsimd_neon.S +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/arm/align.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/arm/jccolor-neon.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/arm/jcgray-neon.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/arm/jcgryext-neon.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/arm/jchuff.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/arm/jcphuff-neon.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/arm/jcsample-neon.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/arm/jdcolext-neon.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/arm/jdcolor-neon.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/arm/jdmerge-neon.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/arm/jdmrgext-neon.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/arm/jdsample-neon.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/arm/jfdctfst-neon.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/arm/jfdctint-neon.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/arm/jidctfst-neon.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/arm/jidctint-neon.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/arm/jidctred-neon.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/arm/jquanti-neon.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/arm/neon-compat.h.in +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/i386/jccolext-avx2.asm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/i386/jccolext-mmx.asm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/i386/jccolext-sse2.asm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/i386/jccolor-avx2.asm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/i386/jccolor-mmx.asm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/i386/jccolor-sse2.asm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/i386/jcgray-avx2.asm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/i386/jcgray-mmx.asm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/i386/jcgray-sse2.asm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/i386/jcgryext-avx2.asm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/i386/jcgryext-mmx.asm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/i386/jcgryext-sse2.asm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/i386/jchuff-sse2.asm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/i386/jcphuff-sse2.asm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/i386/jcsample-avx2.asm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/i386/jcsample-mmx.asm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/i386/jcsample-sse2.asm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/i386/jdcolext-avx2.asm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/i386/jdcolext-mmx.asm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/i386/jdcolext-sse2.asm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/i386/jdcolor-avx2.asm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/i386/jdcolor-mmx.asm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/i386/jdcolor-sse2.asm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/i386/jdmerge-avx2.asm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/i386/jdmerge-mmx.asm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/i386/jdmerge-sse2.asm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/i386/jdmrgext-avx2.asm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/i386/jdmrgext-mmx.asm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/i386/jdmrgext-sse2.asm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/i386/jdsample-avx2.asm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/i386/jdsample-mmx.asm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/i386/jdsample-sse2.asm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/i386/jfdctflt-3dn.asm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/i386/jfdctflt-sse.asm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/i386/jfdctfst-mmx.asm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/i386/jfdctfst-sse2.asm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/i386/jfdctint-avx2.asm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/i386/jfdctint-mmx.asm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/i386/jfdctint-sse2.asm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/i386/jidctflt-3dn.asm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/i386/jidctflt-sse.asm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/i386/jidctflt-sse2.asm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/i386/jidctfst-mmx.asm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/i386/jidctfst-sse2.asm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/i386/jidctint-avx2.asm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/i386/jidctint-mmx.asm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/i386/jidctint-sse2.asm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/i386/jidctred-mmx.asm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/i386/jidctred-sse2.asm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/i386/jquant-3dn.asm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/i386/jquant-mmx.asm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/i386/jquant-sse.asm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/i386/jquantf-sse2.asm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/i386/jquanti-avx2.asm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/i386/jquanti-sse2.asm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/i386/jsimd.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/i386/jsimdcpu.asm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/jsimd.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/mips/jsimd.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/mips/jsimd_dspr2.S +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/mips/jsimd_dspr2_asm.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/mips64/jccolext-mmi.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/mips64/jccolor-mmi.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/mips64/jcgray-mmi.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/mips64/jcgryext-mmi.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/mips64/jcsample-mmi.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/mips64/jcsample.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/mips64/jdcolext-mmi.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/mips64/jdcolor-mmi.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/mips64/jdmerge-mmi.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/mips64/jdmrgext-mmi.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/mips64/jdsample-mmi.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/mips64/jfdctfst-mmi.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/mips64/jfdctint-mmi.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/mips64/jidctfst-mmi.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/mips64/jidctint-mmi.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/mips64/jquanti-mmi.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/mips64/jsimd.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/mips64/jsimd_mmi.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/mips64/loongson-mmintrin.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/nasm/jcolsamp.inc +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/nasm/jdct.inc +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/nasm/jsimdcfg.inc +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/nasm/jsimdcfg.inc.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/nasm/jsimdext.inc +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/powerpc/jccolext-altivec.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/powerpc/jccolor-altivec.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/powerpc/jcgray-altivec.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/powerpc/jcgryext-altivec.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/powerpc/jcsample-altivec.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/powerpc/jcsample.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/powerpc/jdcolext-altivec.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/powerpc/jdcolor-altivec.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/powerpc/jdmerge-altivec.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/powerpc/jdmrgext-altivec.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/powerpc/jdsample-altivec.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/powerpc/jfdctfst-altivec.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/powerpc/jfdctint-altivec.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/powerpc/jidctfst-altivec.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/powerpc/jidctint-altivec.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/powerpc/jquanti-altivec.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/powerpc/jsimd.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/powerpc/jsimd_altivec.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/x86_64/jccolext-avx2.asm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/x86_64/jccolext-sse2.asm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/x86_64/jccolor-avx2.asm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/x86_64/jccolor-sse2.asm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/x86_64/jcgray-avx2.asm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/x86_64/jcgray-sse2.asm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/x86_64/jcgryext-avx2.asm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/x86_64/jcgryext-sse2.asm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/x86_64/jchuff-sse2.asm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/x86_64/jcphuff-sse2.asm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/x86_64/jcsample-avx2.asm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/x86_64/jcsample-sse2.asm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/x86_64/jdcolext-avx2.asm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/x86_64/jdcolext-sse2.asm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/x86_64/jdcolor-avx2.asm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/x86_64/jdcolor-sse2.asm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/x86_64/jdmerge-avx2.asm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/x86_64/jdmerge-sse2.asm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/x86_64/jdmrgext-avx2.asm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/x86_64/jdmrgext-sse2.asm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/x86_64/jdsample-avx2.asm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/x86_64/jdsample-sse2.asm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/x86_64/jfdctflt-sse.asm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/x86_64/jfdctfst-sse2.asm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/x86_64/jfdctint-avx2.asm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/x86_64/jfdctint-sse2.asm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/x86_64/jidctflt-sse2.asm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/x86_64/jidctfst-sse2.asm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/x86_64/jidctint-avx2.asm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/x86_64/jidctint-sse2.asm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/x86_64/jidctred-sse2.asm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/x86_64/jquantf-sse2.asm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/x86_64/jquanti-avx2.asm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/x86_64/jquanti-sse2.asm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/x86_64/jsimd.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/simd/x86_64/jsimdcpu.asm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/structure.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/tjbench.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/tjutil.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/tjutil.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/transupp.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/transupp.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/turbojpeg-jni.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/turbojpeg-mapfile +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/turbojpeg-mapfile.jni +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/turbojpeg-mp.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/turbojpeg.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjpeg-turbo/src/turbojpeg.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libpng/CHANGES +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libpng/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libpng/LICENSE +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libpng/README +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libpng/arm/arm_init.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libpng/arm/filter_neon.S +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libpng/arm/filter_neon_intrinsics.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libpng/arm/palette_neon_intrinsics.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libpng/intel/filter_sse2_intrinsics.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libpng/intel/intel_init.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libpng/loongarch/filter_lsx_intrinsics.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libpng/loongarch/loongarch_lsx_init.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libpng/mips/filter_mmi_inline_assembly.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libpng/mips/filter_msa_intrinsics.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libpng/mips/mips_init.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libpng/png.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libpng/png.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libpng/pngconf.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libpng/pngdebug.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libpng/pngerror.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libpng/pngget.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libpng/pnginfo.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libpng/pnglibconf.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libpng/pngmem.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libpng/pngpread.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libpng/pngpriv.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libpng/pngread.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libpng/pngrio.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libpng/pngrtran.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libpng/pngrutil.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libpng/pngset.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libpng/pngstruct.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libpng/pngtrans.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libpng/pngwio.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libpng/pngwrite.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libpng/pngwtran.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libpng/pngwutil.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libpng/powerpc/filter_vsx_intrinsics.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libpng/powerpc/powerpc_init.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libspng/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libspng/LICENSE +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libspng/spng.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libspng/spng.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libtiff/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libtiff/COPYRIGHT +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libtiff/ChangeLog +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libtiff/README.md +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libtiff/RELEASE-DATE +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libtiff/t4.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libtiff/tif_aux.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libtiff/tif_close.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libtiff/tif_codec.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libtiff/tif_color.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libtiff/tif_compress.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libtiff/tif_config.h.cmake.in +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libtiff/tif_dir.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libtiff/tif_dir.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libtiff/tif_dirinfo.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libtiff/tif_dirread.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libtiff/tif_dirwrite.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libtiff/tif_dumpmode.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libtiff/tif_error.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libtiff/tif_extension.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libtiff/tif_fax3.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libtiff/tif_fax3.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libtiff/tif_fax3sm.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libtiff/tif_flush.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libtiff/tif_getimage.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libtiff/tif_hash_set.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libtiff/tif_hash_set.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libtiff/tif_jbig.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libtiff/tif_jpeg.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libtiff/tif_jpeg_12.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libtiff/tif_lerc.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libtiff/tif_luv.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libtiff/tif_lzma.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libtiff/tif_lzw.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libtiff/tif_next.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libtiff/tif_ojpeg.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libtiff/tif_open.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libtiff/tif_packbits.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libtiff/tif_pixarlog.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libtiff/tif_predict.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libtiff/tif_predict.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libtiff/tif_print.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libtiff/tif_read.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libtiff/tif_stream.cxx +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libtiff/tif_strip.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libtiff/tif_swab.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libtiff/tif_thunder.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libtiff/tif_tile.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libtiff/tif_unix.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libtiff/tif_version.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libtiff/tif_warning.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libtiff/tif_webp.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libtiff/tif_win32.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libtiff/tif_write.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libtiff/tif_zip.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libtiff/tif_zstd.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libtiff/tiff.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libtiff/tiffconf.h.cmake.in +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libtiff/tiffio.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libtiff/tiffio.hxx +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libtiff/tiffiop.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libtiff/tiffvers.h.cmake.in +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libtiff/uvcode.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libtim-vx/tim-vx.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/COPYING +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/sharpyuv/sharpyuv.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/sharpyuv/sharpyuv.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/sharpyuv/sharpyuv_cpu.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/sharpyuv/sharpyuv_cpu.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/sharpyuv/sharpyuv_csp.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/sharpyuv/sharpyuv_csp.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/sharpyuv/sharpyuv_dsp.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/sharpyuv/sharpyuv_dsp.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/sharpyuv/sharpyuv_gamma.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/sharpyuv/sharpyuv_gamma.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/sharpyuv/sharpyuv_neon.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/sharpyuv/sharpyuv_sse2.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/dec/alpha_dec.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/dec/alphai_dec.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/dec/buffer_dec.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/dec/common_dec.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/dec/frame_dec.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/dec/idec_dec.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/dec/io_dec.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/dec/quant_dec.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/dec/tree_dec.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/dec/vp8_dec.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/dec/vp8_dec.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/dec/vp8i_dec.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/dec/vp8l_dec.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/dec/vp8li_dec.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/dec/webp_dec.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/dec/webpi_dec.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/demux/anim_decode.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/demux/demux.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/dsp/alpha_processing.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/dsp/alpha_processing_mips_dsp_r2.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/dsp/alpha_processing_neon.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/dsp/alpha_processing_sse2.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/dsp/alpha_processing_sse41.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/dsp/common_sse2.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/dsp/common_sse41.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/dsp/cost.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/dsp/cost_mips32.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/dsp/cost_mips_dsp_r2.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/dsp/cost_neon.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/dsp/cost_sse2.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/dsp/cpu.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/dsp/cpu.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/dsp/dec.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/dsp/dec_clip_tables.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/dsp/dec_mips32.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/dsp/dec_mips_dsp_r2.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/dsp/dec_msa.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/dsp/dec_neon.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/dsp/dec_sse2.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/dsp/dec_sse41.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/dsp/dsp.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/dsp/enc.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/dsp/enc_mips32.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/dsp/enc_mips_dsp_r2.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/dsp/enc_msa.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/dsp/enc_neon.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/dsp/enc_sse2.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/dsp/enc_sse41.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/dsp/filters.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/dsp/filters_mips_dsp_r2.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/dsp/filters_msa.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/dsp/filters_neon.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/dsp/filters_sse2.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/dsp/lossless.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/dsp/lossless.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/dsp/lossless_common.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/dsp/lossless_enc.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/dsp/lossless_enc_mips32.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/dsp/lossless_enc_mips_dsp_r2.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/dsp/lossless_enc_msa.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/dsp/lossless_enc_neon.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/dsp/lossless_enc_sse2.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/dsp/lossless_enc_sse41.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/dsp/lossless_mips_dsp_r2.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/dsp/lossless_msa.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/dsp/lossless_neon.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/dsp/lossless_sse2.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/dsp/lossless_sse41.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/dsp/mips_macro.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/dsp/msa_macro.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/dsp/neon.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/dsp/quant.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/dsp/rescaler.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/dsp/rescaler_mips32.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/dsp/rescaler_mips_dsp_r2.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/dsp/rescaler_msa.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/dsp/rescaler_neon.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/dsp/rescaler_sse2.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/dsp/ssim.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/dsp/ssim_sse2.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/dsp/upsampling.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/dsp/upsampling_mips_dsp_r2.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/dsp/upsampling_msa.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/dsp/upsampling_neon.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/dsp/upsampling_sse2.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/dsp/upsampling_sse41.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/dsp/yuv.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/dsp/yuv.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/dsp/yuv_mips32.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/dsp/yuv_mips_dsp_r2.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/dsp/yuv_neon.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/dsp/yuv_sse2.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/dsp/yuv_sse41.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/enc/alpha_enc.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/enc/analysis_enc.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/enc/backward_references_cost_enc.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/enc/backward_references_enc.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/enc/backward_references_enc.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/enc/config_enc.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/enc/cost_enc.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/enc/cost_enc.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/enc/filter_enc.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/enc/frame_enc.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/enc/histogram_enc.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/enc/histogram_enc.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/enc/iterator_enc.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/enc/near_lossless_enc.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/enc/picture_csp_enc.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/enc/picture_enc.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/enc/picture_psnr_enc.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/enc/picture_rescale_enc.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/enc/picture_tools_enc.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/enc/predictor_enc.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/enc/quant_enc.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/enc/syntax_enc.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/enc/token_enc.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/enc/tree_enc.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/enc/vp8i_enc.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/enc/vp8l_enc.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/enc/vp8li_enc.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/enc/webp_enc.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/mux/anim_encode.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/mux/animi.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/mux/muxedit.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/mux/muxi.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/mux/muxinternal.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/mux/muxread.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/utils/bit_reader_inl_utils.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/utils/bit_reader_utils.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/utils/bit_reader_utils.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/utils/bit_writer_utils.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/utils/bit_writer_utils.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/utils/color_cache_utils.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/utils/color_cache_utils.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/utils/endian_inl_utils.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/utils/filters_utils.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/utils/filters_utils.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/utils/huffman_encode_utils.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/utils/huffman_encode_utils.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/utils/huffman_utils.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/utils/huffman_utils.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/utils/palette.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/utils/palette.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/utils/quant_levels_dec_utils.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/utils/quant_levels_dec_utils.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/utils/quant_levels_utils.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/utils/quant_levels_utils.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/utils/random_utils.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/utils/random_utils.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/utils/rescaler_utils.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/utils/rescaler_utils.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/utils/thread_utils.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/utils/thread_utils.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/utils/utils.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/utils/utils.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/webp/decode.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/webp/demux.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/webp/encode.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/webp/format_constants.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/webp/mux.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/webp/mux_types.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libwebp/src/webp/types.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/ndsrvp/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/ndsrvp/include/core.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/ndsrvp/include/features2d.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/ndsrvp/include/imgproc.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/ndsrvp/ndsrvp_hal.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/ndsrvp/src/integral.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/ndsrvp/src/threshold.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/ndsrvp/src/warpAffine.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/ndsrvp/src/warpPerspective.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/AUTHORS.ilmbase +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/AUTHORS.openexr +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/ChangeLog.ilmbase +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/ChangeLog.openexr +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/Half/eLut.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/Half/half.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/Half/half.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/Half/halfExport.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/Half/halfFunction.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/Half/halfLimits.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/Half/toFloat.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/Iex/Iex.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/Iex/IexBaseExc.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/Iex/IexBaseExc.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/Iex/IexErrnoExc.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/Iex/IexExport.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/Iex/IexForward.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/Iex/IexMacros.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/Iex/IexMathExc.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/Iex/IexNamespace.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/Iex/IexThrowErrnoExc.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/Iex/IexThrowErrnoExc.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmBaseConfig.h.cmakein +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfAcesFile.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfAcesFile.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfArray.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfAttribute.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfAttribute.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfAutoArray.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfB44Compressor.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfB44Compressor.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfBoxAttribute.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfBoxAttribute.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfCRgbaFile.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfCRgbaFile.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfChannelList.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfChannelList.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfChannelListAttribute.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfChannelListAttribute.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfCheckedArithmetic.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfChromaticities.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfChromaticities.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfChromaticitiesAttribute.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfChromaticitiesAttribute.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfCompositeDeepScanLine.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfCompositeDeepScanLine.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfCompression.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfCompressionAttribute.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfCompressionAttribute.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfCompressor.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfCompressor.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfConvert.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfConvert.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfDeepCompositing.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfDeepCompositing.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfDeepFrameBuffer.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfDeepFrameBuffer.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfDeepImageState.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfDeepImageStateAttribute.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfDeepImageStateAttribute.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfDeepScanLineInputFile.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfDeepScanLineInputFile.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfDeepScanLineInputPart.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfDeepScanLineInputPart.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfDeepScanLineOutputFile.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfDeepScanLineOutputFile.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfDeepScanLineOutputPart.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfDeepScanLineOutputPart.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfDeepTiledInputFile.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfDeepTiledInputFile.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfDeepTiledInputPart.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfDeepTiledInputPart.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfDeepTiledOutputFile.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfDeepTiledOutputFile.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfDeepTiledOutputPart.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfDeepTiledOutputPart.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfDoubleAttribute.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfDoubleAttribute.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfDwaCompressor.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfDwaCompressor.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfDwaCompressorSimd.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfEnvmap.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfEnvmap.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfEnvmapAttribute.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfEnvmapAttribute.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfExport.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfFastHuf.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfFastHuf.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfFloatAttribute.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfFloatAttribute.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfFloatVectorAttribute.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfFloatVectorAttribute.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfForward.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfFrameBuffer.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfFrameBuffer.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfFramesPerSecond.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfFramesPerSecond.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfGenericInputFile.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfGenericInputFile.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfGenericOutputFile.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfGenericOutputFile.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfHeader.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfHeader.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfHuf.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfHuf.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfIO.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfIO.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfInputFile.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfInputFile.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfInputPart.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfInputPart.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfInputPartData.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfInputPartData.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfInputStreamMutex.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfInt64.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfIntAttribute.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfIntAttribute.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfKeyCode.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfKeyCode.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfKeyCodeAttribute.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfKeyCodeAttribute.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfLineOrder.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfLineOrderAttribute.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfLineOrderAttribute.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfLut.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfLut.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfMatrixAttribute.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfMatrixAttribute.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfMisc.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfMisc.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfMultiPartInputFile.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfMultiPartInputFile.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfMultiPartOutputFile.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfMultiPartOutputFile.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfMultiView.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfMultiView.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfName.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfNamespace.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfOpaqueAttribute.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfOpaqueAttribute.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfOptimizedPixelReading.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfOutputFile.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfOutputFile.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfOutputPart.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfOutputPart.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfOutputPartData.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfOutputPartData.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfOutputStreamMutex.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfPartHelper.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfPartType.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfPartType.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfPixelType.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfPizCompressor.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfPizCompressor.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfPreviewImage.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfPreviewImage.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfPreviewImageAttribute.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfPreviewImageAttribute.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfPxr24Compressor.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfPxr24Compressor.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfRational.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfRational.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfRationalAttribute.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfRationalAttribute.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfRgba.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfRgbaFile.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfRgbaFile.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfRgbaYca.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfRgbaYca.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfRle.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfRle.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfRleCompressor.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfRleCompressor.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfScanLineInputFile.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfScanLineInputFile.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfSimd.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfStandardAttributes.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfStandardAttributes.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfStdIO.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfStdIO.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfStringAttribute.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfStringAttribute.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfStringVectorAttribute.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfStringVectorAttribute.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfSystemSpecific.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfSystemSpecific.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfTestFile.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfTestFile.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfThreading.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfThreading.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfTileDescription.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfTileDescriptionAttribute.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfTileDescriptionAttribute.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfTileOffsets.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfTileOffsets.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfTiledInputFile.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfTiledInputFile.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfTiledInputPart.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfTiledInputPart.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfTiledMisc.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfTiledMisc.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfTiledOutputFile.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfTiledOutputFile.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfTiledOutputPart.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfTiledOutputPart.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfTiledRgbaFile.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfTiledRgbaFile.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfTimeCode.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfTimeCode.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfTimeCodeAttribute.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfTimeCodeAttribute.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfVecAttribute.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfVecAttribute.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfVersion.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfVersion.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfWav.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfWav.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfXdr.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfZip.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfZip.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfZipCompressor.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/ImfZipCompressor.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/b44ExpLogTable.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/dwaLookups.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmImf/dwaLookups.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmThread/IlmThread.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmThread/IlmThread.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmThread/IlmThreadExport.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmThread/IlmThreadForward.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmThread/IlmThreadMutex.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmThread/IlmThreadMutex.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmThread/IlmThreadMutexPosix.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmThread/IlmThreadMutexWin32.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmThread/IlmThreadNamespace.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmThread/IlmThreadPool.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmThread/IlmThreadPool.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmThread/IlmThreadPosix.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmThread/IlmThreadSemaphore.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmThread/IlmThreadSemaphore.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmThread/IlmThreadSemaphorePosix.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmThread/IlmThreadSemaphorePosixCompat.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmThread/IlmThreadSemaphoreWin32.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/IlmThread/IlmThreadWin32.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/Imath/ImathBox.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/Imath/ImathBox.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/Imath/ImathBoxAlgo.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/Imath/ImathColor.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/Imath/ImathColorAlgo.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/Imath/ImathColorAlgo.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/Imath/ImathEuler.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/Imath/ImathExc.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/Imath/ImathExport.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/Imath/ImathForward.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/Imath/ImathFrame.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/Imath/ImathFrustum.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/Imath/ImathFrustumTest.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/Imath/ImathFun.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/Imath/ImathFun.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/Imath/ImathHalfLimits.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/Imath/ImathInt64.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/Imath/ImathInterval.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/Imath/ImathLimits.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/Imath/ImathLine.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/Imath/ImathLineAlgo.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/Imath/ImathMath.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/Imath/ImathMatrix.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/Imath/ImathMatrixAlgo.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/Imath/ImathMatrixAlgo.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/Imath/ImathNamespace.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/Imath/ImathPlane.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/Imath/ImathPlatform.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/Imath/ImathQuat.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/Imath/ImathRandom.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/Imath/ImathRandom.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/Imath/ImathRoots.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/Imath/ImathShear.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/Imath/ImathShear.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/Imath/ImathSphere.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/Imath/ImathVec.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/Imath/ImathVec.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/Imath/ImathVecAlgo.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/LICENSE +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openexr/OpenEXRConfig.h.cmakein +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openjpeg/AUTHORS.md +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openjpeg/CHANGELOG.md +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openjpeg/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openjpeg/LICENSE +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openjpeg/README.md +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openjpeg/THANKS.md +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openjpeg/openjp2/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openjpeg/openjp2/bench_dwt.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openjpeg/openjp2/bio.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openjpeg/openjp2/bio.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openjpeg/openjp2/cidx_manager.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openjpeg/openjp2/cidx_manager.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openjpeg/openjp2/cio.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openjpeg/openjp2/cio.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openjpeg/openjp2/dwt.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openjpeg/openjp2/dwt.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openjpeg/openjp2/event.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openjpeg/openjp2/event.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openjpeg/openjp2/function_list.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openjpeg/openjp2/function_list.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openjpeg/openjp2/ht_dec.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openjpeg/openjp2/image.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openjpeg/openjp2/image.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openjpeg/openjp2/indexbox_manager.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openjpeg/openjp2/invert.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openjpeg/openjp2/invert.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openjpeg/openjp2/j2k.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openjpeg/openjp2/j2k.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openjpeg/openjp2/jp2.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openjpeg/openjp2/jp2.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openjpeg/openjp2/libopenjp2.pc.cmake.in +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openjpeg/openjp2/mct.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openjpeg/openjp2/mct.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openjpeg/openjp2/mqc.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openjpeg/openjp2/mqc.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openjpeg/openjp2/mqc_inl.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openjpeg/openjp2/openjpeg.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openjpeg/openjp2/openjpeg.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openjpeg/openjp2/opj_clock.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openjpeg/openjp2/opj_clock.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openjpeg/openjp2/opj_codec.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openjpeg/openjp2/opj_common.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openjpeg/openjp2/opj_config.h.cmake.in +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openjpeg/openjp2/opj_config_private.h.cmake.in +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openjpeg/openjp2/opj_includes.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openjpeg/openjp2/opj_intmath.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openjpeg/openjp2/opj_inttypes.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openjpeg/openjp2/opj_malloc.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openjpeg/openjp2/opj_malloc.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openjpeg/openjp2/opj_stdint.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openjpeg/openjp2/phix_manager.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openjpeg/openjp2/pi.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openjpeg/openjp2/pi.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openjpeg/openjp2/ppix_manager.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openjpeg/openjp2/sparse_array.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openjpeg/openjp2/sparse_array.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openjpeg/openjp2/t1.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openjpeg/openjp2/t1.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openjpeg/openjp2/t1_generate_luts.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openjpeg/openjp2/t1_ht_generate_luts.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openjpeg/openjp2/t1_ht_luts.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openjpeg/openjp2/t1_luts.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openjpeg/openjp2/t2.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openjpeg/openjp2/t2.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openjpeg/openjp2/tcd.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openjpeg/openjp2/tcd.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openjpeg/openjp2/test_sparse_array.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openjpeg/openjp2/tgt.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openjpeg/openjp2/tgt.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openjpeg/openjp2/thix_manager.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openjpeg/openjp2/thread.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openjpeg/openjp2/thread.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openjpeg/openjp2/tls_keys.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openjpeg/openjp2/tpix_manager.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openvx/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openvx/README.md +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openvx/hal/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openvx/hal/README.md +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openvx/hal/openvx_hal.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openvx/hal/openvx_hal.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openvx/include/ivx.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/openvx/include/ivx_lib_debug.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/orbbecsdk/orbbecsdk.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/protobuf/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/protobuf/LICENSE +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/protobuf/README.md +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/protobuf/src/google/protobuf/any.cc +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/protobuf/src/google/protobuf/any.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/protobuf/src/google/protobuf/any_lite.cc +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/protobuf/src/google/protobuf/arena.cc +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/protobuf/src/google/protobuf/arena.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/protobuf/src/google/protobuf/arena_impl.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/protobuf/src/google/protobuf/arenastring.cc +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/protobuf/src/google/protobuf/arenastring.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/protobuf/src/google/protobuf/descriptor.cc +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/protobuf/src/google/protobuf/descriptor.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/protobuf/src/google/protobuf/descriptor.pb.cc +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/protobuf/src/google/protobuf/descriptor.pb.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/protobuf/src/google/protobuf/descriptor_database.cc +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/protobuf/src/google/protobuf/descriptor_database.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/protobuf/src/google/protobuf/dynamic_message.cc +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/protobuf/src/google/protobuf/dynamic_message.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/protobuf/src/google/protobuf/explicitly_constructed.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/protobuf/src/google/protobuf/extension_set.cc +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/protobuf/src/google/protobuf/extension_set.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/protobuf/src/google/protobuf/extension_set_heavy.cc +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/protobuf/src/google/protobuf/extension_set_inl.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/protobuf/src/google/protobuf/field_access_listener.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/protobuf/src/google/protobuf/field_mask.pb.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/protobuf/src/google/protobuf/generated_enum_reflection.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/protobuf/src/google/protobuf/generated_enum_util.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/protobuf/src/google/protobuf/generated_message_bases.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/protobuf/src/google/protobuf/generated_message_reflection.cc +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/protobuf/src/google/protobuf/generated_message_reflection.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/protobuf/src/google/protobuf/generated_message_table_driven.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/protobuf/src/google/protobuf/generated_message_tctable_decl.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/protobuf/src/google/protobuf/generated_message_tctable_impl.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/protobuf/src/google/protobuf/generated_message_tctable_impl.inc +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/protobuf/src/google/protobuf/generated_message_util.cc +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/protobuf/src/google/protobuf/generated_message_util.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/protobuf/src/google/protobuf/has_bits.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/protobuf/src/google/protobuf/implicit_weak_message.cc +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/protobuf/src/google/protobuf/implicit_weak_message.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/protobuf/src/google/protobuf/inlined_string_field.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/protobuf/src/google/protobuf/io/coded_stream.cc +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/protobuf/src/google/protobuf/io/coded_stream.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/protobuf/src/google/protobuf/io/io_win32.cc +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/protobuf/src/google/protobuf/io/io_win32.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/protobuf/src/google/protobuf/io/package_info.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/protobuf/src/google/protobuf/io/strtod.cc +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/protobuf/src/google/protobuf/io/strtod.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/protobuf/src/google/protobuf/io/tokenizer.cc +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/protobuf/src/google/protobuf/io/tokenizer.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/protobuf/src/google/protobuf/io/zero_copy_stream.cc +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/protobuf/src/google/protobuf/io/zero_copy_stream.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/protobuf/src/google/protobuf/io/zero_copy_stream_impl.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.cc +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/protobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/protobuf/src/google/protobuf/map.cc +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/protobuf/src/google/protobuf/map.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/protobuf/src/google/protobuf/map_entry.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/protobuf/src/google/protobuf/map_entry_lite.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/protobuf/src/google/protobuf/map_field.cc +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/protobuf/src/google/protobuf/map_field.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/protobuf/src/google/protobuf/map_field_inl.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/protobuf/src/google/protobuf/map_field_lite.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/protobuf/src/google/protobuf/map_type_handler.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/protobuf/src/google/protobuf/message.cc +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/protobuf/src/google/protobuf/message.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/protobuf/src/google/protobuf/message_lite.cc +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/protobuf/src/google/protobuf/message_lite.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/protobuf/src/google/protobuf/metadata.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/protobuf/src/google/protobuf/metadata_lite.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/protobuf/src/google/protobuf/parse_context.cc +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/protobuf/src/google/protobuf/parse_context.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/protobuf/src/google/protobuf/port.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/protobuf/src/google/protobuf/port_def.inc +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/protobuf/src/google/protobuf/port_undef.inc +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/protobuf/src/google/protobuf/reflection.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/protobuf/src/google/protobuf/reflection_internal.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/protobuf/src/google/protobuf/reflection_ops.cc +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/protobuf/src/google/protobuf/reflection_ops.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/protobuf/src/google/protobuf/repeated_field.cc +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/protobuf/src/google/protobuf/repeated_field.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/protobuf/src/google/protobuf/repeated_ptr_field.cc +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/protobuf/src/google/protobuf/repeated_ptr_field.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/protobuf/src/google/protobuf/stubs/bytestream.cc +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/protobuf/src/google/protobuf/stubs/bytestream.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/protobuf/src/google/protobuf/stubs/callback.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/protobuf/src/google/protobuf/stubs/casts.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/protobuf/src/google/protobuf/stubs/common.cc +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/protobuf/src/google/protobuf/stubs/common.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/protobuf/src/google/protobuf/stubs/hash.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/protobuf/src/google/protobuf/stubs/int128.cc +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/protobuf/src/google/protobuf/stubs/int128.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/protobuf/src/google/protobuf/stubs/logging.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/protobuf/src/google/protobuf/stubs/macros.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/protobuf/src/google/protobuf/stubs/map_util.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/protobuf/src/google/protobuf/stubs/mutex.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/protobuf/src/google/protobuf/stubs/once.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/protobuf/src/google/protobuf/stubs/platform_macros.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/protobuf/src/google/protobuf/stubs/port.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/protobuf/src/google/protobuf/stubs/status.cc +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/protobuf/src/google/protobuf/stubs/status.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/protobuf/src/google/protobuf/stubs/stl_util.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/protobuf/src/google/protobuf/stubs/stringpiece.cc +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/protobuf/src/google/protobuf/stubs/stringpiece.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/protobuf/src/google/protobuf/stubs/stringprintf.cc +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/protobuf/src/google/protobuf/stubs/stringprintf.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/protobuf/src/google/protobuf/stubs/structurally_valid.cc +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/protobuf/src/google/protobuf/stubs/strutil.cc +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/protobuf/src/google/protobuf/stubs/strutil.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/protobuf/src/google/protobuf/stubs/substitute.cc +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/protobuf/src/google/protobuf/stubs/substitute.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/protobuf/src/google/protobuf/text_format.cc +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/protobuf/src/google/protobuf/text_format.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/protobuf/src/google/protobuf/unknown_field_set.cc +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/protobuf/src/google/protobuf/unknown_field_set.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/protobuf/src/google/protobuf/wire_format.cc +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/protobuf/src/google/protobuf/wire_format.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/protobuf/src/google/protobuf/wire_format_lite.cc +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/protobuf/src/google/protobuf/wire_format_lite.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/quirc/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/quirc/LICENSE +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/quirc/include/quirc.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/quirc/include/quirc_internal.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/quirc/src/decode.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/quirc/src/quirc.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/quirc/src/version_db.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/readme.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/tbb/.gitignore +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/tbb/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/tbb/version_string.ver.cmakein +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib/ChangeLog +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib/LICENSE +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib/README +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib/adler32.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib/compress.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib/crc32.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib/crc32.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib/deflate.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib/deflate.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib/gzclose.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib/gzguts.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib/gzlib.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib/gzread.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib/gzwrite.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib/infback.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib/inffast.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib/inffast.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib/inffixed.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib/inflate.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib/inflate.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib/inftrees.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib/inftrees.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib/patches/20190330-ununitialized-use-state-check.diff +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib/trees.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib/trees.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib/uncompr.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib/zconf.h.cmakein +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib/zlib.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib/zutil.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib/zutil.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib-ng/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib-ng/LICENSE.md +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib-ng/README.md +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib-ng/adler32.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib-ng/adler32_fold.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib-ng/adler32_fold.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib-ng/adler32_p.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib-ng/arch/.gitignore +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib-ng/arch/arm/Makefile.in +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib-ng/arch/arm/acle_intrins.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib-ng/arch/arm/adler32_neon.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib-ng/arch/arm/arm_features.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib-ng/arch/arm/arm_features.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib-ng/arch/arm/chunkset_neon.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib-ng/arch/arm/compare256_neon.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib-ng/arch/arm/crc32_acle.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib-ng/arch/arm/insert_string_acle.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib-ng/arch/arm/neon_intrins.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib-ng/arch/arm/slide_hash_armv6.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib-ng/arch/arm/slide_hash_neon.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib-ng/arch/generic/Makefile.in +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib-ng/arch/generic/chunk_permute_table.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib-ng/arch/power/Makefile.in +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib-ng/arch/power/adler32_power8.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib-ng/arch/power/adler32_vmx.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib-ng/arch/power/chunkset_power8.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib-ng/arch/power/compare256_power9.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib-ng/arch/power/crc32_constants.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib-ng/arch/power/crc32_power8.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib-ng/arch/power/fallback_builtins.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib-ng/arch/power/power_features.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib-ng/arch/power/power_features.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib-ng/arch/power/slide_hash_power8.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib-ng/arch/power/slide_hash_vmx.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib-ng/arch/power/slide_ppc_tpl.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib-ng/arch/riscv/README.md +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib-ng/arch/riscv/adler32_rvv.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib-ng/arch/riscv/chunkset_rvv.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib-ng/arch/riscv/compare256_rvv.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib-ng/arch/riscv/riscv_features.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib-ng/arch/riscv/riscv_features.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib-ng/arch/riscv/slide_hash_rvv.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib-ng/arch/x86/Makefile.in +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib-ng/arch/x86/adler32_avx2.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib-ng/arch/x86/adler32_avx2_p.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib-ng/arch/x86/adler32_avx512.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib-ng/arch/x86/adler32_avx512_p.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib-ng/arch/x86/adler32_avx512_vnni.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib-ng/arch/x86/adler32_sse42.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib-ng/arch/x86/adler32_ssse3.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib-ng/arch/x86/adler32_ssse3_p.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib-ng/arch/x86/chunkset_avx2.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib-ng/arch/x86/chunkset_sse2.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib-ng/arch/x86/chunkset_ssse3.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib-ng/arch/x86/compare256_avx2.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib-ng/arch/x86/compare256_sse2.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib-ng/arch/x86/crc32_fold_pclmulqdq_tpl.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib-ng/arch/x86/crc32_fold_vpclmulqdq_tpl.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib-ng/arch/x86/crc32_pclmulqdq.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib-ng/arch/x86/crc32_pclmulqdq_tpl.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib-ng/arch/x86/crc32_vpclmulqdq.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib-ng/arch/x86/insert_string_sse42.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib-ng/arch/x86/slide_hash_avx2.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib-ng/arch/x86/slide_hash_sse2.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib-ng/arch/x86/x86_features.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib-ng/arch/x86/x86_features.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib-ng/arch/x86/x86_intrins.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib-ng/chunkset.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib-ng/chunkset_tpl.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib-ng/cmake/detect-intrinsics.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib-ng/cmake/fallback-macros.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib-ng/compare256.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib-ng/compare256_rle.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib-ng/compress.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib-ng/cpu_features.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib-ng/cpu_features.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib-ng/crc32_braid.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib-ng/crc32_braid_comb.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib-ng/crc32_braid_comb_p.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib-ng/crc32_braid_p.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib-ng/crc32_braid_tbl.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib-ng/crc32_fold.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib-ng/crc32_fold.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib-ng/deflate.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib-ng/deflate.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib-ng/deflate_fast.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib-ng/deflate_huff.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib-ng/deflate_medium.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib-ng/deflate_p.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib-ng/deflate_quick.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib-ng/deflate_rle.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib-ng/deflate_slow.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib-ng/deflate_stored.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib-ng/fallback_builtins.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib-ng/functable.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib-ng/functable.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib-ng/gzguts.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib-ng/gzlib.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib-ng/gzread.c.in +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib-ng/gzwrite.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib-ng/infback.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib-ng/inffast_tpl.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib-ng/inffixed_tbl.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib-ng/inflate.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib-ng/inflate.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib-ng/inflate_p.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib-ng/inftrees.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib-ng/inftrees.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib-ng/insert_string.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib-ng/insert_string_roll.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib-ng/insert_string_tpl.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib-ng/match_tpl.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib-ng/slide_hash.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib-ng/trees.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib-ng/trees.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib-ng/trees_emit.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib-ng/trees_tbl.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib-ng/uncompr.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib-ng/zbuild.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib-ng/zconf.h.in +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib-ng/zendian.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib-ng/zlib.h.in +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib-ng/zlib_name_mangling.h.empty +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib-ng/zutil.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib-ng/zutil.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/zlib-ng/zutil_p.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/CONTRIBUTING.md +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/COPYRIGHT +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/LICENSE +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/README.md +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/SECURITY.md +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/apps/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/apps/annotation/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/apps/annotation/opencv_annotation.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/apps/createsamples/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/apps/createsamples/createsamples.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/apps/createsamples/utility.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/apps/createsamples/utility.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/apps/interactive-calibration/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/apps/interactive-calibration/calibCommon.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/apps/interactive-calibration/calibController.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/apps/interactive-calibration/calibController.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/apps/interactive-calibration/calibPipeline.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/apps/interactive-calibration/calibPipeline.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/apps/interactive-calibration/defaultConfig.xml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/apps/interactive-calibration/frameProcessor.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/apps/interactive-calibration/frameProcessor.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/apps/interactive-calibration/main.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/apps/interactive-calibration/parametersController.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/apps/interactive-calibration/parametersController.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/apps/interactive-calibration/rotationConverters.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/apps/interactive-calibration/rotationConverters.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/apps/model-diagnostics/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/apps/model-diagnostics/model_diagnostics.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/apps/opencv_stitching_tool/README.md +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/apps/python_app_test.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/apps/traincascade/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/apps/traincascade/HOGfeatures.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/apps/traincascade/HOGfeatures.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/apps/traincascade/boost.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/apps/traincascade/boost.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/apps/traincascade/cascadeclassifier.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/apps/traincascade/cascadeclassifier.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/apps/traincascade/features.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/apps/traincascade/haarfeatures.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/apps/traincascade/haarfeatures.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/apps/traincascade/imagestorage.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/apps/traincascade/imagestorage.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/apps/traincascade/lbpfeatures.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/apps/traincascade/lbpfeatures.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/apps/traincascade/old_ml.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/apps/traincascade/old_ml_boost.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/apps/traincascade/old_ml_data.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/apps/traincascade/old_ml_inner_functions.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/apps/traincascade/old_ml_precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/apps/traincascade/old_ml_tree.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/apps/traincascade/traincascade.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/apps/traincascade/traincascade_features.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/apps/version/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/apps/version/opencv_version.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/apps/visualisation/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/apps/visualisation/opencv_visualisation.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/FindCUDA/make2cmake.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/FindCUDA/parse_cubin.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/FindCUDA/run_nvcc.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/FindCUDA.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/FindCUDNN.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/FindFlake8.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/FindONNX.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/FindOpenVX.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/FindPylint.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/FindVulkan.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/OpenCVCRTLinkage.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/OpenCVCompilerDefenses.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/OpenCVCompilerOptimizations.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/OpenCVCompilerOptions.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/OpenCVDetectApacheAnt.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/OpenCVDetectCUDA.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/OpenCVDetectCUDALanguage.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/OpenCVDetectCUDAUtils.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/OpenCVDetectCXXCompiler.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/OpenCVDetectDirectML.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/OpenCVDetectDirectX.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/OpenCVDetectFlatbuffers.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/OpenCVDetectHalide.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/OpenCVDetectInferenceEngine.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/OpenCVDetectOpenCL.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/OpenCVDetectPython.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/OpenCVDetectTBB.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/OpenCVDetectTrace.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/OpenCVDetectVTK.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/OpenCVDetectVulkan.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/OpenCVDetectWebNN.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/OpenCVDownload.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/OpenCVExtraTargets.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/OpenCVFindAVIF.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/OpenCVFindAtlas.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/OpenCVFindCANN.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/OpenCVFindFrameworks.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/OpenCVFindIPP.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/OpenCVFindIPPIW.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/OpenCVFindLAPACK.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/OpenCVFindLATEX.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/OpenCVFindLibsGUI.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/OpenCVFindLibsGrfmt.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/OpenCVFindLibsPerf.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/OpenCVFindLibsVideo.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/OpenCVFindMKL.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/OpenCVFindOpenBLAS.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/OpenCVFindOpenEXR.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/OpenCVFindProtobuf.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/OpenCVFindTIMVX.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/OpenCVFindVA.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/OpenCVFindWebP.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/OpenCVFindXimea.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/OpenCVGenABI.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/OpenCVGenAndroidMK.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/OpenCVGenConfig.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/OpenCVGenHeaders.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/OpenCVGenInfoPlist.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/OpenCVGenPkgconfig.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/OpenCVGenSetupVars.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/OpenCVInstallLayout.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/OpenCVMinDepVersions.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/OpenCVModule.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/OpenCVPCHSupport.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/OpenCVPackaging.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/OpenCVPluginStandalone.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/OpenCVPylint.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/OpenCVUtils.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/OpenCVVersion.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/android/OpenCVDetectAndroidSDK.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/android/android_ant_projects.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/android/android_gradle_projects.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/checks/OpenCVDetectCudaArch.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/checks/atomic_check.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/checks/cann.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/checks/cpu_avx.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/checks/cpu_avx2.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/checks/cpu_avx512.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/checks/cpu_avx512clx.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/checks/cpu_avx512cnl.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/checks/cpu_avx512common.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/checks/cpu_avx512icl.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/checks/cpu_avx512knl.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/checks/cpu_avx512knm.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/checks/cpu_avx512skx.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/checks/cpu_fp16.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/checks/cpu_lasx.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/checks/cpu_lsx.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/checks/cpu_msa.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/checks/cpu_neon.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/checks/cpu_neon_bf16.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/checks/cpu_neon_dotprod.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/checks/cpu_neon_fp16.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/checks/cpu_popcnt.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/checks/cpu_rvv.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/checks/cpu_sse.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/checks/cpu_sse2.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/checks/cpu_sse3.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/checks/cpu_sse41.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/checks/cpu_sse42.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/checks/cpu_ssse3.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/checks/cpu_vsx.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/checks/cpu_vsx3.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/checks/cpu_vsx_asm.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/checks/cxx11.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/checks/directml.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/checks/directx.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/checks/ffmpeg_test.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/checks/lapack_check.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/checks/opencl.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/checks/openvx_refenum_test.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/checks/runtime/cpu_vsx_aligned.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/checks/vtk_test.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/checks/vulkan.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/checks/webnn.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/checks/win32uitest.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/cl2cpp.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/copy_files.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/mirrors/custom.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/mirrors/gitcode.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/platforms/OpenCV-Android.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/platforms/OpenCV-Darwin.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/platforms/OpenCV-Emscripten.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/platforms/OpenCV-Linux.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/platforms/OpenCV-WinRT.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/platforms/OpenCV-Windows.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/platforms/OpenCV-WindowsCE.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/platforms/OpenCV-WindowsPhone.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/platforms/OpenCV-WindowsStore.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/platforms/OpenCV-iOS.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/templates/OpenCV-abi.mk.in +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/templates/OpenCV.mk.in +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/templates/OpenCVConfig-ANDROID.cmake.in +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/templates/OpenCVConfig-CUDA.cmake.in +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/templates/OpenCVConfig-CUDALanguage.cmake.in +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/templates/OpenCVConfig-IPPICV.cmake.in +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/templates/OpenCVConfig-IPPIW.cmake.in +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/templates/OpenCVConfig-version.cmake.in +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/templates/OpenCVConfig.cmake.in +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/templates/OpenCVConfig.root-ANDROID.cmake.in +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/templates/OpenCVConfig.root-WIN32.cmake.in +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/templates/cmake_uninstall.cmake.in +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/templates/custom_hal.hpp.in +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/templates/cv_cpu_config.h.in +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/templates/cvconfig.h.in +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/templates/dllmain.cpp.in +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/templates/opencv-XXX.pc.in +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/templates/opencv_abi.xml.in +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/templates/opencv_modules.hpp.in +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/templates/opencv_run_all_tests_android.sh.in +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/templates/opencv_run_all_tests_unix.sh.in +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/templates/opencv_run_all_tests_windows.cmd.in +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/templates/pylint.cmake.in +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/templates/setup_vars_linux.sh.in +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/templates/setup_vars_macosx.sh.in +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/templates/setup_vars_win32.cmd.in +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/templates/vs_version.rc.in +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/templates/xcode-launch-c.in +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/templates/xcode-launch-cxx.in +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/vars/EnableModeVars.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/vars/OPENCV_DISABLE_THREAD_SUPPORT.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/cmake/vars/OPENCV_SEMIHOSTING.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/data/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/data/haarcascades/haarcascade_eye.xml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/data/haarcascades/haarcascade_eye_tree_eyeglasses.xml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/data/haarcascades/haarcascade_frontalcatface.xml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/data/haarcascades/haarcascade_frontalcatface_extended.xml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/data/haarcascades/haarcascade_frontalface_alt.xml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/data/haarcascades/haarcascade_frontalface_alt2.xml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/data/haarcascades/haarcascade_frontalface_alt_tree.xml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/data/haarcascades/haarcascade_frontalface_default.xml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/data/haarcascades/haarcascade_fullbody.xml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/data/haarcascades/haarcascade_lefteye_2splits.xml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/data/haarcascades/haarcascade_license_plate_rus_16stages.xml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/data/haarcascades/haarcascade_lowerbody.xml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/data/haarcascades/haarcascade_profileface.xml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/data/haarcascades/haarcascade_righteye_2splits.xml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/data/haarcascades/haarcascade_russian_plate_number.xml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/data/haarcascades/haarcascade_smile.xml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/data/haarcascades/haarcascade_upperbody.xml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/data/haarcascades_cuda/haarcascade_eye.xml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/data/haarcascades_cuda/haarcascade_eye_tree_eyeglasses.xml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/data/haarcascades_cuda/haarcascade_frontalface_alt.xml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/data/haarcascades_cuda/haarcascade_frontalface_alt2.xml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/data/haarcascades_cuda/haarcascade_frontalface_alt_tree.xml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/data/haarcascades_cuda/haarcascade_frontalface_default.xml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/data/haarcascades_cuda/haarcascade_fullbody.xml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/data/haarcascades_cuda/haarcascade_lefteye_2splits.xml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/data/haarcascades_cuda/haarcascade_lowerbody.xml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/data/haarcascades_cuda/haarcascade_profileface.xml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/data/haarcascades_cuda/haarcascade_righteye_2splits.xml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/data/haarcascades_cuda/haarcascade_smile.xml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/data/haarcascades_cuda/haarcascade_upperbody.xml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/data/hogcascades/hogcascade_pedestrians.xml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/data/lbpcascades/lbpcascade_frontalcatface.xml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/data/lbpcascades/lbpcascade_frontalface.xml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/data/lbpcascades/lbpcascade_frontalface_improved.xml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/data/lbpcascades/lbpcascade_profileface.xml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/data/lbpcascades/lbpcascade_silverware.xml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/data/readme.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/data/vec_files/trainingfaces_24-24.vec +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/Doxyfile.in +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/DoxygenLayout.xml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/LICENSE_BSD.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/LICENSE_CHANGE_NOTICE.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/acircles_pattern.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/bodybg.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/charuco_board_pattern.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/disabled_doc_warnings.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/faq.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/footer.html +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/header.html +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/images/camshift_face.gif +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/images/camshift_result.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/images/meanshift_basics.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/images/meanshift_face.gif +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/images/meanshift_result.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/images/optical_flow_basic1.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/images/opticalfb.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/images/opticalflow_lk.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_assets/.eslintrc.json +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_assets/apple.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_assets/coins.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_assets/cup.mp4 +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_assets/handDst.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_assets/handSrc.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_assets/js_basic_ops_copymakeborder.html +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_assets/js_basic_ops_roi.html +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_assets/js_bg_subtraction.html +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_assets/js_camshift.html +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_assets/js_canny.html +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_assets/js_colorspaces_cvtColor.html +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_assets/js_colorspaces_inRange.html +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_assets/js_contour_features_approxPolyDP.html +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_assets/js_contour_features_area.html +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_assets/js_contour_features_boundingRect.html +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_assets/js_contour_features_convexHull.html +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_assets/js_contour_features_fitEllipse.html +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_assets/js_contour_features_fitLine.html +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_assets/js_contour_features_minAreaRect.html +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_assets/js_contour_features_minEnclosingCircle.html +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_assets/js_contour_features_moments.html +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_assets/js_contour_features_perimeter.html +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_assets/js_contour_properties_transpose.html +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_assets/js_contours_begin_contours.html +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_assets/js_contours_more_functions_convexityDefects.html +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_assets/js_contours_more_functions_shape.html +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_assets/js_dnn_example_helper.js +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_assets/js_example_style.css +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_assets/js_face_detection.html +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_assets/js_face_detection_camera.html +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_assets/js_filtering_GaussianBlur.html +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_assets/js_filtering_bilateralFilter.html +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_assets/js_filtering_blur.html +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_assets/js_filtering_filter.html +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_assets/js_filtering_medianBlur.html +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_assets/js_fourier_transform_dft.html +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_assets/js_geometric_transformations_getAffineTransform.html +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_assets/js_geometric_transformations_resize.html +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_assets/js_geometric_transformations_rotateWarpAffine.html +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_assets/js_geometric_transformations_warpAffine.html +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_assets/js_geometric_transformations_warpPerspective.html +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_assets/js_grabcut_grabCut.html +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_assets/js_gradients_Laplacian.html +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_assets/js_gradients_Sobel.html +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_assets/js_gradients_absSobel.html +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_assets/js_histogram_backprojection_calcBackProject.html +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_assets/js_histogram_begins_calcHist.html +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_assets/js_histogram_equalization_createCLAHE.html +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_assets/js_histogram_equalization_equalizeHist.html +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_assets/js_houghcircles_HoughCirclesP.html +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_assets/js_houghlines_HoughLines.html +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_assets/js_houghlines_HoughLinesP.html +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_assets/js_image_arithmetics_bitwise.html +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_assets/js_image_classification.html +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_assets/js_image_classification_model_info.json +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_assets/js_image_classification_webnn_polyfill.html +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_assets/js_image_classification_with_camera.html +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_assets/js_image_display.html +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_assets/js_imgproc_camera.html +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_assets/js_intelligent_scissors.html +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_assets/js_meanshift.html +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_assets/js_morphological_ops_blackHat.html +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_assets/js_morphological_ops_closing.html +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_assets/js_morphological_ops_dilate.html +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_assets/js_morphological_ops_erode.html +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_assets/js_morphological_ops_getStructuringElement.html +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_assets/js_morphological_ops_gradient.html +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_assets/js_morphological_ops_opening.html +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_assets/js_morphological_ops_topHat.html +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_assets/js_object_detection.html +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_assets/js_object_detection_model_info.json +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_assets/js_object_detection_with_camera.html +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_assets/js_optical_flow_dense.html +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_assets/js_optical_flow_lucas_kanade.html +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_assets/js_pose_estimation.html +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_assets/js_pose_estimation_model_info.json +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_assets/js_pyramids_pyrDown.html +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_assets/js_pyramids_pyrUp.html +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_assets/js_semantic_segmentation.html +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_assets/js_semantic_segmentation_model_info.json +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_assets/js_setup_usage.html +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_assets/js_style_transfer.html +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_assets/js_style_transfer_model_info.json +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_assets/js_template_matching_matchTemplate.html +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_assets/js_thresholding_adaptiveThreshold.html +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_assets/js_thresholding_threshold.html +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_assets/js_trackbar.html +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_assets/js_video_display.html +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_assets/js_watershed_background.html +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_assets/js_watershed_distanceTransform.html +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_assets/js_watershed_foreground.html +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_assets/js_watershed_threshold.html +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_assets/js_watershed_watershed.html +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_assets/lena.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_assets/lenaFace.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_assets/opencv_logo.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_assets/orange.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_assets/shape.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_assets/utils.js +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_assets/webnn-electron/js_image_classification_webnn_electron.html +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_assets/webnn-electron/main.js +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_assets/webnn-electron/node_setup.js +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_assets/webnn-electron/package.json +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_assets/webnn-electron/utils_webnn_electron.js +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_core/js_basic_ops/js_basic_ops.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_core/js_image_arithmetics/js_image_arithmetics.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_core/js_some_data_structures/js_image_arithmetics.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_core/js_table_of_contents_core.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_dnn/js_image_classification/js_image_classification.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_dnn/js_image_classification/js_image_classification_with_camera.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_dnn/js_object_detection/js_object_detection.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_dnn/js_object_detection/js_object_detection_with_camera.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_dnn/js_pose_estimation/js_pose_estimation.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_dnn/js_semantic_segmentation/js_semantic_segmentation.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_dnn/js_style_transfer/js_style_transfer.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_dnn/js_table_of_contents_dnn.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_gui/js_image_display/images/Imread_Imshow_Tutorial_Result.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_gui/js_image_display/js_image_display.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_gui/js_table_of_contents_gui.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_gui/js_trackbar/images/Trackbar_Tutorial_Range.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_gui/js_trackbar/images/Trackbar_Tutorial_Result.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_gui/js_trackbar/js_trackbar.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_gui/js_video_display/js_video_display.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_imgproc/js_canny/js_canny.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_imgproc/js_colorspaces/js_colorspaces.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_imgproc/js_contours/js_contour_features/js_contour_features.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_imgproc/js_contours/js_contour_properties/js_contour_properties.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_imgproc/js_contours/js_contours_begin/js_contours_begin.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_imgproc/js_contours/js_contours_hierarchy/js_contours_hierarchy.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_imgproc/js_contours/js_contours_more_functions/js_contours_more_functions.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_imgproc/js_contours/js_table_of_contents_contours.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_imgproc/js_filtering/js_filtering.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_imgproc/js_geometric_transformations/js_geometric_transformations.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_imgproc/js_grabcut/js_grabcut.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_imgproc/js_gradients/js_gradients.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_imgproc/js_histograms/js_histogram_backprojection/js_histogram_backprojection.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_imgproc/js_histograms/js_histogram_begins/js_histogram_begins.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_imgproc/js_histograms/js_histogram_equalization/js_histogram_equalization.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_imgproc/js_histograms/js_table_of_contents_histograms.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_imgproc/js_houghcircles/js_houghcircles.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_imgproc/js_houghlines/js_houghlines.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_imgproc/js_imgproc_camera/js_imgproc_camera.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_imgproc/js_intelligent_scissors/js_intelligent_scissors.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_imgproc/js_morphological_ops/js_morphological_ops.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_imgproc/js_pyramids/js_pyramids.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_imgproc/js_table_of_contents_imgproc.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_imgproc/js_template_matching/js_template_matching.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_imgproc/js_thresholding/js_thresholding.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_imgproc/js_transforms/js_fourier_transform/js_fourier_transform.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_imgproc/js_transforms/js_table_of_contents_transforms.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_imgproc/js_watershed/js_watershed.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_objdetect/js_face_detection/js_face_detection.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_objdetect/js_face_detection/js_face_detection_camera.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_objdetect/js_table_of_contents_objdetect.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_setup/js_intro/js_intro.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_setup/js_nodejs/js_nodejs.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_setup/js_setup/js_setup.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_setup/js_table_of_contents_setup.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_setup/js_usage/js_usage.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_tutorials.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_video/js_bg_subtraction/js_bg_subtraction.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_video/js_lucas_kanade/js_lucas_kanade.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_video/js_meanshift/js_meanshift.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/js_tutorials/js_video/js_table_of_contents_video.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/mymath.js +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/mymath.sty +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/opencv-logo-small.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/opencv-logo-white.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/opencv-logo.md +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/opencv-logo.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/opencv-logo2.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/opencv.bib +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/opencv.ico +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/opencv.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/pattern.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/pattern_tools/DICT_4X4_100.json.gz +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/pattern_tools/DICT_4X4_1000.json.gz +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/pattern_tools/DICT_4X4_250.json.gz +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/pattern_tools/DICT_4X4_50.json.gz +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/pattern_tools/DICT_5X5_100.json.gz +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/pattern_tools/DICT_5X5_1000.json.gz +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/pattern_tools/DICT_5X5_250.json.gz +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/pattern_tools/DICT_5X5_50.json.gz +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/pattern_tools/DICT_6X6_100.json.gz +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/pattern_tools/DICT_6X6_1000.json.gz +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/pattern_tools/DICT_6X6_250.json.gz +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/pattern_tools/DICT_6X6_50.json.gz +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/pattern_tools/DICT_7X7_100.json.gz +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/pattern_tools/DICT_7X7_1000.json.gz +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/pattern_tools/DICT_7X7_250.json.gz +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/pattern_tools/DICT_7X7_50.json.gz +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/pattern_tools/DICT_APRILTAG_16h5.json.gz +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/pattern_tools/DICT_APRILTAG_25h9.json.gz +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/pattern_tools/DICT_APRILTAG_36h10.json.gz +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/pattern_tools/DICT_APRILTAG_36h11.json.gz +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/pattern_tools/DICT_ARUCO_ORIGINAL.json.gz +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/pattern_tools/README.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/pattern_tools/gen_pattern.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/pattern_tools/svgfig.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/pattern_tools/test_charuco_board.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/pattern_tools/test_requirements.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/images/MachineLearnings.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/images/calib3d_icon.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/images/core.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/images/featureicon.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/images/gui.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/images/imgproc.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/images/intro.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/images/obj_icon.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/images/photoicon.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/images/videoicon.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_bindings/images/nlm_icon.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_bindings/py_bindings_basics/py_bindings_basics.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_bindings/py_table_of_contents_bindings.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_calib3d/images/calibration_icon.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_calib3d/images/depthmap_icon.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_calib3d/images/epipolar_icon.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_calib3d/images/pose_icon.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_calib3d/py_calibration/images/calib_pattern.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_calib3d/py_calibration/images/calib_radial.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_calib3d/py_calibration/images/calib_result.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_calib3d/py_calibration/py_calibration.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_calib3d/py_depthmap/images/disparity_map.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_calib3d/py_depthmap/images/stereo_depth.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_calib3d/py_depthmap/py_depthmap.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_calib3d/py_epipolar_geometry/images/epipolar.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_calib3d/py_epipolar_geometry/images/epiresult.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_calib3d/py_epipolar_geometry/images/essential_matrix.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_calib3d/py_epipolar_geometry/py_epipolar_geometry.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_calib3d/py_pose/images/pose_1.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_calib3d/py_pose/images/pose_2.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_calib3d/py_pose/py_pose.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_calib3d/py_table_of_contents_calib3d.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_core/images/image_arithmetic.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_core/images/maths_tools.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_core/images/pixel_ops.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_core/images/speed.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_core/py_basic_ops/images/border.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_core/py_basic_ops/images/roi.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_core/py_basic_ops/py_basic_ops.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_core/py_image_arithmetics/images/blending.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_core/py_image_arithmetics/images/overlay.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_core/py_image_arithmetics/py_image_arithmetics.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_core/py_optimization/py_optimization.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_core/py_table_of_contents_core.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_feature2d/images/brief.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_feature2d/images/fast_icon.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_feature2d/images/features_icon.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_feature2d/images/harris_icon.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_feature2d/images/homography_icon.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_feature2d/images/matching.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_feature2d/images/orb.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_feature2d/images/shi_icon.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_feature2d/images/sift_icon.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_feature2d/images/surf_icon.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_feature2d/py_brief/py_brief.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_feature2d/py_fast/images/fast_eqns.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_feature2d/py_fast/images/fast_kp.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_feature2d/py_fast/images/fast_speedtest.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_feature2d/py_fast/py_fast.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_feature2d/py_feature_homography/images/homography_findobj.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_feature2d/py_feature_homography/py_feature_homography.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_feature2d/py_features_harris/images/harris_region.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_feature2d/py_features_harris/images/harris_result.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_feature2d/py_features_harris/images/subpixel3.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_feature2d/py_features_harris/py_features_harris.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_feature2d/py_features_meaning/images/feature_building.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_feature2d/py_features_meaning/images/feature_simple.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_feature2d/py_features_meaning/py_features_meaning.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_feature2d/py_matcher/images/matcher_flann.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_feature2d/py_matcher/images/matcher_result1.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_feature2d/py_matcher/images/matcher_result2.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_feature2d/py_matcher/py_matcher.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_feature2d/py_orb/images/orb_kp.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_feature2d/py_orb/py_orb.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_feature2d/py_shi_tomasi/images/shitomasi_block1.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_feature2d/py_shi_tomasi/images/shitomasi_space.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_feature2d/py_shi_tomasi/py_shi_tomasi.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_feature2d/py_sift_intro/images/sift_dog.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_feature2d/py_sift_intro/images/sift_keypoints.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_feature2d/py_sift_intro/images/sift_local_extrema.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_feature2d/py_sift_intro/images/sift_scale_invariant.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_feature2d/py_sift_intro/py_sift_intro.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_feature2d/py_surf_intro/images/surf_boxfilter.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_feature2d/py_surf_intro/images/surf_kp1.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_feature2d/py_surf_intro/images/surf_kp2.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_feature2d/py_surf_intro/images/surf_matching.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_feature2d/py_surf_intro/images/surf_orientation.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_feature2d/py_surf_intro/py_surf_intro.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_feature2d/py_table_of_contents_feature2d.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_gui/images/drawing.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_gui/images/image_display.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_gui/images/mouse_drawing.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_gui/images/trackbar.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_gui/images/video_display.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_gui/py_drawing_functions/images/drawing_result.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_gui/py_drawing_functions/py_drawing_functions.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_gui/py_image_display/py_image_display.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_gui/py_mouse_handling/py_mouse_handling.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_gui/py_table_of_contents_gui.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_gui/py_trackbar/images/trackbar_screenshot.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_gui/py_trackbar/py_trackbar.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_gui/py_video_display/py_video_display.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_imgproc/images/blurring.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_imgproc/images/canny.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_imgproc/images/colorspace.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_imgproc/images/contours.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_imgproc/images/geometric.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_imgproc/images/grabcut.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_imgproc/images/gradient.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_imgproc/images/histogram.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_imgproc/images/houghcircles.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_imgproc/images/houghlines.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_imgproc/images/morphology.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_imgproc/images/pyramid.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_imgproc/images/template.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_imgproc/images/thresh.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_imgproc/images/transforms.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_imgproc/images/watershed.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_imgproc/py_canny/images/canny1.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_imgproc/py_canny/images/hysteresis.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_imgproc/py_canny/images/nms.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_imgproc/py_canny/py_canny.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_imgproc/py_colorspaces/images/frame.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_imgproc/py_colorspaces/py_colorspaces.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_imgproc/py_contours/images/contour_defects.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_imgproc/py_contours/images/contour_features.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_imgproc/py_contours/images/contour_hierarchy.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_imgproc/py_contours/images/contour_properties.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_imgproc/py_contours/images/contour_starting.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_imgproc/py_contours/py_contour_features/images/approx.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_imgproc/py_contours/py_contour_features/images/boundingrect.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_imgproc/py_contours/py_contour_features/images/circumcircle.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_imgproc/py_contours/py_contour_features/images/convexitydefects.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_imgproc/py_contours/py_contour_features/images/fitellipse.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_imgproc/py_contours/py_contour_features/images/fitline.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_imgproc/py_contours/py_contour_features/py_contour_features.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_imgproc/py_contours/py_contour_properties/images/extremepoints.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_imgproc/py_contours/py_contour_properties/py_contour_properties.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_imgproc/py_contours/py_contours_begin/images/none.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_imgproc/py_contours/py_contours_begin/py_contours_begin.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_imgproc/py_contours/py_contours_hierarchy/images/ccomp_hierarchy.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_imgproc/py_contours/py_contours_hierarchy/images/hierarchy.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_imgproc/py_contours/py_contours_hierarchy/images/tree_hierarchy.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_imgproc/py_contours/py_contours_hierarchy/py_contours_hierarchy.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_imgproc/py_contours/py_contours_more_functions/images/defects.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_imgproc/py_contours/py_contours_more_functions/images/matchshapes.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_imgproc/py_contours/py_contours_more_functions/py_contours_more_functions.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_imgproc/py_contours/py_table_of_contents_contours.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_imgproc/py_filtering/images/bilateral.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_imgproc/py_filtering/images/blur.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_imgproc/py_filtering/images/filter.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_imgproc/py_filtering/images/gaussian.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_imgproc/py_filtering/images/median.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_imgproc/py_filtering/py_filtering.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_imgproc/py_geometric_transformations/images/affine.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_imgproc/py_geometric_transformations/images/perspective.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_imgproc/py_geometric_transformations/images/rotation.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_imgproc/py_geometric_transformations/images/translation.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_imgproc/py_geometric_transformations/py_geometric_transformations.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_imgproc/py_grabcut/images/grabcut_mask.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_imgproc/py_grabcut/images/grabcut_output1.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_imgproc/py_grabcut/images/grabcut_rect.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_imgproc/py_grabcut/images/grabcut_scheme.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_imgproc/py_grabcut/py_grabcut.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_imgproc/py_gradients/images/double_edge.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_imgproc/py_gradients/images/gradients.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_imgproc/py_gradients/py_gradients.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_imgproc/py_histograms/images/histograms_1d.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_imgproc/py_histograms/images/histograms_2d.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_imgproc/py_histograms/images/histograms_bp.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_imgproc/py_histograms/images/histograms_equ.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_imgproc/py_histograms/py_2d_histogram/images/2dhist_matplotlib.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_imgproc/py_histograms/py_2d_histogram/images/2dhist_opencv.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_imgproc/py_histograms/py_2d_histogram/py_2d_histogram.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_imgproc/py_histograms/py_histogram_backprojection/images/backproject_opencv.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_imgproc/py_histograms/py_histogram_backprojection/py_histogram_backprojection.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_imgproc/py_histograms/py_histogram_begins/images/histogram_masking.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_imgproc/py_histograms/py_histogram_begins/images/histogram_matplotlib.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_imgproc/py_histograms/py_histogram_begins/images/histogram_rgb_plot.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_imgproc/py_histograms/py_histogram_begins/images/histogram_sample.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_imgproc/py_histograms/py_histogram_begins/py_histogram_begins.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_imgproc/py_histograms/py_histogram_equalization/images/clahe_1.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_imgproc/py_histograms/py_histogram_equalization/images/clahe_2.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_imgproc/py_histograms/py_histogram_equalization/images/equalization_opencv.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_imgproc/py_histograms/py_histogram_equalization/images/histeq_numpy1.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_imgproc/py_histograms/py_histogram_equalization/images/histeq_numpy2.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_imgproc/py_histograms/py_histogram_equalization/images/histogram_equalization.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_imgproc/py_histograms/py_histogram_equalization/py_histogram_equalization.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_imgproc/py_histograms/py_table_of_contents_histograms.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_imgproc/py_houghcircles/images/houghcircles2.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_imgproc/py_houghcircles/py_houghcircles.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_imgproc/py_houghlines/images/houghlines1.svg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_imgproc/py_houghlines/images/houghlines2.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_imgproc/py_houghlines/images/houghlines3.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_imgproc/py_houghlines/images/houghlines4.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_imgproc/py_houghlines/images/houghlines5.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_imgproc/py_houghlines/images/houghlinesdemo.gif +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_imgproc/py_houghlines/py_houghlines.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_imgproc/py_morphological_ops/images/blackhat.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_imgproc/py_morphological_ops/images/closing.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_imgproc/py_morphological_ops/images/dilation.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_imgproc/py_morphological_ops/images/erosion.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_imgproc/py_morphological_ops/images/gradient.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_imgproc/py_morphological_ops/images/j.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_imgproc/py_morphological_ops/images/opening.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_imgproc/py_morphological_ops/images/tophat.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_imgproc/py_morphological_ops/py_morphological_ops.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_imgproc/py_pyramids/images/lap.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_imgproc/py_pyramids/images/messipyr.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_imgproc/py_pyramids/images/messiup.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_imgproc/py_pyramids/images/orapple.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_imgproc/py_pyramids/py_pyramids.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_imgproc/py_table_of_contents_imgproc.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_imgproc/py_template_matching/images/messi_face.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_imgproc/py_template_matching/images/res_mario.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_imgproc/py_template_matching/images/template_ccoeff_1.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_imgproc/py_template_matching/images/template_ccoeffn_2.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_imgproc/py_template_matching/images/template_ccorr_3.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_imgproc/py_template_matching/images/template_ccorrn_4.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_imgproc/py_template_matching/images/template_sqdiff_5.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_imgproc/py_template_matching/images/template_sqdiffn_6.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_imgproc/py_template_matching/py_template_matching.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_imgproc/py_thresholding/images/ada_threshold.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_imgproc/py_thresholding/images/otsu.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_imgproc/py_thresholding/images/threshold.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_imgproc/py_thresholding/py_thresholding.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_imgproc/py_transforms/images/transform_fourier.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_imgproc/py_transforms/py_fourier_transform/images/fft1.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_imgproc/py_transforms/py_fourier_transform/images/fft2.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_imgproc/py_transforms/py_fourier_transform/images/fft4.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_imgproc/py_transforms/py_fourier_transform/images/fft5.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_imgproc/py_transforms/py_fourier_transform/py_fourier_transform.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_imgproc/py_transforms/py_table_of_contents_transforms.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_imgproc/py_watershed/images/water_coins.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_imgproc/py_watershed/images/water_dt.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_imgproc/py_watershed/images/water_fgbg.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_imgproc/py_watershed/images/water_marker.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_imgproc/py_watershed/images/water_result.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_imgproc/py_watershed/images/water_thresh.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_imgproc/py_watershed/py_watershed.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_ml/images/kmeansicon.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_ml/images/knnicon.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_ml/images/svmicon.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_ml/py_kmeans/images/kmeans_begin.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_ml/py_kmeans/images/kmeans_demo.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_ml/py_kmeans/py_kmeans_index.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_ml/py_kmeans/py_kmeans_opencv/images/oc_1d_clustered.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_ml/py_kmeans/py_kmeans_opencv/images/oc_1d_testdata.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_ml/py_kmeans/py_kmeans_opencv/images/oc_2d_clustered.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_ml/py_kmeans/py_kmeans_opencv/images/oc_color_quantization.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_ml/py_kmeans/py_kmeans_opencv/images/oc_feature_representation.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_ml/py_kmeans/py_kmeans_opencv/py_kmeans_opencv.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_ml/py_kmeans/py_kmeans_understanding/images/final_clusters.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_ml/py_kmeans/py_kmeans_understanding/images/initial_labelling.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_ml/py_kmeans/py_kmeans_understanding/images/testdata.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_ml/py_kmeans/py_kmeans_understanding/images/tshirt.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_ml/py_kmeans/py_kmeans_understanding/images/tshirt_grouped.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_ml/py_kmeans/py_kmeans_understanding/images/update_centroid.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_ml/py_kmeans/py_kmeans_understanding/py_kmeans_understanding.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_ml/py_knn/images/knn_icon1.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_ml/py_knn/images/knn_icon2.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_ml/py_knn/py_knn_index.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_ml/py_knn/py_knn_opencv/py_knn_opencv.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_ml/py_knn/py_knn_understanding/images/knn_simple.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_ml/py_knn/py_knn_understanding/images/knn_theory.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_ml/py_knn/py_knn_understanding/py_knn_understanding.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_ml/py_svm/images/svm_icon1.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_ml/py_svm/images/svm_icon2.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_ml/py_svm/py_svm_basics/images/svm_basics1.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_ml/py_svm/py_svm_basics/images/svm_basics2.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_ml/py_svm/py_svm_basics/images/svm_basics3.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_ml/py_svm/py_svm_basics/py_svm_basics.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_ml/py_svm/py_svm_index.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_ml/py_svm/py_svm_opencv/images/deskew.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_ml/py_svm/py_svm_opencv/py_svm_opencv.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_ml/py_table_of_contents_ml.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_objdetect/py_face_detection/py_face_detection.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_objdetect/py_table_of_contents_objdetect.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_photo/images/hdr_icon.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_photo/images/inpainticon.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_photo/images/nlm_icon.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_photo/py_hdr/images/crf.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_photo/py_hdr/images/exposures.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_photo/py_hdr/images/fusion_mertens.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_photo/py_hdr/images/ldr_debevec.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_photo/py_hdr/images/ldr_robertson.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_photo/py_hdr/py_hdr.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_photo/py_inpainting/images/inpaint_basics.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_photo/py_inpainting/images/inpaint_result.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_photo/py_inpainting/py_inpainting.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_photo/py_non_local_means/images/nlm_multi.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_photo/py_non_local_means/images/nlm_patch.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_photo/py_non_local_means/images/nlm_result1.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_photo/py_non_local_means/py_non_local_means.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_photo/py_table_of_contents_photo.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_setup/images/fedora_logo.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_setup/images/opencv_logo.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_setup/images/windows_logo.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_setup/py_intro/py_intro.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_setup/py_setup_in_fedora/py_setup_in_fedora.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_setup/py_setup_in_ubuntu/py_setup_in_ubuntu.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_setup/py_setup_in_windows/images/Capture1.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_setup/py_setup_in_windows/images/Capture2.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_setup/py_setup_in_windows/images/Capture3.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_setup/py_setup_in_windows/images/Capture5.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_setup/py_setup_in_windows/images/Capture6.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_setup/py_setup_in_windows/images/Capture7.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_setup/py_setup_in_windows/images/Capture8.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_setup/py_setup_in_windows/images/Capture80.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_setup/py_setup_in_windows/py_setup_in_windows.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_setup/py_table_of_contents_setup.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_tutorials.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_video/py_bg_subtraction/py_bg_subtraction.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_video/py_lucas_kanade/py_lucas_kanade.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_video/py_meanshift/py_meanshift.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/py_tutorials/py_video/py_table_of_contents_video.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/root.markdown.in +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/stylesheet.css +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tools/add_signatures.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tools/doxygen_scan.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tools/html_functions.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tools/scan_tutorials.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorial-utils.js +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/app/_old/table_of_content_highgui.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/app/_old/table_of_content_imgcodecs.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/app/_old/table_of_content_videoio.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/app/highgui_wayland_ubuntu.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/app/images/Adding_Trackbars_Tutorial_Result_0.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/app/images/Adding_Trackbars_Tutorial_Result_1.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/app/images/Adding_Trackbars_Tutorial_Trackbar.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/app/images/astra_color.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/app/images/astra_depth.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/app/images/gdal_flood-zone.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/app/images/gdal_heat-map.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/app/images/gdal_output.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/app/images/outputVideoInput.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/app/images/realsense.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/app/images/resultOutputWideoWrite.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/app/images/videoCompressSelect.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/app/images/videoFileStructure.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/app/intelperc.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/app/kinect_openni.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/app/orbbec_astra.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/app/raster_io_gdal.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/app/table_of_content_app.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/app/trackbar.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/app/video_input_psnr_ssim.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/app/video_write.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/calib3d/camera_calibration/camera_calibration.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/calib3d/camera_calibration/images/asymetricalPattern.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/calib3d/camera_calibration/images/fileListImage.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/calib3d/camera_calibration/images/fileListImageUnDist.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/calib3d/camera_calibration_pattern/camera_calibration_pattern.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/calib3d/camera_calibration_square_chess/camera_calibration_square_chess.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/calib3d/interactive_calibration/images/charuco_board.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/calib3d/interactive_calibration/images/dualCircles.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/calib3d/interactive_calibration/images/screen_charuco.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/calib3d/interactive_calibration/images/screen_finish.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/calib3d/interactive_calibration/interactive_calibration.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/calib3d/real_time_pose/images/pnp.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/calib3d/real_time_pose/images/registration.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/calib3d/real_time_pose/real_time_pose.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/calib3d/table_of_content_calib3d.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/calib3d/usac.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/core/adding_images/adding_images.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/core/adding_images/images/Adding_Images_Tutorial_Result_Big.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/core/basic_linear_transform/basic_linear_transform.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/core/basic_linear_transform/images/Basic_Linear_Transform_Tutorial_Result_big.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/core/basic_linear_transform/images/Basic_Linear_Transform_Tutorial_gamma.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/core/basic_linear_transform/images/Basic_Linear_Transform_Tutorial_gamma_correction.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/core/basic_linear_transform/images/Basic_Linear_Transform_Tutorial_hist_alpha.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/core/basic_linear_transform/images/Basic_Linear_Transform_Tutorial_hist_beta.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/core/basic_linear_transform/images/Basic_Linear_Transform_Tutorial_histogram_compare.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/core/basic_linear_transform/images/Basic_Linear_Transform_Tutorial_linear_transform_correction.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/core/discrete_fourier_transform/discrete_fourier_transform.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/core/discrete_fourier_transform/images/result_normal.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/core/discrete_fourier_transform/images/result_rotated.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/core/file_input_output_with_xml_yml/file_input_output_with_xml_yml.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/core/how_to_scan_images/how_to_scan_images.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/core/how_to_scan_images/tutorial_how_matrix_stored_1.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/core/how_to_scan_images/tutorial_how_matrix_stored_2.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/core/how_to_use_OpenCV_parallel_for_/how_to_use_OpenCV_parallel_for_.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/core/how_to_use_OpenCV_parallel_for_/images/how_to_use_OpenCV_parallel_for_640px-Mandelset_hires.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/core/how_to_use_OpenCV_parallel_for_/images/how_to_use_OpenCV_parallel_for_Mandelbrot.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/core/how_to_use_OpenCV_parallel_for_/images/how_to_use_OpenCV_parallel_for_sqrt_scale_transformation.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/core/how_to_use_OpenCV_parallel_for_new/how_to_use_OpenCV_parallel_for_new.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/core/how_to_use_OpenCV_parallel_for_new/images/convolution-example-matrix.gif +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/core/how_to_use_OpenCV_parallel_for_new/images/resimg.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/core/mat-mask-operations/images/resultMatMaskFilter2D.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/core/mat-mask-operations/mat_mask_operations.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/core/mat_operations.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/core/mat_the_basic_image_container/images/MatBasicContainerOut1.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/core/mat_the_basic_image_container/images/MatBasicContainerOut10.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/core/mat_the_basic_image_container/images/MatBasicContainerOut11.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/core/mat_the_basic_image_container/images/MatBasicContainerOut12.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/core/mat_the_basic_image_container/images/MatBasicContainerOut13.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/core/mat_the_basic_image_container/images/MatBasicContainerOut14.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/core/mat_the_basic_image_container/images/MatBasicContainerOut15.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/core/mat_the_basic_image_container/images/MatBasicContainerOut16.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/core/mat_the_basic_image_container/images/MatBasicContainerOut2.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/core/mat_the_basic_image_container/images/MatBasicContainerOut3.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/core/mat_the_basic_image_container/images/MatBasicContainerOut6.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/core/mat_the_basic_image_container/images/MatBasicContainerOut7.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/core/mat_the_basic_image_container/images/MatBasicContainerOut8.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/core/mat_the_basic_image_container/images/MatBasicContainerOut9.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/core/mat_the_basic_image_container/images/MatBasicImageForComputer.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/core/mat_the_basic_image_container/mat_the_basic_image_container.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/core/table_of_content_core.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/core/univ_intrin/univ_intrin.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/dnn/dnn_OCR/dnn_OCR.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/dnn/dnn_android/dnn_android.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/dnn/dnn_custom_layers/dnn_custom_layers.md +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/dnn/dnn_face/dnn_face.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/dnn/dnn_googlenet/dnn_googlenet.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/dnn/dnn_halide/dnn_halide.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/dnn/dnn_halide_scheduling/dnn_halide_scheduling.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/dnn/dnn_javascript/dnn_javascript.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/dnn/dnn_openvino/dnn_openvino.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/dnn/dnn_pytorch_tf_classification/images/opencv_resnet50_test_res_c.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/dnn/dnn_pytorch_tf_classification/images/pytorch_resnet50_opencv_test_res.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/dnn/dnn_pytorch_tf_classification/images/squirrel_cls.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/dnn/dnn_pytorch_tf_classification/images/tf_mobilenet_opencv_test_res.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/dnn/dnn_pytorch_tf_classification/pytorch_cls_model_conversion_c_tutorial.md +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/dnn/dnn_pytorch_tf_classification/pytorch_cls_model_conversion_tutorial.md +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/dnn/dnn_pytorch_tf_classification/tf_cls_model_conversion_tutorial.md +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/dnn/dnn_pytorch_tf_detection/images/opencv_bus_res.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/dnn/dnn_pytorch_tf_detection/images/pexels_double_decker_bus.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/dnn/dnn_pytorch_tf_detection/tf_det_model_conversion_tutorial.md +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/dnn/dnn_pytorch_tf_segmentation/pytorch_sem_segm_model_conversion_tutorial.md +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/dnn/dnn_pytorch_tf_segmentation/tf_sem_segm_model_conversion_tutorial.md +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/dnn/dnn_text_spotting/detect_test1.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/dnn/dnn_text_spotting/detect_test2.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/dnn/dnn_text_spotting/dnn_text_spotting.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/dnn/dnn_text_spotting/text_det_test_results.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/dnn/dnn_text_spotting/text_rec_test.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/dnn/dnn_yolo/dnn_yolo.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/dnn/dnn_yolo/images/yolo.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/dnn/images/lena_hed.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/dnn/images/space_shuttle.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/dnn/table_of_content_dnn.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/features2d/akaze_matching/akaze_matching.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/features2d/akaze_matching/images/graf.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/features2d/akaze_matching/images/res.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/features2d/akaze_tracking/akaze_tracking.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/features2d/akaze_tracking/images/frame.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/features2d/detection_of_planar_objects/detection_of_planar_objects.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/features2d/feature_description/feature_description.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/features2d/feature_description/images/Feature_Description_BruteForce_Result.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/features2d/feature_detection/feature_detection.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/features2d/feature_detection/images/Feature_Detection_Result_a.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/features2d/feature_detection/images/Feature_Detection_Result_b.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/features2d/feature_flann_matcher/feature_flann_matcher.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/features2d/feature_flann_matcher/images/Featur_FlannMatcher_Result.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/features2d/feature_flann_matcher/images/Feature_FlannMatcher_Keypoints_Result.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/features2d/feature_flann_matcher/images/Feature_FlannMatcher_Lowe_ratio_test.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/features2d/feature_flann_matcher/images/Feature_FlannMatcher_Result_ratio_test.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/features2d/feature_homography/feature_homography.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/features2d/feature_homography/images/Feature_Homography_Result.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/features2d/homography/homography.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/features2d/homography/images/homography_camera_displacement.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/features2d/homography/images/homography_camera_displacement_compare.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/features2d/homography/images/homography_camera_displacement_poses.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/features2d/homography/images/homography_camera_poses_interpolation.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/features2d/homography/images/homography_panorama_stitching.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/features2d/homography/images/homography_perspective_correction.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/features2d/homography/images/homography_perspective_correction_chessboard_matches.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/features2d/homography/images/homography_perspective_correction_chessboard_warp.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/features2d/homography/images/homography_pose.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/features2d/homography/images/homography_pose_chessboard_corners.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/features2d/homography/images/homography_pose_estimation.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/features2d/homography/images/homography_source_desired_images.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/features2d/homography/images/homography_stitch_Suzanne.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/features2d/homography/images/homography_stitch_compare.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/features2d/homography/images/homography_transformation_example1.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/features2d/homography/images/homography_transformation_example2.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/features2d/homography/images/homography_transformation_example3.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/features2d/table_of_content_features2d.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/features2d/trackingmotion/corner_subpixels/corner_subpixels.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/features2d/trackingmotion/corner_subpixels/images/Corner_Subpixels_Original_Image.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/features2d/trackingmotion/corner_subpixels/images/Corner_Subpixels_Result.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/features2d/trackingmotion/generic_corner_detector/generic_corner_detector.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/features2d/trackingmotion/generic_corner_detector/images/My_Harris_corner_detector_Result.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/features2d/trackingmotion/generic_corner_detector/images/My_Shi_Tomasi_corner_detector_Result.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/features2d/trackingmotion/good_features_to_track/good_features_to_track.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/features2d/trackingmotion/good_features_to_track/images/good_features_to_track_Shi_Tomasi.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/features2d/trackingmotion/harris_detector/harris_detector.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/features2d/trackingmotion/harris_detector/images/Harris_Detector_Original_Image.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/features2d/trackingmotion/harris_detector/images/Harris_Detector_Result.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/gapi/anisotropic_segmentation/pics/massif_export_gapi.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/gapi/anisotropic_segmentation/pics/massif_export_gapi_fluid.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/gapi/anisotropic_segmentation/pics/massif_export_ocv.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/gapi/anisotropic_segmentation/pics/result.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/gapi/anisotropic_segmentation/pics/segm.gif +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/gapi/anisotropic_segmentation/pics/segm_fluid.gif +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/gapi/anisotropic_segmentation/porting_anisotropic_segmentation.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/gapi/face_beautification/face_beautification.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/gapi/face_beautification/pics/example.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/gapi/interactive_face_detection/interactive_face_detection.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/gapi/oak_devices/oak_devices.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/gapi/oak_devices/pics/oak.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/gapi/table_of_content_gapi.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/gpu/gpu-basics-similarity/gpu_basics_similarity.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/gpu/gpu-thrust-interop/gpu_thrust_interop.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/gpu/images/gpu-basics-similarity.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/gpu/table_of_content_gpu.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/anisotropic_image_segmentation/anisotropic_image_segmentation.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/anisotropic_image_segmentation/images/gst_coherency.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/anisotropic_image_segmentation/images/gst_input.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/anisotropic_image_segmentation/images/gst_orientation.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/anisotropic_image_segmentation/images/gst_result.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/basic_geometric_drawing/basic_geometric_drawing.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/basic_geometric_drawing/images/Drawing_1_Tutorial_Result_0.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/erosion_dilatation/erosion_dilatation.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/erosion_dilatation/images/Morphology_1_Result.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/erosion_dilatation/images/Morphology_1_Tutorial_Dilation_Result.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/erosion_dilatation/images/Morphology_1_Tutorial_Erosion_Result.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/erosion_dilatation/images/Morphology_1_Tutorial_Original_Image.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/erosion_dilatation/images/Morphology_1_Tutorial_Theory_Dilation.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/erosion_dilatation/images/Morphology_1_Tutorial_Theory_Erosion.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/erosion_dilatation/images/Morphology_1_Tutorial_Theory_Original_Image.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/gausian_median_blur_bilateral_filter/gausian_median_blur_bilateral_filter.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/gausian_median_blur_bilateral_filter/images/Smoothing_Tutorial_Result_Median_Filter.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/gausian_median_blur_bilateral_filter/images/Smoothing_Tutorial_theory_gaussian_0.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/generalized_hough_ballard_guil/generalized_hough_ballard_guil.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/generalized_hough_ballard_guil/images/generalized_hough_image.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/generalized_hough_ballard_guil/images/generalized_hough_less_perfect_result_img.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/generalized_hough_ballard_guil/images/generalized_hough_mini_image.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/generalized_hough_ballard_guil/images/generalized_hough_mini_template.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/generalized_hough_ballard_guil/images/generalized_hough_result_img.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/generalized_hough_ballard_guil/images/generalized_hough_template.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/histograms/back_projection/back_projection.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/histograms/back_projection/images/Back_Projection1_BackProj.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/histograms/back_projection/images/Back_Projection1_Histogram.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/histograms/back_projection/images/Back_Projection1_Source_Image.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/histograms/back_projection/images/Back_Projection2_BackProj.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/histograms/back_projection/images/Back_Projection2_Mask.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/histograms/back_projection/images/Back_Projection2_Source_Image.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/histograms/back_projection/images/Back_Projection_Theory0.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/histograms/back_projection/images/Back_Projection_Theory1.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/histograms/back_projection/images/Back_Projection_Theory2.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/histograms/back_projection/images/Back_Projection_Theory3.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/histograms/back_projection/images/Back_Projection_Theory4.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/histograms/histogram_calculation/histogram_calculation.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/histograms/histogram_calculation/images/Histogram_Calculation_Original_Image.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/histograms/histogram_calculation/images/Histogram_Calculation_Result.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/histograms/histogram_calculation/images/Histogram_Calculation_Theory_Hist0.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/histograms/histogram_calculation/images/Histogram_Calculation_Theory_Hist1.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/histograms/histogram_comparison/histogram_comparison.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/histograms/histogram_comparison/images/Histogram_Comparison_Source_0.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/histograms/histogram_comparison/images/Histogram_Comparison_Source_1.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/histograms/histogram_comparison/images/Histogram_Comparison_Source_2.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/histograms/histogram_equalization/histogram_equalization.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/histograms/histogram_equalization/images/Histogram_Equalization_Equalized_Histogram.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/histograms/histogram_equalization/images/Histogram_Equalization_Equalized_Image.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/histograms/histogram_equalization/images/Histogram_Equalization_Original_Histogram.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/histograms/histogram_equalization/images/Histogram_Equalization_Original_Image.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/histograms/histogram_equalization/images/Histogram_Equalization_Theory_0.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/histograms/histogram_equalization/images/Histogram_Equalization_Theory_1.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/histograms/histogram_equalization/images/Histogram_Equalization_Theory_2.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/histograms/template_matching/images/Template_Matching_Correl_Result_0.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/histograms/template_matching/images/Template_Matching_Correl_Result_1.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/histograms/template_matching/images/Template_Matching_Correl_Result_2.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/histograms/template_matching/images/Template_Matching_Correl_Result_3.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/histograms/template_matching/images/Template_Matching_Correl_Result_4.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/histograms/template_matching/images/Template_Matching_Correl_Result_5.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/histograms/template_matching/images/Template_Matching_Image_Result.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/histograms/template_matching/images/Template_Matching_Mask_Example.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/histograms/template_matching/images/Template_Matching_Original_Image.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/histograms/template_matching/images/Template_Matching_Template_Image.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/histograms/template_matching/images/Template_Matching_Template_Theory_Result.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/histograms/template_matching/images/Template_Matching_Template_Theory_Sliding.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/histograms/template_matching/images/Template_Matching_Template_Theory_Summary.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/histograms/template_matching/template_matching.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/hitOrMiss/hitOrMiss.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/hitOrMiss/images/hitmiss_example2.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/hitOrMiss/images/hitmiss_example3.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/hitOrMiss/images/hitmiss_input.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/hitOrMiss/images/hitmiss_kernels.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/hitOrMiss/images/hitmiss_output.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/imgtrans/canny_detector/canny_detector.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/imgtrans/canny_detector/images/Canny_Detector_Tutorial_Original_Image.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/imgtrans/canny_detector/images/Canny_Detector_Tutorial_Result.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/imgtrans/copyMakeBorder/copyMakeBorder.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/imgtrans/copyMakeBorder/images/CopyMakeBorder_Tutorial_Results.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/imgtrans/distance_transformation/distance_transform.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/imgtrans/distance_transformation/images/bin.jpeg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/imgtrans/distance_transformation/images/black_bg.jpeg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/imgtrans/distance_transformation/images/dist_transf.jpeg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/imgtrans/distance_transformation/images/final.jpeg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/imgtrans/distance_transformation/images/laplace.jpeg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/imgtrans/distance_transformation/images/markers.jpeg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/imgtrans/distance_transformation/images/peaks.jpeg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/imgtrans/distance_transformation/images/sharp.jpeg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/imgtrans/distance_transformation/images/source.jpeg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/imgtrans/filter_2d/filter_2d.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/imgtrans/filter_2d/images/filter_2d_tutorial_kernel_theory.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/imgtrans/filter_2d/images/filter_2d_tutorial_result.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/imgtrans/hough_circle/hough_circle.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/imgtrans/hough_circle/images/Hough_Circle_Tutorial_Result.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/imgtrans/hough_circle/images/Hough_Circle_Tutorial_Result.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/imgtrans/hough_circle/images/Hough_Circle_Tutorial_Theory_0.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/imgtrans/hough_lines/hough_lines.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/imgtrans/hough_lines/images/Hough_Lines_Tutorial_Original_Image.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/imgtrans/hough_lines/images/Hough_Lines_Tutorial_Result.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/imgtrans/hough_lines/images/Hough_Lines_Tutorial_Theory_0.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/imgtrans/hough_lines/images/Hough_Lines_Tutorial_Theory_1.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/imgtrans/hough_lines/images/Hough_Lines_Tutorial_Theory_2.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/imgtrans/hough_lines/images/hough_lines_result1.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/imgtrans/hough_lines/images/hough_lines_result2.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/imgtrans/laplace_operator/images/Laplace_Operator_Tutorial_Original_Image.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/imgtrans/laplace_operator/images/Laplace_Operator_Tutorial_Result.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/imgtrans/laplace_operator/images/Laplace_Operator_Tutorial_Theory_Previous.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/imgtrans/laplace_operator/images/Laplace_Operator_Tutorial_Theory_ddIntensity.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/imgtrans/laplace_operator/laplace_operator.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/imgtrans/remap/images/Remap_Tutorial_Original_Image.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/imgtrans/remap/images/Remap_Tutorial_Result_0.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/imgtrans/remap/images/Remap_Tutorial_Result_1.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/imgtrans/remap/images/Remap_Tutorial_Result_2.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/imgtrans/remap/images/Remap_Tutorial_Result_3.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/imgtrans/remap/images/Remap_Tutorial_Theory_0.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/imgtrans/remap/images/Remap_Tutorial_Theory_1.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/imgtrans/remap/remap.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/imgtrans/sobel_derivatives/images/Sobel_Derivatives_Tutorial_Result.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/imgtrans/sobel_derivatives/images/Sobel_Derivatives_Tutorial_Theory_0.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/imgtrans/sobel_derivatives/images/Sobel_Derivatives_Tutorial_Theory_Intensity_Function.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/imgtrans/sobel_derivatives/images/Sobel_Derivatives_Tutorial_Theory_dIntensity_Function.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/imgtrans/sobel_derivatives/images/Sobel_Derivatives_Tutorial_Theory_ddIntensity_Function.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/imgtrans/sobel_derivatives/sobel_derivatives.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/imgtrans/warp_affine/images/Warp_Affine_Tutorial_Original_Image.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/imgtrans/warp_affine/images/Warp_Affine_Tutorial_Result_Warp.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/imgtrans/warp_affine/images/Warp_Affine_Tutorial_Result_Warp_Rotate.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/imgtrans/warp_affine/images/Warp_Affine_Tutorial_Theory_0.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/imgtrans/warp_affine/warp_affine.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/morph_lines_detection/images/binary.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/morph_lines_detection/images/gray.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/morph_lines_detection/images/horiz.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/morph_lines_detection/images/linear_horiz.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/morph_lines_detection/images/linear_vert.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/morph_lines_detection/images/morph12.gif +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/morph_lines_detection/images/morph21.gif +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/morph_lines_detection/images/morph211.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/morph_lines_detection/images/morph6.gif +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/morph_lines_detection/images/morph61.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/morph_lines_detection/images/smooth.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/morph_lines_detection/images/src.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/morph_lines_detection/images/vert.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/morph_lines_detection/morph_lines_detection.md +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/motion_deblur_filter/images/black_car.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/motion_deblur_filter/images/motion_original.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/motion_deblur_filter/images/motion_psf.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/motion_deblur_filter/images/white_car.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/motion_deblur_filter/motion_deblur_filter.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/opening_closing_hats/images/Morphology_2_Tutorial_Original_Image.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/opening_closing_hats/images/Morphology_2_Tutorial_Result.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/opening_closing_hats/images/Morphology_2_Tutorial_Theory_BlackHat.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/opening_closing_hats/images/Morphology_2_Tutorial_Theory_Closing.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/opening_closing_hats/images/Morphology_2_Tutorial_Theory_Gradient.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/opening_closing_hats/images/Morphology_2_Tutorial_Theory_Opening.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/opening_closing_hats/images/Morphology_2_Tutorial_Theory_TopHat.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/opening_closing_hats/opening_closing_hats.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/out_of_focus_deblur_filter/images/original.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/out_of_focus_deblur_filter/images/psf.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/out_of_focus_deblur_filter/images/recovered.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/out_of_focus_deblur_filter/out_of_focus_deblur_filter.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/periodic_noise_removing_filter/images/period_filter.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/periodic_noise_removing_filter/images/period_input.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/periodic_noise_removing_filter/images/period_output.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/periodic_noise_removing_filter/images/period_psd.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/periodic_noise_removing_filter/periodic_noise_removing_filter.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/pyramids/images/Pyramids_Tutorial_Original_Image.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/pyramids/images/Pyramids_Tutorial_PyrDown_Result.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/pyramids/images/Pyramids_Tutorial_PyrUp_Result.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/pyramids/images/Pyramids_Tutorial_Pyramid_Theory.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/pyramids/pyramids.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/random_generator_and_text/images/Drawing_2_Tutorial_Result_0.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/random_generator_and_text/images/Drawing_2_Tutorial_Result_2.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/random_generator_and_text/images/Drawing_2_Tutorial_Result_3.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/random_generator_and_text/images/Drawing_2_Tutorial_Result_5.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/random_generator_and_text/images/Drawing_2_Tutorial_Result_big.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/random_generator_and_text/random_generator_and_text.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/shapedescriptors/bounding_rects_circles/bounding_rects_circles.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/shapedescriptors/bounding_rects_circles/images/Bounding_Rects_Circles_Result.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/shapedescriptors/bounding_rects_circles/images/Bounding_Rects_Circles_Source_Image.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/shapedescriptors/bounding_rotated_ellipses/bounding_rotated_ellipses.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/shapedescriptors/bounding_rotated_ellipses/images/Bounding_Rotated_Ellipses_Result.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/shapedescriptors/bounding_rotated_ellipses/images/Bounding_Rotated_Ellipses_Source_Image.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/shapedescriptors/find_contours/find_contours.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/shapedescriptors/find_contours/images/Find_Contours_Original_Image.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/shapedescriptors/find_contours/images/Find_Contours_Result.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/shapedescriptors/hull/hull.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/shapedescriptors/hull/images/Hull_Original_Image.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/shapedescriptors/hull/images/Hull_Result.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/shapedescriptors/moments/images/Moments_Result1.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/shapedescriptors/moments/images/Moments_Result2.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/shapedescriptors/moments/images/Moments_Source_Image.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/shapedescriptors/moments/moments.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/shapedescriptors/point_polygon_test/images/Point_Polygon_Test_Result.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/shapedescriptors/point_polygon_test/images/Point_Polygon_Test_Source_Image.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/shapedescriptors/point_polygon_test/point_polygon_test.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/table_of_content_imgproc.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/table_of_contents_contours.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/threshold/images/Threshold_Tutorial_Cover.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/threshold/images/Threshold_Tutorial_Original_Image.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/threshold/images/Threshold_Tutorial_Result_Binary_Inverted.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/threshold/images/Threshold_Tutorial_Result_Zero.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/threshold/images/Threshold_Tutorial_Theory_Base_Figure.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/threshold/images/Threshold_Tutorial_Theory_Binary.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/threshold/images/Threshold_Tutorial_Theory_Binary_Inverted.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/threshold/images/Threshold_Tutorial_Theory_Example.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/threshold/images/Threshold_Tutorial_Theory_Truncate.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/threshold/images/Threshold_Tutorial_Theory_Zero.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/threshold/images/Threshold_Tutorial_Theory_Zero_Inverted.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/threshold/threshold.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/threshold_inRange/images/Threshold_inRange_HSV_colorspace.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/threshold_inRange/images/Threshold_inRange_RGB_colorspace.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/threshold_inRange/images/Threshold_inRange_Tutorial_Result_input.jpeg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/threshold_inRange/images/Threshold_inRange_Tutorial_Result_output.jpeg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/imgproc/threshold_inRange/threshold_inRange.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/introduction/android_binary_package/android_dev_intro.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/introduction/android_binary_package/android_dnn_intro.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/introduction/android_binary_package/android_ocl_intro.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/introduction/android_binary_package/dev_with_OCV_on_Android.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/introduction/android_binary_package/images/11_demo.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/introduction/android_binary_package/images/add_module_1.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/introduction/android_binary_package/images/add_module_2.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/introduction/android_binary_package/images/add_module_3.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/introduction/android_binary_package/images/camera_permissions.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/introduction/android_binary_package/images/choose_device.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/introduction/android_binary_package/images/create_empty_project.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/introduction/android_binary_package/images/delete_text.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/introduction/android_binary_package/images/gradle_ocv_fix.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/introduction/android_binary_package/images/module_gradle_fix.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/introduction/android_binary_package/images/module_name.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/introduction/android_binary_package/images/run_app.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/introduction/android_binary_package/images/sample_code.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/introduction/android_binary_package/images/sdk_ndk_manager.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/introduction/android_binary_package/images/sdk_path.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/introduction/android_binary_package/images/setup_project.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/introduction/android_binary_package/images/usb_device_connect_01.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/introduction/android_binary_package/images/usb_device_connect_02.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/introduction/android_binary_package/images/usb_device_connect_03.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/introduction/android_binary_package/images/usb_device_connect_04.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/introduction/android_binary_package/images/usb_device_connect_05.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/introduction/android_binary_package/images/usb_device_connect_06.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/introduction/android_binary_package/images/usb_device_connect_07.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/introduction/android_binary_package/images/usb_device_connect_08.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/introduction/android_binary_package/images/usb_device_connect_09.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/introduction/android_binary_package/images/usb_device_connect_10.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/introduction/android_binary_package/images/usb_device_connect_11.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/introduction/android_binary_package/images/usb_device_connect_12.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/introduction/building_tegra_cuda/building_tegra_cuda.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/introduction/clojure_dev_intro/clojure_dev_intro.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/introduction/clojure_dev_intro/images/blurred.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/introduction/config_reference/config_reference.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/introduction/cross_referencing/tutorial_cross_referencing.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/introduction/crosscompilation/arm_crosscompile_with_cmake.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/introduction/crosscompilation/crosscompile_with_multiarch.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/introduction/desktop_java/images/Java_logo.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/introduction/desktop_java/images/ant_output.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/introduction/desktop_java/images/cmake_output.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/introduction/desktop_java/images/faceDetection.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/introduction/desktop_java/images/sbt_eclipse.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/introduction/desktop_java/images/sbt_run.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/introduction/desktop_java/images/sbt_run_face.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/introduction/desktop_java/java_dev_intro.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/introduction/display_image/display_image.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/introduction/documenting_opencv/documentation_tutorial.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/introduction/documenting_opencv/doxygen-1.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/introduction/documenting_opencv/doxygen-2.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/introduction/documenting_opencv/doxygen-3.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/introduction/documenting_opencv/scholarship_cite_dialog.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/introduction/env_reference/env_reference.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/introduction/general_install/general_install.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/introduction/java_eclipse/images/1-window-preferences.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/introduction/java_eclipse/images/10-new-project-created.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/introduction/java_eclipse/images/11-the-code.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/introduction/java_eclipse/images/2-user-library-new.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/introduction/java_eclipse/images/3-library-name.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/introduction/java_eclipse/images/4-add-external-jars.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/introduction/java_eclipse/images/5-native-library.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/introduction/java_eclipse/images/6-external-folder.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/introduction/java_eclipse/images/7-user-library-final.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/introduction/java_eclipse/images/7_5-new-java-project.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/introduction/java_eclipse/images/8-add-library.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/introduction/java_eclipse/images/9-select-user-lib.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/introduction/java_eclipse/java_eclipse.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/introduction/linux_eclipse/images/a0.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/introduction/linux_eclipse/images/a1.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/introduction/linux_eclipse/images/a10.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/introduction/linux_eclipse/images/a12.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/introduction/linux_eclipse/images/a14.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/introduction/linux_eclipse/images/a15.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/introduction/linux_eclipse/images/a3.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/introduction/linux_eclipse/images/a4.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/introduction/linux_eclipse/images/a7.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/introduction/linux_eclipse/images/a9.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/introduction/linux_eclipse/linux_eclipse.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/introduction/linux_gcc_cmake/images/GCC_CMake_Example_Tutorial.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/introduction/linux_gcc_cmake/linux_gcc_cmake.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/introduction/linux_gdb_pretty_printer/images/example.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/introduction/linux_gdb_pretty_printer/linux_gdb_pretty_printer.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/introduction/linux_install/linux_install.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/introduction/load_save_image/load_save_image.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/introduction/macos_install/macos_install.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/introduction/table_of_content_introduction.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/introduction/transition_guide/transition_guide.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/introduction/windows_install/images/CMakeBuildOptionsOpenCV.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/introduction/windows_install/images/CMakeBuildWithWindowsGUI.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/introduction/windows_install/images/CMakeOutputPackageNotFound.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/introduction/windows_install/images/CMakePackageNotFoundWindows.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/introduction/windows_install/images/CMakeSelectBin.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/introduction/windows_install/images/CMake_Configure_Windows.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/introduction/windows_install/images/ChangeBuildVisualStudio.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/introduction/windows_install/images/IntelTBB.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/introduction/windows_install/images/OpenCVBuildResultWindows.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/introduction/windows_install/images/OpenCV_Install_Directory.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/introduction/windows_install/images/PathEditorOpenCVInsertNew.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/introduction/windows_install/images/PathEditorOpenCVSetPath.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/introduction/windows_install/images/SVNCheckOutProgress.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/introduction/windows_install/images/TortoiseSVNCheckout.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/introduction/windows_install/images/TortoiseSVNCheckoutWindow.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/introduction/windows_install/images/WindowsBuildInstall.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/introduction/windows_install/images/WindowsOpenCVDirPath.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/introduction/windows_install/images/WindowsOpenCVInstaller.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/introduction/windows_install/images/WindowsQtContoursOutput.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/introduction/windows_install/images/qtDownloadThisPackage.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/introduction/windows_install/images/visualstudiocommandprompt.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/introduction/windows_install/windows_install.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/introduction/windows_visual_studio_image_watch/images/breakpoint.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/introduction/windows_visual_studio_image_watch/images/edges_zoom.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/introduction/windows_visual_studio_image_watch/images/help_button.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/introduction/windows_visual_studio_image_watch/images/input_zoom.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/introduction/windows_visual_studio_image_watch/images/toolwindow.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/introduction/windows_visual_studio_image_watch/images/viewer.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/introduction/windows_visual_studio_image_watch/images/viewer_context_menu.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/introduction/windows_visual_studio_image_watch/images/visual_studio_image_watch.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/introduction/windows_visual_studio_image_watch/images/vs_locals.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/introduction/windows_visual_studio_image_watch/windows_visual_studio_image_watch.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/introduction/windows_visual_studio_opencv/images/AddNewPropertySheet.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/introduction/windows_visual_studio_opencv/images/NewProjectVisualStudio.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/introduction/windows_visual_studio_opencv/images/OpenCVEditEnviromentVisual.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/introduction/windows_visual_studio_opencv/images/OpenCV_Install_Directory.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/introduction/windows_visual_studio_opencv/images/PropertyPageAddExisting.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/introduction/windows_visual_studio_opencv/images/PropertyPageExample.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/introduction/windows_visual_studio_opencv/images/PropertySheetInsideFolder.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/introduction/windows_visual_studio_opencv/images/PropertySheetOpenCVInclude.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/introduction/windows_visual_studio_opencv/images/PropertySheetOpenCVLib.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/introduction/windows_visual_studio_opencv/images/PropertySheetOpenCVLibrariesDebug.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/introduction/windows_visual_studio_opencv/images/PropertySheetOpenCVLibrariesDebugSmple.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/introduction/windows_visual_studio_opencv/images/PropertySheetOpenCVLibrariesRelease.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/introduction/windows_visual_studio_opencv/images/PropertySheetVS2010.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/introduction/windows_visual_studio_opencv/images/SuccessVisualStudioWindows.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/introduction/windows_visual_studio_opencv/images/VCDirectories2008.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/introduction/windows_visual_studio_opencv/images/VCDirectories2010.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/introduction/windows_visual_studio_opencv/images/VisualStudioCommandLineArguments.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/introduction/windows_visual_studio_opencv/windows_visual_studio_opencv.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/ios/hello/hello.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/ios/hello/images/header_directive.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/ios/hello/images/ios_hello_output.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/ios/hello/images/linking_opencv_ios.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/ios/hello/images/view_did_load.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/ios/image_manipulation/image_manipulation.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/ios/image_manipulation/images/output.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/ios/ios_install/ios_install.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/ios/table_of_content_ios.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/ios/video_processing/images/xcode_hello_ios_framework_drag_and_drop.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/ios/video_processing/images/xcode_hello_ios_frameworks_add_dependencies.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/ios/video_processing/images/xcode_hello_ios_viewcontroller_layout.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/ios/video_processing/video_processing.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/objdetect/aruco_board_detection/aruco_board_detection.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/objdetect/aruco_board_detection/images/board.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/objdetect/aruco_board_detection/images/gbaxis.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/objdetect/aruco_board_detection/images/gbmarkersaxis.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/objdetect/aruco_board_detection/images/gbocclusion.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/objdetect/aruco_board_detection/images/gboriginal.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/objdetect/aruco_board_detection/images/singlemarkersaxes.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/objdetect/aruco_calibration/aruco_calibration.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/objdetect/aruco_calibration/images/arucocalibration.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/objdetect/aruco_calibration/images/charucocalibration.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/objdetect/aruco_detection/aruco_detection.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/objdetect/aruco_detection/images/bitsextraction1.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/objdetect/aruco_detection/images/bitsextraction2.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/objdetect/aruco_detection/images/marker23.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/objdetect/aruco_detection/images/markers.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/objdetect/aruco_detection/images/removeperspective.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/objdetect/aruco_detection/images/singlemarkersbrokenthresh.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/objdetect/aruco_detection/images/singlemarkersdetection.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/objdetect/aruco_detection/images/singlemarkersoriginal.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/objdetect/aruco_detection/images/singlemarkersrejected.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/objdetect/aruco_detection/images/singlemarkerssource.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/objdetect/aruco_detection/images/singlemarkersthresh.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/objdetect/aruco_faq/aruco_faq.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/objdetect/charuco_detection/charuco_detection.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/objdetect/charuco_detection/images/charucoboard.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/objdetect/charuco_detection/images/charucodefinition.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/objdetect/charuco_detection/images/chaxis.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/objdetect/charuco_detection/images/chcorners.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/objdetect/charuco_detection/images/chocclusion.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/objdetect/charuco_detection/images/chocclusion_original.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/objdetect/charuco_detection/images/choriginal.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/objdetect/charuco_diamond_detection/charuco_diamond_detection.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/objdetect/charuco_diamond_detection/images/detecteddiamonds.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/objdetect/charuco_diamond_detection/images/diamondmarker.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/objdetect/charuco_diamond_detection/images/diamondmarkers.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/objdetect/charuco_diamond_detection/images/diamondsaxis.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/objdetect/table_of_content_objdetect.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/others/_old/table_of_content_ml.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/others/_old/table_of_content_photo.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/others/_old/table_of_content_stitching.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/others/_old/table_of_content_video.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/others/background_subtraction.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/others/barcode_detect_and_decode.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/others/cascade_classifier.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/others/hdr_imaging.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/others/images/Background_Subtraction_Tutorial_Scheme.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/others/images/Background_Subtraction_Tutorial_frame.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/others/images/Background_Subtraction_Tutorial_result_KNN.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/others/images/Background_Subtraction_Tutorial_result_MOG2.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/others/images/Cascade_Classifier_Tutorial_Result_Haar.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/others/images/Cascade_Classifier_Tutorial_Result_LBP.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/others/images/affinepano.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/others/images/barcode_book.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/others/images/barcode_book_res.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/others/images/boat.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/others/images/budapest.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/others/images/compressedPlaneA2B1.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/others/images/fisheye.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/others/images/fusion.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/others/images/gvedit.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/others/images/haar.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/others/images/haar_features.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/others/images/ldr.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/others/images/memorial.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/others/images/newspaper.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/others/images/optimal-hyperplane.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/others/images/pca_eigen.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/others/images/pca_line.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/others/images/pca_output.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/others/images/pca_test1.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/others/images/sample-errors-dist.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/others/images/separating-lines.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/others/images/svm_intro_result.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/others/images/svm_non_linear_result.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/others/images/visualisation_single_stage.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/others/images/visualisation_video.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/others/introduction_to_pca.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/others/introduction_to_svm.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/others/meanshift.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/others/non_linear_svms.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/others/optical_flow.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/others/stitcher.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/others/table_of_content_other.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/others/traincascade.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/doc/tutorials/tutorials.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/include/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/include/opencv2/opencv.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/calib3d/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/calib3d/doc/calib3d.bib +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/calib3d/doc/pics/checkerboard_radon.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/calib3d/doc/pics/distortion_examples.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/calib3d/doc/pics/distortion_examples2.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/calib3d/doc/pics/fisheye_undistorted.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/calib3d/doc/pics/hand-eye_figure.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/calib3d/doc/pics/pinhole_camera_model.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/calib3d/doc/pics/robot-world_hand-eye_figure.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/calib3d/doc/pics/stereo_undistort.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/calib3d/doc/solvePnP.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/calib3d/include/opencv2/calib3d/calib3d.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/calib3d/include/opencv2/calib3d/calib3d_c.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/calib3d/include/opencv2/calib3d.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/calib3d/misc/java/gen_dict.json +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/calib3d/misc/java/test/Calib3dTest.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/calib3d/misc/java/test/StereoBMTest.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/calib3d/misc/java/test/StereoSGBMTest.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/calib3d/misc/objc/gen_dict.json +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/calib3d/misc/objc/test/Calib3dTest.swift +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/calib3d/misc/python/test/test_calibration.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/calib3d/misc/python/test/test_solvepnp.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/calib3d/perf/opencl/perf_stereobm.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/calib3d/perf/perf_affine2d.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/calib3d/perf/perf_cicrlesGrid.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/calib3d/perf/perf_main.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/calib3d/perf/perf_pnp.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/calib3d/perf/perf_precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/calib3d/perf/perf_stereosgbm.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/calib3d/perf/perf_undistort.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/calib3d/src/ap3p.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/calib3d/src/ap3p.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/calib3d/src/calib3d_c_api.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/calib3d/src/calibinit.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/calib3d/src/calibration.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/calib3d/src/calibration_handeye.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/calib3d/src/checkchessboard.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/calib3d/src/chessboard.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/calib3d/src/chessboard.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/calib3d/src/circlesgrid.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/calib3d/src/circlesgrid.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/calib3d/src/compat_ptsetreg.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/calib3d/src/distortion_model.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/calib3d/src/dls.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/calib3d/src/dls.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/calib3d/src/epnp.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/calib3d/src/epnp.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/calib3d/src/fisheye.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/calib3d/src/fisheye.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/calib3d/src/five-point.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/calib3d/src/fundam.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/calib3d/src/hal_replacement.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/calib3d/src/homography_decomp.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/calib3d/src/ippe.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/calib3d/src/ippe.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/calib3d/src/levmarq.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/calib3d/src/main.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/calib3d/src/opencl/stereobm.cl +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/calib3d/src/p3p.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/calib3d/src/p3p.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/calib3d/src/polynom_solver.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/calib3d/src/polynom_solver.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/calib3d/src/posit.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/calib3d/src/precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/calib3d/src/ptsetreg.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/calib3d/src/quadsubpix.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/calib3d/src/rho.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/calib3d/src/rho.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/calib3d/src/solvepnp.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/calib3d/src/sqpnp.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/calib3d/src/sqpnp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/calib3d/src/stereobm.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/calib3d/src/stereosgbm.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/calib3d/src/triangulate.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/calib3d/src/undistort.dispatch.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/calib3d/src/undistort.simd.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/calib3d/src/upnp.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/calib3d/src/upnp.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/calib3d/src/usac/bundle.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/calib3d/src/usac/degeneracy.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/calib3d/src/usac/dls_solver.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/calib3d/src/usac/essential_solver.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/calib3d/src/usac/estimator.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/calib3d/src/usac/fundamental_solver.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/calib3d/src/usac/gamma_values.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/calib3d/src/usac/homography_solver.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/calib3d/src/usac/local_optimization.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/calib3d/src/usac/pnp_solver.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/calib3d/src/usac/quality.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/calib3d/src/usac/ransac_solvers.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/calib3d/src/usac/sampler.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/calib3d/src/usac/termination.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/calib3d/src/usac/utils.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/calib3d/src/usac.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/calib3d/test/opencl/test_stereobm.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/calib3d/test/test_affine2d_estimator.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/calib3d/test/test_affine3.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/calib3d/test/test_affine3d_estimator.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/calib3d/test/test_affine_partial2d_estimator.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/calib3d/test/test_calibration_hand_eye.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/calib3d/test/test_cameracalibration.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/calib3d/test/test_cameracalibration_artificial.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/calib3d/test/test_cameracalibration_badarg.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/calib3d/test/test_cameracalibration_tilt.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/calib3d/test/test_chessboardgenerator.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/calib3d/test/test_chessboardgenerator.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/calib3d/test/test_chesscorners.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/calib3d/test/test_chesscorners_badarg.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/calib3d/test/test_chesscorners_timing.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/calib3d/test/test_compose_rt.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/calib3d/test/test_cornerssubpix.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/calib3d/test/test_decompose_projection.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/calib3d/test/test_filter_homography_decomp.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/calib3d/test/test_fisheye.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/calib3d/test/test_fundam.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/calib3d/test/test_homography.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/calib3d/test/test_homography_decomp.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/calib3d/test/test_main.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/calib3d/test/test_modelest.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/calib3d/test/test_posit.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/calib3d/test/test_precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/calib3d/test/test_reproject_image_to_3d.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/calib3d/test/test_solvepnp_ransac.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/calib3d/test/test_stereomatching.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/calib3d/test/test_translation3d_estimator.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/calib3d/test/test_undistort.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/calib3d/test/test_undistort_badarg.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/calib3d/test/test_undistort_points.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/calib3d/test/test_usac.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/3rdparty/SoftFloat/COPYING.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/cmake/parallel/detect_openmp.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/cmake/parallel/detect_tbb.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/cmake/parallel/init.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/doc/cuda.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/doc/intro.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/doc/pics/NormTypes_OneArray_1-2-INF.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/doc/pics/memstorage1.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/doc/pics/memstorage2.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/doc/pics/rotatedrect.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/include/opencv2/core/affine.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/include/opencv2/core/async.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/include/opencv2/core/base.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/include/opencv2/core/bindings_utils.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/include/opencv2/core/bufferpool.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/include/opencv2/core/check.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/include/opencv2/core/core.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/include/opencv2/core/core_c.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/include/opencv2/core/cuda/block.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/include/opencv2/core/cuda/border_interpolate.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/include/opencv2/core/cuda/color.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/include/opencv2/core/cuda/common.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/include/opencv2/core/cuda/datamov_utils.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/include/opencv2/core/cuda/detail/color_detail.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/include/opencv2/core/cuda/detail/reduce.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/include/opencv2/core/cuda/detail/reduce_key_val.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/include/opencv2/core/cuda/detail/transform_detail.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/include/opencv2/core/cuda/detail/type_traits_detail.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/include/opencv2/core/cuda/detail/vec_distance_detail.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/include/opencv2/core/cuda/dynamic_smem.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/include/opencv2/core/cuda/emulation.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/include/opencv2/core/cuda/filters.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/include/opencv2/core/cuda/funcattrib.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/include/opencv2/core/cuda/functional.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/include/opencv2/core/cuda/limits.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/include/opencv2/core/cuda/reduce.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/include/opencv2/core/cuda/saturate_cast.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/include/opencv2/core/cuda/scan.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/include/opencv2/core/cuda/simd_functions.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/include/opencv2/core/cuda/transform.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/include/opencv2/core/cuda/type_traits.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/include/opencv2/core/cuda/utility.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/include/opencv2/core/cuda/vec_distance.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/include/opencv2/core/cuda/vec_math.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/include/opencv2/core/cuda/vec_traits.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/include/opencv2/core/cuda/warp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/include/opencv2/core/cuda/warp_reduce.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/include/opencv2/core/cuda/warp_shuffle.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/include/opencv2/core/cuda.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/include/opencv2/core/cuda.inl.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/include/opencv2/core/cuda_stream_accessor.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/include/opencv2/core/cuda_types.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/include/opencv2/core/cv_cpu_dispatch.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/include/opencv2/core/cv_cpu_helper.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/include/opencv2/core/cvdef.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/include/opencv2/core/cvstd.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/include/opencv2/core/cvstd.inl.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/include/opencv2/core/cvstd_wrapper.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/include/opencv2/core/detail/async_promise.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/include/opencv2/core/detail/dispatch_helper.impl.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/include/opencv2/core/detail/exception_ptr.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/include/opencv2/core/directx.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/include/opencv2/core/dualquaternion.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/include/opencv2/core/dualquaternion.inl.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/include/opencv2/core/eigen.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/include/opencv2/core/fast_math.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/include/opencv2/core/hal/hal.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/include/opencv2/core/hal/interface.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/include/opencv2/core/hal/intrin.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/include/opencv2/core/hal/intrin_avx.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/include/opencv2/core/hal/intrin_avx512.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/include/opencv2/core/hal/intrin_cpp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/include/opencv2/core/hal/intrin_forward.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/include/opencv2/core/hal/intrin_lasx.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/include/opencv2/core/hal/intrin_lsx.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/include/opencv2/core/hal/intrin_msa.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/include/opencv2/core/hal/intrin_neon.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/include/opencv2/core/hal/intrin_rvv.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/include/opencv2/core/hal/intrin_rvv071.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/include/opencv2/core/hal/intrin_rvv_010_compat_non-policy.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/include/opencv2/core/hal/intrin_rvv_010_compat_overloaded-non-policy.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/include/opencv2/core/hal/intrin_rvv_011_compat.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/include/opencv2/core/hal/intrin_rvv_compat_overloaded.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/include/opencv2/core/hal/intrin_rvv_scalable.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/include/opencv2/core/hal/intrin_sse.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/include/opencv2/core/hal/intrin_sse_em.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/include/opencv2/core/hal/intrin_vsx.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/include/opencv2/core/hal/intrin_wasm.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/include/opencv2/core/hal/msa_macros.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/include/opencv2/core/hal/simd_utils.impl.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/include/opencv2/core/llapi/llapi.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/include/opencv2/core/mat.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/include/opencv2/core/mat.inl.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/include/opencv2/core/matx.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/include/opencv2/core/matx.inl.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/include/opencv2/core/neon_utils.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/include/opencv2/core/ocl.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/include/opencv2/core/ocl_genbase.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/include/opencv2/core/opencl/ocl_defs.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/include/opencv2/core/opencl/opencl_info.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/include/opencv2/core/opencl/opencl_svm.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_clblas.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_clfft.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_core_wrappers.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_gl.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/include/opencv2/core/opencl/runtime/autogenerated/opencl_gl_wrappers.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/include/opencv2/core/opencl/runtime/opencl_clblas.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/include/opencv2/core/opencl/runtime/opencl_clfft.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/include/opencv2/core/opencl/runtime/opencl_core.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/include/opencv2/core/opencl/runtime/opencl_core_wrappers.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/include/opencv2/core/opencl/runtime/opencl_gl.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/include/opencv2/core/opencl/runtime/opencl_gl_wrappers.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/include/opencv2/core/opencl/runtime/opencl_svm_20.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/include/opencv2/core/opencl/runtime/opencl_svm_definitions.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/include/opencv2/core/opencl/runtime/opencl_svm_hsa_extension.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/include/opencv2/core/opengl.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/include/opencv2/core/openvx/ovx_defs.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/include/opencv2/core/operations.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/include/opencv2/core/optim.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/include/opencv2/core/ovx.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/include/opencv2/core/parallel/backend/parallel_for.openmp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/include/opencv2/core/parallel/backend/parallel_for.tbb.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/include/opencv2/core/parallel/parallel_backend.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/include/opencv2/core/persistence.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/include/opencv2/core/private/cv_cpu_include_simd_declarations.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/include/opencv2/core/private.cuda.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/include/opencv2/core/private.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/include/opencv2/core/quaternion.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/include/opencv2/core/quaternion.inl.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/include/opencv2/core/saturate.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/include/opencv2/core/simd_intrinsics.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/include/opencv2/core/softfloat.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/include/opencv2/core/sse_utils.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/include/opencv2/core/traits.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/include/opencv2/core/types.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/include/opencv2/core/types_c.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/include/opencv2/core/utility.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/include/opencv2/core/utils/allocator_stats.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/include/opencv2/core/utils/allocator_stats.impl.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/include/opencv2/core/utils/buffer_area.private.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/include/opencv2/core/utils/configuration.private.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/include/opencv2/core/utils/filesystem.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/include/opencv2/core/utils/filesystem.private.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/include/opencv2/core/utils/fp_control.private.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/include/opencv2/core/utils/fp_control_utils.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/include/opencv2/core/utils/instrumentation.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/include/opencv2/core/utils/lock.private.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/include/opencv2/core/utils/logger.defines.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/include/opencv2/core/utils/logger.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/include/opencv2/core/utils/logtag.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/include/opencv2/core/utils/plugin_loader.private.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/include/opencv2/core/utils/tls.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/include/opencv2/core/utils/trace.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/include/opencv2/core/utils/trace.private.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/include/opencv2/core/va_intel.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/include/opencv2/core/version.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/include/opencv2/core/vsx_utils.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/include/opencv2/core.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/java/filelist +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/java/gen_dict.json +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/java/src/cpp/core_manual.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/java/src/cpp/core_manual.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/java/src/java/core+Core.jcode.in +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/java/src/java/core+CvException.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/java/src/java/core+CvType.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/java/src/java/core+DMatch.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/java/src/java/core+KeyPoint.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/java/src/java/core+Mat.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/java/src/java/core+MatAt.kt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/java/src/java/core+MatMatMul.kt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/java/src/java/core+MatOfByte.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/java/src/java/core+MatOfDMatch.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/java/src/java/core+MatOfDouble.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/java/src/java/core+MatOfFloat.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/java/src/java/core+MatOfFloat4.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/java/src/java/core+MatOfFloat6.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/java/src/java/core+MatOfInt.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/java/src/java/core+MatOfInt4.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/java/src/java/core+MatOfKeyPoint.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/java/src/java/core+MatOfPoint.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/java/src/java/core+MatOfPoint2f.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/java/src/java/core+MatOfPoint3.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/java/src/java/core+MatOfPoint3f.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/java/src/java/core+MatOfRect.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/java/src/java/core+MatOfRect2d.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/java/src/java/core+MatOfRotatedRect.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/java/src/java/core+Point.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/java/src/java/core+Point3.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/java/src/java/core+Range.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/java/src/java/core+Rect.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/java/src/java/core+Rect2d.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/java/src/java/core+RotatedRect.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/java/src/java/core+Scalar.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/java/src/java/core+Size.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/java/src/java/core+TermCriteria.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/java/test/CoreTest.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/java/test/CvTypeTest.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/java/test/DMatchTest.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/java/test/KeyPointTest.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/java/test/MatOfByteTest.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/java/test/MatTest.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/java/test/Point3Test.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/java/test/PointTest.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/java/test/RangeTest.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/java/test/RectTest.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/java/test/RotatedRectTest.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/java/test/ScalarTest.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/java/test/SizeTest.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/java/test/TermCriteriaTest.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/objc/common/ArrayUtil.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/objc/common/ArrayUtil.mm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/objc/common/ByteVector.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/objc/common/ByteVector.mm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/objc/common/ByteVectorExt.swift +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/objc/common/CVObjcUtil.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/objc/common/Converters.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/objc/common/Converters.mm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/objc/common/CvType.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/objc/common/CvType.mm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/objc/common/CvTypeExt.swift +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/objc/common/DMatch.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/objc/common/DMatch.mm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/objc/common/Double2.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/objc/common/Double2.mm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/objc/common/Double3.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/objc/common/Double3.mm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/objc/common/DoubleVector.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/objc/common/DoubleVector.mm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/objc/common/DoubleVectorExt.swift +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/objc/common/Float4.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/objc/common/Float4.mm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/objc/common/Float6.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/objc/common/Float6.mm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/objc/common/FloatVector.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/objc/common/FloatVector.mm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/objc/common/FloatVectorExt.swift +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/objc/common/Int4.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/objc/common/Int4.mm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/objc/common/IntVector.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/objc/common/IntVector.mm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/objc/common/IntVectorExt.swift +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/objc/common/KeyPoint.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/objc/common/KeyPoint.mm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/objc/common/Mat.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/objc/common/Mat.mm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/objc/common/MatExt.swift +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/objc/common/MatOfByte.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/objc/common/MatOfByte.mm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/objc/common/MatOfDMatch.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/objc/common/MatOfDMatch.mm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/objc/common/MatOfDouble.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/objc/common/MatOfDouble.mm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/objc/common/MatOfFloat.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/objc/common/MatOfFloat.mm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/objc/common/MatOfFloat4.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/objc/common/MatOfFloat4.mm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/objc/common/MatOfFloat6.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/objc/common/MatOfFloat6.mm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/objc/common/MatOfInt.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/objc/common/MatOfInt.mm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/objc/common/MatOfInt4.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/objc/common/MatOfInt4.mm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/objc/common/MatOfKeyPoint.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/objc/common/MatOfKeyPoint.mm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/objc/common/MatOfPoint2f.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/objc/common/MatOfPoint2f.mm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/objc/common/MatOfPoint2i.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/objc/common/MatOfPoint2i.mm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/objc/common/MatOfPoint3.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/objc/common/MatOfPoint3.mm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/objc/common/MatOfPoint3f.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/objc/common/MatOfPoint3f.mm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/objc/common/MatOfRect2d.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/objc/common/MatOfRect2d.mm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/objc/common/MatOfRect2i.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/objc/common/MatOfRect2i.mm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/objc/common/MatOfRotatedRect.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/objc/common/MatOfRotatedRect.mm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/objc/common/MinMaxLocResult.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/objc/common/MinMaxLocResult.mm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/objc/common/Point2d.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/objc/common/Point2d.mm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/objc/common/Point2f.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/objc/common/Point2f.mm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/objc/common/Point2i.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/objc/common/Point2i.mm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/objc/common/Point3d.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/objc/common/Point3d.mm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/objc/common/Point3f.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/objc/common/Point3f.mm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/objc/common/Point3i.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/objc/common/Point3i.mm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/objc/common/Range.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/objc/common/Range.mm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/objc/common/Rect2d.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/objc/common/Rect2d.mm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/objc/common/Rect2f.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/objc/common/Rect2f.mm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/objc/common/Rect2i.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/objc/common/Rect2i.mm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/objc/common/RotatedRect.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/objc/common/RotatedRect.mm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/objc/common/Scalar.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/objc/common/Scalar.mm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/objc/common/Size2d.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/objc/common/Size2d.mm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/objc/common/Size2f.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/objc/common/Size2f.mm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/objc/common/Size2i.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/objc/common/Size2i.mm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/objc/common/TermCriteria.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/objc/common/TermCriteria.mm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/objc/common/Typealiases.swift +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/objc/filelist +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/objc/gen_dict.json +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/objc/manual/core_manual.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/objc/test/ConvertersTest.swift +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/objc/test/CoreTest.swift +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/objc/test/CvTypeTest.swift +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/objc/test/DMatchTest.swift +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/objc/test/KeyPointTest.swift +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/objc/test/MatTest.swift +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/objc/test/MatTestObjc.m +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/objc/test/Point3Test.swift +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/objc/test/PointTest.swift +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/objc/test/RangeTest.swift +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/objc/test/RectTest.swift +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/objc/test/RotatedRectTest.swift +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/objc/test/ScalarTest.swift +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/objc/test/SizeTest.swift +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/objc/test/TermCriteriaTest.swift +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/objc/test/resources/chessboard.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/objc/test/resources/lena.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/plugins/parallel_openmp/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/plugins/parallel_tbb/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/python/package/mat_wrapper/__init__.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/python/package/utils/__init__.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/python/pyopencv_async.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/python/pyopencv_core.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/python/pyopencv_cuda.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/python/pyopencv_umat.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/misc/python/shadow_umat.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/perf/cuda/perf_gpumat.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/perf/opencl/perf_arithm.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/perf/opencl/perf_bufferpool.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/perf/opencl/perf_channels.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/perf/opencl/perf_dxt.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/perf/opencl/perf_gemm.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/perf/opencl/perf_matop.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/perf/opencl/perf_usage_flags.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/perf/perf_abs.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/perf/perf_addWeighted.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/perf/perf_allocation.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/perf/perf_arithm.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/perf/perf_bitwise.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/perf/perf_compare.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/perf/perf_convertTo.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/perf/perf_cvround.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/perf/perf_dft.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/perf/perf_dot.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/perf/perf_inRange.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/perf/perf_io_base64.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/perf/perf_lut.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/perf/perf_main.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/perf/perf_mat.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/perf/perf_math.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/perf/perf_merge.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/perf/perf_minmaxloc.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/perf/perf_norm.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/perf/perf_precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/perf/perf_reduce.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/perf/perf_sort.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/perf/perf_split.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/perf/perf_stat.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/perf/perf_umat.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/algorithm.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/alloc.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/arithm.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/arithm.dispatch.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/arithm.simd.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/arithm_ipp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/array.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/async.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/batch_distance.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/bindings_utils.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/buffer_area.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/bufferpool.impl.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/channels.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/check.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/command_line_parser.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/conjugate_gradient.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/convert.dispatch.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/convert.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/convert.simd.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/convert_c.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/convert_scale.dispatch.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/convert_scale.simd.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/copy.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/count_non_zero.dispatch.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/count_non_zero.simd.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/cuda/gpu_mat.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/cuda/gpu_mat_nd.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/cuda_gpu_mat.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/cuda_gpu_mat_nd.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/cuda_host_mem.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/cuda_info.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/cuda_stream.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/datastructs.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/directx.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/directx.inc.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/downhill_simplex.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/dxt.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/gl_core_3_1.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/gl_core_3_1.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/glob.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/hal_internal.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/hal_internal.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/hal_replacement.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/has_non_zero.dispatch.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/has_non_zero.simd.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/intel_gpu_gemm.inl.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/kmeans.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/lapack.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/lda.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/logger.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/lpsolver.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/lut.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/mathfuncs.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/mathfuncs.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/mathfuncs_core.dispatch.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/mathfuncs_core.simd.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/matmul.dispatch.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/matmul.simd.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/matrix.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/matrix_c.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/matrix_decomp.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/matrix_expressions.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/matrix_iterator.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/matrix_operations.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/matrix_sparse.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/matrix_transform.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/matrix_wrap.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/mean.dispatch.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/mean.simd.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/merge.dispatch.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/merge.simd.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/minmax.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/norm.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/ocl.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/ocl_disabled.impl.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/opencl/arithm.cl +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/opencl/convert.cl +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/opencl/copymakeborder.cl +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/opencl/copyset.cl +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/opencl/cvtclr_dx.cl +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/opencl/fft.cl +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/opencl/flip.cl +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/opencl/gemm.cl +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/opencl/halfconvert.cl +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/opencl/inrange.cl +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/opencl/intel_gemm.cl +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/opencl/lut.cl +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/opencl/meanstddev.cl +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/opencl/minmaxloc.cl +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/opencl/mixchannels.cl +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/opencl/mulspectrums.cl +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/opencl/normalize.cl +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/opencl/reduce.cl +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/opencl/reduce2.cl +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/opencl/repeat.cl +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/opencl/runtime/autogenerated/opencl_clblas_impl.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/opencl/runtime/autogenerated/opencl_clfft_impl.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/opencl/runtime/autogenerated/opencl_core_impl.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/opencl/runtime/autogenerated/opencl_core_static_impl.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/opencl/runtime/autogenerated/opencl_gl_impl.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/opencl/runtime/autogenerated/opencl_gl_static_impl.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/opencl/runtime/generator/common.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/opencl/runtime/generator/filter/opencl_clblas_functions.list +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/opencl/runtime/generator/filter/opencl_clfft_functions.list +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/opencl/runtime/generator/filter/opencl_core_functions.list +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/opencl/runtime/generator/filter/opencl_gl_functions.list +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/opencl/runtime/generator/generate.sh +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/opencl/runtime/generator/parser_cl.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/opencl/runtime/generator/parser_clblas.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/opencl/runtime/generator/parser_clfft.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/opencl/runtime/generator/template/opencl_clblas.hpp.in +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/opencl/runtime/generator/template/opencl_clblas_impl.hpp.in +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/opencl/runtime/generator/template/opencl_clfft.hpp.in +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/opencl/runtime/generator/template/opencl_clfft_impl.hpp.in +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/opencl/runtime/generator/template/opencl_core.hpp.in +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/opencl/runtime/generator/template/opencl_core_impl.hpp.in +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/opencl/runtime/generator/template/opencl_core_wrappers.hpp.in +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/opencl/runtime/generator/template/opencl_gl.hpp.in +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/opencl/runtime/generator/template/opencl_gl_impl.hpp.in +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/opencl/runtime/generator/template/opencl_gl_wrappers.hpp.in +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/opencl/runtime/generator/template/static_impl.hpp.in +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/opencl/runtime/opencl_clblas.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/opencl/runtime/opencl_clfft.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/opencl/runtime/opencl_core.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/opencl/runtime/runtime_common.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/opencl/set_identity.cl +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/opencl/split_merge.cl +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/opencl/transpose.cl +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/opengl.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/out.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/ovx.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/parallel/factory_parallel.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/parallel/parallel.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/parallel/parallel.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/parallel/parallel_openmp.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/parallel/parallel_tbb.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/parallel/plugin_parallel_api.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/parallel/plugin_parallel_wrapper.impl.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/parallel/registry_parallel.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/parallel/registry_parallel.impl.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/parallel.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/parallel_impl.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/parallel_impl.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/pca.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/persistence.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/persistence.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/persistence_base64_encoding.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/persistence_base64_encoding.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/persistence_impl.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/persistence_json.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/persistence_types.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/persistence_xml.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/persistence_yml.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/rand.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/softfloat.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/split.dispatch.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/split.simd.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/stat.dispatch.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/stat.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/stat.simd.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/stat_c.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/stl.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/sum.dispatch.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/sum.simd.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/system.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/tables.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/trace.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/types.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/umatrix.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/umatrix.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/utils/datafile.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/utils/filesystem.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/utils/logtagconfig.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/utils/logtagconfigparser.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/utils/logtagconfigparser.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/utils/logtagmanager.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/utils/logtagmanager.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/utils/plugin_loader.impl.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/utils/samples.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/va_intel.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/src/va_wrapper.impl.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/test/ocl/test_arithm.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/test/ocl/test_channels.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/test/ocl/test_dft.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/test/ocl/test_gemm.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/test/ocl/test_image2d.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/test/ocl/test_matrix_expr.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/test/ocl/test_matrix_operation.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/test/ocl/test_opencl.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/test/ref_reduce_arg.impl.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/test/test_arithm.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/test/test_async.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/test/test_concatenation.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/test/test_conjugate_gradient.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/test/test_countnonzero.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/test/test_cuda.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/test/test_downhill_simplex.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/test/test_ds.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/test/test_dxt.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/test/test_eigen.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/test/test_hal_core.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/test/test_hasnonzero.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/test/test_intrin.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/test/test_intrin128.simd.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/test/test_intrin256.simd.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/test/test_intrin512.simd.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/test/test_intrin_emulator.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/test/test_intrin_utils.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/test/test_io.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/test/test_logtagconfigparser.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/test/test_logtagmanager.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/test/test_lpsolver.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/test/test_main.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/test/test_mat.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/test/test_math.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/test/test_misc.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/test/test_opencl.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/test/test_operations.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/test/test_precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/test/test_ptr.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/test/test_quaternion.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/test/test_rand.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/test/test_rotatedrect.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/test/test_umat.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/test/test_utils.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/core/test/test_utils_tls.impl.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/cmake/hooks/INIT_MODULE_SOURCES_opencv_dnn.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/cmake/init.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/cmake/plugin.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/include/opencv2/dnn/all_layers.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/include/opencv2/dnn/dict.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/include/opencv2/dnn/dnn.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/include/opencv2/dnn/dnn.inl.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/include/opencv2/dnn/layer.details.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/include/opencv2/dnn/layer.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/include/opencv2/dnn/layer_reg.private.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/include/opencv2/dnn/shape_utils.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/include/opencv2/dnn/utils/debug_utils.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/include/opencv2/dnn/utils/inference_engine.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/include/opencv2/dnn/version.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/include/opencv2/dnn.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/misc/caffe/opencv-caffe.pb.cc +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/misc/caffe/opencv-caffe.pb.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/misc/face_detector_accuracy.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/misc/java/filelist_common +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/misc/java/gen_dict.json +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/misc/java/src/cpp/dnn_converters.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/misc/java/src/cpp/dnn_converters.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/misc/java/test/DnnListRegressionTest.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/misc/java/test/DnnTensorFlowTest.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/misc/objc/gen_dict.json +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/misc/onnx/opencv-onnx.pb.cc +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/misc/onnx/opencv-onnx.pb.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/misc/plugin/openvino/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/misc/python/pyopencv_dnn.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/misc/python/test/test_dnn.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/misc/quantize_face_detector.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/misc/tensorflow/attr_value.pb.cc +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/misc/tensorflow/attr_value.pb.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/misc/tensorflow/function.pb.cc +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/misc/tensorflow/function.pb.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/misc/tensorflow/graph.pb.cc +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/misc/tensorflow/graph.pb.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/misc/tensorflow/op_def.pb.cc +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/misc/tensorflow/op_def.pb.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/misc/tensorflow/tensor.pb.cc +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/misc/tensorflow/tensor.pb.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/misc/tensorflow/tensor_shape.pb.cc +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/misc/tensorflow/tensor_shape.pb.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/misc/tensorflow/types.pb.cc +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/misc/tensorflow/types.pb.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/misc/tensorflow/versions.pb.cc +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/misc/tensorflow/versions.pb.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/misc/tflite/schema_generated.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/perf/perf_caffe.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/perf/perf_common.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/perf/perf_convolution.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/perf/perf_convolution1d.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/perf/perf_convolution3d.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/perf/perf_einsum.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/perf/perf_gemm.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/perf/perf_layer.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/perf/perf_main.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/perf/perf_net.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/perf/perf_precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/perf/perf_recurrent.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/backend.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/backend.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/caffe/caffe_importer.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/caffe/caffe_io.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/caffe/caffe_io.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/caffe/caffe_shrinker.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/caffe/glog_emulator.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/caffe/opencv-caffe.proto +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/cuda/activation_eltwise.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/cuda/activations.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/cuda/array.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/cuda/atomics.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/cuda/bbox_utils.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/cuda/bias_activation.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/cuda/bias_activation_eltwise.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/cuda/bias_eltwise_activation.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/cuda/block_stride_range.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/cuda/concat.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/cuda/crop_and_resize.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/cuda/detection_output.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/cuda/eltwise_activation.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/cuda/eltwise_ops.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/cuda/execution.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/cuda/fill_copy.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/cuda/fp_conversion.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/cuda/functors.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/cuda/grid_nms.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/cuda/grid_stride_range.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/cuda/index_helpers.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/cuda/kernel_dispatcher.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/cuda/limits.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/cuda/math.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/cuda/max_unpooling.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/cuda/memory.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/cuda/mvn.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/cuda/normalize.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/cuda/padding.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/cuda/permute.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/cuda/prior_box.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/cuda/region.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/cuda/resize.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/cuda/roi_pooling.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/cuda/scale_shift.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/cuda/shortcut.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/cuda/slice.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/cuda/types.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/cuda/vector_traits.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/cuda4dnn/csl/cublas.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/cuda4dnn/csl/cudnn/activation.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/cuda4dnn/csl/cudnn/convolution.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/cuda4dnn/csl/cudnn/cudnn.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/cuda4dnn/csl/cudnn/lrn.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/cuda4dnn/csl/cudnn/pooling.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/cuda4dnn/csl/cudnn/recurrent.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/cuda4dnn/csl/cudnn/softmax.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/cuda4dnn/csl/cudnn/transform.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/cuda4dnn/csl/cudnn/transpose_convolution.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/cuda4dnn/csl/cudnn.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/cuda4dnn/csl/error.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/cuda4dnn/csl/event.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/cuda4dnn/csl/memory.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/cuda4dnn/csl/nvcc_defs.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/cuda4dnn/csl/pointer.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/cuda4dnn/csl/span.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/cuda4dnn/csl/stream.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/cuda4dnn/csl/tensor.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/cuda4dnn/csl/tensor_ops.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/cuda4dnn/csl/workspace.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/cuda4dnn/cxx_utils/is_iterator.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/cuda4dnn/cxx_utils/resizable_static_array.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/cuda4dnn/init.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/cuda4dnn/kernels/activation_eltwise.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/cuda4dnn/kernels/activations.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/cuda4dnn/kernels/bias_activation.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/cuda4dnn/kernels/bias_activation_eltwise.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/cuda4dnn/kernels/bias_eltwise_activation.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/cuda4dnn/kernels/concat.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/cuda4dnn/kernels/crop_and_resize.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/cuda4dnn/kernels/detection_output.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/cuda4dnn/kernels/eltwise_activation.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/cuda4dnn/kernels/eltwise_ops.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/cuda4dnn/kernels/fill_copy.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/cuda4dnn/kernels/fp_conversion.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/cuda4dnn/kernels/grid_nms.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/cuda4dnn/kernels/max_unpooling.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/cuda4dnn/kernels/mvn.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/cuda4dnn/kernels/normalize.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/cuda4dnn/kernels/padding.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/cuda4dnn/kernels/permute.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/cuda4dnn/kernels/prior_box.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/cuda4dnn/kernels/region.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/cuda4dnn/kernels/resize.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/cuda4dnn/kernels/roi_pooling.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/cuda4dnn/kernels/scale_shift.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/cuda4dnn/kernels/shortcut.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/cuda4dnn/kernels/slice.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/cuda4dnn/primitives/activation.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/cuda4dnn/primitives/batch_norm.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/cuda4dnn/primitives/concat.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/cuda4dnn/primitives/const.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/cuda4dnn/primitives/convolution.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/cuda4dnn/primitives/crop_and_resize.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/cuda4dnn/primitives/detection_output.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/cuda4dnn/primitives/eltwise.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/cuda4dnn/primitives/group_norm.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/cuda4dnn/primitives/inner_product.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/cuda4dnn/primitives/instance_norm.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/cuda4dnn/primitives/layer_norm.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/cuda4dnn/primitives/lrn.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/cuda4dnn/primitives/matmul.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/cuda4dnn/primitives/matmul_broadcast.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/cuda4dnn/primitives/max_unpooling.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/cuda4dnn/primitives/mvn.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/cuda4dnn/primitives/normalize_bbox.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/cuda4dnn/primitives/padding.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/cuda4dnn/primitives/permute.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/cuda4dnn/primitives/pooling.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/cuda4dnn/primitives/prior_box.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/cuda4dnn/primitives/recurrent_cells.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/cuda4dnn/primitives/region.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/cuda4dnn/primitives/reorg.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/cuda4dnn/primitives/reshape.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/cuda4dnn/primitives/resize.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/cuda4dnn/primitives/roi_pooling.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/cuda4dnn/primitives/scale_shift.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/cuda4dnn/primitives/shortcut.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/cuda4dnn/primitives/shuffle_channel.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/cuda4dnn/primitives/slice.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/cuda4dnn/primitives/softmax.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/cuda4dnn/primitives/split.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/cuda4dnn/primitives/transpose_convolution.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/darknet/darknet_importer.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/darknet/darknet_io.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/darknet/darknet_io.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/debug_utils.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/dnn.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/dnn_common.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/dnn_params.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/dnn_read.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/dnn_utils.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/factory.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/graph_simplifier.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/graph_simplifier.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/halide_scheduler.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/halide_scheduler.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/ie_ngraph.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/ie_ngraph.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/init.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/int8layers/batch_norm_layer.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/int8layers/convolution_layer.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/int8layers/elementwise_layers.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/int8layers/eltwise_layer.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/int8layers/fully_connected_layer.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/int8layers/layers_common.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/int8layers/layers_common.simd.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/int8layers/layers_rvp052.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/int8layers/layers_rvp052.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/int8layers/pooling_layer.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/int8layers/quantization_utils.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/int8layers/scale_layer.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/int8layers/softmax_layer.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/layer.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/layer_factory.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/layer_internals.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/layers/accum_layer.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/layers/arg_layer.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/layers/attention_layer.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/layers/batch_norm_layer.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/layers/blank_layer.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/layers/concat_layer.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/layers/const_layer.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/layers/convolution_layer.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/layers/correlation_layer.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/layers/cpu_kernels/conv_block.simd.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/layers/cpu_kernels/conv_depthwise.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/layers/cpu_kernels/conv_depthwise.simd.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/layers/cpu_kernels/conv_winograd_f63.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/layers/cpu_kernels/conv_winograd_f63.neon.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/layers/cpu_kernels/conv_winograd_f63.simd.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/layers/cpu_kernels/convolution.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/layers/cpu_kernels/convolution.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/layers/cpu_kernels/fast_gemm.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/layers/cpu_kernels/fast_gemm.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/layers/cpu_kernels/fast_gemm_kernels.default.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/layers/cpu_kernels/fast_gemm_kernels.simd.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/layers/cpu_kernels/fast_norm.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/layers/cpu_kernels/fast_norm.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/layers/cpu_kernels/softmax.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/layers/cpu_kernels/softmax.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/layers/crop_and_resize_layer.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/layers/cumsum_layer.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/layers/detection_output_layer.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/layers/einsum_layer.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/layers/elementwise_layers.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/layers/eltwise_layer.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/layers/expand_layer.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/layers/flatten_layer.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/layers/flow_warp_layer.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/layers/fully_connected_layer.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/layers/gather_elements_layer.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/layers/gather_layer.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/layers/gemm_layer.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/layers/group_norm_layer.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/layers/instance_norm_layer.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/layers/layer_norm.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/layers/layers_common.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/layers/layers_common.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/layers/layers_common.simd.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/layers/lrn_layer.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/layers/matmul_layer.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/layers/max_unpooling_layer.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/layers/mvn_layer.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/layers/nary_eltwise_layers.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/layers/normalize_bbox_layer.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/layers/not_implemented_layer.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/layers/padding_layer.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/layers/permute_layer.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/layers/pooling_layer.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/layers/prior_box_layer.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/layers/proposal_layer.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/layers/recurrent_layers.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/layers/reduce_layer.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/layers/region_layer.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/layers/reorg_layer.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/layers/reshape_layer.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/layers/resize_layer.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/layers/scale_layer.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/layers/scatterND_layer.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/layers/scatter_layer.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/layers/shuffle_channel_layer.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/layers/slice_layer.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/layers/softmax_layer.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/layers/split_layer.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/layers/tile_layer.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/legacy_backend.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/legacy_backend.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/math_utils.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/model.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/net.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/net_cann.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/net_impl.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/net_impl.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/net_impl_backend.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/net_impl_fuse.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/net_openvino.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/net_quantization.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/nms.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/nms.inl.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/ocl4dnn/include/common.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/ocl4dnn/include/default_kernel_config.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/ocl4dnn/include/math_functions.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/ocl4dnn/include/ocl4dnn.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/ocl4dnn/src/common.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/ocl4dnn/src/math_functions.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/ocl4dnn/src/ocl4dnn_conv_spatial.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/ocl4dnn/src/ocl4dnn_inner_product.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/ocl4dnn/src/ocl4dnn_lrn.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/ocl4dnn/src/ocl4dnn_pool.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/ocl4dnn/src/ocl4dnn_softmax.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/onnx/onnx_graph_simplifier.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/onnx/onnx_graph_simplifier.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/onnx/onnx_importer.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/onnx/opencv-onnx.proto +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/op_cann.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/op_cann.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/op_cuda.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/op_cuda.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/op_halide.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/op_halide.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/op_inf_engine.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/op_inf_engine.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/op_timvx.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/op_timvx.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/op_vkcom.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/op_vkcom.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/op_webnn.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/op_webnn.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/opencl/activations.cl +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/opencl/batchnorm.cl +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/opencl/col2im.cl +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/opencl/concat.cl +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/opencl/conv_layer_spatial.cl +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/opencl/conv_spatial_helper.cl +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/opencl/detection_output.cl +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/opencl/dummy.cl +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/opencl/eltwise.cl +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/opencl/gemm_buffer.cl +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/opencl/gemm_image.cl +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/opencl/im2col.cl +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/opencl/lrn.cl +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/opencl/math.cl +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/opencl/matvec_mul.cl +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/opencl/mvn.cl +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/opencl/ocl4dnn_lrn.cl +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/opencl/ocl4dnn_pooling.cl +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/opencl/permute.cl +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/opencl/pooling.cl +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/opencl/prior_box.cl +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/opencl/region.cl +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/opencl/slice.cl +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/opencl/softmax.cl +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/opencl/softmax_loss.cl +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/plugin_api.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/plugin_wrapper.impl.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/registry.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/tensorflow/attr_value.proto +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/tensorflow/function.proto +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/tensorflow/graph.proto +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/tensorflow/op_def.proto +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/tensorflow/tensor.proto +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/tensorflow/tensor_shape.proto +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/tensorflow/tf_graph_simplifier.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/tensorflow/tf_graph_simplifier.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/tensorflow/tf_importer.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/tensorflow/tf_io.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/tensorflow/tf_io.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/tensorflow/types.proto +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/tensorflow/versions.proto +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/tflite/builtin_op_data.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/tflite/schema.fbs +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/tflite/tflite_importer.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/torch/COPYRIGHT.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/torch/THDiskFile.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/torch/THDiskFile.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/torch/THFile.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/torch/THFile.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/torch/THFilePrivate.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/torch/THGeneral.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/torch/THGeneral.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/torch/torch_importer.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/vkcom/include/buffer.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/vkcom/include/command.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/vkcom/include/context.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/vkcom/include/fence.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/vkcom/include/op_base.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/vkcom/include/op_conv.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/vkcom/include/op_matmul.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/vkcom/include/op_naryeltwise.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/vkcom/include/pipeline.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/vkcom/include/tensor.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/vkcom/include/vkcom.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/vkcom/shader/conv_1x1_fast.comp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/vkcom/shader/conv_1x1_fast_spv.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/vkcom/shader/conv_depthwise.comp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/vkcom/shader/conv_depthwise_3x3.comp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/vkcom/shader/conv_depthwise_3x3_spv.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/vkcom/shader/conv_depthwise_spv.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/vkcom/shader/conv_implicit_gemm.comp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/vkcom/shader/conv_implicit_gemm_spv.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/vkcom/shader/gemm.comp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/vkcom/shader/gemm_spv.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/vkcom/shader/nary_eltwise_binary_forward.comp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/vkcom/shader/nary_eltwise_binary_forward_spv.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/vkcom/shader/spirv_generator.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/vkcom/shader/spv_shader.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/vkcom/shader/spv_shader.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/vkcom/src/buffer.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/vkcom/src/command.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/vkcom/src/context.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/vkcom/src/fence.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/vkcom/src/internal.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/vkcom/src/internal.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/vkcom/src/op_base.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/vkcom/src/op_conv.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/vkcom/src/op_matmul.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/vkcom/src/op_naryEltwise.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/vkcom/src/pipeline.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/vkcom/src/tensor.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/vkcom/vulkan/function_list.inl.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/vkcom/vulkan/vk_functions.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/vkcom/vulkan/vk_functions.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/vkcom/vulkan/vk_loader.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/vkcom/vulkan/vk_loader.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/src/webnn/README.md +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/test/cityscapes_semsegm_test_enet.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/test/imagenet_cls_test_alexnet.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/test/imagenet_cls_test_googlenet.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/test/imagenet_cls_test_inception.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/test/npy_blob.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/test/npy_blob.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/test/pascal_semsegm_test_fcn.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/test/test_backends.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/test/test_caffe_importer.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/test/test_common.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/test/test_common.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/test/test_common.impl.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/test/test_darknet_importer.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/test/test_googlenet.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/test/test_graph_simplifier.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/test/test_ie_models.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/test/test_int8_layers.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/test/test_layers.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/test/test_main.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/test/test_misc.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/test/test_model.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/test/test_nms.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/test/test_onnx_conformance.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/test/test_onnx_conformance_layer_filter__cuda_denylist.inl.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/test/test_onnx_conformance_layer_filter__halide_denylist.inl.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/test/test_onnx_conformance_layer_filter__openvino.inl.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/test/test_onnx_conformance_layer_filter__vulkan_denylist.inl.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/test/test_onnx_conformance_layer_filter_opencv_all_denylist.inl.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/test/test_onnx_conformance_layer_filter_opencv_cpu_denylist.inl.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/test/test_onnx_conformance_layer_filter_opencv_denylist.inl.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/test/test_onnx_conformance_layer_filter_opencv_ocl_fp16_denylist.inl.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/test/test_onnx_conformance_layer_filter_opencv_ocl_fp32_denylist.inl.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/test/test_onnx_conformance_layer_parser_denylist.inl.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/test/test_onnx_importer.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/test/test_precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/test/test_tf_importer.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/test/test_tflite_importer.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/dnn/test/test_torch_importer.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/features2d/3rdparty/mscr/chi_table.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/features2d/3rdparty/mscr/chi_table_LICENSE.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/features2d/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/features2d/doc/agast.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/features2d/doc/agast_score.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/features2d/doc/read_file_nondiff32.pl +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/features2d/doc/read_file_score32.pl +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/features2d/doc/run_agast_tables.bat +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/features2d/include/opencv2/features2d/features2d.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/features2d/include/opencv2/features2d/hal/interface.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/features2d/include/opencv2/features2d.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/features2d/misc/java/filelist +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/features2d/misc/java/filelist_common +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/features2d/misc/java/gen_dict.json +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/features2d/misc/java/src/cpp/features2d_converters.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/features2d/misc/java/src/cpp/features2d_converters.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/features2d/misc/java/test/AGASTFeatureDetectorTest.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/features2d/misc/java/test/AKAZEDescriptorExtractorTest.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/features2d/misc/java/test/BOWImgDescriptorExtractorTest.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/features2d/misc/java/test/BRIEFDescriptorExtractorTest.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/features2d/misc/java/test/BRISKDescriptorExtractorTest.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/features2d/misc/java/test/BruteForceDescriptorMatcherTest.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/features2d/misc/java/test/BruteForceHammingDescriptorMatcherTest.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/features2d/misc/java/test/BruteForceHammingLUTDescriptorMatcherTest.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/features2d/misc/java/test/BruteForceL1DescriptorMatcherTest.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/features2d/misc/java/test/BruteForceSL2DescriptorMatcherTest.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/features2d/misc/java/test/DENSEFeatureDetectorTest.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/features2d/misc/java/test/FASTFeatureDetectorTest.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/features2d/misc/java/test/Features2dTest.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/features2d/misc/java/test/FlannBasedDescriptorMatcherTest.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/features2d/misc/java/test/GFTTFeatureDetectorTest.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/features2d/misc/java/test/HARRISFeatureDetectorTest.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/features2d/misc/java/test/KAZEDescriptorExtractorTest.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/features2d/misc/java/test/MSERFeatureDetectorTest.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/features2d/misc/java/test/ORBDescriptorExtractorTest.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/features2d/misc/java/test/ORBFeatureDetectorTest.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/features2d/misc/java/test/SIFTDescriptorExtractorTest.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/features2d/misc/java/test/SIFTFeatureDetectorTest.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/features2d/misc/java/test/SIMPLEBLOBFeatureDetectorTest.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/features2d/misc/objc/gen_dict.json +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/features2d/misc/python/pyopencv_features2d.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/features2d/misc/python/test/test_feature_homography.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/features2d/perf/opencl/perf_brute_force_matcher.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/features2d/perf/opencl/perf_feature2d.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/features2d/perf/perf_batchDistance.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/features2d/perf/perf_feature2d.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/features2d/perf/perf_feature2d.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/features2d/perf/perf_main.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/features2d/perf/perf_precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/features2d/src/affine_feature.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/features2d/src/agast.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/features2d/src/agast_score.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/features2d/src/agast_score.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/features2d/src/akaze.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/features2d/src/bagofwords.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/features2d/src/blobdetector.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/features2d/src/brisk.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/features2d/src/draw.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/features2d/src/dynamic.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/features2d/src/evaluation.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/features2d/src/fast.avx2.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/features2d/src/fast.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/features2d/src/fast.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/features2d/src/fast_score.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/features2d/src/fast_score.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/features2d/src/feature2d.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/features2d/src/gftt.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/features2d/src/hal_replacement.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/features2d/src/kaze/AKAZEConfig.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/features2d/src/kaze/AKAZEFeatures.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/features2d/src/kaze/AKAZEFeatures.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/features2d/src/kaze/KAZEConfig.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/features2d/src/kaze/KAZEFeatures.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/features2d/src/kaze/KAZEFeatures.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/features2d/src/kaze/TEvolution.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/features2d/src/kaze/fed.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/features2d/src/kaze/fed.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/features2d/src/kaze/nldiffusion_functions.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/features2d/src/kaze/nldiffusion_functions.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/features2d/src/kaze/utils.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/features2d/src/kaze.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/features2d/src/keypoint.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/features2d/src/main.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/features2d/src/matchers.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/features2d/src/mser.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/features2d/src/opencl/akaze.cl +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/features2d/src/opencl/brute_force_match.cl +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/features2d/src/opencl/fast.cl +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/features2d/src/opencl/orb.cl +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/features2d/src/orb.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/features2d/src/precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/features2d/src/sift.dispatch.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/features2d/src/sift.simd.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/features2d/test/ocl/test_brute_force_matcher.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/features2d/test/ocl/test_feature2d.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/features2d/test/test_affine_feature.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/features2d/test/test_agast.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/features2d/test/test_akaze.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/features2d/test/test_blobdetector.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/features2d/test/test_brisk.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/features2d/test/test_descriptors_invariance.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/features2d/test/test_descriptors_invariance.impl.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/features2d/test/test_descriptors_regression.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/features2d/test/test_descriptors_regression.impl.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/features2d/test/test_detectors_invariance.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/features2d/test/test_detectors_invariance.impl.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/features2d/test/test_detectors_regression.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/features2d/test/test_detectors_regression.impl.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/features2d/test/test_drawing.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/features2d/test/test_fast.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/features2d/test/test_invariance_utils.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/features2d/test/test_keypoints.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/features2d/test/test_main.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/features2d/test/test_matchers_algorithmic.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/features2d/test/test_mser.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/features2d/test/test_nearestneighbors.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/features2d/test/test_orb.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/features2d/test/test_precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/features2d/test/test_sift.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/features2d/test/test_utils.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/flann/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/flann/include/opencv2/flann/all_indices.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/flann/include/opencv2/flann/allocator.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/flann/include/opencv2/flann/any.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/flann/include/opencv2/flann/autotuned_index.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/flann/include/opencv2/flann/composite_index.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/flann/include/opencv2/flann/config.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/flann/include/opencv2/flann/defines.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/flann/include/opencv2/flann/dist.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/flann/include/opencv2/flann/dummy.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/flann/include/opencv2/flann/dynamic_bitset.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/flann/include/opencv2/flann/flann.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/flann/include/opencv2/flann/flann_base.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/flann/include/opencv2/flann/general.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/flann/include/opencv2/flann/ground_truth.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/flann/include/opencv2/flann/hdf5.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/flann/include/opencv2/flann/heap.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/flann/include/opencv2/flann/hierarchical_clustering_index.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/flann/include/opencv2/flann/index_testing.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/flann/include/opencv2/flann/kdtree_index.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/flann/include/opencv2/flann/kdtree_single_index.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/flann/include/opencv2/flann/kmeans_index.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/flann/include/opencv2/flann/linear_index.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/flann/include/opencv2/flann/logger.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/flann/include/opencv2/flann/lsh_index.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/flann/include/opencv2/flann/lsh_table.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/flann/include/opencv2/flann/matrix.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/flann/include/opencv2/flann/miniflann.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/flann/include/opencv2/flann/nn_index.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/flann/include/opencv2/flann/object_factory.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/flann/include/opencv2/flann/params.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/flann/include/opencv2/flann/random.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/flann/include/opencv2/flann/result_set.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/flann/include/opencv2/flann/sampling.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/flann/include/opencv2/flann/saving.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/flann/include/opencv2/flann/simplex_downhill.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/flann/include/opencv2/flann/timer.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/flann/include/opencv2/flann.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/flann/misc/python/pyopencv_flann.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/flann/misc/python/test/test_flann_based_matcher.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/flann/src/flann.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/flann/src/miniflann.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/flann/src/precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/flann/test/test_lshtable_badarg.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/flann/test/test_main.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/flann/test/test_precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/cmake/DownloadADE.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/cmake/init.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/cmake/standalone.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/doc/00-root.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/doc/01-background.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/doc/10-hld-overview.md +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/doc/20-kernel-api.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/doc/30-implementation.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/doc/pics/demo.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/doc/pics/gapi_scheme.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/doc/pics/render_example.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/doc/slides/.gitignore +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/doc/slides/README.md +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/doc/slides/gapi_overview.org +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/doc/slides/get_sty.sh +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/doc/slides/ocv_logo.eps +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/include/opencv2/gapi/core.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/include/opencv2/gapi/cpu/core.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/include/opencv2/gapi/cpu/gcpukernel.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/include/opencv2/gapi/cpu/imgproc.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/include/opencv2/gapi/cpu/ot.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/include/opencv2/gapi/cpu/stereo.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/include/opencv2/gapi/cpu/video.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/include/opencv2/gapi/fluid/core.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/include/opencv2/gapi/fluid/gfluidbuffer.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/include/opencv2/gapi/fluid/gfluidkernel.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/include/opencv2/gapi/fluid/imgproc.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/include/opencv2/gapi/garg.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/include/opencv2/gapi/garray.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/include/opencv2/gapi/gasync_context.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/include/opencv2/gapi/gcall.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/include/opencv2/gapi/gcommon.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/include/opencv2/gapi/gcompiled.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/include/opencv2/gapi/gcompiled_async.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/include/opencv2/gapi/gcompoundkernel.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/include/opencv2/gapi/gcomputation.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/include/opencv2/gapi/gcomputation_async.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/include/opencv2/gapi/gframe.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/include/opencv2/gapi/gkernel.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/include/opencv2/gapi/gmat.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/include/opencv2/gapi/gmetaarg.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/include/opencv2/gapi/gopaque.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/include/opencv2/gapi/gproto.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/include/opencv2/gapi/gpu/core.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/include/opencv2/gapi/gpu/ggpukernel.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/include/opencv2/gapi/gpu/imgproc.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/include/opencv2/gapi/gscalar.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/include/opencv2/gapi/gstreaming.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/include/opencv2/gapi/gtransform.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/include/opencv2/gapi/gtype_traits.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/include/opencv2/gapi/gtyped.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/include/opencv2/gapi/imgproc.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/include/opencv2/gapi/infer/bindings_ie.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/include/opencv2/gapi/infer/bindings_onnx.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/include/opencv2/gapi/infer/bindings_ov.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/include/opencv2/gapi/infer/ie.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/include/opencv2/gapi/infer/onnx.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/include/opencv2/gapi/infer/ov.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/include/opencv2/gapi/infer/parsers.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/include/opencv2/gapi/infer.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/include/opencv2/gapi/media.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/include/opencv2/gapi/oak/infer.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/include/opencv2/gapi/oak/oak.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/include/opencv2/gapi/ocl/core.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/include/opencv2/gapi/ocl/goclkernel.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/include/opencv2/gapi/ocl/imgproc.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/include/opencv2/gapi/opencv_includes.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/include/opencv2/gapi/operators.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/include/opencv2/gapi/ot.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/include/opencv2/gapi/own/assert.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/include/opencv2/gapi/own/convert.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/include/opencv2/gapi/own/cvdefs.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/include/opencv2/gapi/own/exports.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/include/opencv2/gapi/own/mat.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/include/opencv2/gapi/own/saturate.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/include/opencv2/gapi/own/scalar.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/include/opencv2/gapi/own/types.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/include/opencv2/gapi/plaidml/core.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/include/opencv2/gapi/plaidml/gplaidmlkernel.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/include/opencv2/gapi/plaidml/plaidml.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/include/opencv2/gapi/python/python.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/include/opencv2/gapi/render/render.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/include/opencv2/gapi/render/render_types.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/include/opencv2/gapi/render.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/include/opencv2/gapi/rmat.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/include/opencv2/gapi/s11n/base.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/include/opencv2/gapi/s11n.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/include/opencv2/gapi/stereo.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/include/opencv2/gapi/streaming/cap.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/include/opencv2/gapi/streaming/desync.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/include/opencv2/gapi/streaming/format.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/include/opencv2/gapi/streaming/gstreamer/gstreamerpipeline.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/include/opencv2/gapi/streaming/gstreamer/gstreamersource.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/include/opencv2/gapi/streaming/meta.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/include/opencv2/gapi/streaming/onevpl/accel_types.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/include/opencv2/gapi/streaming/onevpl/cfg_params.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/include/opencv2/gapi/streaming/onevpl/data_provider_interface.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/include/opencv2/gapi/streaming/onevpl/default.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/include/opencv2/gapi/streaming/onevpl/device_selector_interface.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/include/opencv2/gapi/streaming/onevpl/source.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/include/opencv2/gapi/streaming/queue_source.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/include/opencv2/gapi/streaming/source.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/include/opencv2/gapi/streaming/sync.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/include/opencv2/gapi/util/any.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/include/opencv2/gapi/util/compiler_hints.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/include/opencv2/gapi/util/copy_through_move.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/include/opencv2/gapi/util/optional.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/include/opencv2/gapi/util/throw.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/include/opencv2/gapi/util/type_traits.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/include/opencv2/gapi/util/util.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/include/opencv2/gapi/util/variant.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/include/opencv2/gapi/video.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/include/opencv2/gapi.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/misc/python/package/gapi/__init__.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/misc/python/pyopencv_gapi.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/misc/python/python_bridge.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/misc/python/samples/gaze_estimation.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/misc/python/shadow_gapi.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/misc/python/test/test_gapi_core.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/misc/python/test/test_gapi_imgproc.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/misc/python/test/test_gapi_infer.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/misc/python/test/test_gapi_infer_onnx.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/misc/python/test/test_gapi_infer_ov.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/misc/python/test/test_gapi_kernels.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/misc/python/test/test_gapi_ot.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/misc/python/test/test_gapi_render.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/misc/python/test/test_gapi_sample_pipelines.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/misc/python/test/test_gapi_stateful_kernel.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/misc/python/test/test_gapi_streaming.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/misc/python/test/test_gapi_types.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/perf/common/gapi_core_perf_tests.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/perf/common/gapi_core_perf_tests.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/perf/common/gapi_core_perf_tests_inl.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/perf/common/gapi_imgproc_perf_tests.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/perf/common/gapi_imgproc_perf_tests.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/perf/common/gapi_imgproc_perf_tests_inl.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/perf/common/gapi_render_perf_tests.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/perf/common/gapi_render_perf_tests.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/perf/common/gapi_render_perf_tests_inl.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/perf/common/gapi_video_perf_tests.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/perf/common/gapi_video_perf_tests.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/perf/common/gapi_video_perf_tests_inl.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/perf/cpu/gapi_core_perf_tests_cpu.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/perf/cpu/gapi_core_perf_tests_fluid.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/perf/cpu/gapi_imgproc_perf_tests_cpu.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/perf/cpu/gapi_imgproc_perf_tests_fluid.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/perf/cpu/gapi_video_perf_tests_cpu.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/perf/gpu/gapi_core_perf_tests_gpu.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/perf/gpu/gapi_imgproc_perf_tests_gpu.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/perf/internal/gapi_compiler_perf_tests.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/perf/perf_bench.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/perf/perf_main.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/perf/perf_precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/perf/render/gapi_render_perf_tests_ocv.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/perf/streaming/gapi_streaming_source_perf_tests.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/samples/api_example.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/samples/data/config_template.yml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/samples/draw_example.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/samples/face_detection_mtcnn.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/samples/gaze_estimation.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/samples/infer_ie_onnx_hybrid.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/samples/infer_single_roi.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/samples/infer_ssd_onnx.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/samples/oak_basic_infer.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/samples/oak_copy.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/samples/oak_rgb_camera_encoding.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/samples/oak_small_hetero_pipeline.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/samples/onevpl_infer_with_advanced_device_selection.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/samples/onevpl_source_to_bgr_conv.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/samples/pipeline_modeling_tool/dummy_source.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/samples/pipeline_modeling_tool/pipeline.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/samples/pipeline_modeling_tool/pipeline_builder.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/samples/pipeline_modeling_tool/test_pipeline_modeling_tool.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/samples/pipeline_modeling_tool/utils.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/samples/pipeline_modeling_tool.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/samples/privacy_masking_camera.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/samples/semantic_segmentation.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/samples/slides_blur_gapi.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/samples/slides_sobel_cv.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/samples/slides_sobel_gapi.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/samples/text_detection.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/scripts/measure_privacy_masking.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/3rdparty/vasot/LICENSE.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/3rdparty/vasot/include/vas/common.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/3rdparty/vasot/include/vas/ot.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/3rdparty/vasot/src/common/exception.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/3rdparty/vasot/src/common/prof.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/3rdparty/vasot/src/components/ot/kalman_filter/kalman_filter_no_opencv.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/3rdparty/vasot/src/components/ot/kalman_filter/kalman_filter_no_opencv.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/3rdparty/vasot/src/components/ot/mtt/hungarian_wrap.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/3rdparty/vasot/src/components/ot/mtt/hungarian_wrap.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/3rdparty/vasot/src/components/ot/mtt/objects_associator.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/3rdparty/vasot/src/components/ot/mtt/objects_associator.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/3rdparty/vasot/src/components/ot/mtt/rgb_histogram.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/3rdparty/vasot/src/components/ot/mtt/rgb_histogram.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/3rdparty/vasot/src/components/ot/object_tracker.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/3rdparty/vasot/src/components/ot/prof_def.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/3rdparty/vasot/src/components/ot/short_term_imageless_tracker.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/3rdparty/vasot/src/components/ot/short_term_imageless_tracker.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/3rdparty/vasot/src/components/ot/tracker.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/3rdparty/vasot/src/components/ot/tracker.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/3rdparty/vasot/src/components/ot/tracklet.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/3rdparty/vasot/src/components/ot/tracklet.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/3rdparty/vasot/src/components/ot/zero_term_imageless_tracker.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/3rdparty/vasot/src/components/ot/zero_term_imageless_tracker.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/api/README.md +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/api/garray.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/api/gbackend.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/api/gbackend_priv.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/api/gcall.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/api/gcall_priv.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/api/gcommon.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/api/gcomputation.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/api/gcomputation_priv.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/api/gframe.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/api/ginfer.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/api/gkernel.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/api/gmat.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/api/gnode.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/api/gnode.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/api/gnode_priv.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/api/gopaque.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/api/gorigin.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/api/gorigin.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/api/gproto.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/api/gproto_priv.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/api/grunarg.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/api/gscalar.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/api/kernels_core.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/api/kernels_imgproc.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/api/kernels_nnparsers.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/api/kernels_ot.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/api/kernels_stereo.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/api/kernels_streaming.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/api/kernels_video.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/api/media.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/api/ocv_mask_creator.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/api/operators.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/api/render.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/api/render_ocv.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/api/render_ocv.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/api/render_priv.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/api/rmat.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/api/s11n.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/backends/README.md +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/backends/common/gbackend.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/backends/common/gcompoundbackend.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/backends/common/gcompoundkernel.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/backends/common/gmetabackend.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/backends/common/gmetabackend.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/backends/common/serialization.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/backends/common/serialization.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/backends/cpu/gcpubackend.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/backends/cpu/gcpubackend.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/backends/cpu/gcpucore.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/backends/cpu/gcpuimgproc.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/backends/cpu/gcpukernel.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/backends/cpu/gcpuot.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/backends/cpu/gcpustereo.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/backends/cpu/gcpuvideo.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/backends/cpu/gnnparsers.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/backends/cpu/gnnparsers.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/backends/fluid/gfluidbackend.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/backends/fluid/gfluidbackend.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/backends/fluid/gfluidbuffer.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/backends/fluid/gfluidbuffer_priv.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/backends/fluid/gfluidcore.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/backends/fluid/gfluidcore_func.dispatch.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/backends/fluid/gfluidcore_func.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/backends/fluid/gfluidcore_func.simd.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/backends/fluid/gfluidcore_simd_sse41.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/backends/fluid/gfluidimgproc.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/backends/fluid/gfluidimgproc_func.dispatch.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/backends/fluid/gfluidimgproc_func.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/backends/fluid/gfluidimgproc_func.simd.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/backends/fluid/gfluidimgproc_simd_avx2.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/backends/fluid/gfluidutils.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/backends/ie/bindings_ie.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/backends/ie/giebackend/giewrapper.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/backends/ie/giebackend/giewrapper.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/backends/ie/giebackend.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/backends/ie/giebackend.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/backends/ie/util.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/backends/oak/goak.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/backends/oak/goak_memory_adapters.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/backends/oak/goakbackend.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/backends/oak/oak_memory_adapters.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/backends/ocl/goclbackend.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/backends/ocl/goclbackend.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/backends/ocl/goclcore.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/backends/ocl/goclcore.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/backends/ocl/goclimgproc.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/backends/ocl/goclimgproc.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/backends/ocl/goclkernel.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/backends/onnx/bindings_onnx.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/backends/onnx/coreml_ep.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/backends/onnx/coreml_ep.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/backends/onnx/dml_ep.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/backends/onnx/dml_ep.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/backends/onnx/gonnxbackend.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/backends/onnx/gonnxbackend.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/backends/ov/bindings_ov.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/backends/ov/govbackend.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/backends/ov/govbackend.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/backends/ov/util.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/backends/plaidml/gplaidmlbackend.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/backends/plaidml/gplaidmlbackend.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/backends/plaidml/gplaidmlcore.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/backends/plaidml/plaidml_util.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/backends/python/gpythonbackend.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/backends/render/ft_render.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/backends/render/ft_render.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/backends/render/ft_render_priv.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/backends/render/grenderocv.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/backends/streaming/gstreamingbackend.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/backends/streaming/gstreamingbackend.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/backends/streaming/gstreamingkernel.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/compiler/README.md +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/compiler/gcompiled.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/compiler/gcompiled_priv.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/compiler/gcompiler.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/compiler/gcompiler.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/compiler/gislandmodel.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/compiler/gislandmodel.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/compiler/gmodel.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/compiler/gmodel.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/compiler/gmodel_priv.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/compiler/gmodelbuilder.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/compiler/gmodelbuilder.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/compiler/gobjref.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/compiler/gstreaming.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/compiler/gstreaming_priv.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/compiler/passes/dump_dot.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/compiler/passes/exec.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/compiler/passes/helpers.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/compiler/passes/helpers.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/compiler/passes/intrin.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/compiler/passes/islands.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/compiler/passes/kernels.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/compiler/passes/meta.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/compiler/passes/passes.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/compiler/passes/pattern_matching.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/compiler/passes/pattern_matching.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/compiler/passes/perform_substitution.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/compiler/passes/streaming.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/compiler/passes/transformations.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/compiler/transactions.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/executor/conc_queue.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/executor/gabstractexecutor.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/executor/gabstractexecutor.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/executor/gabstractstreamingexecutor.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/executor/gabstractstreamingexecutor.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/executor/gasync.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/executor/gexecutor.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/executor/gexecutor.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/executor/gstreamingexecutor.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/executor/gstreamingexecutor.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/executor/gtbbexecutor.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/executor/gtbbexecutor.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/executor/gthreadedexecutor.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/executor/gthreadedexecutor.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/executor/last_value.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/executor/thread_pool.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/executor/thread_pool.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/logger.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/streaming/gstreamer/gstreamer_buffer_utils.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/streaming/gstreamer/gstreamer_buffer_utils.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/streaming/gstreamer/gstreamer_media_adapter.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/streaming/gstreamer/gstreamer_media_adapter.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/streaming/gstreamer/gstreamer_pipeline_facade.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/streaming/gstreamer/gstreamer_pipeline_facade.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/streaming/gstreamer/gstreamerenv.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/streaming/gstreamer/gstreamerenv.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/streaming/gstreamer/gstreamerpipeline.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/streaming/gstreamer/gstreamerpipeline_priv.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/streaming/gstreamer/gstreamerptr.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/streaming/gstreamer/gstreamersource.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/streaming/gstreamer/gstreamersource_priv.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/streaming/onevpl/accelerators/accel_policy_cpu.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/streaming/onevpl/accelerators/accel_policy_cpu.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/streaming/onevpl/accelerators/accel_policy_dx11.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/streaming/onevpl/accelerators/accel_policy_dx11.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/streaming/onevpl/accelerators/accel_policy_interface.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/streaming/onevpl/accelerators/accel_policy_va_api.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/streaming/onevpl/accelerators/accel_policy_va_api.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/streaming/onevpl/accelerators/dx11_alloc_resource.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/streaming/onevpl/accelerators/dx11_alloc_resource.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/streaming/onevpl/accelerators/surface/base_frame_adapter.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/streaming/onevpl/accelerators/surface/base_frame_adapter.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/streaming/onevpl/accelerators/surface/cpu_frame_adapter.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/streaming/onevpl/accelerators/surface/cpu_frame_adapter.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/streaming/onevpl/accelerators/surface/dx11_frame_adapter.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/streaming/onevpl/accelerators/surface/dx11_frame_adapter.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/streaming/onevpl/accelerators/surface/surface.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/streaming/onevpl/accelerators/surface/surface.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/streaming/onevpl/accelerators/surface/surface_pool.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/streaming/onevpl/accelerators/surface/surface_pool.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/streaming/onevpl/accelerators/utils/elastic_barrier.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/streaming/onevpl/accelerators/utils/shared_lock.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/streaming/onevpl/accelerators/utils/shared_lock.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/streaming/onevpl/cfg_param_device_selector.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/streaming/onevpl/cfg_param_device_selector.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/streaming/onevpl/cfg_params.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/streaming/onevpl/cfg_params_parser.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/streaming/onevpl/cfg_params_parser.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/streaming/onevpl/data_provider_defines.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/streaming/onevpl/data_provider_dispatcher.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/streaming/onevpl/data_provider_dispatcher.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/streaming/onevpl/data_provider_interface_exception.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/streaming/onevpl/default.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/streaming/onevpl/demux/async_mfp_demux_data_provider.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/streaming/onevpl/demux/async_mfp_demux_data_provider.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/streaming/onevpl/device_selector_interface.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/streaming/onevpl/engine/decode/decode_engine_legacy.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/streaming/onevpl/engine/decode/decode_engine_legacy.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/streaming/onevpl/engine/decode/decode_session.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/streaming/onevpl/engine/decode/decode_session.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/streaming/onevpl/engine/engine_session.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/streaming/onevpl/engine/engine_session.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/streaming/onevpl/engine/preproc/preproc_dispatcher.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/streaming/onevpl/engine/preproc/preproc_dispatcher.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/streaming/onevpl/engine/preproc/preproc_engine.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/streaming/onevpl/engine/preproc/preproc_engine.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/streaming/onevpl/engine/preproc/preproc_session.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/streaming/onevpl/engine/preproc/preproc_session.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/streaming/onevpl/engine/preproc/utils.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/streaming/onevpl/engine/preproc/utils.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/streaming/onevpl/engine/preproc/vpp_preproc_defines.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/streaming/onevpl/engine/preproc_defines.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/streaming/onevpl/engine/preproc_engine_interface.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/streaming/onevpl/engine/preproc_engine_interface.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/streaming/onevpl/engine/processing_engine_base.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/streaming/onevpl/engine/processing_engine_base.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/streaming/onevpl/engine/transcode/transcode_engine_legacy.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/streaming/onevpl/engine/transcode/transcode_engine_legacy.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/streaming/onevpl/engine/transcode/transcode_session.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/streaming/onevpl/engine/transcode/transcode_session.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/streaming/onevpl/file_data_provider.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/streaming/onevpl/file_data_provider.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/streaming/onevpl/onevpl_export.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/streaming/onevpl/source.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/streaming/onevpl/source_priv.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/streaming/onevpl/source_priv.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/streaming/onevpl/utils.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/streaming/onevpl/utils.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/streaming/queue_source.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/utils/itt.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/src/utils/itt.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/test/common/gapi_compoundkernel_tests.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/test/common/gapi_core_tests.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/test/common/gapi_core_tests.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/test/common/gapi_core_tests_common.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/test/common/gapi_core_tests_inl.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/test/common/gapi_imgproc_tests.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/test/common/gapi_imgproc_tests.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/test/common/gapi_imgproc_tests_common.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/test/common/gapi_imgproc_tests_inl.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/test/common/gapi_operators_tests.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/test/common/gapi_operators_tests.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/test/common/gapi_operators_tests_inl.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/test/common/gapi_parsers_tests_common.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/test/common/gapi_render_tests.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/test/common/gapi_render_tests.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/test/common/gapi_stereo_tests.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/test/common/gapi_stereo_tests.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/test/common/gapi_stereo_tests_inl.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/test/common/gapi_streaming_tests_common.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/test/common/gapi_tests_common.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/test/common/gapi_tests_helpers.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/test/common/gapi_video_tests.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/test/common/gapi_video_tests.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/test/common/gapi_video_tests_common.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/test/common/gapi_video_tests_inl.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/test/cpu/gapi_core_tests_cpu.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/test/cpu/gapi_core_tests_fluid.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/test/cpu/gapi_imgproc_tests_cpu.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/test/cpu/gapi_imgproc_tests_fluid.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/test/cpu/gapi_ocv_stateful_kernel_test_utils.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/test/cpu/gapi_ocv_stateful_kernel_tests.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/test/cpu/gapi_operators_tests_cpu.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/test/cpu/gapi_operators_tests_fluid.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/test/cpu/gapi_ot_tests_cpu.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/test/cpu/gapi_stereo_tests_cpu.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/test/cpu/gapi_video_tests_cpu.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/test/executor/gtbbexecutor_internal_tests.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/test/gapi_array_tests.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/test/gapi_async_test.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/test/gapi_basic_hetero_tests.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/test/gapi_compile_args_tests.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/test/gapi_desc_tests.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/test/gapi_fluid_parallel_rois_test.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/test/gapi_fluid_resize_test.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/test/gapi_fluid_roi_test.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/test/gapi_fluid_test.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/test/gapi_fluid_test_kernels.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/test/gapi_fluid_test_kernels.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/test/gapi_frame_tests.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/test/gapi_gcompiled_tests.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/test/gapi_gcomputation_tests.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/test/gapi_gpu_test.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/test/gapi_graph_meta_tests.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/test/gapi_kernel_tests.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/test/gapi_mat_tests.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/test/gapi_mock_kernels.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/test/gapi_opaque_tests.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/test/gapi_plaidml_pipelines.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/test/gapi_planar_test.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/test/gapi_sample_pipelines.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/test/gapi_scalar_tests.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/test/gapi_smoke_test.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/test/gapi_transform_tests.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/test/gapi_typed_tests.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/test/gapi_util_tests.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/test/gpu/gapi_core_tests_gpu.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/test/gpu/gapi_imgproc_tests_gpu.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/test/gpu/gapi_operators_tests_gpu.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/test/infer/gapi_infer_ie_test.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/test/infer/gapi_infer_onnx_test.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/test/infer/gapi_infer_ov_tests.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/test/infer/gapi_infer_tests.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/test/internal/gapi_int_backend_tests.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/test/internal/gapi_int_dynamic_graph.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/test/internal/gapi_int_executor_tests.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/test/internal/gapi_int_garg_test.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/test/internal/gapi_int_gmetaarg_test.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/test/internal/gapi_int_gmodel_builder_test.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/test/internal/gapi_int_island_fusion_tests.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/test/internal/gapi_int_island_tests.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/test/internal/gapi_int_pattern_matching_test.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/test/internal/gapi_int_perform_substitution_test.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/test/internal/gapi_int_proto_tests.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/test/internal/gapi_int_recompilation_test.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/test/internal/gapi_int_vectorref_test.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/test/internal/gapi_transactions_test.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/test/oak/gapi_tests_oak.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/test/opencl_kernels_test_gapi.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/test/own/conc_queue_tests.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/test/own/gapi_types_tests.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/test/own/last_written_value_tests.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/test/own/mat_tests.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/test/own/scalar_tests.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/test/own/thread_pool_tests.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/test/render/ftp_render_test.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/test/render/gapi_render_tests_ocv.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/test/rmat/rmat_integration_tests.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/test/rmat/rmat_test_common.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/test/rmat/rmat_tests.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/test/rmat/rmat_view_tests.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/test/s11n/gapi_s11n_tests.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/test/s11n/gapi_sample_pipelines_s11n.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/test/streaming/gapi_gstreamer_pipeline_facade_int_tests.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/test/streaming/gapi_gstreamersource_tests.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/test/streaming/gapi_streaming_queue_source_tests.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/test/streaming/gapi_streaming_sync_tests.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/test/streaming/gapi_streaming_tests.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/test/streaming/gapi_streaming_utils_test.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/test/streaming/gapi_streaming_vpl_core_test.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/test/streaming/gapi_streaming_vpl_data_provider.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/test/streaming/gapi_streaming_vpl_device_selector.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/test/streaming/gapi_streaming_vpp_preproc_test.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/test/test_main.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/test/test_precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/test/util/any_tests.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/test/util/optional_tests.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/gapi/test/util/variant_tests.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/highgui/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/highgui/cmake/detect_gtk.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/highgui/cmake/detect_wayland.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/highgui/cmake/detect_win32ui.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/highgui/cmake/init.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/highgui/cmake/plugin.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/highgui/doc/highgui_qt.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/highgui/doc/pics/qtgui.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/highgui/include/opencv2/highgui/highgui.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/highgui/include/opencv2/highgui/highgui_c.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/highgui/include/opencv2/highgui/highgui_winrt.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/highgui/include/opencv2/highgui.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/highgui/misc/java/filelist +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/highgui/misc/java/src/java/highgui+HighGui.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/highgui/misc/java/src/java/highgui+ImageWindow.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/highgui/misc/plugins/build_plugins.sh +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/highgui/misc/plugins/plugin_gtk/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/highgui/misc/plugins/plugin_gtk/Dockerfile-ubuntu-gtk2 +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/highgui/misc/plugins/plugin_gtk/Dockerfile-ubuntu-gtk3 +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/highgui/misc/plugins/plugin_gtk/build.sh +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/highgui/src/backend.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/highgui/src/backend.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/highgui/src/factory.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/highgui/src/files_Qt/Material/106.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/highgui/src/files_Qt/Material/107.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/highgui/src/files_Qt/Material/19.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/highgui/src/files_Qt/Material/23.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/highgui/src/files_Qt/Material/24.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/highgui/src/files_Qt/Material/27.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/highgui/src/files_Qt/Material/28.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/highgui/src/files_Qt/Material/38.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/highgui/src/files_Qt/Material/43.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/highgui/src/files_Qt/Material/61.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/highgui/src/files_Qt/Material/7.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/highgui/src/files_Qt/Material/LICENSE +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/highgui/src/files_Qt/Material/Readme.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/highgui/src/plugin_api.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/highgui/src/plugin_wrapper.impl.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/highgui/src/precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/highgui/src/registry.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/highgui/src/registry.impl.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/highgui/src/roiSelector.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/highgui/src/window.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/highgui/src/window_QT.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/highgui/src/window_QT.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/highgui/src/window_QT.qrc +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/highgui/src/window_cocoa.mm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/highgui/src/window_gtk.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/highgui/src/window_w32.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/highgui/src/window_wayland.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/highgui/src/window_winrt.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/highgui/src/window_winrt_bridge.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/highgui/src/window_winrt_bridge.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/highgui/test/test_gui.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/highgui/test/test_main.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/highgui/test/test_precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgcodecs/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgcodecs/include/opencv2/imgcodecs/imgcodecs.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgcodecs/include/opencv2/imgcodecs/imgcodecs_c.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgcodecs/include/opencv2/imgcodecs/ios.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgcodecs/include/opencv2/imgcodecs/legacy/constants_c.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgcodecs/include/opencv2/imgcodecs/macosx.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgcodecs/include/opencv2/imgcodecs.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgcodecs/misc/java/test/ImgcodecsTest.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgcodecs/misc/objc/gen_dict.json +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgcodecs/misc/objc/ios/MatConverters.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgcodecs/misc/objc/ios/MatConverters.mm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgcodecs/misc/objc/ios/MatQuickLook.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgcodecs/misc/objc/ios/MatQuickLook.mm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgcodecs/misc/objc/macosx/MatConverters.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgcodecs/misc/objc/macosx/MatConverters.mm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgcodecs/misc/objc/macosx/MatQuickLook.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgcodecs/misc/objc/macosx/MatQuickLook.mm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgcodecs/misc/objc/test/ImgcodecsTest.swift +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgcodecs/perf/perf_jpeg.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgcodecs/perf/perf_main.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgcodecs/perf/perf_png.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgcodecs/perf/perf_precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgcodecs/src/apple_conversions.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgcodecs/src/apple_conversions.mm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgcodecs/src/bitstrm.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgcodecs/src/bitstrm.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgcodecs/src/exif.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgcodecs/src/exif.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgcodecs/src/grfmt_avif.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgcodecs/src/grfmt_avif.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgcodecs/src/grfmt_base.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgcodecs/src/grfmt_base.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgcodecs/src/grfmt_bmp.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgcodecs/src/grfmt_bmp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgcodecs/src/grfmt_exr.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgcodecs/src/grfmt_exr.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgcodecs/src/grfmt_gdal.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgcodecs/src/grfmt_gdal.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgcodecs/src/grfmt_gdcm.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgcodecs/src/grfmt_gdcm.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgcodecs/src/grfmt_hdr.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgcodecs/src/grfmt_hdr.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgcodecs/src/grfmt_jpeg.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgcodecs/src/grfmt_jpeg.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgcodecs/src/grfmt_jpeg2000.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgcodecs/src/grfmt_jpeg2000.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgcodecs/src/grfmt_jpeg2000_openjpeg.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgcodecs/src/grfmt_jpeg2000_openjpeg.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgcodecs/src/grfmt_pam.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgcodecs/src/grfmt_pam.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgcodecs/src/grfmt_pfm.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgcodecs/src/grfmt_pfm.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgcodecs/src/grfmt_png.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgcodecs/src/grfmt_png.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgcodecs/src/grfmt_pxm.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgcodecs/src/grfmt_pxm.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgcodecs/src/grfmt_spng.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgcodecs/src/grfmt_spng.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgcodecs/src/grfmt_sunras.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgcodecs/src/grfmt_sunras.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgcodecs/src/grfmt_tiff.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgcodecs/src/grfmt_tiff.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgcodecs/src/grfmt_webp.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgcodecs/src/grfmt_webp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgcodecs/src/grfmts.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgcodecs/src/ios_conversions.mm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgcodecs/src/loadsave.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgcodecs/src/macosx_conversions.mm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgcodecs/src/precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgcodecs/src/rgbe.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgcodecs/src/rgbe.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgcodecs/src/utils.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgcodecs/src/utils.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgcodecs/test/test_avif.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgcodecs/test/test_common.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgcodecs/test/test_common.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgcodecs/test/test_exr.impl.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgcodecs/test/test_grfmt.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgcodecs/test/test_jpeg.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgcodecs/test/test_main.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgcodecs/test/test_png.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgcodecs/test/test_precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgcodecs/test/test_read_write.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgcodecs/test/test_tiff.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgcodecs/test/test_webp.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/doc/colors.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/doc/pics/Bayer_patterns.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/doc/pics/backprojectpatch.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/doc/pics/bayer.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/doc/pics/boundingrect.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/doc/pics/building.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/doc/pics/building_lsd.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/doc/pics/colormaps/colorscale_autumn.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/doc/pics/colormaps/colorscale_bone.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/doc/pics/colormaps/colorscale_cividis.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/doc/pics/colormaps/colorscale_cool.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/doc/pics/colormaps/colorscale_deepgreen.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/doc/pics/colormaps/colorscale_hot.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/doc/pics/colormaps/colorscale_hsv.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/doc/pics/colormaps/colorscale_inferno.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/doc/pics/colormaps/colorscale_jet.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/doc/pics/colormaps/colorscale_magma.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/doc/pics/colormaps/colorscale_mkpj1.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/doc/pics/colormaps/colorscale_mkpj2.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/doc/pics/colormaps/colorscale_ocean.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/doc/pics/colormaps/colorscale_parula.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/doc/pics/colormaps/colorscale_pink.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/doc/pics/colormaps/colorscale_plasma.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/doc/pics/colormaps/colorscale_rainbow.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/doc/pics/colormaps/colorscale_spring.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/doc/pics/colormaps/colorscale_summer.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/doc/pics/colormaps/colorscale_turbo.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/doc/pics/colormaps/colorscale_twilight.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/doc/pics/colormaps/colorscale_twilight_shifted.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/doc/pics/colormaps/colorscale_viridis.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/doc/pics/colormaps/colorscale_winter.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/doc/pics/contoursecarea.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/doc/pics/cornersubpix.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/doc/pics/defects.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/doc/pics/delaunay_voronoi.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/doc/pics/ellipse.svg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/doc/pics/houghp.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/doc/pics/integral.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/doc/pics/intersection.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/doc/pics/inv_logpolar.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/doc/pics/logpolar.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/doc/pics/minareabox.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/doc/pics/minenclosingtriangle.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/doc/pics/pointpolygon.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/doc/pics/polar_remap_doc.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/doc/pics/polar_remap_doc.svg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/doc/pics/quadedge.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/doc/pics/subdiv.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/doc/pics/threshold.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/include/opencv2/imgproc/bindings.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/include/opencv2/imgproc/detail/gcgraph.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/include/opencv2/imgproc/detail/legacy.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/include/opencv2/imgproc/hal/hal.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/include/opencv2/imgproc/hal/interface.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/include/opencv2/imgproc/imgproc.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/include/opencv2/imgproc/imgproc_c.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/include/opencv2/imgproc/segmentation.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/include/opencv2/imgproc/types_c.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/include/opencv2/imgproc.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/misc/java/gen_dict.json +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/misc/java/src/java/imgproc+Moments.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/misc/java/test/ImgprocTest.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/misc/java/test/MomentsTest.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/misc/java/test/Subdiv2DTest.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/misc/objc/common/Moments.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/misc/objc/common/Moments.mm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/misc/objc/gen_dict.json +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/misc/objc/test/ImgprocTest.swift +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/misc/objc/test/MomentsTest.swift +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/misc/objc/test/Subdiv2DTest.swift +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/perf/opencl/perf_3vs4.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/perf/opencl/perf_accumulate.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/perf/opencl/perf_blend.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/perf/opencl/perf_color.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/perf/opencl/perf_filters.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/perf/opencl/perf_gftt.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/perf/opencl/perf_houghlines.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/perf/opencl/perf_imgproc.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/perf/opencl/perf_imgwarp.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/perf/opencl/perf_matchTemplate.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/perf/opencl/perf_moments.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/perf/opencl/perf_pyramid.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/perf/perf_accumulate.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/perf/perf_bilateral.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/perf/perf_blur.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/perf/perf_canny.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/perf/perf_contours.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/perf/perf_corners.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/perf/perf_cvt_color.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/perf/perf_distanceTransform.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/perf/perf_filter2d.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/perf/perf_floodfill.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/perf/perf_goodFeaturesToTrack.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/perf/perf_histogram.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/perf/perf_houghcircles.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/perf/perf_houghlines.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/perf/perf_integral.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/perf/perf_intelligent_scissors.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/perf/perf_main.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/perf/perf_matchTemplate.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/perf/perf_moments.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/perf/perf_morph.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/perf/perf_phasecorr.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/perf/perf_precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/perf/perf_pyramids.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/perf/perf_remap.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/perf/perf_resize.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/perf/perf_sepfilters.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/perf/perf_spatialgradient.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/perf/perf_threshold.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/perf/perf_warp.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/src/_geom.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/src/accum.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/src/accum.dispatch.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/src/accum.simd.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/src/approx.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/src/bilateral_filter.dispatch.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/src/bilateral_filter.simd.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/src/blend.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/src/box_filter.dispatch.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/src/box_filter.simd.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/src/canny.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/src/ccl_bolelli_forest.inc.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/src/ccl_bolelli_forest_firstline.inc.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/src/ccl_bolelli_forest_lastline.inc.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/src/ccl_bolelli_forest_singleline.inc.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/src/clahe.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/src/color.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/src/color.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/src/color.simd_helpers.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/src/color_hsv.dispatch.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/src/color_hsv.simd.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/src/color_lab.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/src/color_rgb.dispatch.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/src/color_rgb.simd.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/src/color_yuv.dispatch.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/src/color_yuv.simd.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/src/colormap.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/src/connectedcomponents.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/src/contours.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/src/contours_approx.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/src/contours_common.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/src/contours_common.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/src/contours_link.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/src/contours_new.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/src/convhull.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/src/corner.avx.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/src/corner.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/src/corner.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/src/cornersubpix.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/src/demosaicing.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/src/deriv.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/src/distransform.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/src/drawing.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/src/emd.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/src/emd_new.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/src/featureselect.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/src/filter.dispatch.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/src/filter.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/src/filter.simd.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/src/filterengine.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/src/fixedpoint.inl.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/src/floodfill.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/src/gabor.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/src/generalized_hough.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/src/geometry.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/src/grabcut.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/src/hal_replacement.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/src/hershey_fonts.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/src/histogram.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/src/hough.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/src/imgwarp.avx2.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/src/imgwarp.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/src/imgwarp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/src/imgwarp.lasx.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/src/imgwarp.sse4_1.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/src/intelligent_scissors.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/src/intersection.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/src/linefit.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/src/lsd.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/src/main.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/src/matchcontours.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/src/median_blur.dispatch.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/src/median_blur.simd.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/src/min_enclosing_triangle.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/src/moments.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/src/morph.dispatch.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/src/morph.simd.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/src/opencl/accumulate.cl +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/src/opencl/bilateral.cl +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/src/opencl/blend_linear.cl +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/src/opencl/boxFilter.cl +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/src/opencl/boxFilter3x3.cl +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/src/opencl/calc_back_project.cl +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/src/opencl/canny.cl +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/src/opencl/clahe.cl +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/src/opencl/color_hsv.cl +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/src/opencl/color_lab.cl +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/src/opencl/color_rgb.cl +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/src/opencl/color_yuv.cl +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/src/opencl/corner.cl +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/src/opencl/covardata.cl +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/src/opencl/filter2D.cl +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/src/opencl/filter2DSmall.cl +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/src/opencl/filterSepCol.cl +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/src/opencl/filterSepRow.cl +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/src/opencl/filterSep_singlePass.cl +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/src/opencl/filterSmall.cl +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/src/opencl/gaussianBlur3x3.cl +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/src/opencl/gaussianBlur5x5.cl +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/src/opencl/gftt.cl +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/src/opencl/histogram.cl +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/src/opencl/hough_lines.cl +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/src/opencl/integral_sum.cl +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/src/opencl/laplacian3.cl +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/src/opencl/laplacian5.cl +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/src/opencl/linearPolar.cl +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/src/opencl/logPolar.cl +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/src/opencl/match_template.cl +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/src/opencl/medianFilter.cl +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/src/opencl/moments.cl +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/src/opencl/morph.cl +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/src/opencl/morph3x3.cl +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/src/opencl/precornerdetect.cl +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/src/opencl/pyr_down.cl +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/src/opencl/pyr_up.cl +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/src/opencl/pyramid_up.cl +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/src/opencl/remap.cl +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/src/opencl/resize.cl +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/src/opencl/sepFilter3x3.cl +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/src/opencl/threshold.cl +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/src/opencl/warp_affine.cl +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/src/opencl/warp_perspective.cl +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/src/opencl/warp_transform.cl +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/src/phasecorr.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/src/precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/src/pyramids.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/src/resize.avx2.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/src/resize.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/src/resize.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/src/resize.lasx.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/src/resize.sse4_1.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/src/rotcalipers.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/src/samplers.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/src/segmentation.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/src/shapedescr.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/src/smooth.dispatch.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/src/smooth.simd.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/src/spatialgradient.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/src/stackblur.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/src/subdivision2d.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/src/sumpixels.avx512_skx.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/src/sumpixels.dispatch.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/src/sumpixels.simd.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/src/tables.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/src/templmatch.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/src/thresh.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/src/utils.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/test/ocl/test_accumulate.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/test/ocl/test_blend.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/test/ocl/test_boxfilter.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/test/ocl/test_canny.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/test/ocl/test_color.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/test/ocl/test_filter2d.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/test/ocl/test_filters.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/test/ocl/test_gftt.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/test/ocl/test_histogram.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/test/ocl/test_houghlines.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/test/ocl/test_imgproc.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/test/ocl/test_match_template.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/test/ocl/test_medianfilter.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/test/ocl/test_pyramids.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/test/ocl/test_sepfilter2d.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/test/ocl/test_warp.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/test/test_approxpoly.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/test/test_bilateral_filter.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/test/test_boundingrect.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/test/test_canny.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/test/test_color.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/test/test_connectedcomponents.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/test/test_contours.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/test/test_contours_new.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/test/test_convhull.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/test/test_cornersubpix.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/test/test_cvtyuv.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/test/test_distancetransform.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/test/test_drawing.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/test/test_emd.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/test/test_filter.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/test/test_fitellipse.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/test/test_fitellipse_ams.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/test/test_fitellipse_direct.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/test/test_floodfill.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/test/test_goodfeaturetotrack.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/test/test_grabcut.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/test/test_histograms.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/test/test_houghcircles.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/test/test_houghlines.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/test/test_imgproc_umat.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/test/test_imgwarp.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/test/test_imgwarp_strict.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/test/test_intelligent_scissors.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/test/test_intersectconvexconvex.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/test/test_intersection.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/test/test_lsd.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/test/test_main.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/test/test_moments.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/test/test_pc.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/test/test_precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/test/test_pyramid.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/test/test_resize_bitexact.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/test/test_smooth_bitexact.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/test/test_stackblur.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/test/test_subdivision2d.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/test/test_templmatch.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/test/test_templmatchmask.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/test/test_thresh.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/imgproc/test/test_watershed.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/java/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/java/android_sdk/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/java/android_sdk/android_gradle_lib/AndroidManifest.xml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/java/android_sdk/android_gradle_lib/build.gradle +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/java/android_sdk/android_gradle_lib/res/values/attrs.xml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/java/android_sdk/android_lib/AndroidManifest.xml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/java/android_sdk/android_lib/lint.xml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/java/android_sdk/android_lib/res/values/attrs.xml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/java/android_sdk/build.gradle.in +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/java/android_sdk/libcxx_helper/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/java/android_sdk/libcxx_helper/dummy.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/java/check-tests.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/java/common.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/java/generator/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/java/generator/android/java/org/opencv/android/CameraActivity.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/java/generator/android/java/org/opencv/android/CameraBridgeViewBase.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/java/generator/android/java/org/opencv/android/FpsMeter.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/java/generator/android/java/org/opencv/android/JavaCameraView.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/java/generator/android/java/org/opencv/android/OpenCVLoader.java.in +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/java/generator/android/java/org/opencv/android/StaticHelper.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/java/generator/android/java/org/opencv/android/Utils.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/java/generator/android-21/java/org/opencv/android/Camera2Renderer.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/java/generator/android-21/java/org/opencv/android/CameraGLRendererBase.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/java/generator/android-21/java/org/opencv/android/CameraGLSurfaceView.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/java/generator/android-21/java/org/opencv/android/CameraRenderer.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/java/generator/android-21/java/org/opencv/android/JavaCamera2View.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/java/generator/android-24/java/org/opencv/android/NativeCameraView.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/java/generator/gen_java.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/java/generator/src/cpp/Mat.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/java/generator/src/cpp/common.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/java/generator/src/cpp/converters.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/java/generator/src/cpp/converters.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/java/generator/src/cpp/jni_part.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/java/generator/src/cpp/listconverters.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/java/generator/src/cpp/listconverters.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/java/generator/src/cpp/opencv_java.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/java/generator/src/cpp/opencv_java.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/java/generator/src/cpp/utils.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/java/generator/src/java/org/opencv/osgi/OpenCVInterface.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/java/generator/src/java/org/opencv/osgi/OpenCVNativeLoader.java.in +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/java/generator/src/java/org/opencv/utils/Converters.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/java/generator/templates/cpp_module.template +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/java/generator/templates/java_class.prolog +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/java/generator/templates/java_class_inherited.prolog +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/java/generator/templates/java_module.prolog +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/java/jar/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/java/jar/MANIFEST.MF.in +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/java/jar/build.xml.in +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/java/jar/list_java_sources.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/java/jni/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/java/test/android_test/.gitignore +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/java/test/android_test/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/java/test/android_test/build.gradle.in +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/java/test/android_test/gradle.properties +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/java/test/android_test/settings.gradle +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/java/test/android_test/src/org/opencv/test/OpenCVTestCase.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/java/test/android_test/src/org/opencv/test/OpenCVTestRunner.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/java/test/android_test/src/org/opencv/test/android/KotlinTest.kt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/java/test/android_test/src/org/opencv/test/android/UtilsTest.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/java/test/android_test/tests_module/AndroidManifest.xml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/java/test/android_test/tests_module/build.gradle.in +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/java/test/common_test/res/drawable/chessboard.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/java/test/common_test/res/drawable/icon.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/java/test/common_test/res/drawable/lena.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/java/test/common_test/res/layout/main.xml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/java/test/common_test/res/raw/lbpcascade_frontalface.xml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/java/test/common_test/res/values/strings.xml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/java/test/common_test/src/org/opencv/test/utils/ConvertersTest.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/java/test/pure_test/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/java/test/pure_test/build.xml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/java/test/pure_test/lib/junit-4.11.jar +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/java/test/pure_test/src/org/opencv/test/OpenCVTestCase.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/java/test/pure_test/src/org/opencv/test/OpenCVTestRunner.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/js/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/js/common.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/js/generator/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/js/generator/embindgen.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/js/generator/templates.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/js/perf/README.md +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/js/perf/base.js +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/js/perf/package.json +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/js/perf/perf_64bits.html +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/js/perf/perf_64bits.js +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/js/perf/perf_helpfunc.js +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/js/perf/perf_imgproc/perf_blur.html +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/js/perf/perf_imgproc/perf_blur.js +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/js/perf/perf_imgproc/perf_cvtcolor.html +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/js/perf/perf_imgproc/perf_cvtcolor.js +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/js/perf/perf_imgproc/perf_dilate.html +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/js/perf/perf_imgproc/perf_dilate.js +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/js/perf/perf_imgproc/perf_erode.html +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/js/perf/perf_imgproc/perf_erode.js +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/js/perf/perf_imgproc/perf_filter2D.html +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/js/perf/perf_imgproc/perf_filter2D.js +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/js/perf/perf_imgproc/perf_gaussianBlur.html +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/js/perf/perf_imgproc/perf_gaussianBlur.js +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/js/perf/perf_imgproc/perf_medianBlur.html +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/js/perf/perf_imgproc/perf_medianBlur.js +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/js/perf/perf_imgproc/perf_pyrDown.html +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/js/perf/perf_imgproc/perf_pyrDown.js +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/js/perf/perf_imgproc/perf_remap.html +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/js/perf/perf_imgproc/perf_remap.js +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/js/perf/perf_imgproc/perf_resize.html +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/js/perf/perf_imgproc/perf_resize.js +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/js/perf/perf_imgproc/perf_scharr.html +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/js/perf/perf_imgproc/perf_scharr.js +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/js/perf/perf_imgproc/perf_sobel.html +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/js/perf/perf_imgproc/perf_sobel.js +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/js/perf/perf_imgproc/perf_threshold.html +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/js/perf/perf_imgproc/perf_threshold.js +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/js/perf/perf_imgproc/perf_warpAffine.html +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/js/perf/perf_imgproc/perf_warpAffine.js +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/js/perf/perf_imgproc/perf_warpPerspective.html +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/js/perf/perf_imgproc/perf_warpPerspective.js +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/js/src/.eslintrc.json +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/js/src/core_bindings.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/js/src/helpers.js +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/js/src/loader.js +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/js/src/make_umd.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/js/test/.eslintrc.json +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/js/test/package.json +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/js/test/run_puppeteer.js +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/js/test/test_calib3d.js +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/js/test/test_core.js +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/js/test/test_features2d.js +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/js/test/test_imgproc.js +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/js/test/test_mat.js +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/js/test/test_objdetect.js +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/js/test/test_photo.js +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/js/test/test_utils.js +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/js/test/test_video.js +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/js/test/tests.html +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/js/test/tests.js +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/ml/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/ml/doc/ml_intro.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/ml/doc/pics/SVM_Comparison.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/ml/doc/pics/mlp.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/ml/doc/pics/neuron_model.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/ml/doc/pics/sigmoid_bipolar.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/ml/include/opencv2/ml/ml.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/ml/include/opencv2/ml/ml.inl.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/ml/include/opencv2/ml.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/ml/misc/java/test/MLTest.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/ml/misc/objc/gen_dict.json +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/ml/misc/python/pyopencv_ml.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/ml/misc/python/test/test_digits.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/ml/misc/python/test/test_goodfeatures.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/ml/misc/python/test/test_knearest.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/ml/misc/python/test/test_letter_recog.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/ml/src/ann_mlp.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/ml/src/boost.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/ml/src/data.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/ml/src/em.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/ml/src/gbt.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/ml/src/inner_functions.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/ml/src/kdtree.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/ml/src/kdtree.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/ml/src/knearest.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/ml/src/lr.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/ml/src/nbayes.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/ml/src/precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/ml/src/rtrees.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/ml/src/svm.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/ml/src/svmsgd.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/ml/src/testset.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/ml/src/tree.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/ml/test/test_ann.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/ml/test/test_bayes.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/ml/test/test_em.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/ml/test/test_kmeans.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/ml/test/test_knearest.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/ml/test/test_lr.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/ml/test/test_main.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/ml/test/test_mltests.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/ml/test/test_precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/ml/test/test_rtrees.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/ml/test/test_save_load.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/ml/test/test_svmsgd.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/ml/test/test_svmtrainauto.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/ml/test/test_utils.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/objc/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/objc/common.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/objc/doc/README.md +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/objc/generator/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/objc/generator/gen_objc.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/objc/generator/templates/cmakelists.template +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/objc/generator/templates/objc_class_body.template +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/objc/generator/templates/objc_class_header.template +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/objc/generator/templates/objc_module_body.template +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/objc/generator/templates/objc_module_header.template +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/objc/test/cmakelists.template +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/objc/test/dummy/dummy.mm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/objc/test/test/OpenCVTestCase.swift +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/objdetect/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/objdetect/doc/objdetect.bib +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/objdetect/doc/pics/haarfeatures.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/objdetect/doc/pics/lena-face-detection.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/objdetect/include/opencv2/objdetect/aruco_board.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/objdetect/include/opencv2/objdetect/aruco_detector.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/objdetect/include/opencv2/objdetect/aruco_dictionary.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/objdetect/include/opencv2/objdetect/barcode.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/objdetect/include/opencv2/objdetect/charuco_detector.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/objdetect/include/opencv2/objdetect/detection_based_tracker.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/objdetect/include/opencv2/objdetect/face.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/objdetect/include/opencv2/objdetect/graphical_code_detector.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/objdetect/include/opencv2/objdetect/objdetect.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/objdetect/include/opencv2/objdetect.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/objdetect/misc/java/test/ArucoTest.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/objdetect/misc/java/test/BarcodeDetectorTest.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/objdetect/misc/java/test/CascadeClassifierTest.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/objdetect/misc/java/test/HOGDescriptorTest.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/objdetect/misc/java/test/ObjdetectTest.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/objdetect/misc/java/test/QRCodeDetectorTest.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/objdetect/misc/objc/gen_dict.json +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/objdetect/misc/python/pyopencv_objdetect.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/objdetect/misc/python/test/test_barcode_detector.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/objdetect/misc/python/test/test_facedetect.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/objdetect/misc/python/test/test_objdetect_aruco.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/objdetect/misc/python/test/test_peopledetect.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/objdetect/misc/python/test/test_qrcode_detect.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/objdetect/perf/opencl/perf_cascades.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/objdetect/perf/opencl/perf_hogdetect.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/objdetect/perf/perf_aruco.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/objdetect/perf/perf_barcode.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/objdetect/perf/perf_main.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/objdetect/perf/perf_precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/objdetect/perf/perf_qrcode_pipeline.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/objdetect/src/aruco/apriltag/apriltag_quad_thresh.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/objdetect/src/aruco/apriltag/apriltag_quad_thresh.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/objdetect/src/aruco/apriltag/predefined_dictionaries_apriltag.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/objdetect/src/aruco/apriltag/unionfind.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/objdetect/src/aruco/apriltag/zarray.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/objdetect/src/aruco/apriltag/zmaxheap.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/objdetect/src/aruco/apriltag/zmaxheap.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/objdetect/src/aruco/aruco_board.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/objdetect/src/aruco/aruco_detector.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/objdetect/src/aruco/aruco_dictionary.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/objdetect/src/aruco/aruco_utils.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/objdetect/src/aruco/aruco_utils.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/objdetect/src/aruco/charuco_detector.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/objdetect/src/aruco/predefined_dictionaries.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/objdetect/src/barcode.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/objdetect/src/barcode_decoder/abs_decoder.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/objdetect/src/barcode_decoder/abs_decoder.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/objdetect/src/barcode_decoder/common/hybrid_binarizer.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/objdetect/src/barcode_decoder/common/hybrid_binarizer.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/objdetect/src/barcode_decoder/common/super_scale.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/objdetect/src/barcode_decoder/common/super_scale.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/objdetect/src/barcode_decoder/common/utils.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/objdetect/src/barcode_decoder/common/utils.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/objdetect/src/barcode_decoder/ean13_decoder.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/objdetect/src/barcode_decoder/ean13_decoder.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/objdetect/src/barcode_decoder/ean8_decoder.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/objdetect/src/barcode_decoder/ean8_decoder.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/objdetect/src/barcode_decoder/upcean_decoder.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/objdetect/src/barcode_decoder/upcean_decoder.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/objdetect/src/barcode_detector/bardetect.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/objdetect/src/barcode_detector/bardetect.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/objdetect/src/cascadedetect.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/objdetect/src/cascadedetect.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/objdetect/src/cascadedetect_convert.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/objdetect/src/detection_based_tracker.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/objdetect/src/face_detect.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/objdetect/src/face_recognize.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/objdetect/src/graphical_code_detector.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/objdetect/src/graphical_code_detector_impl.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/objdetect/src/hog.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/objdetect/src/main.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/objdetect/src/opencl/cascadedetect.cl +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/objdetect/src/opencl/objdetect_hog.cl +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/objdetect/src/precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/objdetect/src/qrcode.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/objdetect/src/qrcode_encoder.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/objdetect/src/qrcode_encoder_table.inl.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/objdetect/test/opencl/test_hogdetector.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/objdetect/test/test_aruco_tutorial.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/objdetect/test/test_aruco_utils.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/objdetect/test/test_aruco_utils.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/objdetect/test/test_arucodetection.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/objdetect/test/test_barcode.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/objdetect/test/test_boarddetection.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/objdetect/test/test_cascadeandhog.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/objdetect/test/test_charucodetection.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/objdetect/test/test_face.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/objdetect/test/test_main.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/objdetect/test/test_precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/objdetect/test/test_qr_utils.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/objdetect/test/test_qrcode.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/objdetect/test/test_qrcode_encode.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/photo/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/photo/include/opencv2/photo/cuda.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/photo/include/opencv2/photo/legacy/constants_c.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/photo/include/opencv2/photo/photo.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/photo/include/opencv2/photo.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/photo/misc/java/test/PhotoTest.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/photo/misc/objc/gen_dict.json +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/photo/perf/opencl/perf_denoising.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/photo/perf/perf_cuda.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/photo/perf/perf_hdr.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/photo/perf/perf_inpaint.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/photo/perf/perf_main.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/photo/perf/perf_precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/photo/src/align.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/photo/src/arrays.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/photo/src/calibrate.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/photo/src/contrast_preserve.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/photo/src/contrast_preserve.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/photo/src/cuda/nlm.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/photo/src/denoise_tvl1.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/photo/src/denoising.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/photo/src/denoising.cuda.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/photo/src/fast_nlmeans_denoising_invoker.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/photo/src/fast_nlmeans_denoising_invoker_commons.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/photo/src/fast_nlmeans_denoising_opencl.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/photo/src/fast_nlmeans_multi_denoising_invoker.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/photo/src/hdr_common.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/photo/src/hdr_common.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/photo/src/inpaint.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/photo/src/merge.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/photo/src/npr.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/photo/src/npr.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/photo/src/opencl/nlmeans.cl +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/photo/src/precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/photo/src/seamless_cloning.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/photo/src/seamless_cloning.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/photo/src/seamless_cloning_impl.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/photo/src/tonemap.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/photo/test/ocl/test_denoising.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/photo/test/test_cloning.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/photo/test/test_decolor.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/photo/test/test_denoise_tvl1.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/photo/test/test_denoising.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/photo/test/test_denoising.cuda.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/photo/test/test_hdr.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/photo/test/test_inpaint.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/photo/test/test_main.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/photo/test/test_npr.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/photo/test/test_precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/python/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/python/bindings/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/python/common.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/python/package/.gitignore +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/python/package/cv2/__init__.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/python/package/cv2/load_config_py2.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/python/package/cv2/load_config_py3.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/python/package/extra_modules/misc/__init__.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/python/package/extra_modules/misc/version.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/python/package/setup.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/python/package/template/config-x.y.py.in +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/python/package/template/config.py.in +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/python/python2/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/python/python3/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/python/python_loader.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/python/src2/copy_typings_stubs_on_success.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/python/src2/cv2.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/python/src2/cv2.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/python/src2/cv2_convert.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/python/src2/cv2_convert.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/python/src2/cv2_highgui.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/python/src2/cv2_highgui.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/python/src2/cv2_numpy.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/python/src2/cv2_numpy.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/python/src2/cv2_util.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/python/src2/cv2_util.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/python/src2/gen2.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/python/src2/hdr_parser.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/python/src2/pycompat.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/python/src2/typing_stubs_generation/__init__.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/python/src2/typing_stubs_generation/api_refinement.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/python/src2/typing_stubs_generation/ast_utils.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/python/src2/typing_stubs_generation/generation.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/python/src2/typing_stubs_generation/nodes/__init__.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/python/src2/typing_stubs_generation/nodes/class_node.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/python/src2/typing_stubs_generation/nodes/constant_node.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/python/src2/typing_stubs_generation/nodes/enumeration_node.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/python/src2/typing_stubs_generation/nodes/function_node.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/python/src2/typing_stubs_generation/nodes/namespace_node.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/python/src2/typing_stubs_generation/nodes/node.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/python/src2/typing_stubs_generation/nodes/type_node.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/python/src2/typing_stubs_generation/predefined_types.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/python/src2/typing_stubs_generation/types_conversion.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/python/src2/typing_stubs_generator.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/python/standalone.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/python/test/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/python/test/test.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/python/test/test_algorithm_rw.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/python/test/test_async.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/python/test/test_camshift.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/python/test/test_copytomask.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/python/test/test_cuda.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/python/test/test_dft.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/python/test/test_features2d.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/python/test/test_filestorage_io.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/python/test/test_fitline.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/python/test/test_fs_cache_dir.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/python/test/test_gaussian_mix.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/python/test/test_grabcut.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/python/test/test_houghcircles.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/python/test/test_houghlines.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/python/test/test_imread.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/python/test/test_kmeans.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/python/test/test_legacy.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/python/test/test_mat.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/python/test/test_misc.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/python/test/test_morphology.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/python/test/test_mser.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/python/test/test_norm.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/python/test/test_pathlike.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/python/test/test_persistence.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/python/test/test_squares.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/python/test/test_texture_flow.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/python/test/test_umat.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/python/test/test_watershed.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/python/test/tests_common.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/python/test/tst_scene_render.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/stitching/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/stitching/doc/StitchingPipeline.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/stitching/include/opencv2/stitching/detail/autocalib.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/stitching/include/opencv2/stitching/detail/blenders.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/stitching/include/opencv2/stitching/detail/camera.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/stitching/include/opencv2/stitching/detail/exposure_compensate.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/stitching/include/opencv2/stitching/detail/matchers.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/stitching/include/opencv2/stitching/detail/motion_estimators.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/stitching/include/opencv2/stitching/detail/seam_finders.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/stitching/include/opencv2/stitching/detail/timelapsers.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/stitching/include/opencv2/stitching/detail/util.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/stitching/include/opencv2/stitching/detail/util_inl.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/stitching/include/opencv2/stitching/detail/warpers.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/stitching/include/opencv2/stitching/detail/warpers_inl.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/stitching/include/opencv2/stitching/warpers.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/stitching/include/opencv2/stitching.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/stitching/misc/python/pyopencv_stitching.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/stitching/misc/python/test/test_stitching.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/stitching/perf/opencl/perf_stitch.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/stitching/perf/opencl/perf_warpers.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/stitching/perf/perf_estimators.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/stitching/perf/perf_main.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/stitching/perf/perf_matchers.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/stitching/perf/perf_precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/stitching/perf/perf_stich.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/stitching/src/autocalib.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/stitching/src/blenders.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/stitching/src/camera.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/stitching/src/cuda/build_warp_maps.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/stitching/src/cuda/multiband_blend.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/stitching/src/exposure_compensate.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/stitching/src/matchers.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/stitching/src/motion_estimators.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/stitching/src/opencl/multibandblend.cl +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/stitching/src/opencl/warpers.cl +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/stitching/src/precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/stitching/src/seam_finders.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/stitching/src/stitcher.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/stitching/src/timelapsers.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/stitching/src/util.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/stitching/src/util_log.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/stitching/src/warpers.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/stitching/src/warpers_cuda.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/stitching/test/ocl/test_warpers.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/stitching/test/test_blenders.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/stitching/test/test_blenders.cuda.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/stitching/test/test_exposure_compensate.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/stitching/test/test_main.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/stitching/test/test_matchers.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/stitching/test/test_precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/stitching/test/test_reprojection.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/stitching/test/test_stitcher.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/stitching/test/test_wave_correction.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/ts/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/ts/include/opencv2/ts/cuda_perf.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/ts/include/opencv2/ts/cuda_test.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/ts/include/opencv2/ts/ocl_perf.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/ts/include/opencv2/ts/ocl_test.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/ts/include/opencv2/ts/ts_ext.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/ts/include/opencv2/ts/ts_gtest.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/ts/include/opencv2/ts/ts_perf.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/ts/include/opencv2/ts.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/ts/misc/chart.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/ts/misc/color.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/ts/misc/concatlogs.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/ts/misc/perf_tests_timing.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/ts/misc/report.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/ts/misc/run.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/ts/misc/run_android.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/ts/misc/run_long.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/ts/misc/run_suite.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/ts/misc/run_utils.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/ts/misc/summary.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/ts/misc/table_formatter.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/ts/misc/testlog_parser.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/ts/misc/trace_profiler.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/ts/misc/xls-report.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/ts/src/cuda_perf.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/ts/src/cuda_test.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/ts/src/ocl_perf.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/ts/src/ocl_test.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/ts/src/precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/ts/src/ts.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/ts/src/ts_arrtest.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/ts/src/ts_func.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/ts/src/ts_gtest.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/ts/src/ts_perf.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/ts/src/ts_tags.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/ts/src/ts_tags.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/video/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/video/doc/video.bib +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/video/include/opencv2/video/background_segm.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/video/include/opencv2/video/detail/tracking.detail.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/video/include/opencv2/video/legacy/constants_c.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/video/include/opencv2/video/tracking.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/video/include/opencv2/video/video.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/video/include/opencv2/video.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/video/misc/java/gen_dict.json +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/video/misc/java/test/BackgroundSubtractorMOGTest.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/video/misc/java/test/KalmanFilterTest.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/video/misc/java/test/TrackerCreateTest.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/video/misc/java/test/VideoTest.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/video/misc/python/pyopencv_video.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/video/misc/python/test/test_lk_homography.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/video/misc/python/test/test_lk_track.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/video/misc/python/test/test_tracking.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/video/perf/opencl/perf_bgfg_knn.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/video/perf/opencl/perf_bgfg_mog2.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/video/perf/opencl/perf_dis_optflow.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/video/perf/opencl/perf_motempl.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/video/perf/opencl/perf_optflow_farneback.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/video/perf/opencl/perf_optflow_pyrlk.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/video/perf/perf_bgfg_knn.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/video/perf/perf_bgfg_mog2.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/video/perf/perf_bgfg_utils.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/video/perf/perf_disflow.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/video/perf/perf_ecc.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/video/perf/perf_main.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/video/perf/perf_optflowpyrlk.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/video/perf/perf_precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/video/perf/perf_trackers.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/video/perf/perf_variational_refinement.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/video/src/bgfg_KNN.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/video/src/bgfg_gaussmix2.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/video/src/camshift.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/video/src/dis_flow.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/video/src/ecc.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/video/src/kalman.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/video/src/lkpyramid.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/video/src/lkpyramid.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/video/src/opencl/bgfg_knn.cl +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/video/src/opencl/bgfg_mog2.cl +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/video/src/opencl/dis_flow.cl +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/video/src/opencl/optical_flow_farneback.cl +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/video/src/opencl/pyrlk.cl +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/video/src/optflowgf.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/video/src/optical_flow_io.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/video/src/precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/video/src/tracking/detail/tracker_feature.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/video/src/tracking/detail/tracker_feature_haar.impl.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/video/src/tracking/detail/tracker_feature_set.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/video/src/tracking/detail/tracker_mil_model.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/video/src/tracking/detail/tracker_mil_model.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/video/src/tracking/detail/tracker_mil_state.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/video/src/tracking/detail/tracker_mil_state.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/video/src/tracking/detail/tracker_model.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/video/src/tracking/detail/tracker_sampler.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/video/src/tracking/detail/tracker_sampler_algorithm.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/video/src/tracking/detail/tracker_state_estimator.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/video/src/tracking/detail/tracking_feature.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/video/src/tracking/detail/tracking_feature.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/video/src/tracking/detail/tracking_online_mil.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/video/src/tracking/detail/tracking_online_mil.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/video/src/tracking/tracker.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/video/src/tracking/tracker_dasiamrpn.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/video/src/tracking/tracker_goturn.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/video/src/tracking/tracker_mil.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/video/src/tracking/tracker_nano.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/video/src/tracking/tracker_vit.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/video/src/variational_refinement.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/video/test/ocl/test_bgfg_mog2.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/video/test/ocl/test_dis.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/video/test/ocl/test_optflow_farneback.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/video/test/ocl/test_optflowpyrlk.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/video/test/test_OF_accuracy.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/video/test/test_OF_reproducibility.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/video/test/test_accum.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/video/test/test_camshift.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/video/test/test_ecc.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/video/test/test_estimaterigid.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/video/test/test_kalman.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/video/test/test_main.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/video/test/test_optflowpyrlk.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/video/test/test_precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/video/test/test_trackers.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/video/test/test_trackers.impl.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/videoio/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/videoio/cmake/detect_android_camera.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/videoio/cmake/detect_android_mediandk.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/videoio/cmake/detect_aravis.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/videoio/cmake/detect_avfoundation.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/videoio/cmake/detect_dc1394.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/videoio/cmake/detect_dshow.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/videoio/cmake/detect_ffmpeg.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/videoio/cmake/detect_gphoto.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/videoio/cmake/detect_gstreamer.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/videoio/cmake/detect_ios.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/videoio/cmake/detect_msdk.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/videoio/cmake/detect_msmf.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/videoio/cmake/detect_obsensor.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/videoio/cmake/detect_openni2.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/videoio/cmake/detect_pvapi.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/videoio/cmake/detect_realsense.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/videoio/cmake/detect_ueye.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/videoio/cmake/detect_v4l.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/videoio/cmake/detect_ximea.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/videoio/cmake/detect_xine.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/videoio/cmake/init.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/videoio/cmake/plugin.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/videoio/doc/pics/videoio_overview.svg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/videoio/doc/videoio_overview.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/videoio/include/opencv2/videoio/cap_ios.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/videoio/include/opencv2/videoio/cap_winrt.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/videoio/include/opencv2/videoio/container_avi.private.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/videoio/include/opencv2/videoio/doc/hwaccel.doc.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/videoio/include/opencv2/videoio/legacy/constants_c.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/videoio/include/opencv2/videoio/registry.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/videoio/include/opencv2/videoio/utils.private.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/videoio/include/opencv2/videoio/videoio.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/videoio/include/opencv2/videoio/videoio_c.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/videoio/include/opencv2/videoio.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/videoio/misc/build_plugins.sh +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/videoio/misc/gen_dict.json +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/videoio/misc/java/test/VideoCaptureTest.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/videoio/misc/objc/gen_dict.json +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/videoio/misc/objc/ios/CvAbstractCamera2.mm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/videoio/misc/objc/ios/CvCamera2.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/videoio/misc/objc/ios/CvPhotoCamera2.m +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/videoio/misc/objc/ios/CvVideoCamera2.mm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/videoio/misc/plugin_ffmpeg/.gitignore +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/videoio/misc/plugin_ffmpeg/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/videoio/misc/plugin_ffmpeg/Dockerfile-ffmpeg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/videoio/misc/plugin_ffmpeg/Dockerfile-ubuntu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/videoio/misc/plugin_ffmpeg/build-standalone.sh +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/videoio/misc/plugin_ffmpeg/build-ubuntu.sh +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/videoio/misc/plugin_gstreamer/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/videoio/misc/plugin_gstreamer/Dockerfile +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/videoio/misc/plugin_gstreamer/build.sh +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/videoio/misc/python/pyopencv_videoio.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/videoio/misc/python/test/test_videoio.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/videoio/perf/perf_camera.impl.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/videoio/perf/perf_input.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/videoio/perf/perf_main.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/videoio/perf/perf_output.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/videoio/perf/perf_precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/videoio/src/backend.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/videoio/src/backend_plugin.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/videoio/src/backend_plugin_legacy.impl.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/videoio/src/backend_static.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/videoio/src/cap.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/videoio/src/cap_android_camera.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/videoio/src/cap_android_mediandk.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/videoio/src/cap_aravis.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/videoio/src/cap_avfoundation.mm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/videoio/src/cap_avfoundation_mac.mm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/videoio/src/cap_dc1394_v2.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/videoio/src/cap_dshow.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/videoio/src/cap_dshow.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/videoio/src/cap_ffmpeg.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/videoio/src/cap_ffmpeg_hw.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/videoio/src/cap_ffmpeg_impl.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/videoio/src/cap_ffmpeg_legacy_api.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/videoio/src/cap_gphoto2.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/videoio/src/cap_gstreamer.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/videoio/src/cap_images.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/videoio/src/cap_interface.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/videoio/src/cap_ios_abstract_camera.mm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/videoio/src/cap_ios_photo_camera.mm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/videoio/src/cap_ios_video_camera.mm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/videoio/src/cap_librealsense.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/videoio/src/cap_librealsense.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/videoio/src/cap_mfx_common.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/videoio/src/cap_mfx_common.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/videoio/src/cap_mfx_plugin.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/videoio/src/cap_mfx_reader.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/videoio/src/cap_mfx_reader.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/videoio/src/cap_mfx_writer.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/videoio/src/cap_mfx_writer.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/videoio/src/cap_mjpeg_decoder.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/videoio/src/cap_mjpeg_encoder.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/videoio/src/cap_msmf.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/videoio/src/cap_msmf.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/videoio/src/cap_obsensor/obsensor_stream_channel_interface.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/videoio/src/cap_obsensor/obsensor_stream_channel_msmf.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/videoio/src/cap_obsensor/obsensor_stream_channel_msmf.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/videoio/src/cap_obsensor/obsensor_stream_channel_v4l2.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/videoio/src/cap_obsensor/obsensor_stream_channel_v4l2.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/videoio/src/cap_obsensor/obsensor_uvc_stream_channel.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/videoio/src/cap_obsensor/obsensor_uvc_stream_channel.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/videoio/src/cap_obsensor_capture.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/videoio/src/cap_obsensor_capture.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/videoio/src/cap_obsensor_liborbbec.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/videoio/src/cap_obsensor_liborbbec.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/videoio/src/cap_openni2.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/videoio/src/cap_pvapi.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/videoio/src/cap_ueye.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/videoio/src/cap_v4l.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/videoio/src/cap_winrt/CaptureFrameGrabber.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/videoio/src/cap_winrt/CaptureFrameGrabber.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/videoio/src/cap_winrt/MFIncludes.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/videoio/src/cap_winrt/MediaSink.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/videoio/src/cap_winrt/MediaStreamSink.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/videoio/src/cap_winrt/MediaStreamSink.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/videoio/src/cap_winrt_bridge.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/videoio/src/cap_winrt_bridge.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/videoio/src/cap_winrt_capture.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/videoio/src/cap_winrt_capture.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/videoio/src/cap_winrt_video.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/videoio/src/cap_winrt_video.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/videoio/src/cap_ximea.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/videoio/src/cap_xine.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/videoio/src/container_avi.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/videoio/src/ffmpeg_codecs.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/videoio/src/plugin_api.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/videoio/src/plugin_capture_api.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/videoio/src/plugin_writer_api.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/videoio/src/precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/videoio/src/videoio_c.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/videoio/src/videoio_registry.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/videoio/src/videoio_registry.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/videoio/src/wrl.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/videoio/test/test_audio.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/videoio/test/test_camera.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/videoio/test/test_container_avi.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/videoio/test/test_dynamic.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/videoio/test/test_ffmpeg.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/videoio/test/test_gstreamer.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/videoio/test/test_images.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/videoio/test/test_main.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/videoio/test/test_mfx.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/videoio/test/test_microphone.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/videoio/test/test_orientation.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/videoio/test/test_plugins.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/videoio/test/test_precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/videoio/test/test_v4l2.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/videoio/test/test_video_io.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/world/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/world/include/opencv2/world.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/world/src/precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/modules/world/src/world_init.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/android/README.android +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/android/aar-template/OpenCV/build.gradle.template +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/android/aar-template/OpenCV/proguard-rules.pro +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/android/aar-template/OpenCV/src/main/AndroidManifest.xml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/android/aar-template/OpenCV/src/main/cpp/CMakeLists.txt.template +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/android/aar-template/OpenCV/src/main/cpp/include/temp.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/android/aar-template/OpenCV/src/main/cpp/native-lib.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/android/aar-template/README.md +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/android/aar-template/build.gradle +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/android/aar-template/gradle/wrapper/gradle-wrapper.jar +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/android/aar-template/gradle/wrapper/gradle-wrapper.properties +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/android/aar-template/gradle.properties +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/android/aar-template/gradlew +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/android/aar-template/gradlew.bat +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/android/aar-template/settings.gradle +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/android/build-tests/test_cmake_build.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/android/build-tests/test_gradle.sh +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/android/build-tests/test_gradle_aar.sh +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/android/build_aar.sh +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/android/build_java_shared_aar.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/android/build_sdk.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/android/build_static_aar.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/android/gradle-wrapper/gradle/wrapper/gradle-wrapper.jar +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/android/gradle-wrapper/gradle/wrapper/gradle-wrapper.properties.in +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/android/gradle-wrapper/gradle.properties +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/android/gradle-wrapper/gradlew +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/android/gradle-wrapper/gradlew.bat +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/android/ndk-10.config.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/android/ndk-16.config.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/android/ndk-17.config.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/android/ndk-18-api-level-21.config.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/android/ndk-18-api-level-24.config.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/android/ndk-18.config.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/android/ndk-22.config.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/android/ndk-25.config.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/apple/__init__.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/apple/build_xcframework.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/apple/cv_build_utils.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/apple/readme.md +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/ios/Info.Dynamic.plist.in +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/ios/Info.plist.in +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/ios/PrivacyInfo.xcprivacy +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/ios/__init__.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/ios/build_docs.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/ios/build_framework.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/ios/build_visionos_framework.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/ios/cmake/Modules/Platform/iOS.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/ios/cmake/Toolchains/Toolchain-Catalyst_Xcode.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/ios/cmake/Toolchains/Toolchain-XROS_Xcode.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/ios/cmake/Toolchains/Toolchain-XRSimulator_Xcode.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/ios/cmake/Toolchains/Toolchain-iPhoneOS_Xcode.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/ios/cmake/Toolchains/Toolchain-iPhoneSimulator_Xcode.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/ios/cmake/Toolchains/common-ios-toolchain.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/ios/cmake/Toolchains/xcodebuild_wrapper.in +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/ios/readme.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/ios/run_tests.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/js/README.md +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/js/build_js.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/js/opencv_js.config.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/linux/aarch64-gnu.toolchain.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/linux/arm-gnueabi.toolchain.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/linux/arm.toolchain.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/linux/gnu.toolchain.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/linux/mips.toolchain.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/linux/mips32r5el-gnu.toolchain.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/linux/mips64r6el-gnu.toolchain.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/linux/ppc64-gnu.toolchain.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/linux/ppc64le-gnu.toolchain.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/linux/ppcat.toolchain.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/linux/riscv-gnu.toolchain.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/linux/riscv64-071-gcc.toolchain.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/linux/riscv64-andes-gcc.toolchain.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/linux/riscv64-clang.toolchain.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/linux/riscv64-gcc.toolchain.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/maven/.gitignore +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/maven/README.md +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/maven/opencv/pom.xml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/maven/opencv/resources/OSGI-INF/blueprint/blueprint.xml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/maven/opencv/scripts/deb_package_check +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/maven/opencv/scripts/execstack_check +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/maven/opencv/scripts/functions +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/maven/opencv/scripts/properties +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/maven/opencv-it/pom.xml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/maven/opencv-it/src/test/java/org/opencv/osgi/DeployOpenCVTest.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/maven/pom.xml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/osx/Info.plist.in +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/osx/__init__.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/osx/build_docs.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/osx/build_framework.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/osx/run_tests.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/readme.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/scripts/pylintrc +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/scripts/valgrind.supp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/scripts/valgrind_3rdparty.supp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/semihosting/aarch64-semihosting.toolchain.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/semihosting/include/aarch64_semihosting_port.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/wince/arm-wince-headless-overrides.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/wince/arm-wince.toolchain.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/wince/readme.md +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/winpack_dldt/.gitattributes +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/winpack_dldt/2020.1/20200313-dldt-disable-unused-targets.patch +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/winpack_dldt/2020.1/20200313-dldt-fix-binaries-location.patch +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/winpack_dldt/2020.1/20200313-ngraph-disable-tests-examples.patch +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/winpack_dldt/2020.1/20200318-dldt-pdb.patch +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/winpack_dldt/2020.1/20200319-dldt-fix-msvs2019-v16.5.0.patch +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/winpack_dldt/2020.1/patch.config.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/winpack_dldt/2020.1/sysroot.config.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/winpack_dldt/2020.2/20200413-dldt-disable-unused-targets.patch +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/winpack_dldt/2020.2/20200413-dldt-fix-binaries-location.patch +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/winpack_dldt/2020.2/20200413-dldt-pdb.patch +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/winpack_dldt/2020.2/20200415-ngraph-disable-unused-options.patch +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/winpack_dldt/2020.2/patch.config.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/winpack_dldt/2020.2/sysroot.config.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/winpack_dldt/2020.3.0/20200413-dldt-disable-unused-targets.patch +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/winpack_dldt/2020.3.0/20200413-dldt-fix-binaries-location.patch +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/winpack_dldt/2020.3.0/20200413-dldt-pdb.patch +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/winpack_dldt/2020.3.0/20200604-dldt-disable-multidevice.patch +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/winpack_dldt/2020.3.0/patch.config.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/winpack_dldt/2020.3.0/sysroot.config.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/winpack_dldt/2020.4/20200413-dldt-pdb.patch +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/winpack_dldt/2020.4/20200604-dldt-disable-multidevice.patch +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/winpack_dldt/2020.4/20200701-dldt-disable-unused-targets.patch +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/winpack_dldt/2020.4/20201005-dldt-fix-cldnn-compilation.patch +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/winpack_dldt/2020.4/patch.config.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/winpack_dldt/2020.4/sysroot.config.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/winpack_dldt/2021.1/20200413-dldt-pdb.patch +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/winpack_dldt/2021.1/20200604-dldt-disable-multidevice.patch +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/winpack_dldt/2021.1/20201005-dldt-disable-unused-targets.patch +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/winpack_dldt/2021.1/patch.config.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/winpack_dldt/2021.1/sysroot.config.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/winpack_dldt/2021.2/20200413-dldt-pdb.patch +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/winpack_dldt/2021.2/20200604-dldt-disable-multidevice.patch +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/winpack_dldt/2021.2/20201217-dldt-disable-unused-targets.patch +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/winpack_dldt/2021.2/20201218-dldt-vs-version.patch +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/winpack_dldt/2021.2/build.config.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/winpack_dldt/2021.2/patch.config.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/winpack_dldt/2021.2/sysroot.config.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/winpack_dldt/2021.3/20200604-dldt-disable-multidevice.patch +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/winpack_dldt/2021.3/20210324-dldt-disable-unused-targets.patch +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/winpack_dldt/2021.3/20210324-dldt-pdb.patch +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/winpack_dldt/2021.3/20210324-dldt-vs-version.patch +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/winpack_dldt/2021.3/build.config.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/winpack_dldt/2021.3/patch.config.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/winpack_dldt/2021.3/sysroot.config.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/winpack_dldt/2021.4/20210630-dldt-disable-multidevice-autoplugin.patch +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/winpack_dldt/2021.4/20210630-dldt-disable-unused-targets.patch +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/winpack_dldt/2021.4/20210630-dldt-pdb.patch +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/winpack_dldt/2021.4/20210630-dldt-vs-version.patch +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/winpack_dldt/2021.4/build.config.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/winpack_dldt/2021.4/patch.config.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/winpack_dldt/2021.4/sysroot.config.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/winpack_dldt/2021.4.1/20210630-dldt-disable-multidevice-autoplugin.patch +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/winpack_dldt/2021.4.1/20210630-dldt-disable-unused-targets.patch +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/winpack_dldt/2021.4.1/20210630-dldt-pdb.patch +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/winpack_dldt/2021.4.1/20210630-dldt-vs-version.patch +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/winpack_dldt/2021.4.1/build.config.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/winpack_dldt/2021.4.1/patch.config.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/winpack_dldt/2021.4.1/sysroot.config.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/winpack_dldt/2021.4.2/20210630-dldt-disable-multidevice-autoplugin.patch +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/winpack_dldt/2021.4.2/20210630-dldt-disable-unused-targets.patch +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/winpack_dldt/2021.4.2/20210630-dldt-pdb.patch +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/winpack_dldt/2021.4.2/20210630-dldt-vs-version.patch +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/winpack_dldt/2021.4.2/20220118-dldt-fix-msvs-compilation-21469.patch +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/winpack_dldt/2021.4.2/build.config.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/winpack_dldt/2021.4.2/cmake/InferenceEngineConfig-version.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/winpack_dldt/2021.4.2/cmake/InferenceEngineConfig.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/winpack_dldt/2021.4.2/patch.config.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/winpack_dldt/2021.4.2/sysroot.config.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/winpack_dldt/build_package.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/winpack_dldt/cmake-opencv-checks/POST_FINALIZE.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/winpack_dldt/package-tests/test_dnn_backends.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/winrt/readme.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/winrt/setup_winrt.bat +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/platforms/winrt/setup_winrt.ps1 +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/CMakeLists.example.in +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/_winpack_build_sample.cmd +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/_winpack_run_python_sample.cmd +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/android/.gitignore +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/android/15-puzzle/AndroidManifest.xml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/android/15-puzzle/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/android/15-puzzle/build.gradle.in +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/android/15-puzzle/gradle/AndroidManifest.xml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/android/15-puzzle/res/drawable/icon.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/android/15-puzzle/res/values/strings.xml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/android/15-puzzle/src/org/opencv/samples/puzzle15/Puzzle15Activity.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/android/15-puzzle/src/org/opencv/samples/puzzle15/Puzzle15Processor.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/android/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/android/build.gradle.in +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/android/camera-calibration/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/android/camera-calibration/build.gradle.in +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/android/camera-calibration/gradle/AndroidManifest.xml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/android/camera-calibration/res/drawable/icon.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/android/camera-calibration/res/layout/camera_calibration_surface_view.xml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/android/camera-calibration/res/menu/calibration.xml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/android/camera-calibration/res/values/strings.xml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/android/camera-calibration/src/org/opencv/samples/cameracalibration/CalibrationResult.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/android/camera-calibration/src/org/opencv/samples/cameracalibration/CameraCalibrationActivity.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/android/camera-calibration/src/org/opencv/samples/cameracalibration/CameraCalibrator.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/android/camera-calibration/src/org/opencv/samples/cameracalibration/OnCameraFrameRender.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/android/color-blob-detection/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/android/color-blob-detection/build.gradle.in +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/android/color-blob-detection/gradle/AndroidManifest.xml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/android/color-blob-detection/res/drawable/icon.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/android/color-blob-detection/res/layout/color_blob_detection_surface_view.xml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/android/color-blob-detection/res/values/strings.xml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/android/color-blob-detection/src/org/opencv/samples/colorblobdetect/ColorBlobDetectionActivity.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/android/color-blob-detection/src/org/opencv/samples/colorblobdetect/ColorBlobDetector.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/android/face-detection/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/android/face-detection/build.gradle.in +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/android/face-detection/gradle/AndroidManifest.xml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/android/face-detection/res/drawable/icon.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/android/face-detection/res/layout/face_detect_surface_view.xml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/android/face-detection/res/values/strings.xml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/android/face-detection/src/org/opencv/samples/facedetect/FaceDetectActivity.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/android/image-manipulations/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/android/image-manipulations/build.gradle.in +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/android/image-manipulations/gradle/AndroidManifest.xml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/android/image-manipulations/res/drawable/icon.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/android/image-manipulations/res/layout/image_manipulations_surface_view.xml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/android/image-manipulations/res/values/strings.xml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/android/image-manipulations/src/org/opencv/samples/imagemanipulations/ImageManipulationsActivity.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/android/mobilenet-objdetect/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/android/mobilenet-objdetect/build.gradle.in +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/android/mobilenet-objdetect/gradle/AndroidManifest.xml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/android/mobilenet-objdetect/res/drawable/icon.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/android/mobilenet-objdetect/res/layout/activity_main.xml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/android/mobilenet-objdetect/res/values/strings.xml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/android/mobilenet-objdetect/src/org/opencv/samples/opencv_mobilenet/MainActivity.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/android/qr-detection/AndroidManifest.xml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/android/qr-detection/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/android/qr-detection/build.gradle.in +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/android/qr-detection/gradle/AndroidManifest.xml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/android/qr-detection/res/drawable/icon.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/android/qr-detection/res/values/strings.xml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/android/qr-detection/src/org/opencv/samples/qrdetection/QRProcessor.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/android/qr-detection/src/org/opencv/samples/qrdetection/QRdetectionActivity.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/android/tutorial-1-camerapreview/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/android/tutorial-1-camerapreview/build.gradle.in +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/android/tutorial-1-camerapreview/gradle/AndroidManifest.xml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/android/tutorial-1-camerapreview/res/drawable/icon.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/android/tutorial-1-camerapreview/res/layout/tutorial1_surface_view.xml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/android/tutorial-1-camerapreview/res/values/strings.xml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/android/tutorial-1-camerapreview/src/org/opencv/samples/tutorial1/Tutorial1Activity.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/android/tutorial-2-mixedprocessing/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/android/tutorial-2-mixedprocessing/build.gradle.in +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/android/tutorial-2-mixedprocessing/gradle/AndroidManifest.xml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/android/tutorial-2-mixedprocessing/jni/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/android/tutorial-2-mixedprocessing/jni/jni_part.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/android/tutorial-2-mixedprocessing/res/drawable/icon.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/android/tutorial-2-mixedprocessing/res/layout/tutorial2_surface_view.xml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/android/tutorial-2-mixedprocessing/res/values/strings.xml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/android/tutorial-2-mixedprocessing/src/org/opencv/samples/tutorial2/Tutorial2Activity.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/android/tutorial-3-cameracontrol/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/android/tutorial-3-cameracontrol/build.gradle.in +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/android/tutorial-3-cameracontrol/gradle/AndroidManifest.xml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/android/tutorial-3-cameracontrol/res/drawable/icon.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/android/tutorial-3-cameracontrol/res/layout/tutorial3_surface_view.xml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/android/tutorial-3-cameracontrol/res/values/strings.xml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/android/tutorial-3-cameracontrol/src/org/opencv/samples/tutorial3/Tutorial3Activity.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/android/tutorial-3-cameracontrol/src/org/opencv/samples/tutorial3/Tutorial3View.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/android/tutorial-4-opencl/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/android/tutorial-4-opencl/build.gradle.in +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/android/tutorial-4-opencl/gradle/AndroidManifest.xml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/android/tutorial-4-opencl/jni/CLprocessor.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/android/tutorial-4-opencl/jni/CLprocessor.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/android/tutorial-4-opencl/jni/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/android/tutorial-4-opencl/jni/common.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/android/tutorial-4-opencl/jni/jni.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/android/tutorial-4-opencl/lint.xml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/android/tutorial-4-opencl/res/drawable/icon.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/android/tutorial-4-opencl/res/layout/activity.xml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/android/tutorial-4-opencl/res/values/strings.xml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/android/tutorial-4-opencl/src/org/opencv/samples/tutorial4/MyGLSurfaceView.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/android/tutorial-4-opencl/src/org/opencv/samples/tutorial4/NativePart.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/android/tutorial-4-opencl/src/org/opencv/samples/tutorial4/Tutorial4Activity.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/android/video-recorder/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/android/video-recorder/build.gradle.in +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/android/video-recorder/gradle/AndroidManifest.xml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/android/video-recorder/res/drawable/icon.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/android/video-recorder/res/layout/recorder_surface_view.xml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/android/video-recorder/res/values/strings.xml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/android/video-recorder/src/org/opencv/samples/recorder/RecorderActivity.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/3calibration.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/application_trace.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/aruco_dict_utils.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/asift.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/audio_spectrogram.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/barcode.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/bgfg_segm.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/calibration.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/camshiftdemo.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/cloning_demo.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/cloning_gui.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/connected_components.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/contours2.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/convexhull.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/cout_mat.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/create_mask.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/dbt_face_detection.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/delaunay2.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/demhist.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/detect_blob.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/detect_mser.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/dft.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/digits_lenet.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/digits_svm.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/dis_opticalflow.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/distrans.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/drawing.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/edge.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/ela.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/em.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/epipolar_lines.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/essential_mat_reconstr.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/example_cmake/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/example_cmake/Makefile +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/example_cmake/example.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/facedetect.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/facial_features.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/falsecolor.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/fback.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/ffilldemo.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/filestorage.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/fitellipse.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/flann_search_dataset.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/grabcut.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/image_alignment.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/imagelist_creator.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/imagelist_reader.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/imgcodecs_jpeg.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/inpaint.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/intelligent_scissors.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/intersectExample.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/kalman.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/kmeans.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/laplace.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/letter_recog.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/lkdemo.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/logistic_regression.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/lsd_lines.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/mask_tmpl.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/matchmethod_orb_akaze_brisk.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/minarea.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/morphology2.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/neural_network.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/npr_demo.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/opencv_version.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/pca.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/peopledetect.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/phase_corr.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/points_classifier.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/polar_transforms.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/qrcode.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/segment_objects.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/select3dobj.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/simd_basic.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/smiledetect.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/squares.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/stereo_calib.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/stereo_match.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/stitching.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/stitching_detailed.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/text_skewness_correction.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/train_HOG.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/train_svmsgd.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/travelsalesman.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tree_engine.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/HighGUI/AddingImagesTrackbar.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/HighGUI/BasicLinearTransformsTrackbar.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/Histograms_Matching/EqualizeHist_Demo.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/Histograms_Matching/MatchTemplate_Demo.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/Histograms_Matching/calcBackProject_Demo1.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/Histograms_Matching/calcBackProject_Demo2.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/Histograms_Matching/calcHist_Demo.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/Histograms_Matching/compareHist_Demo.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/ImgProc/BasicLinearTransforms.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/ImgProc/HitMiss/HitMiss.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/ImgProc/Morphology_1.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/ImgProc/Morphology_2.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/ImgProc/Pyramids/Pyramids.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/ImgProc/Smoothing/Smoothing.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/ImgProc/Threshold.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/ImgProc/Threshold_inRange.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/ImgProc/anisotropic_image_segmentation/anisotropic_image_segmentation.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/ImgProc/basic_drawing/Drawing_1.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/ImgProc/basic_drawing/Drawing_2.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/ImgProc/changing_contrast_brightness_image/changing_contrast_brightness_image.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/ImgProc/morph_lines_detection/Morphology_3.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/ImgProc/motion_deblur_filter/motion_deblur_filter.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/ImgProc/out_of_focus_deblur_filter/out_of_focus_deblur_filter.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/ImgProc/periodic_noise_removing_filter/periodic_noise_removing_filter.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/ImgTrans/CannyDetector_Demo.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/ImgTrans/Geometric_Transforms_Demo.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/ImgTrans/HoughCircle_Demo.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/ImgTrans/HoughLines_Demo.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/ImgTrans/Laplace_Demo.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/ImgTrans/Remap_Demo.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/ImgTrans/Sobel_Demo.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/ImgTrans/copyMakeBorder_demo.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/ImgTrans/filter2D_demo.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/ImgTrans/generalizedHoughTransform.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/ImgTrans/houghcircles.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/ImgTrans/houghlines.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/ImgTrans/imageSegmentation.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/ShapeDescriptors/findContours_demo.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/ShapeDescriptors/generalContours_demo1.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/ShapeDescriptors/generalContours_demo2.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/ShapeDescriptors/hull_demo.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/ShapeDescriptors/moments_demo.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/ShapeDescriptors/pointPolygonTest_demo.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/TrackingMotion/cornerDetector_Demo.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/TrackingMotion/cornerHarris_Demo.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/TrackingMotion/cornerSubPix_Demo.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/TrackingMotion/goodFeaturesToTrack_Demo.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/calib3d/camera_calibration/VID5.xml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/calib3d/camera_calibration/camera_calibration.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/calib3d/camera_calibration/in_VID5.xml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/calib3d/camera_calibration/out_camera_data.yml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/Data/box.mp4 +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/Data/box.ply +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/Data/cookies_ORB.yml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/Data/resized_IMG_3875.JPG +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/CsvReader.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/CsvReader.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/CsvWriter.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/CsvWriter.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/Mesh.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/Mesh.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/Model.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/Model.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/ModelRegistration.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/ModelRegistration.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/PnPProblem.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/PnPProblem.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/RobustMatcher.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/RobustMatcher.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/Utils.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/Utils.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/main_detection.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/main_registration.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/compatibility/compatibility_test.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/core/AddingImages/AddingImages.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/core/discrete_fourier_transform/discrete_fourier_transform.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/core/file_input_output/file_input_output.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/core/how_to_scan_images/how_to_scan_images.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/core/how_to_use_OpenCV_parallel_for_/how_to_use_OpenCV_parallel_for_.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/core/how_to_use_OpenCV_parallel_for_/how_to_use_OpenCV_parallel_for_new.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/core/mat_mask_operations/mat_mask_operations.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/core/mat_operations/mat_operations.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/core/mat_the_basic_image_container/mat_the_basic_image_container.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/core/parallel_backend/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/core/parallel_backend/example-openmp.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/core/parallel_backend/example-tbb.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/core/univ_intrin/univ_intrin.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/features2D/AKAZE_match.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/features2D/AKAZE_tracking/planar_tracking.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/features2D/AKAZE_tracking/stats.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/features2D/AKAZE_tracking/utils.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/features2D/Homography/decompose_homography.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/features2D/Homography/homography_from_camera_displacement.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/features2D/Homography/panorama_stitching_rotating_camera.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/features2D/Homography/perspective_correction.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/features2D/Homography/pose_from_homography.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/features2D/feature_description/SURF_matching_Demo.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/features2D/feature_detection/SURF_detection_Demo.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/features2D/feature_flann_matcher/SURF_FLANN_matching_Demo.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/features2D/feature_homography/SURF_FLANN_matching_homography_Demo.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/gapi/age_gender_emotion_recognition/age_gender_emotion_recognition.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/gapi/doc_snippets/api_ref_snippets.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/gapi/doc_snippets/dynamic_graph_snippets.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/gapi/doc_snippets/kernel_api_snippets.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/gapi/face_beautification/face_beautification.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/gapi/porting_anisotropic_image_segmentation/porting_anisotropic_image_segmentation_gapi.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/gapi/porting_anisotropic_image_segmentation/porting_anisotropic_image_segmentation_gapi_fluid.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/gapi/security_barrier_camera/security_barrier_camera.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/gpu/gpu-basics-similarity/gpu-basics-similarity.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/gpu/gpu-thrust-interop/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/gpu/gpu-thrust-interop/Thrust_interop.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/gpu/gpu-thrust-interop/main.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/imgcodecs/GDAL_IO/gdal-image.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/introduction/display_image/display_image.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/introduction/documentation/documentation.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/introduction/windows_visual_studio_opencv/introduction_windows_vs.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/ml/introduction_to_pca/introduction_to_pca.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/ml/introduction_to_svm/introduction_to_svm.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/ml/non_linear_svms/non_linear_svms.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/objectDetection/aruco_samples_utility.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/objectDetection/calibrate_camera.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/objectDetection/calibrate_camera_charuco.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/objectDetection/create_board.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/objectDetection/create_board_charuco.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/objectDetection/create_diamond.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/objectDetection/create_marker.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/objectDetection/detect_board.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/objectDetection/detect_board_charuco.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/objectDetection/detect_diamonds.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/objectDetection/detect_markers.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/objectDetection/detector_params.yml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/objectDetection/objectDetection.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/objectDetection/tutorial_camera_charuco.yml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/objectDetection/tutorial_camera_params.yml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/objectDetection/tutorial_dict.yml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/photo/decolorization/decolor.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/photo/hdr_imaging/hdr_imaging.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/photo/non_photorealistic_rendering/npr_demo.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/photo/seamless_cloning/cloning_demo.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/photo/seamless_cloning/cloning_gui.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/snippets/core_mat_checkVector.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/snippets/core_merge.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/snippets/core_reduce.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/snippets/core_split.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/snippets/core_various.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/snippets/imgcodecs_imwrite.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/snippets/imgproc_HoughLinesCircles.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/snippets/imgproc_HoughLinesP.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/snippets/imgproc_HoughLinesPointSet.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/snippets/imgproc_applyColorMap.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/snippets/imgproc_calcHist.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/snippets/imgproc_drawContours.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/snippets/imgproc_segmentation.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/video/bg_sub.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/video/meanshift/camshift.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/video/meanshift/meanshift.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/video/optical_flow/optical_flow.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/video/optical_flow/optical_flow_dense.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/videoio/orbbec_astra/orbbec_astra.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/videoio/video-input-psnr-ssim/video-input-psnr-ssim.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/videoio/video-write/video-write.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/tutorial_code/xfeatures2D/LATCH_match.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/videocapture_audio.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/videocapture_audio_combination.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/videocapture_basic.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/videocapture_camera.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/videocapture_gphoto2_autofocus.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/videocapture_gstreamer_pipeline.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/videocapture_image_sequence.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/videocapture_microphone.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/videocapture_obsensor.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/videocapture_openni.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/videocapture_realsense.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/videocapture_starter.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/videowriter_basic.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/warpPerspective_demo.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/cpp/watershed.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/data/Blender_Suzanne1.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/data/Blender_Suzanne2.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/data/H1to3p.xml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/data/HappyFish.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/data/LinuxLogo.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/data/Megamind.avi +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/data/Megamind_bugy.avi +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/data/WindowsLogo.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/data/aero1.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/data/aero3.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/data/aloeGT.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/data/aloeL.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/data/aloeR.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/data/alphabet_36.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/data/alphabet_94.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/data/apple.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/data/aruco/choriginal.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/data/aruco/tutorial_camera_charuco.yml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/data/baboon.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/data/basketball1.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/data/basketball2.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/data/blox.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/data/board.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/data/box.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/data/box_in_scene.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/data/building.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/data/butterfly.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/data/calibration.yml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/data/cards.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/data/chessboard.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/data/chicky_512.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/data/data01.xml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/data/detect_blob.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/data/digits.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/data/dnn/action_recongnition_kinetics.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/data/dnn/classification_classes_ILSVRC2012.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/data/dnn/enet-classes.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/data/dnn/object_detection_classes_coco.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/data/dnn/object_detection_classes_pascal_voc.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/data/dnn/object_detection_classes_yolo.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/data/ela_modified.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/data/ela_original.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/data/ellipses.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/data/essential_mat_data.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/data/fruits.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/data/gradient.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/data/graf1.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/data/graf3.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/data/home.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/data/imageTextN.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/data/imageTextR.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/data/intrinsics.yml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/data/left.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/data/left01.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/data/left02.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/data/left03.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/data/left04.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/data/left05.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/data/left06.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/data/left07.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/data/left08.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/data/left09.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/data/left11.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/data/left12.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/data/left13.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/data/left14.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/data/left_intrinsics.yml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/data/lena.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/data/lena_tmpl.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/data/letter-recognition.data +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/data/leuvenA.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/data/leuvenB.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/data/licenseplate_motion.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/data/mask.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/data/messi5.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/data/ml.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/data/notes.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/data/opencv-logo-white.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/data/opencv-logo.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/data/orange.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/data/pca_test1.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/data/pic1.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/data/pic2.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/data/pic3.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/data/pic4.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/data/pic5.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/data/pic6.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/data/right.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/data/right01.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/data/right02.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/data/right03.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/data/right04.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/data/right05.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/data/right06.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/data/right07.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/data/right08.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/data/right09.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/data/right11.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/data/right12.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/data/right13.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/data/right14.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/data/rubberwhale1.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/data/rubberwhale2.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/data/smarties.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/data/squirrel_cls.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/data/starry_night.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/data/stereo_calib.xml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/data/stuff.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/data/sudoku.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/data/templ.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/data/text_defocus.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/data/text_motion.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/data/tmpl.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/data/tree.avi +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/data/vtest.avi +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/directx/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/directx/d3d10_interop.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/directx/d3d11_interop.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/directx/d3d9_interop.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/directx/d3d9ex_interop.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/directx/d3dsample.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/directx/winapp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/dnn/.gitignore +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/dnn/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/dnn/README.md +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/dnn/action_recognition.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/dnn/classification.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/dnn/classification.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/dnn/colorization.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/dnn/colorization.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/dnn/common.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/dnn/common.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/dnn/custom_layers.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/dnn/dasiamrpn_tracker.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/dnn/dnn_model_runner/dnn_conversion/common/abstract_model.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/dnn/dnn_model_runner/dnn_conversion/common/evaluation/classification/cls_accuracy_evaluator.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/dnn/dnn_model_runner/dnn_conversion/common/evaluation/classification/cls_data_fetcher.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/dnn/dnn_model_runner/dnn_conversion/common/img_utils.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/dnn/dnn_model_runner/dnn_conversion/common/test/cls_model_test_pipeline.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/dnn/dnn_model_runner/dnn_conversion/common/test/configs/default_preprocess_config.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/dnn/dnn_model_runner/dnn_conversion/common/test/configs/test_config.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/dnn/dnn_model_runner/dnn_conversion/common/test/model_test_pipeline.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/dnn/dnn_model_runner/dnn_conversion/common/utils.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/dnn/dnn_model_runner/dnn_conversion/paddlepaddle/README.md +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/dnn/dnn_model_runner/dnn_conversion/paddlepaddle/data/cat.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/dnn/dnn_model_runner/dnn_conversion/paddlepaddle/data/labels.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/dnn/dnn_model_runner/dnn_conversion/paddlepaddle/data/result_test_human.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/dnn/dnn_model_runner/dnn_conversion/paddlepaddle/paddle_humanseg.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/dnn/dnn_model_runner/dnn_conversion/paddlepaddle/paddle_resnet50.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/dnn/dnn_model_runner/dnn_conversion/pytorch/classification/py_to_py_cls.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/dnn/dnn_model_runner/dnn_conversion/pytorch/classification/py_to_py_resnet50.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/dnn/dnn_model_runner/dnn_conversion/pytorch/classification/py_to_py_resnet50_onnx.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/dnn/dnn_model_runner/dnn_conversion/pytorch/pytorch_model.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/dnn/dnn_model_runner/dnn_conversion/requirements.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/dnn/dnn_model_runner/dnn_conversion/tf/classification/py_to_py_cls.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/dnn/dnn_model_runner/dnn_conversion/tf/classification/py_to_py_mobilenet.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/dnn/dnn_model_runner/dnn_conversion/tf/detection/py_to_py_ssd_mobilenet.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/dnn/dnn_model_runner/dnn_conversion/tf/tf_model.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/dnn/download_models.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/dnn/edge_detection.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/dnn/face_detect.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/dnn/face_detect.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/dnn/face_detector/.gitignore +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/dnn/face_detector/deploy.prototxt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/dnn/face_detector/deploy_lowres.prototxt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/dnn/face_detector/how_to_train_face_detector.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/dnn/face_detector/opencv_face_detector.pbtxt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/dnn/face_detector/solver.prototxt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/dnn/face_detector/test.prototxt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/dnn/face_detector/train.prototxt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/dnn/face_detector/weights.meta4 +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/dnn/fast_neural_style.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/dnn/human_parsing.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/dnn/human_parsing.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/dnn/js_face_recognition.html +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/dnn/mask_rcnn.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/dnn/mobilenet_ssd_accuracy.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/dnn/models.yml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/dnn/nanotrack_tracker.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/dnn/object_detection.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/dnn/object_detection.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/dnn/openpose.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/dnn/openpose.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/dnn/optical_flow.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/dnn/person_reid.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/dnn/person_reid.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/dnn/results/audrybt1.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/dnn/scene_text_detection.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/dnn/scene_text_recognition.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/dnn/scene_text_spotting.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/dnn/segmentation.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/dnn/segmentation.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/dnn/shrink_tf_graph_weights.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/dnn/siamrpnpp.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/dnn/speech_recognition.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/dnn/speech_recognition.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/dnn/text_detection.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/dnn/text_detection.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/dnn/tf_text_graph_common.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/dnn/tf_text_graph_efficientdet.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/dnn/tf_text_graph_faster_rcnn.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/dnn/tf_text_graph_mask_rcnn.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/dnn/tf_text_graph_ssd.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/dnn/virtual_try_on.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/dnn/vit_tracker.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/dnn/yolo_detector.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/gdb/gdbinit +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/gdb/mat_pretty_printer.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/gpu/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/gpu/alpha_comp.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/gpu/bgfg_segm.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/gpu/cascadeclassifier.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/gpu/farneback_optical_flow.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/gpu/generalized_hough.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/gpu/hog.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/gpu/houghlines.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/gpu/morphology.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/gpu/multi.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/gpu/pyrlk_optical_flow.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/gpu/stereo_match.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/gpu/stereo_multi.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/gpu/super_resolution.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/gpu/surf_keypoint_matcher.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/gpu/video_reader.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/gpu/video_writer.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/hal/README.md +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/hal/c_hal/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/hal/c_hal/config.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/hal/c_hal/impl.c +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/hal/c_hal/impl.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/hal/slow_hal/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/hal/slow_hal/config.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/hal/slow_hal/impl.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/hal/slow_hal/impl.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/install/linux_install_a.sh +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/install/linux_install_b.sh +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/install/linux_quick_install.sh +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/install/linux_quick_install_contrib.sh +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/install/linux_verify.sh +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/java/ant/build.xml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/java/ant/src/SimpleSample.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/java/clojure/simple-sample/.gitignore +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/java/clojure/simple-sample/project.clj +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/java/clojure/simple-sample/resources/images/lena.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/java/clojure/simple-sample/src/simple_sample/core.clj +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/java/clojure/simple-sample/test/simple_sample/core_test.clj +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/java/eclipse/HelloCV/.classpath +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/java/eclipse/HelloCV/.project +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/java/eclipse/HelloCV/.settings/org.eclipse.jdt.core.prefs +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/java/eclipse/HelloCV/src/Main.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/java/opencv_version.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/java/sbt/README +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/java/sbt/lib/copy_opencv_jar_here +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/java/sbt/project/build.scala +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/java/sbt/project/plugins.sbt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/java/sbt/sbt/sbt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/java/sbt/sbt/sbt-launch.jar +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/java/sbt/src/main/java/DetectFaceDemo.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/java/sbt/src/main/resources/AverageMaleFace.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/java/sbt/src/main/resources/img1.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/java/sbt/src/main/resources/img2.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/java/sbt/src/main/scala/Main.scala +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/java/sbt/src/main/scala/ScalaCorrespondenceMatchingDemo.scala +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/java/sbt/src/main/scala/ScalaDetectFaceDemo.scala +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/java/tutorial_code/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/java/tutorial_code/Histograms_Matching/back_projection/CalcBackProjectDemo1.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/java/tutorial_code/Histograms_Matching/back_projection/CalcBackProjectDemo2.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/java/tutorial_code/Histograms_Matching/histogram_calculation/CalcHistDemo.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/java/tutorial_code/Histograms_Matching/histogram_comparison/CompareHistDemo.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/java/tutorial_code/Histograms_Matching/histogram_equalization/EqualizeHistDemo.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/java/tutorial_code/ImgProc/BasicGeometricDrawing/BasicGeometricDrawing.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/java/tutorial_code/ImgProc/HitMiss/HitMiss.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/java/tutorial_code/ImgProc/Pyramids/Pyramids.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/java/tutorial_code/ImgProc/Smoothing/Smoothing.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/java/tutorial_code/ImgProc/changing_contrast_brightness_image/BasicLinearTransformsDemo.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/java/tutorial_code/ImgProc/changing_contrast_brightness_image/ChangingContrastBrightnessImageDemo.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/java/tutorial_code/ImgProc/erosion_dilatation/MorphologyDemo1.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/java/tutorial_code/ImgProc/morph_lines_detection/Morphology_3.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/java/tutorial_code/ImgProc/opening_closing_hats/MorphologyDemo2.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/java/tutorial_code/ImgProc/threshold/Threshold.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/java/tutorial_code/ImgProc/threshold_inRange/ThresholdInRange.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/java/tutorial_code/ImgProc/tutorial_template_matching/MatchTemplateDemo.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/java/tutorial_code/ImgTrans/Filter2D/Filter2D_Demo.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/java/tutorial_code/ImgTrans/HoughCircle/HoughCircles.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/java/tutorial_code/ImgTrans/HoughLine/HoughLines.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/java/tutorial_code/ImgTrans/LaPlace/LaplaceDemo.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/java/tutorial_code/ImgTrans/MakeBorder/CopyMakeBorder.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/java/tutorial_code/ImgTrans/SobelDemo/SobelDemo.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/java/tutorial_code/ImgTrans/canny_detector/CannyDetectorDemo.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/java/tutorial_code/ImgTrans/distance_transformation/ImageSegmentationDemo.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/java/tutorial_code/ImgTrans/remap/RemapDemo.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/java/tutorial_code/ImgTrans/warp_affine/GeometricTransformsDemo.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/java/tutorial_code/ShapeDescriptors/bounding_rects_circles/GeneralContoursDemo1.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/java/tutorial_code/ShapeDescriptors/bounding_rotated_ellipses/GeneralContoursDemo2.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/java/tutorial_code/ShapeDescriptors/find_contours/FindContoursDemo.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/java/tutorial_code/ShapeDescriptors/hull/HullDemo.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/java/tutorial_code/ShapeDescriptors/moments/MomentsDemo.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/java/tutorial_code/ShapeDescriptors/point_polygon_test/PointPolygonTestDemo.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/java/tutorial_code/TrackingMotion/corner_subpixels/CornerSubPixDemo.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/java/tutorial_code/TrackingMotion/generic_corner_detector/CornerDetectorDemo.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/java/tutorial_code/TrackingMotion/good_features_to_track/GoodFeaturesToTrackDemo.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/java/tutorial_code/TrackingMotion/harris_detector/CornerHarrisDemo.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/java/tutorial_code/build.xml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/java/tutorial_code/core/AddingImages/AddingImages.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/java/tutorial_code/core/discrete_fourier_transform/DiscreteFourierTransform.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/java/tutorial_code/core/mat_mask_operations/MatMaskOperations.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/java/tutorial_code/core/mat_operations/MatOperations.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/java/tutorial_code/features2D/Homography/PanoramaStitchingRotatingCamera.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/java/tutorial_code/features2D/Homography/PerspectiveCorrection.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/java/tutorial_code/features2D/akaze_matching/AKAZEMatchDemo.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/java/tutorial_code/features2D/feature_description/SURFMatchingDemo.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/java/tutorial_code/features2D/feature_detection/SURFDetectionDemo.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/java/tutorial_code/features2D/feature_flann_matcher/SURFFLANNMatchingDemo.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/java/tutorial_code/features2D/feature_homography/SURFFLANNMatchingHomographyDemo.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/java/tutorial_code/highgui/trackbar/AddingImagesTrackbar.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/java/tutorial_code/introduction/documentation/Documentation.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/java/tutorial_code/ml/introduction_to_pca/IntroductionToPCADemo.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/java/tutorial_code/ml/introduction_to_svm/IntroductionToSVMDemo.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/java/tutorial_code/ml/non_linear_svms/NonLinearSVMsDemo.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/java/tutorial_code/objectDetection/cascade_classifier/ObjectDetectionDemo.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/java/tutorial_code/photo/hdr_imaging/HDRImagingDemo.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/java/tutorial_code/video/background_subtraction/BackgroundSubtractionDemo.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/java/tutorial_code/video/meanshift/CamshiftDemo.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/java/tutorial_code/video/meanshift/MeanshiftDemo.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/java/tutorial_code/video/optical_flow/OpticalFlowDemo.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/java/tutorial_code/video/optical_flow/OpticalFlowDenseDemo.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/opencl/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/opencl/opencl-opencv-interop.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/opengl/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/opengl/opengl.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/opengl/opengl_interop.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/opengl/winapp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/openvx/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/openvx/no_wrappers.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/openvx/wrappers.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/openvx/wrappers_video.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/python/.gitignore +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/python/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/python/_coverage.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/python/_doc.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/python/_run_winpack_demo.cmd +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/python/aruco_detect_board_charuco.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/python/asift.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/python/audio_spectrogram.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/python/browse.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/python/calibrate.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/python/camera_calibration_show_extrinsics.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/python/camshift.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/python/coherence.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/python/color_histogram.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/python/common.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/python/contours.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/python/deconvolution.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/python/demo.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/python/dft.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/python/digits.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/python/digits_adjust.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/python/digits_video.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/python/dis_opt_flow.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/python/distrans.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/python/drawing.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/python/edge.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/python/essential_mat_reconstr.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/python/facedetect.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/python/feature_homography.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/python/find_obj.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/python/fitline.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/python/floodfill.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/python/gabor_threads.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/python/gaussian_mix.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/python/grabcut.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/python/hist.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/python/houghcircles.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/python/houghlines.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/python/inpaint.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/python/kalman.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/python/kmeans.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/python/laplace.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/python/lappyr.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/python/letter_recog.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/python/lk_homography.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/python/lk_track.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/python/logpolar.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/python/morphology.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/python/mosse.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/python/mouse_and_match.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/python/mser.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/python/opencv_version.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/python/opt_flow.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/python/peopledetect.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/python/plane_ar.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/python/plane_tracker.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/python/qrcode.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/python/squares.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/python/stereo_match.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/python/stitching.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/python/stitching_detailed.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/python/text_skewness_correction.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/python/texture_flow.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/python/tracker.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/python/tst_scene_render.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/python/turing.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/python/tutorial_code/Histograms_Matching/back_projection/calcBackProject_Demo1.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/python/tutorial_code/Histograms_Matching/back_projection/calcBackProject_Demo2.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/python/tutorial_code/Histograms_Matching/histogram_calculation/calcHist_Demo.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/python/tutorial_code/Histograms_Matching/histogram_comparison/compareHist_Demo.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/python/tutorial_code/Histograms_Matching/histogram_equalization/EqualizeHist_Demo.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/python/tutorial_code/ImgTrans/Filter2D/filter2D.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/python/tutorial_code/ImgTrans/HoughCircle/hough_circle.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/python/tutorial_code/ImgTrans/HoughLine/hough_lines.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/python/tutorial_code/ImgTrans/LaPlace/laplace_demo.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/python/tutorial_code/ImgTrans/MakeBorder/copy_make_border.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/python/tutorial_code/ImgTrans/SobelDemo/sobel_demo.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/python/tutorial_code/ImgTrans/canny_detector/CannyDetector_Demo.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/python/tutorial_code/ImgTrans/distance_transformation/imageSegmentation.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/python/tutorial_code/ImgTrans/remap/Remap_Demo.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/python/tutorial_code/ImgTrans/warp_affine/Geometric_Transforms_Demo.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/python/tutorial_code/ShapeDescriptors/bounding_rects_circles/generalContours_demo1.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/python/tutorial_code/ShapeDescriptors/bounding_rotated_ellipses/generalContours_demo2.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/python/tutorial_code/ShapeDescriptors/find_contours/findContours_demo.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/python/tutorial_code/ShapeDescriptors/hull/hull_demo.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/python/tutorial_code/ShapeDescriptors/moments/moments_demo.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/python/tutorial_code/ShapeDescriptors/point_polygon_test/pointPolygonTest_demo.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/python/tutorial_code/TrackingMotion/corner_subpixels/cornerSubPix_Demo.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/python/tutorial_code/TrackingMotion/generic_corner_detector/cornerDetector_Demo.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/python/tutorial_code/TrackingMotion/good_features_to_track/goodFeaturesToTrack_Demo.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/python/tutorial_code/TrackingMotion/harris_detector/cornerHarris_Demo.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/python/tutorial_code/core/AddingImages/adding_images.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/python/tutorial_code/core/discrete_fourier_transform/discrete_fourier_transform.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/python/tutorial_code/core/file_input_output/file_input_output.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/python/tutorial_code/core/mat_mask_operations/mat_mask_operations.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/python/tutorial_code/core/mat_operations/mat_operations.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/python/tutorial_code/dnn/dnn_conversion/common/test/voc_segm_test.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/python/tutorial_code/dnn/dnn_conversion/pytorch/segmentation/py_to_py_fcn_resnet50.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/python/tutorial_code/features2D/Homography/panorama_stitching_rotating_camera.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/python/tutorial_code/features2D/Homography/perspective_correction.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/python/tutorial_code/features2D/akaze_matching/AKAZE_match.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/python/tutorial_code/features2D/feature_description/SURF_matching_Demo.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/python/tutorial_code/features2D/feature_detection/SURF_detection_Demo.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/python/tutorial_code/features2D/feature_flann_matcher/SURF_FLANN_matching_Demo.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/python/tutorial_code/features2D/feature_homography/SURF_FLANN_matching_homography_Demo.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/python/tutorial_code/highgui/trackbar/AddingImagesTrackbar.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/python/tutorial_code/imgProc/BasicGeometricDrawing/basic_geometric_drawing.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/python/tutorial_code/imgProc/HitMiss/hit_miss.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/python/tutorial_code/imgProc/Pyramids/pyramids.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/python/tutorial_code/imgProc/Smoothing/smoothing.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/python/tutorial_code/imgProc/anisotropic_image_segmentation/anisotropic_image_segmentation.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/python/tutorial_code/imgProc/changing_contrast_brightness_image/BasicLinearTransforms.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/python/tutorial_code/imgProc/changing_contrast_brightness_image/changing_contrast_brightness_image.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/python/tutorial_code/imgProc/erosion_dilatation/morphology_1.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/python/tutorial_code/imgProc/hough_line_transform/hough_line_transform.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/python/tutorial_code/imgProc/hough_line_transform/probabilistic_hough_line_transform.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/python/tutorial_code/imgProc/match_template/match_template.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/python/tutorial_code/imgProc/morph_lines_detection/morph_lines_detection.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/python/tutorial_code/imgProc/opening_closing_hats/morphology_2.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/python/tutorial_code/imgProc/threshold/threshold.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/python/tutorial_code/imgProc/threshold_inRange/threshold_inRange.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/python/tutorial_code/introduction/display_image/display_image.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/python/tutorial_code/introduction/documentation/documentation.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/python/tutorial_code/ml/introduction_to_pca/introduction_to_pca.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/python/tutorial_code/ml/introduction_to_svm/introduction_to_svm.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/python/tutorial_code/ml/non_linear_svms/non_linear_svms.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/python/tutorial_code/ml/py_svm_opencv/hogsvm.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/python/tutorial_code/objectDetection/cascade_classifier/objectDetection.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/python/tutorial_code/photo/hdr_imaging/hdr_imaging.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/python/tutorial_code/video/background_subtraction/bg_sub.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/python/tutorial_code/video/meanshift/camshift.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/python/tutorial_code/video/meanshift/meanshift.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/python/tutorial_code/video/optical_flow/optical_flow.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/python/tutorial_code/video/optical_flow/optical_flow_dense.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/python/tutorial_code/videoio/video-input-psnr-ssim.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/python/video.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/python/video_threaded.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/python/video_v4l2.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/python/videocapture_obsensor.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/python/watershed.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/samples_utils.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/semihosting/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/semihosting/README.md +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/semihosting/histogram/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/semihosting/histogram/histogram.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/semihosting/include/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/semihosting/include/raw_pixels.hpp.in +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/semihosting/norm/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/semihosting/norm/norm.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/swift/ios/ColorBlobDetection/ColorBlobDetection/AppDelegate.swift +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/swift/ios/ColorBlobDetection/ColorBlobDetection/Assets.xcassets/AppIcon.appiconset/100.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/swift/ios/ColorBlobDetection/ColorBlobDetection/Assets.xcassets/AppIcon.appiconset/114.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/swift/ios/ColorBlobDetection/ColorBlobDetection/Assets.xcassets/AppIcon.appiconset/120.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/swift/ios/ColorBlobDetection/ColorBlobDetection/Assets.xcassets/AppIcon.appiconset/144.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/swift/ios/ColorBlobDetection/ColorBlobDetection/Assets.xcassets/AppIcon.appiconset/152.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/swift/ios/ColorBlobDetection/ColorBlobDetection/Assets.xcassets/AppIcon.appiconset/167.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/swift/ios/ColorBlobDetection/ColorBlobDetection/Assets.xcassets/AppIcon.appiconset/180.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/swift/ios/ColorBlobDetection/ColorBlobDetection/Assets.xcassets/AppIcon.appiconset/20.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/swift/ios/ColorBlobDetection/ColorBlobDetection/Assets.xcassets/AppIcon.appiconset/29.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/swift/ios/ColorBlobDetection/ColorBlobDetection/Assets.xcassets/AppIcon.appiconset/40.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/swift/ios/ColorBlobDetection/ColorBlobDetection/Assets.xcassets/AppIcon.appiconset/50.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/swift/ios/ColorBlobDetection/ColorBlobDetection/Assets.xcassets/AppIcon.appiconset/57.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/swift/ios/ColorBlobDetection/ColorBlobDetection/Assets.xcassets/AppIcon.appiconset/58.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/swift/ios/ColorBlobDetection/ColorBlobDetection/Assets.xcassets/AppIcon.appiconset/60.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/swift/ios/ColorBlobDetection/ColorBlobDetection/Assets.xcassets/AppIcon.appiconset/72.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/swift/ios/ColorBlobDetection/ColorBlobDetection/Assets.xcassets/AppIcon.appiconset/76.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/swift/ios/ColorBlobDetection/ColorBlobDetection/Assets.xcassets/AppIcon.appiconset/80.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/swift/ios/ColorBlobDetection/ColorBlobDetection/Assets.xcassets/AppIcon.appiconset/87.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/swift/ios/ColorBlobDetection/ColorBlobDetection/Assets.xcassets/AppIcon.appiconset/Contents.json +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/swift/ios/ColorBlobDetection/ColorBlobDetection/Assets.xcassets/AppIcon.appiconset/appstore.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/swift/ios/ColorBlobDetection/ColorBlobDetection/Assets.xcassets/Contents.json +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/swift/ios/ColorBlobDetection/ColorBlobDetection/Base.lproj/LaunchScreen.storyboard +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/swift/ios/ColorBlobDetection/ColorBlobDetection/Base.lproj/Main.storyboard +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/swift/ios/ColorBlobDetection/ColorBlobDetection/ColorBlobDetector.swift +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/swift/ios/ColorBlobDetection/ColorBlobDetection/Info.plist +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/swift/ios/ColorBlobDetection/ColorBlobDetection/ViewController.swift +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/swift/ios/ColorBlobDetection/ColorBlobDetection.xcodeproj/project.pbxproj +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/swift/ios/ColorBlobDetection/ColorBlobDetection.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/swift/ios/ColorBlobDetection/ColorBlobDetectionDynamic.xcodeproj/project.pbxproj +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/swift/ios/ColorBlobDetection/ColorBlobDetectionDynamic.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/swift/ios/FaceDetection/FaceDetection/AppDelegate.swift +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/swift/ios/FaceDetection/FaceDetection/Assets.xcassets/AppIcon.appiconset/100.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/swift/ios/FaceDetection/FaceDetection/Assets.xcassets/AppIcon.appiconset/114.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/swift/ios/FaceDetection/FaceDetection/Assets.xcassets/AppIcon.appiconset/120.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/swift/ios/FaceDetection/FaceDetection/Assets.xcassets/AppIcon.appiconset/144.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/swift/ios/FaceDetection/FaceDetection/Assets.xcassets/AppIcon.appiconset/152.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/swift/ios/FaceDetection/FaceDetection/Assets.xcassets/AppIcon.appiconset/167.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/swift/ios/FaceDetection/FaceDetection/Assets.xcassets/AppIcon.appiconset/180.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/swift/ios/FaceDetection/FaceDetection/Assets.xcassets/AppIcon.appiconset/20.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/swift/ios/FaceDetection/FaceDetection/Assets.xcassets/AppIcon.appiconset/29.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/swift/ios/FaceDetection/FaceDetection/Assets.xcassets/AppIcon.appiconset/40.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/swift/ios/FaceDetection/FaceDetection/Assets.xcassets/AppIcon.appiconset/50.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/swift/ios/FaceDetection/FaceDetection/Assets.xcassets/AppIcon.appiconset/57.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/swift/ios/FaceDetection/FaceDetection/Assets.xcassets/AppIcon.appiconset/58.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/swift/ios/FaceDetection/FaceDetection/Assets.xcassets/AppIcon.appiconset/60.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/swift/ios/FaceDetection/FaceDetection/Assets.xcassets/AppIcon.appiconset/72.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/swift/ios/FaceDetection/FaceDetection/Assets.xcassets/AppIcon.appiconset/76.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/swift/ios/FaceDetection/FaceDetection/Assets.xcassets/AppIcon.appiconset/80.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/swift/ios/FaceDetection/FaceDetection/Assets.xcassets/AppIcon.appiconset/87.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/swift/ios/FaceDetection/FaceDetection/Assets.xcassets/AppIcon.appiconset/Contents.json +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/swift/ios/FaceDetection/FaceDetection/Assets.xcassets/AppIcon.appiconset/appstore.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/swift/ios/FaceDetection/FaceDetection/Assets.xcassets/Contents.json +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/swift/ios/FaceDetection/FaceDetection/Base.lproj/LaunchScreen.storyboard +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/swift/ios/FaceDetection/FaceDetection/Base.lproj/Main.storyboard +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/swift/ios/FaceDetection/FaceDetection/DetectionBasedTracker.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/swift/ios/FaceDetection/FaceDetection/DetectionBasedTracker.mm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/swift/ios/FaceDetection/FaceDetection/FaceDetection-Bridging-Header.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/swift/ios/FaceDetection/FaceDetection/Info.plist +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/swift/ios/FaceDetection/FaceDetection/ViewController.swift +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/swift/ios/FaceDetection/FaceDetection/lbpcascade_frontalface.xml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/swift/ios/FaceDetection/FaceDetection.xcodeproj/project.pbxproj +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/swift/ios/FaceDetection/FaceDetection.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/swift/ios/FaceDetection/FaceDetectionDynamic.xcodeproj/project.pbxproj +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/swift/ios/FaceDetection/FaceDetectionDynamic.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/sycl/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/sycl/sycl-opencv-interop.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/tapi/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/tapi/bgfg_segm.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/tapi/camshift.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/tapi/clahe.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/tapi/dense_optical_flow.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/tapi/hog.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/tapi/opencl_custom_kernel.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/tapi/pyrlk_optical_flow.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/tapi/squares.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/tapi/ufacedetect.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/tapi/video_acceleration.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/va_intel/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/va_intel/display.cpp.inc +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/va_intel/va_intel_interop.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt/.gitignore +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt/FaceDetection/FaceDetection/App.xaml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt/FaceDetection/FaceDetection/App.xaml.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt/FaceDetection/FaceDetection/App.xaml.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt/FaceDetection/FaceDetection/Assets/Logo.scale-100.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt/FaceDetection/FaceDetection/Assets/SmallLogo.scale-100.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt/FaceDetection/FaceDetection/Assets/SplashScreen.scale-100.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt/FaceDetection/FaceDetection/Assets/StoreLogo.scale-100.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt/FaceDetection/FaceDetection/Assets/group1.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt/FaceDetection/FaceDetection/Assets/group2.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt/FaceDetection/FaceDetection/Assets/group3.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt/FaceDetection/FaceDetection/Assets/haarcascade_frontalface_alt.xml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt/FaceDetection/FaceDetection/FaceDetection.vcxproj +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt/FaceDetection/FaceDetection/FaceDetection.vcxproj.filters +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt/FaceDetection/FaceDetection/FaceDetection_TemporaryKey.pfx +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt/FaceDetection/FaceDetection/MainPage.xaml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt/FaceDetection/FaceDetection/MainPage.xaml.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt/FaceDetection/FaceDetection/MainPage.xaml.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt/FaceDetection/FaceDetection/Package.appxmanifest +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt/FaceDetection/FaceDetection/opencv.props +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt/FaceDetection/FaceDetection/pch.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt/FaceDetection/FaceDetection/pch.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt/FaceDetection/FaceDetection.sln +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt/ImageManipulations/AdvancedCapture.xaml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt/ImageManipulations/AdvancedCapture.xaml.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt/ImageManipulations/AdvancedCapture.xaml.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt/ImageManipulations/App.xaml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt/ImageManipulations/App.xaml.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt/ImageManipulations/App.xaml.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt/ImageManipulations/Constants.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt/ImageManipulations/Constants.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt/ImageManipulations/MainPage.xaml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt/ImageManipulations/MainPage.xaml.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt/ImageManipulations/MainPage.xaml.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt/ImageManipulations/MediaCapture.sln +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt/ImageManipulations/MediaCapture.vcxproj +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt/ImageManipulations/MediaCapture.vcxproj.filters +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt/ImageManipulations/MediaCapture_TemporaryKey.pfx +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt/ImageManipulations/MediaExtensions/Common/AsyncCB.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt/ImageManipulations/MediaExtensions/Common/BufferLock.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt/ImageManipulations/MediaExtensions/Common/CritSec.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt/ImageManipulations/MediaExtensions/Common/LinkList.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt/ImageManipulations/MediaExtensions/Common/OpQueue.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt/ImageManipulations/MediaExtensions/OcvTransform/OcvImageManipulations.idl +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt/ImageManipulations/MediaExtensions/OcvTransform/OcvTransform.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt/ImageManipulations/MediaExtensions/OcvTransform/OcvTransform.def +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt/ImageManipulations/MediaExtensions/OcvTransform/OcvTransform.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt/ImageManipulations/MediaExtensions/OcvTransform/OcvTransform.vcxproj +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt/ImageManipulations/MediaExtensions/OcvTransform/dllmain.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt/ImageManipulations/MediaExtensions/OcvTransform/opencv.props +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt/ImageManipulations/Package.appxmanifest +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt/ImageManipulations/assets/StoreLogo.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt/ImageManipulations/assets/opencv-logo-150.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt/ImageManipulations/assets/opencv-logo-30.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt/ImageManipulations/assets/splash-sdk.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt/ImageManipulations/assets/windows-sdk.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt/ImageManipulations/assets/windows-sdk.scale-100.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt/ImageManipulations/common/LayoutAwarePage.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt/ImageManipulations/common/LayoutAwarePage.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt/ImageManipulations/common/StandardStyles.xaml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt/ImageManipulations/common/suspensionmanager.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt/ImageManipulations/common/suspensionmanager.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt/ImageManipulations/opencv.props +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt/ImageManipulations/pch.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt/ImageManipulations/pch.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt/ImageManipulations/sample-utils/SampleTemplateStyles.xaml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt/JavaScript/MediaCaptureJavaScript.jsproj +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt/JavaScript/MediaCaptureJavaScript.sln +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt/JavaScript/MediaCaptureJavaScript_TemporaryKey.pfx +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt/JavaScript/css/default.css +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt/JavaScript/default.html +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt/JavaScript/html/AdvancedCapture.html +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt/JavaScript/images/logo.scale-100.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt/JavaScript/images/microsoft-sdk.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt/JavaScript/images/smallTile-sdk.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt/JavaScript/images/smalllogo.scale-100.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt/JavaScript/images/splash-sdk.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt/JavaScript/images/splashscreen.scale-100.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt/JavaScript/images/squareTile-sdk.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt/JavaScript/images/storeLogo-sdk.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt/JavaScript/images/storelogo.scale-100.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt/JavaScript/images/tile-sdk.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt/JavaScript/images/windows-sdk.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt/JavaScript/js/AdvancedCapture.js +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt/JavaScript/js/default.js +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt/JavaScript/package.appxmanifest +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt/JavaScript/sample-utils/sample-utils.css +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt/JavaScript/sample-utils/sample-utils.js +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt/JavaScript/sample-utils/scenario-select.html +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt/OcvImageProcessing/OcvImageProcessing/App.xaml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt/OcvImageProcessing/OcvImageProcessing/App.xaml.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt/OcvImageProcessing/OcvImageProcessing/App.xaml.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt/OcvImageProcessing/OcvImageProcessing/Assets/Lena.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt/OcvImageProcessing/OcvImageProcessing/Assets/Logo.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt/OcvImageProcessing/OcvImageProcessing/Assets/SmallLogo.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt/OcvImageProcessing/OcvImageProcessing/Assets/SplashScreen.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt/OcvImageProcessing/OcvImageProcessing/Assets/StoreLogo.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt/OcvImageProcessing/OcvImageProcessing/Common/StandardStyles.xaml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt/OcvImageProcessing/OcvImageProcessing/MainPage.xaml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt/OcvImageProcessing/OcvImageProcessing/MainPage.xaml.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt/OcvImageProcessing/OcvImageProcessing/MainPage.xaml.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt/OcvImageProcessing/OcvImageProcessing/OcvImageProcessing.vcxproj +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt/OcvImageProcessing/OcvImageProcessing/OcvImageProcessing.vcxproj.filters +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt/OcvImageProcessing/OcvImageProcessing/OcvImageProcessing_TemporaryKey.pfx +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt/OcvImageProcessing/OcvImageProcessing/Package.appxmanifest +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt/OcvImageProcessing/OcvImageProcessing/opencv.props +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt/OcvImageProcessing/OcvImageProcessing/pch.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt/OcvImageProcessing/OcvImageProcessing/pch.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt/OcvImageProcessing/OcvImageProcessing.sln +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt/readme.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt_universal/.gitignore +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt_universal/PhoneTutorial/App.xaml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt_universal/PhoneTutorial/App.xaml.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt_universal/PhoneTutorial/App.xaml.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt_universal/PhoneTutorial/Assets/Logo.scale-240.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt_universal/PhoneTutorial/Assets/SmallLogo.scale-240.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt_universal/PhoneTutorial/Assets/SplashScreen.scale-240.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt_universal/PhoneTutorial/Assets/Square71x71Logo.scale-240.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt_universal/PhoneTutorial/Assets/StoreLogo.scale-240.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt_universal/PhoneTutorial/Assets/WideLogo.scale-240.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt_universal/PhoneTutorial/Lena.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt_universal/PhoneTutorial/MainPage.xaml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt_universal/PhoneTutorial/MainPage.xaml.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt_universal/PhoneTutorial/MainPage.xaml.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt_universal/PhoneTutorial/Package.appxmanifest +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt_universal/PhoneTutorial/PhoneTutorial.sln +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt_universal/PhoneTutorial/PhoneTutorial.vcxproj +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt_universal/PhoneTutorial/PhoneTutorial.vcxproj.filters +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt_universal/PhoneTutorial/opencv.props +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt_universal/PhoneTutorial/pch.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt_universal/PhoneTutorial/pch.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt_universal/VideoCaptureXAML/VideoCaptureXAML.sln +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt_universal/VideoCaptureXAML/video_capture_xaml/opencv.props +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt_universal/VideoCaptureXAML/video_capture_xaml/video_capture_xaml.Shared/App.xaml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt_universal/VideoCaptureXAML/video_capture_xaml/video_capture_xaml.Shared/App.xaml.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt_universal/VideoCaptureXAML/video_capture_xaml/video_capture_xaml.Shared/App.xaml.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt_universal/VideoCaptureXAML/video_capture_xaml/video_capture_xaml.Shared/main.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt_universal/VideoCaptureXAML/video_capture_xaml/video_capture_xaml.Shared/pch.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt_universal/VideoCaptureXAML/video_capture_xaml/video_capture_xaml.Shared/pch.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt_universal/VideoCaptureXAML/video_capture_xaml/video_capture_xaml.Shared/video_capture_xaml.Shared.vcxitems +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt_universal/VideoCaptureXAML/video_capture_xaml/video_capture_xaml.Shared/video_capture_xaml.Shared.vcxitems.filters +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt_universal/VideoCaptureXAML/video_capture_xaml/video_capture_xaml.Windows/Assets/Logo.scale-100.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt_universal/VideoCaptureXAML/video_capture_xaml/video_capture_xaml.Windows/Assets/SmallLogo.scale-100.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt_universal/VideoCaptureXAML/video_capture_xaml/video_capture_xaml.Windows/Assets/SplashScreen.scale-100.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt_universal/VideoCaptureXAML/video_capture_xaml/video_capture_xaml.Windows/Assets/StoreLogo.scale-100.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt_universal/VideoCaptureXAML/video_capture_xaml/video_capture_xaml.Windows/Assets/haarcascade_frontalface_alt.xml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt_universal/VideoCaptureXAML/video_capture_xaml/video_capture_xaml.Windows/MainPage.xaml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt_universal/VideoCaptureXAML/video_capture_xaml/video_capture_xaml.Windows/MainPage.xaml.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt_universal/VideoCaptureXAML/video_capture_xaml/video_capture_xaml.Windows/MainPage.xaml.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt_universal/VideoCaptureXAML/video_capture_xaml/video_capture_xaml.Windows/Package.appxmanifest +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt_universal/VideoCaptureXAML/video_capture_xaml/video_capture_xaml.Windows/readme.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt_universal/VideoCaptureXAML/video_capture_xaml/video_capture_xaml.Windows/video_capture_xaml.Windows.vcxproj +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt_universal/VideoCaptureXAML/video_capture_xaml/video_capture_xaml.Windows/video_capture_xaml.Windows.vcxproj.filters +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt_universal/VideoCaptureXAML/video_capture_xaml/video_capture_xaml.Windows/video_capture_xaml.Windows_TemporaryKey.pfx +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt_universal/VideoCaptureXAML/video_capture_xaml/video_capture_xaml.WindowsPhone/Assets/Logo.scale-240.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt_universal/VideoCaptureXAML/video_capture_xaml/video_capture_xaml.WindowsPhone/Assets/SmallLogo.scale-240.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt_universal/VideoCaptureXAML/video_capture_xaml/video_capture_xaml.WindowsPhone/Assets/SplashScreen.scale-240.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt_universal/VideoCaptureXAML/video_capture_xaml/video_capture_xaml.WindowsPhone/Assets/Square71x71Logo.scale-240.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt_universal/VideoCaptureXAML/video_capture_xaml/video_capture_xaml.WindowsPhone/Assets/StoreLogo.scale-240.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt_universal/VideoCaptureXAML/video_capture_xaml/video_capture_xaml.WindowsPhone/Assets/WideLogo.scale-240.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt_universal/VideoCaptureXAML/video_capture_xaml/video_capture_xaml.WindowsPhone/MainPage.xaml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt_universal/VideoCaptureXAML/video_capture_xaml/video_capture_xaml.WindowsPhone/MainPage.xaml.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt_universal/VideoCaptureXAML/video_capture_xaml/video_capture_xaml.WindowsPhone/MainPage.xaml.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt_universal/VideoCaptureXAML/video_capture_xaml/video_capture_xaml.WindowsPhone/Package.appxmanifest +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt_universal/VideoCaptureXAML/video_capture_xaml/video_capture_xaml.WindowsPhone/video_capture_xaml.WindowsPhone.vcxproj +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt_universal/VideoCaptureXAML/video_capture_xaml/video_capture_xaml.WindowsPhone/video_capture_xaml.WindowsPhone.vcxproj.filters +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt_universal/VideoCaptureXAML/video_capture_xaml/video_capture_xaml.WindowsPhone/video_capture_xaml.WindowsPhone_TemporaryKey.pfx +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/winrt_universal/readme.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/wp8/.gitignore +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/wp8/OcvImageManipulation/ImageManipulation.sln +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1/App.xaml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1/App.xaml.cs +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1/Assets/AlignmentGrid.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1/Assets/ApplicationIcon.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1/Assets/Tiles/FlipCycleTileLarge.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1/Assets/Tiles/FlipCycleTileMedium.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1/Assets/Tiles/FlipCycleTileSmall.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1/Assets/Tiles/IconicTileMediumLarge.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1/Assets/Tiles/IconicTileSmall.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1/LocalizedStrings.cs +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1/MainPage.xaml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1/MainPage.xaml.cs +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1/OcvImageManipulation.csproj +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1/Properties/AppManifest.xml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1/Properties/AssemblyInfo.cs +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1/Properties/WMAppManifest.xml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1/Resources/AppResources.Designer.cs +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1/Resources/AppResources.resx +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1/SplashScreenImage.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/BasicTimer.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/Direct3DBase.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/Direct3DBase.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/Direct3DContentProvider.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/Direct3DContentProvider.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/Direct3DInterop.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/Direct3DInterop.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/DirectXHelper.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/PhoneXamlDirect3DApp1Comp.vcxproj +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/QuadRenderer.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/QuadRenderer.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/SimplePixelShader.hlsl +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/SimpleVertexShader.hlsl +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/opencv.props +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/pch.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/pch.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/wp8/OcvRotatingCube/OcvRotatingCube.sln +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1/App.xaml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1/App.xaml.cs +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1/Assets/AlignmentGrid.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1/Assets/ApplicationIcon.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1/Assets/Lena.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1/Assets/Tiles/FlipCycleTileLarge.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1/Assets/Tiles/FlipCycleTileMedium.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1/Assets/Tiles/FlipCycleTileSmall.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1/Assets/Tiles/IconicTileMediumLarge.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1/Assets/Tiles/IconicTileSmall.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1/LocalizedStrings.cs +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1/MainPage.xaml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1/MainPage.xaml.cs +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1/OcvRotatingCube.csproj +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1/Properties/AppManifest.xml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1/Properties/AssemblyInfo.cs +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1/Properties/WMAppManifest.xml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1/Resources/AppResources.Designer.cs +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1/Resources/AppResources.resx +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1/SplashScreenImage.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/BasicTimer.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/CubeRenderer.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/CubeRenderer.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/Direct3DBase.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/Direct3DBase.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/Direct3DContentProvider.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/Direct3DContentProvider.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/Direct3DInterop.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/Direct3DInterop.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/DirectXHelper.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/PhoneXamlDirect3DApp1Comp.vcxproj +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/SimplePixelShader.hlsl +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/SimpleVertexShader.hlsl +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/opencv.props +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/pch.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/pch.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/wp8/OpenCVXaml/OpenCVComponent/OpenCVComponent.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/wp8/OpenCVXaml/OpenCVComponent/OpenCVComponent.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/wp8/OpenCVXaml/OpenCVComponent/OpenCVComponent.vcxproj +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/wp8/OpenCVXaml/OpenCVComponent/OpenCVComponent.vcxproj.filters +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/wp8/OpenCVXaml/OpenCVComponent/opencv.props +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/wp8/OpenCVXaml/OpenCVComponent/pch.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/wp8/OpenCVXaml/OpenCVComponent/pch.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/wp8/OpenCVXaml/OpenCVXaml/App.xaml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/wp8/OpenCVXaml/OpenCVXaml/App.xaml.cs +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/wp8/OpenCVXaml/OpenCVXaml/Assets/AlignmentGrid.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/wp8/OpenCVXaml/OpenCVXaml/Assets/ApplicationIcon.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/wp8/OpenCVXaml/OpenCVXaml/Assets/Lena.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/wp8/OpenCVXaml/OpenCVXaml/Assets/Tiles/FlipCycleTileLarge.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/wp8/OpenCVXaml/OpenCVXaml/Assets/Tiles/FlipCycleTileMedium.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/wp8/OpenCVXaml/OpenCVXaml/Assets/Tiles/FlipCycleTileSmall.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/wp8/OpenCVXaml/OpenCVXaml/Assets/Tiles/IconicTileMediumLarge.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/wp8/OpenCVXaml/OpenCVXaml/Assets/Tiles/IconicTileSmall.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/wp8/OpenCVXaml/OpenCVXaml/LocalizedStrings.cs +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/wp8/OpenCVXaml/OpenCVXaml/MainPage.xaml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/wp8/OpenCVXaml/OpenCVXaml/MainPage.xaml.cs +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/wp8/OpenCVXaml/OpenCVXaml/OpenCVXaml.csproj +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/wp8/OpenCVXaml/OpenCVXaml/Properties/AppManifest.xml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/wp8/OpenCVXaml/OpenCVXaml/Properties/AssemblyInfo.cs +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/wp8/OpenCVXaml/OpenCVXaml/Properties/WMAppManifest.xml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/wp8/OpenCVXaml/OpenCVXaml/Resources/AppResources.Designer.cs +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/wp8/OpenCVXaml/OpenCVXaml/Resources/AppResources.resx +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/wp8/OpenCVXaml/OpenCVXaml.sln +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/samples/wp8/readme.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/.editorconfig +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/.git +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/.gitattributes +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/.github/ISSUE_TEMPLATE.md +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/.github/PULL_REQUEST_TEMPLATE.md +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/.github/workflows/PR-4.x.yaml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/.gitignore +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/.travis.yml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/CONTRIBUTING.md +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/LICENSE +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/README.md +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/doc/tutorials/bioinspired/retina_model/images/retina_TreeHdr_retina.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/doc/tutorials/bioinspired/retina_model/images/retina_TreeHdr_small.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/doc/tutorials/bioinspired/retina_model/images/studentsSample_input.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/doc/tutorials/bioinspired/retina_model/images/studentsSample_magno.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/doc/tutorials/bioinspired/retina_model/images/studentsSample_parvo.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/doc/tutorials/bioinspired/table_of_content_bioinspired/images/retina_TreeHdr_small.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/doc/tutorials/cvv/table_of_content_cvv/images/Visual_Debugging_Introduction_Tutorial_Cover.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/doc/tutorials/cvv/visual_debugging_introduction/images/01_overview_single.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/doc/tutorials/cvv/visual_debugging_introduction/images/02_single_image_view.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/doc/tutorials/cvv/visual_debugging_introduction/images/03_overview_two.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/doc/tutorials/cvv/visual_debugging_introduction/images/04_default_filter_view.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/doc/tutorials/cvv/visual_debugging_introduction/images/05_default_filter_view_high_zoom.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/doc/tutorials/cvv/visual_debugging_introduction/images/06_default_filter_view_edges.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/doc/tutorials/cvv/visual_debugging_introduction/images/07_dual_filter_view_edges.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/doc/tutorials/cvv/visual_debugging_introduction/images/08_overview_all.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/doc/tutorials/cvv/visual_debugging_introduction/images/09_overview_filtered_type_match.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/doc/tutorials/cvv/visual_debugging_introduction/images/10_line_match_view-cutout-small.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/doc/tutorials/cvv/visual_debugging_introduction/images/10_line_match_view-cutout.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/doc/tutorials/cvv/visual_debugging_introduction/images/10_line_match_view.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/doc/tutorials/cvv/visual_debugging_introduction/images/11_line_match_view_portion_selector.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/doc/tutorials/cvv/visual_debugging_introduction/images/12_translation_match_view_portion_selector.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/doc/tutorials/cvv/visual_debugging_introduction/images/13_raw_view.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/doc/tutorials/cvv/visual_debugging_introduction/images/14_overview_group_by_line.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/doc/tutorials/ximgproc/prediction/images/01.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/doc/tutorials/ximgproc/prediction/images/02.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/doc/tutorials/ximgproc/prediction/images/03.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/doc/tutorials/ximgproc/prediction/images/04.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/doc/tutorials/ximgproc/prediction/images/05.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/doc/tutorials/ximgproc/prediction/images/06.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/doc/tutorials/ximgproc/prediction/images/07.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/doc/tutorials/ximgproc/prediction/images/08.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/doc/tutorials/ximgproc/prediction/images/09.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/doc/tutorials/ximgproc/prediction/images/10.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/doc/tutorials/ximgproc/prediction/images/11.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/doc/tutorials/ximgproc/prediction/images/12.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/doc/tutorials/ximgproc/training/scripts/modelConvert.m +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/README.md +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/alphamat/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/alphamat/README.md +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/alphamat/doc/alphamat.bib +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/alphamat/include/opencv2/alphamat.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/alphamat/samples/information_flow_matting.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/alphamat/samples/input_images/plant.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/alphamat/samples/output_mattes/plant_result.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/alphamat/samples/trimaps/plant.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/alphamat/src/3rdparty/KDTreeVectorOfVectorsAdaptor.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/alphamat/src/3rdparty/nanoflann.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/alphamat/src/cm.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/alphamat/src/cm.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/alphamat/src/infoflow.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/alphamat/src/intraU.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/alphamat/src/intraU.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/alphamat/src/local_info.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/alphamat/src/local_info.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/alphamat/src/precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/alphamat/tutorials/alphamat_tutorial.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/alphamat/tutorials/matting_results.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/alphamat/tutorials/plant_new_backgrounds.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/aruco/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/aruco/README.md +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/aruco/doc/aruco.bib +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/aruco/include/opencv2/aruco/aruco_calib.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/aruco/include/opencv2/aruco/charuco.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/aruco/include/opencv2/aruco.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/aruco/misc/objc/gen_dict.json +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/aruco/misc/pattern_generator/MarkerPrinter.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/aruco/misc/pattern_generator/MarkerPrinterGUI.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/aruco/misc/pattern_generator/README.md +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/aruco/misc/pattern_generator/arucoDictBytesList.npz +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/aruco/misc/pattern_generator/doc/images/MarkerPrinterGUI.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/aruco/misc/python/test/test_aruco.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/aruco/src/aruco.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/aruco/src/aruco_calib.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/aruco/src/charuco.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/aruco/src/precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/bgsegm/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/bgsegm/README.md +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/bgsegm/doc/bgsegm.bib +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/bgsegm/include/opencv2/bgsegm.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/bgsegm/misc/objc/gen_dict.json +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/bgsegm/samples/bgfg.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/bgsegm/samples/evaluation.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/bgsegm/samples/viz.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/bgsegm/samples/viz_synthetic_seq.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/bgsegm/src/bgfg_gaussmix.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/bgsegm/src/bgfg_gmg.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/bgsegm/src/bgfg_gsoc.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/bgsegm/src/bgfg_subcnt.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/bgsegm/src/precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/bgsegm/src/synthetic_seq.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/bgsegm/test/test_backgroundsubtractor_gbh.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/bgsegm/test/test_backgroundsubtractor_lsbp.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/bgsegm/test/test_main.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/bgsegm/test/test_precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/bgsegm/tutorials/bgsegm_bg_subtraction/bgsegm_bg_subtraction.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/bgsegm/tutorials/bgsegm_bg_subtraction/images/resframe.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/bgsegm/tutorials/bgsegm_bg_subtraction/images/resgmg.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/bgsegm/tutorials/bgsegm_bg_subtraction/images/resmog.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/bgsegm/tutorials/table_of_content_bgsegm.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/bioinspired/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/bioinspired/README.md +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/bioinspired/doc/bioinspired.bib +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/bioinspired/doc/images/HDRtoneMapping_candleSample.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/bioinspired/doc/images/HDRtoneMapping_candleSample.svg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/bioinspired/doc/images/HDRtoneMapping_memorialSample.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/bioinspired/doc/images/HDRtoneMapping_memorialSample.svg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/bioinspired/doc/images/VideoDemo_RGB_PETS2006.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/bioinspired/doc/images/VideoDemo_RGB_PETS2006.svg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/bioinspired/doc/images/VideoDemo_thermal_park.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/bioinspired/doc/images/VideoDemo_thermal_park.svg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/bioinspired/doc/images/retinaInput.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/bioinspired/doc/images/retinaOutput_default.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/bioinspired/doc/images/retinaOutput_realistic.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/bioinspired/doc/retina.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/bioinspired/include/opencv2/bioinspired/bioinspired.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/bioinspired/include/opencv2/bioinspired/retina.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/bioinspired/include/opencv2/bioinspired/retinafasttonemapping.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/bioinspired/include/opencv2/bioinspired/transientareassegmentationmodule.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/bioinspired/include/opencv2/bioinspired.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/bioinspired/misc/objc/gen_dict.json +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/bioinspired/perf/opencl/perf_retina.ocl.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/bioinspired/perf/perf_main.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/bioinspired/perf/perf_precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/bioinspired/samples/OpenEXRimages_HDR_Retina_toneMapping.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/bioinspired/samples/cpp/OpenEXRimages_HDR_Retina_toneMapping.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/bioinspired/samples/cpp/OpenEXRimages_HDR_Retina_toneMapping_video.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/bioinspired/samples/cpp/retinaDemo.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/bioinspired/samples/cpp/tutorial_code/bioinspired/retina_tutorial.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/bioinspired/samples/default_retina_config.xml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/bioinspired/samples/ocl/retina_ocl.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/bioinspired/samples/realistic_retina_config.xml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/bioinspired/samples/retinaDemo.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/bioinspired/src/basicretinafilter.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/bioinspired/src/basicretinafilter.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/bioinspired/src/imagelogpolprojection.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/bioinspired/src/imagelogpolprojection.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/bioinspired/src/magnoretinafilter.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/bioinspired/src/magnoretinafilter.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/bioinspired/src/opencl/retina_kernel.cl +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/bioinspired/src/parvoretinafilter.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/bioinspired/src/parvoretinafilter.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/bioinspired/src/precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/bioinspired/src/retina.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/bioinspired/src/retina_ocl.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/bioinspired/src/retina_ocl.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/bioinspired/src/retinacolor.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/bioinspired/src/retinacolor.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/bioinspired/src/retinafasttonemapping.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/bioinspired/src/retinafilter.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/bioinspired/src/retinafilter.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/bioinspired/src/templatebuffer.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/bioinspired/src/transientareassegmentationmodule.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/bioinspired/test/test_main.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/bioinspired/test/test_precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/bioinspired/test/test_retina_ocl.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/bioinspired/tutorials/retina_illusion/images/checkershadow_illusion4med.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/bioinspired/tutorials/retina_illusion/images/checkershadow_illusion4med_proof.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/bioinspired/tutorials/retina_illusion/images/checkershadow_parvo.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/bioinspired/tutorials/retina_illusion/images/checkershadow_parvo_proof.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/bioinspired/tutorials/retina_illusion/retina_illusion.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/bioinspired/tutorials/retina_model/images/retina_TreeHdr_retina.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/bioinspired/tutorials/retina_model/images/retina_TreeHdr_small.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/bioinspired/tutorials/retina_model/images/studentsSample_input.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/bioinspired/tutorials/retina_model/images/studentsSample_magno.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/bioinspired/tutorials/retina_model/images/studentsSample_parvo.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/bioinspired/tutorials/retina_model/retina_model.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/bioinspired/tutorials/table_of_content_retina.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cannops/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cannops/Dockerfile +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cannops/ascendc_kernels/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cannops/ascendc_kernels/kernel_tiling_types.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cannops/ascendc_kernels/threshold_opencv_kernel.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cannops/ascendc_kernels/vector_tiling.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cannops/include/opencv2/ascendc_kernels.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cannops/include/opencv2/cann.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cannops/include/opencv2/cann.inl.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cannops/include/opencv2/cann_call.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cannops/include/opencv2/cann_interface.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cannops/include/opencv2/cann_private.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cannops/include/opencv2/dvpp_call.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cannops/include/opencv2/stream_accessor.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cannops/misc/python/pyopencv_cann.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cannops/misc/python/test/test_cannops.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cannops/perf/perf_core.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cannops/perf/perf_cvtcolor.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cannops/perf/perf_element_operations.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cannops/perf/perf_main.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cannops/perf/perf_precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cannops/samples/image_processing.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cannops/samples/image_processing.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cannops/src/ascend_mat.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cannops/src/cann_call.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cannops/src/color.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cannops/src/core.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cannops/src/dvpp_call.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cannops/src/element_operations.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cannops/src/precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cannops/test/test_core.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cannops/test/test_cvtcolor.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cannops/test/test_element_operations.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cannops/test/test_kernel.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cannops/test/test_main.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cannops/test/test_npumat.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cannops/test/test_precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cannops/test/test_utils.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cannops/tutorials/ascend_npu_image_processing.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cannops/tutorials/puppy.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cannops/tutorials/puppy_noisy.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cannops/tutorials/puppy_noisy_rotate.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cannops/tutorials/puppy_processed.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ccalib/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ccalib/README.md +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ccalib/include/opencv2/ccalib/multicalib.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ccalib/include/opencv2/ccalib/omnidir.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ccalib/include/opencv2/ccalib/randpattern.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ccalib/include/opencv2/ccalib.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ccalib/samples/multi_cameras_calibration.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ccalib/samples/omni_calibration.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ccalib/samples/omni_stereo_calibration.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ccalib/samples/random_pattern_calibration.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ccalib/samples/random_pattern_generator.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ccalib/src/ccalib.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ccalib/src/multicalib.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ccalib/src/omnidir.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ccalib/src/precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ccalib/src/randpattern.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ccalib/tutorials/data/omni_calib_data.xml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ccalib/tutorials/data/omni_stereocalib_data.xml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ccalib/tutorials/img/disparity.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ccalib/tutorials/img/imgs.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ccalib/tutorials/img/lines.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ccalib/tutorials/img/pattern_img.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ccalib/tutorials/img/pointCloud.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ccalib/tutorials/img/random_pattern.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ccalib/tutorials/img/sample.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ccalib/tutorials/img/sample_rec_cyl.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ccalib/tutorials/img/sample_rec_log.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ccalib/tutorials/img/sample_rec_per.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ccalib/tutorials/img/sample_rec_ste.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ccalib/tutorials/multi_camera_tutorial.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ccalib/tutorials/omnidir_tutorial.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cnn_3dobj/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cnn_3dobj/FindCaffe.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cnn_3dobj/FindGlog.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cnn_3dobj/README.md +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cnn_3dobj/doc/cnn_3dobj.bib +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cnn_3dobj/include/opencv2/cnn_3dobj.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cnn_3dobj/samples/classify.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cnn_3dobj/samples/data/3Dmodel/ant.ply +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cnn_3dobj/samples/data/3Dmodel/ape.ply +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cnn_3dobj/samples/data/3Dmodel/bunny.ply +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cnn_3dobj/samples/data/3Dmodel/cow.ply +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cnn_3dobj/samples/data/3Dmodel/horse.ply +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cnn_3dobj/samples/data/3Dmodel/plane.ply +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cnn_3dobj/samples/data/images_mean/triplet_mean.binaryproto +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cnn_3dobj/samples/data/label_all.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cnn_3dobj/samples/datagen_all.sh +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cnn_3dobj/samples/datagen_back.sh +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cnn_3dobj/samples/datagen_front.sh +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cnn_3dobj/samples/featstore.sh +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cnn_3dobj/samples/model_analysis.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cnn_3dobj/samples/sphereview_data.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cnn_3dobj/samples/video.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cnn_3dobj/src/cnn_feature.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cnn_3dobj/src/cnn_sphereview.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cnn_3dobj/src/precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cnn_3dobj/test/test_cnn_3dobj_feature_extract.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cnn_3dobj/test/test_main.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cnn_3dobj/test/test_precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cnn_3dobj/testdata/cv/3d_triplet_iter_30000.caffemodel +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cnn_3dobj/testdata/cv/3d_triplet_testIMG.prototxt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cnn_3dobj/testdata/cv/4_78.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cnn_3dobj/testdata/cv/caffemodel_list.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cnn_3dobj/tutorials/data_generation/data_generation.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cnn_3dobj/tutorials/feature_classification/classify.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cnn_3dobj/tutorials/model_analysis/model_analysis.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cnn_3dobj/tutorials/table_of_content_cnn_3dobj.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaarithm/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaarithm/include/opencv2/cudaarithm.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaarithm/misc/python/test/test_cudaarithm.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaarithm/perf/perf_arithm.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaarithm/perf/perf_core.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaarithm/perf/perf_element_operations.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaarithm/perf/perf_main.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaarithm/perf/perf_precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaarithm/perf/perf_reductions.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaarithm/src/arithm.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaarithm/src/core.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaarithm/src/cuda/absdiff_mat.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaarithm/src/cuda/absdiff_scalar.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaarithm/src/cuda/add_mat.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaarithm/src/cuda/add_scalar.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaarithm/src/cuda/add_weighted.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaarithm/src/cuda/bitwise_mat.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaarithm/src/cuda/bitwise_scalar.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaarithm/src/cuda/cmp_mat.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaarithm/src/cuda/cmp_scalar.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaarithm/src/cuda/copy_make_border.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaarithm/src/cuda/countnonzero.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaarithm/src/cuda/div_mat.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaarithm/src/cuda/div_scalar.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaarithm/src/cuda/in_range.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaarithm/src/cuda/integral.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaarithm/src/cuda/lut.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaarithm/src/cuda/math.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaarithm/src/cuda/minmax.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaarithm/src/cuda/minmax_mat.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaarithm/src/cuda/minmaxloc.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaarithm/src/cuda/mul_mat.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaarithm/src/cuda/mul_scalar.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaarithm/src/cuda/mul_spectrums.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaarithm/src/cuda/norm.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaarithm/src/cuda/normalize.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaarithm/src/cuda/polar_cart.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaarithm/src/cuda/reduce.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaarithm/src/cuda/split_merge.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaarithm/src/cuda/sub_mat.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaarithm/src/cuda/sub_scalar.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaarithm/src/cuda/sum.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaarithm/src/cuda/threshold.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaarithm/src/cuda/transpose.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaarithm/src/element_operations.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaarithm/src/lut.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaarithm/src/lut.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaarithm/src/precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaarithm/src/reductions.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaarithm/test/test_arithm.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaarithm/test/test_buffer_pool.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaarithm/test/test_core.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaarithm/test/test_element_operations.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaarithm/test/test_event.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaarithm/test/test_gpumat.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaarithm/test/test_main.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaarithm/test/test_opengl.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaarithm/test/test_precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaarithm/test/test_reductions.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaarithm/test/test_stream.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudabgsegm/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudabgsegm/include/opencv2/cudabgsegm.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudabgsegm/misc/python/test/test_cudabgsegm.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudabgsegm/perf/perf_bgsegm.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudabgsegm/perf/perf_main.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudabgsegm/perf/perf_precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudabgsegm/src/cuda/mog.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudabgsegm/src/cuda/mog2.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudabgsegm/src/cuda/mog2.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudabgsegm/src/mog.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudabgsegm/src/mog2.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudabgsegm/src/precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudabgsegm/test/test_bgsegm.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudabgsegm/test/test_main.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudabgsegm/test/test_precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudacodec/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudacodec/include/opencv2/cudacodec.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudacodec/misc/python/test/test_cudacodec.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudacodec/perf/perf_main.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudacodec/perf/perf_precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudacodec/perf/perf_video.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudacodec/src/NvEncoder.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudacodec/src/NvEncoder.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudacodec/src/NvEncoderCuda.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudacodec/src/NvEncoderCuda.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudacodec/src/cuda/nv12_to_rgb.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudacodec/src/cuda/rgb_to_yv12.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudacodec/src/cuvid_video_source.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudacodec/src/cuvid_video_source.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudacodec/src/ffmpeg_video_source.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudacodec/src/ffmpeg_video_source.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudacodec/src/frame_queue.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudacodec/src/frame_queue.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudacodec/src/precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudacodec/src/thread.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudacodec/src/thread.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudacodec/src/video_decoder.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudacodec/src/video_decoder.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudacodec/src/video_parser.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudacodec/src/video_parser.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudacodec/src/video_reader.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudacodec/src/video_source.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudacodec/src/video_source.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudacodec/src/video_writer.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudacodec/test/test_main.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudacodec/test/test_precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudacodec/test/test_video.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudafeatures2d/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudafeatures2d/include/opencv2/cudafeatures2d.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudafeatures2d/misc/python/test/test_cudafeatures2d.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudafeatures2d/perf/perf_features2d.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudafeatures2d/perf/perf_main.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudafeatures2d/perf/perf_precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudafeatures2d/src/brute_force_matcher.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudafeatures2d/src/cuda/bf_knnmatch.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudafeatures2d/src/cuda/bf_match.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudafeatures2d/src/cuda/bf_radius_match.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudafeatures2d/src/cuda/fast.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudafeatures2d/src/cuda/orb.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudafeatures2d/src/fast.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudafeatures2d/src/feature2d_async.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudafeatures2d/src/orb.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudafeatures2d/src/precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudafeatures2d/test/test_features2d.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudafeatures2d/test/test_main.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudafeatures2d/test/test_precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudafilters/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudafilters/include/opencv2/cudafilters.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudafilters/misc/python/test/test_cudafilters.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudafilters/perf/perf_filters.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudafilters/perf/perf_main.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudafilters/perf/perf_precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudafilters/src/cuda/column_filter.16sc1.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudafilters/src/cuda/column_filter.16sc3.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudafilters/src/cuda/column_filter.16sc4.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudafilters/src/cuda/column_filter.16uc1.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudafilters/src/cuda/column_filter.16uc3.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudafilters/src/cuda/column_filter.16uc4.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudafilters/src/cuda/column_filter.32fc1.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudafilters/src/cuda/column_filter.32fc3.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudafilters/src/cuda/column_filter.32fc4.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudafilters/src/cuda/column_filter.32sc1.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudafilters/src/cuda/column_filter.32sc3.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudafilters/src/cuda/column_filter.32sc4.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudafilters/src/cuda/column_filter.8uc1.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudafilters/src/cuda/column_filter.8uc3.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudafilters/src/cuda/column_filter.8uc4.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudafilters/src/cuda/column_filter.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudafilters/src/cuda/filter2d.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudafilters/src/cuda/median_filter.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudafilters/src/cuda/row_filter.16sc1.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudafilters/src/cuda/row_filter.16sc3.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudafilters/src/cuda/row_filter.16sc4.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudafilters/src/cuda/row_filter.16uc1.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudafilters/src/cuda/row_filter.16uc3.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudafilters/src/cuda/row_filter.16uc4.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudafilters/src/cuda/row_filter.32fc1.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudafilters/src/cuda/row_filter.32fc3.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudafilters/src/cuda/row_filter.32fc4.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudafilters/src/cuda/row_filter.32sc1.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudafilters/src/cuda/row_filter.32sc3.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudafilters/src/cuda/row_filter.32sc4.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudafilters/src/cuda/row_filter.8uc1.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudafilters/src/cuda/row_filter.8uc3.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudafilters/src/cuda/row_filter.8uc4.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudafilters/src/cuda/row_filter.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudafilters/src/cuda/wavelet_matrix_2d.cuh +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudafilters/src/cuda/wavelet_matrix_feature_support_checks.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudafilters/src/cuda/wavelet_matrix_float_supporter.cuh +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudafilters/src/cuda/wavelet_matrix_multi.cuh +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudafilters/src/filtering.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudafilters/src/precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudafilters/test/test_filters.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudafilters/test/test_main.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudafilters/test/test_precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaimgproc/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaimgproc/doc/cudaimgproc.bib +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaimgproc/include/opencv2/cudaimgproc.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaimgproc/misc/python/test/test_cudaimgproc.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaimgproc/perf/perf_bilateral_filter.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaimgproc/perf/perf_blend.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaimgproc/perf/perf_canny.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaimgproc/perf/perf_color.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaimgproc/perf/perf_corners.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaimgproc/perf/perf_gftt.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaimgproc/perf/perf_histogram.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaimgproc/perf/perf_hough.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaimgproc/perf/perf_main.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaimgproc/perf/perf_match_template.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaimgproc/perf/perf_mean_shift.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaimgproc/perf/perf_moments.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaimgproc/perf/perf_precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaimgproc/samples/connected_components.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaimgproc/src/bilateral_filter.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaimgproc/src/blend.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaimgproc/src/canny.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaimgproc/src/color.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaimgproc/src/connectedcomponents.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaimgproc/src/corners.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaimgproc/src/cuda/bilateral_filter.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaimgproc/src/cuda/blend.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaimgproc/src/cuda/build_point_list.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaimgproc/src/cuda/canny.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaimgproc/src/cuda/clahe.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaimgproc/src/cuda/color.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaimgproc/src/cuda/connectedcomponents.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaimgproc/src/cuda/corners.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaimgproc/src/cuda/debayer.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaimgproc/src/cuda/generalized_hough.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaimgproc/src/cuda/gftt.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaimgproc/src/cuda/hist.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaimgproc/src/cuda/hough_circles.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaimgproc/src/cuda/hough_lines.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaimgproc/src/cuda/hough_segments.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaimgproc/src/cuda/match_template.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaimgproc/src/cuda/mean_shift.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaimgproc/src/cuda/moments.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaimgproc/src/cuda/moments.cuh +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaimgproc/src/cvt_color_internal.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaimgproc/src/generalized_hough.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaimgproc/src/gftt.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaimgproc/src/histogram.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaimgproc/src/hough_circles.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaimgproc/src/hough_lines.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaimgproc/src/hough_segments.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaimgproc/src/match_template.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaimgproc/src/mean_shift.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaimgproc/src/moments.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaimgproc/src/mssegmentation.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaimgproc/src/precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaimgproc/test/test_bilateral_filter.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaimgproc/test/test_blend.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaimgproc/test/test_canny.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaimgproc/test/test_color.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaimgproc/test/test_connectedcomponents.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaimgproc/test/test_corners.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaimgproc/test/test_gftt.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaimgproc/test/test_histogram.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaimgproc/test/test_hough.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaimgproc/test/test_main.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaimgproc/test/test_match_template.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaimgproc/test/test_mean_shift.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaimgproc/test/test_moments.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaimgproc/test/test_precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudalegacy/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudalegacy/include/opencv2/cudalegacy/NCVBroxOpticalFlow.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudalegacy/include/opencv2/cudalegacy/NCVHaarObjectDetection.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudalegacy/include/opencv2/cudalegacy/NCVPyramid.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudalegacy/include/opencv2/cudalegacy/private.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudalegacy/include/opencv2/cudalegacy.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudalegacy/perf/perf_bgsegm.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudalegacy/perf/perf_calib3d.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudalegacy/perf/perf_labeling.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudalegacy/perf/perf_main.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudalegacy/perf/perf_precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudalegacy/src/NCV.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudalegacy/src/bm.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudalegacy/src/bm_fast.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudalegacy/src/calib3d.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudalegacy/src/cuda/NCV.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudalegacy/src/cuda/NCVAlg.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudalegacy/src/cuda/NCVBroxOpticalFlow.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudalegacy/src/cuda/NCVColorConversion.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudalegacy/src/cuda/NCVHaarObjectDetection.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudalegacy/src/cuda/NCVPixelOperations.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudalegacy/src/cuda/NCVPyramid.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudalegacy/src/cuda/NCVRuntimeTemplates.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudalegacy/src/cuda/NPP_staging.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudalegacy/src/cuda/bm.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudalegacy/src/cuda/bm_fast.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudalegacy/src/cuda/calib3d.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudalegacy/src/cuda/ccomponetns.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudalegacy/src/cuda/fgd.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudalegacy/src/cuda/fgd.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudalegacy/src/cuda/gmg.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudalegacy/src/cuda/needle_map.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudalegacy/src/fgd.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudalegacy/src/gmg.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudalegacy/src/graphcuts.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudalegacy/src/image_pyramid.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudalegacy/src/interpolate_frames.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudalegacy/src/needle_map.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudalegacy/src/precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudalegacy/test/NCVAutoTestLister.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudalegacy/test/NCVTest.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudalegacy/test/NCVTestSourceProvider.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudalegacy/test/TestCompact.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudalegacy/test/TestCompact.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudalegacy/test/TestDrawRects.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudalegacy/test/TestDrawRects.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudalegacy/test/TestHaarCascadeApplication.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudalegacy/test/TestHaarCascadeApplication.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudalegacy/test/TestHaarCascadeLoader.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudalegacy/test/TestHaarCascadeLoader.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudalegacy/test/TestHypothesesFilter.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudalegacy/test/TestHypothesesFilter.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudalegacy/test/TestHypothesesGrow.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudalegacy/test/TestHypothesesGrow.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudalegacy/test/TestIntegralImage.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudalegacy/test/TestIntegralImage.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudalegacy/test/TestIntegralImageSquared.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudalegacy/test/TestIntegralImageSquared.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudalegacy/test/TestRectStdDev.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudalegacy/test/TestRectStdDev.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudalegacy/test/TestResize.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudalegacy/test/TestResize.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudalegacy/test/TestTranspose.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudalegacy/test/TestTranspose.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudalegacy/test/main_nvidia.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudalegacy/test/main_test_nvidia.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudalegacy/test/test_calib3d.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudalegacy/test/test_labeling.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudalegacy/test/test_main.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudalegacy/test/test_nvidia.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudalegacy/test/test_precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaobjdetect/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaobjdetect/include/opencv2/cudaobjdetect.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaobjdetect/misc/python/test/test_cudaobjdetect.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaobjdetect/perf/perf_main.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaobjdetect/perf/perf_objdetect.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaobjdetect/perf/perf_precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaobjdetect/src/cascadeclassifier.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaobjdetect/src/cuda/hog.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaobjdetect/src/cuda/lbp.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaobjdetect/src/cuda/lbp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaobjdetect/src/hog.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaobjdetect/src/precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaobjdetect/test/test_main.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaobjdetect/test/test_objdetect.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaobjdetect/test/test_precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaoptflow/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaoptflow/include/opencv2/cudaoptflow.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaoptflow/misc/python/test/test_nvidiaopticalflow.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaoptflow/perf/perf_main.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaoptflow/perf/perf_optflow.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaoptflow/perf/perf_precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaoptflow/samples/nvidia_optical_flow.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaoptflow/samples/optical_flow.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaoptflow/src/brox.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaoptflow/src/cuda/farneback.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaoptflow/src/cuda/nvidiaOpticalFlow.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaoptflow/src/cuda/pyrlk.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaoptflow/src/cuda/tvl1flow.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaoptflow/src/farneback.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaoptflow/src/nvidiaOpticalFlow.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaoptflow/src/precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaoptflow/src/pyrlk.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaoptflow/src/tvl1flow.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaoptflow/test/test_main.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaoptflow/test/test_optflow.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudaoptflow/test/test_precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudastereo/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudastereo/doc/cudastereo.bib +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudastereo/include/opencv2/cudastereo.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudastereo/misc/python/test/test_cudastereo.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudastereo/perf/perf_main.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudastereo/perf/perf_precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudastereo/perf/perf_stereo.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudastereo/src/cuda/disparity_bilateral_filter.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudastereo/src/cuda/disparity_bilateral_filter.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudastereo/src/cuda/stereobm.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudastereo/src/cuda/stereobp.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudastereo/src/cuda/stereocsbp.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudastereo/src/cuda/stereocsbp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudastereo/src/cuda/stereosgm.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudastereo/src/cuda/stereosgm.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudastereo/src/cuda/util.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudastereo/src/disparity_bilateral_filter.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudastereo/src/precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudastereo/src/stereobm.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudastereo/src/stereobp.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudastereo/src/stereocsbp.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudastereo/src/stereosgm.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudastereo/src/util.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudastereo/test/test_main.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudastereo/test/test_precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudastereo/test/test_sgm_funcs.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudastereo/test/test_stereo.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudawarping/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudawarping/include/opencv2/cudawarping.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudawarping/misc/python/test/test_cudawarping.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudawarping/perf/perf_main.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudawarping/perf/perf_precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudawarping/perf/perf_warping.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudawarping/src/cuda/pyr_down.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudawarping/src/cuda/pyr_up.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudawarping/src/cuda/remap.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudawarping/src/cuda/resize.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudawarping/src/cuda/warp.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudawarping/src/precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudawarping/src/pyramids.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudawarping/src/remap.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudawarping/src/resize.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudawarping/src/warp.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudawarping/test/interpolation.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudawarping/test/test_main.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudawarping/test/test_precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudawarping/test/test_pyramids.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudawarping/test/test_remap.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudawarping/test/test_resize.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudawarping/test/test_warp_affine.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudawarping/test/test_warp_perspective.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudev/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudev/include/opencv2/cudev/block/block.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudev/include/opencv2/cudev/block/detail/reduce.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudev/include/opencv2/cudev/block/detail/reduce_key_val.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudev/include/opencv2/cudev/block/dynamic_smem.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudev/include/opencv2/cudev/block/reduce.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudev/include/opencv2/cudev/block/scan.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudev/include/opencv2/cudev/block/vec_distance.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudev/include/opencv2/cudev/common.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudev/include/opencv2/cudev/expr/binary_func.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudev/include/opencv2/cudev/expr/binary_op.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudev/include/opencv2/cudev/expr/color.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudev/include/opencv2/cudev/expr/deriv.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudev/include/opencv2/cudev/expr/expr.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudev/include/opencv2/cudev/expr/per_element_func.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudev/include/opencv2/cudev/expr/reduction.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudev/include/opencv2/cudev/expr/unary_func.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudev/include/opencv2/cudev/expr/unary_op.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudev/include/opencv2/cudev/expr/warping.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudev/include/opencv2/cudev/functional/color_cvt.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudev/include/opencv2/cudev/functional/detail/color_cvt.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudev/include/opencv2/cudev/functional/functional.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudev/include/opencv2/cudev/functional/tuple_adapter.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudev/include/opencv2/cudev/grid/copy.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudev/include/opencv2/cudev/grid/detail/copy.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudev/include/opencv2/cudev/grid/detail/histogram.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudev/include/opencv2/cudev/grid/detail/integral.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudev/include/opencv2/cudev/grid/detail/minmaxloc.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudev/include/opencv2/cudev/grid/detail/pyr_down.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudev/include/opencv2/cudev/grid/detail/pyr_up.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudev/include/opencv2/cudev/grid/detail/reduce.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudev/include/opencv2/cudev/grid/detail/reduce_to_column.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudev/include/opencv2/cudev/grid/detail/reduce_to_row.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudev/include/opencv2/cudev/grid/detail/split_merge.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudev/include/opencv2/cudev/grid/detail/transform.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudev/include/opencv2/cudev/grid/detail/transpose.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudev/include/opencv2/cudev/grid/histogram.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudev/include/opencv2/cudev/grid/integral.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudev/include/opencv2/cudev/grid/pyramids.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudev/include/opencv2/cudev/grid/reduce.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudev/include/opencv2/cudev/grid/reduce_to_vec.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudev/include/opencv2/cudev/grid/split_merge.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudev/include/opencv2/cudev/grid/transform.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudev/include/opencv2/cudev/grid/transpose.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudev/include/opencv2/cudev/ptr2d/constant.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudev/include/opencv2/cudev/ptr2d/deriv.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudev/include/opencv2/cudev/ptr2d/detail/gpumat.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudev/include/opencv2/cudev/ptr2d/extrapolation.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudev/include/opencv2/cudev/ptr2d/glob.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudev/include/opencv2/cudev/ptr2d/gpumat.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudev/include/opencv2/cudev/ptr2d/interpolation.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudev/include/opencv2/cudev/ptr2d/lut.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudev/include/opencv2/cudev/ptr2d/mask.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudev/include/opencv2/cudev/ptr2d/remap.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudev/include/opencv2/cudev/ptr2d/resize.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudev/include/opencv2/cudev/ptr2d/texture.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudev/include/opencv2/cudev/ptr2d/traits.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudev/include/opencv2/cudev/ptr2d/transform.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudev/include/opencv2/cudev/ptr2d/warping.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudev/include/opencv2/cudev/ptr2d/zip.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudev/include/opencv2/cudev/util/atomic.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudev/include/opencv2/cudev/util/detail/tuple.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudev/include/opencv2/cudev/util/detail/type_traits.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudev/include/opencv2/cudev/util/limits.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudev/include/opencv2/cudev/util/saturate_cast.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudev/include/opencv2/cudev/util/simd_functions.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudev/include/opencv2/cudev/util/tuple.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudev/include/opencv2/cudev/util/type_traits.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudev/include/opencv2/cudev/util/vec_math.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudev/include/opencv2/cudev/util/vec_traits.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudev/include/opencv2/cudev/warp/detail/reduce.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudev/include/opencv2/cudev/warp/detail/reduce_key_val.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudev/include/opencv2/cudev/warp/reduce.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudev/include/opencv2/cudev/warp/scan.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudev/include/opencv2/cudev/warp/shuffle.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudev/include/opencv2/cudev/warp/warp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudev/include/opencv2/cudev.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudev/src/stub.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudev/test/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudev/test/test_arithm_func.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudev/test/test_arithm_op.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudev/test/test_bitwize_op.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudev/test/test_cmp_op.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudev/test/test_color_cvt.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudev/test/test_cvt.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudev/test/test_deriv.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudev/test/test_integral.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudev/test/test_lut.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudev/test/test_main.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudev/test/test_nd.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudev/test/test_precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudev/test/test_pyramids.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudev/test/test_reduction.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudev/test/test_scan.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudev/test/test_split_merge.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudev/test/test_warp.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cudev/test/transpose.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/.clang-format +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/.gitignore +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/LICENSE +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/README.md +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/include/opencv2/cvv/call_meta_data.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/include/opencv2/cvv/cvv.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/include/opencv2/cvv/debug_mode.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/include/opencv2/cvv/dmatch.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/include/opencv2/cvv/filter.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/include/opencv2/cvv/final_show.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/include/opencv2/cvv/show_image.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/include/opencv2/cvv.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/samples/cvv_demo.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/controller/view_controller.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/controller/view_controller.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/extension_api/api.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/extension_api/api.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/gui/call_tab.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/gui/call_window.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/gui/call_window.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/gui/filter_call_tab.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/gui/image_call_tab.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/gui/image_call_tab.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/gui/main_call_window.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/gui/main_call_window.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/gui/match_call_tab.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/gui/multiview_call_tab.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/gui/overview_group_subtable.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/gui/overview_group_subtable.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/gui/overview_panel.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/gui/overview_panel.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/gui/overview_table.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/gui/overview_table.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/gui/overview_table_row.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/gui/overview_table_row.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/gui/rawview_group_subtable.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/gui/rawview_group_subtable.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/gui/rawview_table.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/gui/rawview_table.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/gui/rawview_table_row.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/gui/rawview_table_row.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/gui/tabwidget.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/impl/call.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/impl/call.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/impl/data_controller.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/impl/data_controller.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/impl/dmatch.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/impl/filter.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/impl/filter_call.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/impl/filter_call.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/impl/final_show.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/impl/init.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/impl/init.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/impl/match_call.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/impl/match_call.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/impl/show_image.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/impl/single_image_call.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/impl/single_image_call.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/qtutil/accordion.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/qtutil/accordion.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/qtutil/autofilterwidget.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/qtutil/collapsable.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/qtutil/collapsable.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/qtutil/filter/changed_pixels_widget.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/qtutil/filter/changed_pixels_widget.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/qtutil/filter/channelreorderfilter.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/qtutil/filter/channelreorderfilter.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/qtutil/filter/diffFilterWidget.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/qtutil/filter/diffFilterWidget.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/qtutil/filter/grayfilterwidget.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/qtutil/filter/grayfilterwidget.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/qtutil/filter/overlayfilterwidget.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/qtutil/filter/overlayfilterwidget.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/qtutil/filter/sobelfilterwidget.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/qtutil/filter/sobelfilterwidget.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/qtutil/filterfunctionwidget.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/qtutil/filterselectorwidget.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/qtutil/histogram.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/qtutil/histogram.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/qtutil/histogramoptpanel.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/qtutil/histogramoptpanel.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/qtutil/intervallselector.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/qtutil/matchview/colorutil.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/qtutil/matchview/cvvkeypoint.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/qtutil/matchview/cvvkeypoint.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/qtutil/matchview/cvvmatch.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/qtutil/matchview/cvvmatch.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/qtutil/matchview/cvvpointmatch.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/qtutil/matchview/cvvpointmatch.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/qtutil/matchview/falsecolorkeypointpen.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/qtutil/matchview/falsecolorkeypointpen.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/qtutil/matchview/falsecolormatchpen.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/qtutil/matchview/falsecolormatchpen.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/qtutil/matchview/keypointintervallselection.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/qtutil/matchview/keypointintervallselection.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/qtutil/matchview/keypointmanagement.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/qtutil/matchview/keypointmanagement.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/qtutil/matchview/keypointportionselector.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/qtutil/matchview/keypointportionselector.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/qtutil/matchview/keypointselection.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/qtutil/matchview/keypointselectionselector.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/qtutil/matchview/keypointselectionselector.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/qtutil/matchview/keypointsettings.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/qtutil/matchview/keypointsettingsselector.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/qtutil/matchview/keypointsettingsselector.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/qtutil/matchview/keypointshowsetting.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/qtutil/matchview/keypointshowsetting.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/qtutil/matchview/keypointvaluechooser.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/qtutil/matchview/keypointvaluechooser.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/qtutil/matchview/matchintervallselection.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/qtutil/matchview/matchintervallselection.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/qtutil/matchview/matchmanagement.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/qtutil/matchview/matchmanagement.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/qtutil/matchview/matchportionselector.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/qtutil/matchview/matchportionselector.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/qtutil/matchview/matchscene.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/qtutil/matchview/matchscene.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/qtutil/matchview/matchselection.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/qtutil/matchview/matchselectionselector.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/qtutil/matchview/matchselectionselector.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/qtutil/matchview/matchsettings.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/qtutil/matchview/matchsettingsselector.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/qtutil/matchview/matchsettingsselector.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/qtutil/matchview/matchshowsetting.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/qtutil/matchview/matchshowsetting.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/qtutil/matchview/rawview_window.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/qtutil/matchview/rawview_window.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/qtutil/matchview/showinrawviewwidget.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/qtutil/matchview/showinrawviewwidget.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/qtutil/matchview/singlecolorkeypointpen.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/qtutil/matchview/singlecolorkeypointpen.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/qtutil/matchview/singlecolormatchpen.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/qtutil/matchview/singlecolormatchpen.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/qtutil/matchview/zoomableproxyobject.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/qtutil/matchview/zoomableproxyobject.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/qtutil/portionselector.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/qtutil/registerhelper.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/qtutil/signalslot.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/qtutil/stfl_query_widget.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/qtutil/stfl_query_widget.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/qtutil/stfl_query_widget_completer.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/qtutil/stfl_query_widget_lineedit.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/qtutil/stfl_query_widget_lineedit.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/qtutil/synczoomwidget.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/qtutil/synczoomwidget.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/qtutil/types.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/qtutil/util.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/qtutil/util.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/qtutil/zoomableimage.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/qtutil/zoomableimage.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/qtutil/zoomableimageoptpanel.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/qtutil/zoomableimageoptpanel.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/stfl/element_group.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/stfl/stfl_engine.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/stfl/stringutils.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/stfl/stringutils.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/util/observer_ptr.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/util/util.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/view/defaultfilterview.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/view/defaultfilterview.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/view/dual_filter_view.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/view/dual_filter_view.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/view/filter_view.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/view/image_view.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/view/image_view.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/view/linematchview.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/view/linematchview.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/view/match_view.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/view/pointmatchview.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/view/pointmatchview.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/view/rawview.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/view/rawview.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/view/singlefilterview.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/view/singlefilterview.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/view/translationsmatchview.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/src/view/translationsmatchview.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/test/test_debug_flag.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/test/test_is_any_of.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/test/test_location.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/test/test_main.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/test/test_observer_ptr.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/test/test_precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/test/test_reference.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/tutorials/images/01_overview_single.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/tutorials/images/02_single_image_view.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/tutorials/images/03_overview_two.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/tutorials/images/04_default_filter_view.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/tutorials/images/05_default_filter_view_high_zoom.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/tutorials/images/06_default_filter_view_edges.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/tutorials/images/07_dual_filter_view_edges.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/tutorials/images/08_overview_all.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/tutorials/images/09_overview_filtered_type_match.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/tutorials/images/10_line_match_view-cutout-small.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/tutorials/images/10_line_match_view-cutout.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/tutorials/images/10_line_match_view.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/tutorials/images/11_line_match_view_portion_selector.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/tutorials/images/12_translation_match_view_portion_selector.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/tutorials/images/13_raw_view.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/tutorials/images/14_overview_group_by_line.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/tutorials/images/Visual_Debugging_Introduction_Tutorial_Cover.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/cvv/tutorials/visual_debugging_introduction.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/datasets/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/datasets/README.md +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/datasets/include/opencv2/datasets/ar_hmdb.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/datasets/include/opencv2/datasets/ar_sports.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/datasets/include/opencv2/datasets/dataset.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/datasets/include/opencv2/datasets/fr_adience.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/datasets/include/opencv2/datasets/fr_lfw.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/datasets/include/opencv2/datasets/gr_chalearn.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/datasets/include/opencv2/datasets/gr_skig.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/datasets/include/opencv2/datasets/hpe_humaneva.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/datasets/include/opencv2/datasets/hpe_parse.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/datasets/include/opencv2/datasets/ir_affine.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/datasets/include/opencv2/datasets/ir_robot.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/datasets/include/opencv2/datasets/is_bsds.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/datasets/include/opencv2/datasets/is_weizmann.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/datasets/include/opencv2/datasets/msm_epfl.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/datasets/include/opencv2/datasets/msm_middlebury.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/datasets/include/opencv2/datasets/or_imagenet.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/datasets/include/opencv2/datasets/or_mnist.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/datasets/include/opencv2/datasets/or_pascal.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/datasets/include/opencv2/datasets/or_sun.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/datasets/include/opencv2/datasets/pd_caltech.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/datasets/include/opencv2/datasets/pd_inria.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/datasets/include/opencv2/datasets/slam_kitti.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/datasets/include/opencv2/datasets/slam_tumindoor.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/datasets/include/opencv2/datasets/sr_bsds.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/datasets/include/opencv2/datasets/sr_div2k.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/datasets/include/opencv2/datasets/sr_general100.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/datasets/include/opencv2/datasets/tr_chars.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/datasets/include/opencv2/datasets/tr_icdar.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/datasets/include/opencv2/datasets/tr_svt.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/datasets/include/opencv2/datasets/track_alov.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/datasets/include/opencv2/datasets/track_vot.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/datasets/include/opencv2/datasets/util.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/datasets/samples/ar_hmdb.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/datasets/samples/ar_hmdb_benchmark.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/datasets/samples/ar_sports.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/datasets/samples/fr_adience.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/datasets/samples/fr_lfw.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/datasets/samples/fr_lfw_benchmark.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/datasets/samples/gr_chalearn.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/datasets/samples/gr_skig.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/datasets/samples/hpe_humaneva.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/datasets/samples/hpe_parse.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/datasets/samples/ir_affine.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/datasets/samples/ir_robot.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/datasets/samples/is_bsds.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/datasets/samples/is_weizmann.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/datasets/samples/msm_epfl.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/datasets/samples/msm_middlebury.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/datasets/samples/or_imagenet.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/datasets/samples/or_mnist.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/datasets/samples/or_pascal.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/datasets/samples/or_sun.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/datasets/samples/pd_caltech.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/datasets/samples/pd_inria.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/datasets/samples/slam_kitti.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/datasets/samples/slam_tumindoor.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/datasets/samples/sr_bsds.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/datasets/samples/sr_div2k.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/datasets/samples/sr_general100.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/datasets/samples/tr_chars.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/datasets/samples/tr_chars_benchmark.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/datasets/samples/tr_icdar.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/datasets/samples/tr_icdar_benchmark.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/datasets/samples/tr_svt.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/datasets/samples/tr_svt_benchmark.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/datasets/samples/track_vot.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/datasets/src/ar_hmdb.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/datasets/src/ar_sports.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/datasets/src/dataset.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/datasets/src/fr_adience.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/datasets/src/fr_lfw.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/datasets/src/gr_chalearn.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/datasets/src/gr_skig.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/datasets/src/hpe_humaneva.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/datasets/src/hpe_parse.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/datasets/src/ir_affine.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/datasets/src/ir_robot.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/datasets/src/is_bsds.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/datasets/src/is_weizmann.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/datasets/src/msm_epfl.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/datasets/src/msm_middlebury.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/datasets/src/or_imagenet.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/datasets/src/or_mnist.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/datasets/src/or_pascal.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/datasets/src/or_sun.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/datasets/src/pd_caltech.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/datasets/src/pd_inria.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/datasets/src/slam_kitti.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/datasets/src/slam_tumindoor.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/datasets/src/sr_bsds.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/datasets/src/sr_div2k.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/datasets/src/sr_general100.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/datasets/src/tinyxml2/tinyxml2.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/datasets/src/tinyxml2/tinyxml2.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/datasets/src/tr_chars.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/datasets/src/tr_icdar.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/datasets/src/tr_svt.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/datasets/src/track_alov.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/datasets/src/track_vot.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/datasets/src/util.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/dnn_objdetect/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/dnn_objdetect/README.md +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/dnn_objdetect/doc/dnn_objdetect.bib +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/dnn_objdetect/include/opencv2/core_detect.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/dnn_objdetect/samples/data/README.md +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/dnn_objdetect/samples/data/SqueezeDet_deploy.prototxt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/dnn_objdetect/samples/data/SqueezeDet_solver.prototxt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/dnn_objdetect/samples/data/SqueezeDet_train_test.prototxt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/dnn_objdetect/samples/data/SqueezeNet_deploy.prototxt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/dnn_objdetect/samples/data/SqueezeNet_solver.prototxt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/dnn_objdetect/samples/data/SqueezeNet_train_test.prototxt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/dnn_objdetect/samples/image_classification.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/dnn_objdetect/samples/obj_detect.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/dnn_objdetect/scripts/k_means.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/dnn_objdetect/scripts/pascal_preprocess.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/dnn_objdetect/src/core_detect.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/dnn_objdetect/src/precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/dnn_objdetect/tutorials/dnn_objdetect_tutorial.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/dnn_objdetect/tutorials/images/aero_det.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/dnn_objdetect/tutorials/images/aero_thresh_det.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/dnn_objdetect/tutorials/images/aeroplane.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/dnn_objdetect/tutorials/images/bus.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/dnn_objdetect/tutorials/images/bus_det.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/dnn_objdetect/tutorials/images/cat.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/dnn_objdetect/tutorials/images/cat_det.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/dnn_objdetect/tutorials/images/multi_1_det.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/dnn_objdetect/tutorials/images/multi_det.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/dnn_objdetect/tutorials/images/person.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/dnn_objdetect/tutorials/images/person_det.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/dnn_objdetect/tutorials/images/person_multi_det.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/dnn_objdetect/tutorials/images/persons_multi.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/dnn_objdetect/tutorials/images/space_shuttle.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/dnn_superres/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/dnn_superres/README.md +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/dnn_superres/include/opencv2/dnn_superres.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/dnn_superres/misc/java/test/DnnSuperresTest.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/dnn_superres/misc/python/test/test_dnn_superres.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/dnn_superres/perf/perf_dnn_superres.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/dnn_superres/perf/perf_main.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/dnn_superres/perf/perf_precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/dnn_superres/samples/butterfly.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/dnn_superres/samples/dnn_superres.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/dnn_superres/samples/dnn_superres_benchmark_quality.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/dnn_superres/samples/dnn_superres_benchmark_time.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/dnn_superres/samples/dnn_superres_multioutput.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/dnn_superres/samples/dnn_superres_video.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/dnn_superres/src/dnn_superres.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/dnn_superres/src/precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/dnn_superres/test/test_dnn_superres.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/dnn_superres/test/test_main.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/dnn_superres/test/test_precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/dnn_superres/tutorials/benchmark/images/bicubic_butterfly.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/dnn_superres/tutorials/benchmark/images/bicubic_comic.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/dnn_superres/tutorials/benchmark/images/bicubic_div2k.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/dnn_superres/tutorials/benchmark/images/bicubic_urban.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/dnn_superres/tutorials/benchmark/images/edsr_butterfly.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/dnn_superres/tutorials/benchmark/images/edsr_comic.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/dnn_superres/tutorials/benchmark/images/edsr_urban.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/dnn_superres/tutorials/benchmark/images/espcn_butterfly.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/dnn_superres/tutorials/benchmark/images/espcn_comic.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/dnn_superres/tutorials/benchmark/images/espcn_urban.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/dnn_superres/tutorials/benchmark/images/fsrcnn_butterfly.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/dnn_superres/tutorials/benchmark/images/fsrcnn_comic.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/dnn_superres/tutorials/benchmark/images/fsrcnn_urban.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/dnn_superres/tutorials/benchmark/images/lanczos_butterfly.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/dnn_superres/tutorials/benchmark/images/lanczos_comic.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/dnn_superres/tutorials/benchmark/images/lanczos_div2k.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/dnn_superres/tutorials/benchmark/images/lanczos_urban.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/dnn_superres/tutorials/benchmark/images/lapsrn_butterfly.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/dnn_superres/tutorials/benchmark/images/lapsrn_comic.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/dnn_superres/tutorials/benchmark/images/lapsrn_div2k.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/dnn_superres/tutorials/benchmark/images/nearest_butterfly.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/dnn_superres/tutorials/benchmark/images/nearest_comic.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/dnn_superres/tutorials/benchmark/images/nearest_div2k.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/dnn_superres/tutorials/benchmark/images/nearest_urban.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/dnn_superres/tutorials/benchmark/images/orig_butterfly.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/dnn_superres/tutorials/benchmark/images/orig_comic.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/dnn_superres/tutorials/benchmark/images/orig_div2k.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/dnn_superres/tutorials/benchmark/images/orig_urban.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/dnn_superres/tutorials/benchmark/sr_benchmark.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/dnn_superres/tutorials/table_of_content_dnn_superres.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/dnn_superres/tutorials/upscale_image_multi/upscale_image_multi.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/dnn_superres/tutorials/upscale_image_single/images/bicubicOutput.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/dnn_superres/tutorials/upscale_image_single/images/fsrcnnOutput.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/dnn_superres/tutorials/upscale_image_single/images/input.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/dnn_superres/tutorials/upscale_image_single/upscale_image_single.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/dnn_superres/tutorials/upscale_video/upscale_video.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/dnns_easily_fooled/.gitignore +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/dnns_easily_fooled/Installation_Guide.pdf +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/dnns_easily_fooled/README.md +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/dnns_easily_fooled/download_caffe_evolutionary_algorithm.sh +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/dnns_easily_fooled/download_caffe_gradient_ascent.sh +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/dnns_easily_fooled/download_sferes.sh +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/dnns_easily_fooled/model/hen_256.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/dnns_easily_fooled/model/image_list.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/dnns_easily_fooled/model/imagenet_deploy_image_memory_data.prototxt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/dnns_easily_fooled/model/lenet/lenet_image_memory_data.prototxt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/dnns_easily_fooled/model/lenet/lenet_iter_10000 +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/dnns_easily_fooled/model/lenet/mnist_image_list.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/dnns_easily_fooled/model/lenet/mnist_mean.binaryproto +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/dnns_easily_fooled/model/lenet/mnist_sample_image.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/dpm/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/dpm/README.md +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/dpm/doc/dpm.bib +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/dpm/include/opencv2/dpm.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/dpm/samples/cascade_detect_camera.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/dpm/samples/cascade_detect_sequence.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/dpm/samples/data/inriaperson.xml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/dpm/src/dpm_cascade.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/dpm/src/dpm_cascade.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/dpm/src/dpm_cascade_detector.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/dpm/src/dpm_convolution.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/dpm/src/dpm_convolution.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/dpm/src/dpm_feature.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/dpm/src/dpm_feature.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/dpm/src/dpm_model.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/dpm/src/dpm_model.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/dpm/src/dpm_nms.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/dpm/src/dpm_nms.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/dpm/src/precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/face/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/face/README.md +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/face/doc/changelog.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/face/doc/face.bib +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/face/include/opencv2/face/bif.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/face/include/opencv2/face/face_alignment.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/face/include/opencv2/face/facemark.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/face/include/opencv2/face/facemarkAAM.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/face/include/opencv2/face/facemarkLBF.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/face/include/opencv2/face/facemark_train.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/face/include/opencv2/face/facerec.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/face/include/opencv2/face/mace.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/face/include/opencv2/face/predict_collector.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/face/include/opencv2/face.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/face/misc/java/gen_dict.json +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/face/misc/objc/gen_dict.json +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/face/samples/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/face/samples/Facemark.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/face/samples/etc/at.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/face/samples/etc/create_csv.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/face/samples/etc/crop_face.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/face/samples/facemark_demo_aam.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/face/samples/facemark_demo_lbf.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/face/samples/facemark_lbf_fitting.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/face/samples/facerec_demo.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/face/samples/facerec_eigenfaces.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/face/samples/facerec_fisherfaces.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/face/samples/facerec_lbph.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/face/samples/facerec_save_load.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/face/samples/facerec_video.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/face/samples/landmarks_demo.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/face/samples/mace_webcam.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/face/samples/sampleDetectLandmarks.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/face/samples/sampleDetectLandmarksvideo.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/face/samples/sample_config_file.xml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/face/samples/sample_face_swapping.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/face/samples/sample_train_landmark_detector.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/face/samples/sample_train_landmark_detector2.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/face/samples/samplewriteconfigfile.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/face/src/bif.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/face/src/eigen_faces.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/face/src/face_alignment.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/face/src/face_alignmentimpl.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/face/src/face_basic.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/face/src/face_utils.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/face/src/facemark.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/face/src/facemarkAAM.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/face/src/facemarkLBF.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/face/src/facerec.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/face/src/fisher_faces.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/face/src/getlandmarks.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/face/src/lbph_faces.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/face/src/mace.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/face/src/precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/face/src/predict_collector.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/face/src/regtree.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/face/src/trainFacemark.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/face/test/test_bif.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/face/test/test_face_align.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/face/test/test_facemark.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/face/test/test_facemark_aam.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/face/test/test_facemark_lbf.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/face/test/test_loadsave.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/face/test/test_mace.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/face/test/test_main.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/face/test/test_precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/face/tutorials/face_landmark/face_landmark_detection.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/face/tutorials/face_landmark/face_landmark_trainer.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/face/tutorials/face_landmark/face_landmark_video.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/face/tutorials/face_landmark/images/2.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/face/tutorials/face_landmark/images/227943776_1.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/face/tutorials/face_landmark/images/230501201_1.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/face/tutorials/face_landmark/images/3.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/face/tutorials/face_landmark/images/ab-1.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/face/tutorials/face_landmark/images/ab.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/face/tutorials/face_landmark/images/d.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/face/tutorials/face_landmark/images/face_swapped.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/face/tutorials/face_landmark/images/facereg.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/face/tutorials/face_landmark/images/test.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/face/tutorials/face_landmark/images/train.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/face/tutorials/face_landmark/images/train1.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/face/tutorials/face_landmark/sample_face_swapping.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/face/tutorials/face_recognition/face_tutorial.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/face/tutorials/face_recognition/facerec_video/facerec_video.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/face/tutorials/face_recognition/gender_classification/arnie_10_10_200_200.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/face/tutorials/face_recognition/gender_classification/arnie_20_20_200_200.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/face/tutorials/face_recognition/gender_classification/arnie_20_20_70_70.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/face/tutorials/face_recognition/gender_classification/arnie_30_30_200_200.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/face/tutorials/face_recognition/gender_classification/clooney_set.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/face/tutorials/face_recognition/gender_classification/fisherface_0.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/face/tutorials/face_recognition/gender_classification/fisherface_reconstruction_0.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/face/tutorials/face_recognition/gender_classification/mean.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/face/tutorials/face_recognition/img/at_database_small_sample_size.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/face/tutorials/face_recognition/img/eigenface_reconstruction_opencv.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/face/tutorials/face_recognition/img/eigenfaces_opencv.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/face/tutorials/face_recognition/img/fisherface_reconstruction_opencv.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/face/tutorials/face_recognition/img/fisherfaces_opencv.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/face/tutorials/face_recognition/img/lbp/lbp.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/face/tutorials/face_recognition/img/lbp/lbp_yale.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/face/tutorials/face_recognition/img/lbp/patterns.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/face/tutorials/face_tutorial.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/face/tutorials/facemark_aam/facemark_aam.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/face/tutorials/facemark_add_algorithm/facemark_add_algorithm.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/face/tutorials/facemark_tutorial.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/face/tutorials/facemark_usage/facemark_usage.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/freetype/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/freetype/README.md +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/freetype/include/opencv2/freetype.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/freetype/src/freetype.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/freetype/src/precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/freetype/test/test_basic.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/freetype/test/test_main.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/freetype/test/test_precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/freetype/test/test_putText.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/fuzzy/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/fuzzy/README.md +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/fuzzy/doc/fuzzy.bib +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/fuzzy/include/opencv2/fuzzy/fuzzy_F0_math.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/fuzzy/include/opencv2/fuzzy/fuzzy_F1_math.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/fuzzy/include/opencv2/fuzzy/fuzzy_image.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/fuzzy/include/opencv2/fuzzy/types.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/fuzzy/include/opencv2/fuzzy.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/fuzzy/samples/fuzzy_filtering.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/fuzzy/samples/fuzzy_inpainting.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/fuzzy/samples/input.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/fuzzy/samples/mask1.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/fuzzy/samples/mask2.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/fuzzy/samples/mask3.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/fuzzy/src/fuzzy_F0_math.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/fuzzy/src/fuzzy_F1_math.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/fuzzy/src/fuzzy_image.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/fuzzy/src/precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/fuzzy/test/test_f0.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/fuzzy/test/test_f1.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/fuzzy/test/test_image.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/fuzzy/test/test_main.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/fuzzy/test/test_precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/fuzzy/tutorials/filtering/filtering.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/fuzzy/tutorials/filtering/images/fuzzy_filt_output.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/fuzzy/tutorials/fuzzy.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/fuzzy/tutorials/inpainting/images/fuzzy_inp_input.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/fuzzy/tutorials/inpainting/images/fuzzy_inp_output.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/fuzzy/tutorials/inpainting/inpainting.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/fuzzy/tutorials/theory/images/fuzzy_BF_view.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/fuzzy/tutorials/theory/images/fuzzy_pixel_view.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/fuzzy/tutorials/theory/theory.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/hdf/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/hdf/README.md +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/hdf/doc/pics/attributes-details.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/hdf/doc/pics/attributes-file.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/hdf/doc/pics/create_groups.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/hdf/doc/pics/hdfview_demo.gif +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/hdf/doc/pics/root_group_single_channel.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/hdf/doc/pics/single_channel.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/hdf/doc/pics/two_channels.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/hdf/include/opencv2/hdf/hdf5.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/hdf/include/opencv2/hdf.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/hdf/samples/create_groups.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/hdf/samples/create_read_write_datasets.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/hdf/samples/read_write_attributes.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/hdf/src/hdf5.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/hdf/src/precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/hdf/test/test_hdf5.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/hdf/test/test_main.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/hdf/test/test_precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/hdf/tutorials/create_groups/how_to_create_groups.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/hdf/tutorials/create_read_write_dataset/create_read_write_dataset.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/hdf/tutorials/read_write_attributes/read_write_attributes.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/hdf/tutorials/table_of_content_hdf.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/hfs/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/hfs/README.md +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/hfs/doc/hfs.bib +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/hfs/include/opencv2/hfs.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/hfs/samples/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/hfs/samples/data/000.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/hfs/samples/data/001.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/hfs/samples/data/002.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/hfs/samples/example.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/hfs/src/cuda/gslic_seg_engine_gpu.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/hfs/src/cuda/magnitude.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/hfs/src/hfs.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/hfs/src/hfs_core.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/hfs/src/hfs_core.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/hfs/src/magnitude/magnitude.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/hfs/src/magnitude/magnitude.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/hfs/src/merge/merge.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/hfs/src/merge/merge.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/hfs/src/or_utils/or_image.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/hfs/src/or_utils/or_memory_block.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/hfs/src/or_utils/or_types.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/hfs/src/or_utils/or_vector.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/hfs/src/precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/hfs/src/slic/gslic_engine.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/hfs/src/slic/slic.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/hfs/src/slic/slic.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/img_hash/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/img_hash/README.md +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/img_hash/doc/attack_performance.JPG +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/img_hash/doc/hash_comparison_chart.JPG +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/img_hash/doc/hash_computation_chart.JPG +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/img_hash/doc/img_hash.bib +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/img_hash/include/opencv2/img_hash/average_hash.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/img_hash/include/opencv2/img_hash/block_mean_hash.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/img_hash/include/opencv2/img_hash/color_moment_hash.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/img_hash/include/opencv2/img_hash/img_hash_base.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/img_hash/include/opencv2/img_hash/marr_hildreth_hash.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/img_hash/include/opencv2/img_hash/phash.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/img_hash/include/opencv2/img_hash/radial_variance_hash.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/img_hash/include/opencv2/img_hash.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/img_hash/misc/objc/gen_dict.json +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/img_hash/samples/hash_samples.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/img_hash/src/average_hash.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/img_hash/src/block_mean_hash.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/img_hash/src/color_moment_hash.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/img_hash/src/img_hash_base.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/img_hash/src/marr_hildreth_hash.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/img_hash/src/phash.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/img_hash/src/precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/img_hash/src/radial_variance_hash.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/img_hash/test/test_average_hash.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/img_hash/test/test_block_mean_hash.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/img_hash/test/test_main.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/img_hash/test/test_marr_hildreth_hash.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/img_hash/test/test_phash.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/img_hash/test/test_precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/img_hash/test/test_radial_variance_hash.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/intensity_transform/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/intensity_transform/README.md +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/intensity_transform/doc/intensity_transform.bib +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/intensity_transform/include/opencv2/intensity_transform.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/intensity_transform/misc/python/test/test_intensity_transform_bimef.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/intensity_transform/samples/intensity_transform.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/intensity_transform/src/bimef.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/intensity_transform/src/intensity_transform.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/intensity_transform/src/precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/intensity_transform/test/test_intensity_transform.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/intensity_transform/test/test_main.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/intensity_transform/test/test_precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/julia/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/julia/LICENSE +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/julia/README.md +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/julia/cmake/FindJulia.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/julia/cmake/hooks/STATUS_DUMP_EXTRA.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/julia/cmake/init.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/julia/gen/binding_templates_cpp/cv_core.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/julia/gen/binding_templates_jl/template_cv2_root.jl +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/julia/gen/binding_templates_jl/template_cv2_submodule.jl +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/julia/gen/binding_templates_jl/template_cv2_submodule_cxx.jl +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/julia/gen/cpp_files/jlcv.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/julia/gen/cpp_files/jlcv_types.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/julia/gen/cpp_files/jlcxx/array.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/julia/gen/defval.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/julia/gen/funclist.csv +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/julia/gen/gen3_cpp.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/julia/gen/gen3_julia.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/julia/gen/gen3_julia_cxx.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/julia/gen/gen_all.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/julia/gen/jl_cxx_files/Mat.jl +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/julia/gen/jl_cxx_files/OpenCV.jl +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/julia/gen/jl_cxx_files/Vec.jl +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/julia/gen/jl_cxx_files/cv_cxx.jl +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/julia/gen/jl_cxx_files/cv_manual_wrap.jl +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/julia/gen/jl_cxx_files/mat_conversion.jl +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/julia/gen/jl_cxx_files/types_conversion.jl +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/julia/gen/jl_cxx_files/typestructs.jl +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/julia/gen/parse_tree.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/julia/gen/typemap.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/julia/include/opencv2/julia.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/julia/package/OpenCV/Artifacts.toml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/julia/package/OpenCV/Manifest.toml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/julia/package/OpenCV/Project.toml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/julia/package/install_package.jl +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/julia/samples/chessboard_corners.jl +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/julia/samples/face_detect.jl +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/julia/samples/face_detect_dnn.jl +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/julia/samples/filter2d.jl +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/julia/samples/simpleBlobDetector_test.jl +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/julia/src/cv.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/julia/test/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/julia/test/test_dnn.jl +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/julia/test/test_feature2d.jl +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/julia/test/test_imgproc.jl +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/julia/test/test_mat.jl +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/julia/test/test_objdetect.jl +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/julia/test/testsuite.jl +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/julia/tutorials/images/julia_facedetect_sample.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/julia/tutorials/julia.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/line_descriptor/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/line_descriptor/README.md +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/line_descriptor/doc/line_descriptor.bib +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/line_descriptor/doc/pics/cameraman_lines2.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/line_descriptor/doc/pics/lines_cameraman_edl.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/line_descriptor/doc/pics/matching2.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/line_descriptor/include/opencv2/line_descriptor/descriptor.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/line_descriptor/include/opencv2/line_descriptor.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/line_descriptor/misc/python/pyopencv_LSDDetector.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/line_descriptor/perf/perf_descriptors.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/line_descriptor/perf/perf_detection.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/line_descriptor/perf/perf_main.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/line_descriptor/perf/perf_matching.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/line_descriptor/perf/perf_precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/line_descriptor/samples/compute_descriptors.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/line_descriptor/samples/knn_matching.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/line_descriptor/samples/lines_extraction.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/line_descriptor/samples/lsd_lines_extraction.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/line_descriptor/samples/matching.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/line_descriptor/samples/radius_matching.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/line_descriptor/src/LSDDetector.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/line_descriptor/src/binary_descriptor.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/line_descriptor/src/binary_descriptor_matcher.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/line_descriptor/src/bitarray.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/line_descriptor/src/bitops.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/line_descriptor/src/draw.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/line_descriptor/src/precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/line_descriptor/src/types.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/line_descriptor/test/test_descriptors_regression.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/line_descriptor/test/test_detector_regression.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/line_descriptor/test/test_main.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/line_descriptor/test/test_matcher_regression.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/line_descriptor/test/test_precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/line_descriptor/tutorials/tutorial.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/matlab/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/matlab/LICENSE +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/matlab/README.md +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/matlab/cmake/OpenCVFindMatlab.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/matlab/cmake/hooks/STATUS_DUMP_EXTRA.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/matlab/cmake/init.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/matlab/compile.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/matlab/generator/build_info.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/matlab/generator/cvmex.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/matlab/generator/filters.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/matlab/generator/gen_matlab.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/matlab/generator/parse_tree.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/matlab/generator/templates/__init__.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/matlab/generator/templates/functional.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/matlab/generator/templates/template_build_info.m +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/matlab/generator/templates/template_class_base.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/matlab/generator/templates/template_class_base.m +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/matlab/generator/templates/template_cvmex_base.m +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/matlab/generator/templates/template_doc_base.m +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/matlab/generator/templates/template_function_base.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/matlab/generator/templates/template_map_base.m +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/matlab/include/opencv2/matlab/bridge.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/matlab/include/opencv2/matlab/map.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/matlab/include/opencv2/matlab/mxarray.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/matlab/include/opencv2/matlab/transpose.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/matlab/test/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/matlab/test/OpenCVTest.m +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/matlab/test/cv_exception.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/matlab/test/exception.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/matlab/test/help.m +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/matlab/test/std_exception.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/matlab/test/test_compiler.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/matlab/test/test_generator.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/matlab/test/testsuite.m +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/mcc/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/mcc/include/opencv2/mcc/ccm.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/mcc/include/opencv2/mcc/checker_detector.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/mcc/include/opencv2/mcc/checker_model.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/mcc/include/opencv2/mcc.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/mcc/misc/python/pyopencv_cchecker.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/mcc/perf/perf_main.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/mcc/perf/perf_mcc.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/mcc/perf/perf_precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/mcc/samples/chart_detection.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/mcc/samples/chart_detection_with_network.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/mcc/samples/color_correction_model.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/mcc/src/bound_min.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/mcc/src/bound_min.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/mcc/src/ccm.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/mcc/src/charts.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/mcc/src/charts.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/mcc/src/checker_detector.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/mcc/src/checker_detector.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/mcc/src/checker_model.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/mcc/src/checker_model.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/mcc/src/color.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/mcc/src/color.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/mcc/src/colorspace.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/mcc/src/colorspace.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/mcc/src/common.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/mcc/src/common.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/mcc/src/debug.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/mcc/src/debug.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/mcc/src/dictionary.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/mcc/src/distance.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/mcc/src/distance.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/mcc/src/graph_cluster.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/mcc/src/graph_cluster.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/mcc/src/io.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/mcc/src/io.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/mcc/src/linearize.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/mcc/src/linearize.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/mcc/src/mcc.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/mcc/src/operations.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/mcc/src/operations.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/mcc/src/precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/mcc/src/utils.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/mcc/src/utils.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/mcc/src/wiener_filter.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/mcc/src/wiener_filter.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/mcc/test/test_ccm.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/mcc/test/test_main.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/mcc/test/test_mcc.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/mcc/test/test_precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/mcc/tutorials/basic_ccm/color_correction_model.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/mcc/tutorials/basic_chart_detection/basic_chart_detection.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/mcc/tutorials/basic_chart_detection/chart_detection_enhanced_by_neural_network.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/mcc/tutorials/basic_chart_detection/debugging_the_system.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/mcc/tutorials/table_of_content_ccm.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/mcc/tutorials/table_of_content_mcc.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/optflow/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/optflow/README.md +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/optflow/doc/optflow.bib +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/optflow/include/opencv2/optflow/motempl.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/optflow/include/opencv2/optflow/pcaflow.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/optflow/include/opencv2/optflow/rlofflow.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/optflow/include/opencv2/optflow/sparse_matching_gpc.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/optflow/include/opencv2/optflow.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/optflow/perf/opencl/perf_optflow_dualTVL1.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/optflow/perf/perf_deepflow.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/optflow/perf/perf_main.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/optflow/perf/perf_precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/optflow/perf/perf_rlof.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/optflow/perf/perf_tvl1optflow.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/optflow/samples/gpc_evaluate.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/optflow/samples/gpc_train.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/optflow/samples/gpc_train_middlebury.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/optflow/samples/gpc_train_sintel.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/optflow/samples/motempl.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/optflow/samples/motempl.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/optflow/samples/optical_flow_benchmark.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/optflow/samples/optical_flow_evaluation.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/optflow/samples/pcaflow_demo.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/optflow/samples/simpleflow_demo.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/optflow/samples/tvl1_optical_flow.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/optflow/src/deepflow.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/optflow/src/interfaces.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/optflow/src/learn_prior.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/optflow/src/motempl.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/optflow/src/opencl/optical_flow_tvl1.cl +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/optflow/src/opencl/sparse_matching_gpc.cl +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/optflow/src/opencl/updatemotionhistory.cl +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/optflow/src/pcaflow.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/optflow/src/precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/optflow/src/rlof/berlof_invoker.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/optflow/src/rlof/geo_interpolation.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/optflow/src/rlof/geo_interpolation.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/optflow/src/rlof/plk_invoker.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/optflow/src/rlof/rlof_invoker.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/optflow/src/rlof/rlof_invokerbase.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/optflow/src/rlof/rlof_localflow.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/optflow/src/rlof/rlof_localflow.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/optflow/src/rlofflow.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/optflow/src/simpleflow.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/optflow/src/sparse_matching_gpc.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/optflow/src/sparsetodenseflow.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/optflow/src/tvl1flow.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/optflow/test/ocl/test_motempl.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/optflow/test/ocl/test_optflow_tvl1flow.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/optflow/test/test_OF_accuracy.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/optflow/test/test_main.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/optflow/test/test_motiontemplates.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/optflow/test/test_precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/optflow/test/test_tvl1optflow.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ovis/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ovis/README.md +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ovis/include/opencv2/ovis.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ovis/misc/python/test_ovis.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ovis/samples/aruco_ar_demo.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ovis/samples/aruco_ar_demo.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ovis/samples/ovis_demo.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ovis/samples/ovis_demo.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ovis/src/meshes.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ovis/src/ovis.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ovis/src/precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/phase_unwrapping/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/phase_unwrapping/README.md +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/phase_unwrapping/doc/phase_unwrapping.bib +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/phase_unwrapping/include/opencv2/phase_unwrapping/histogramphaseunwrapping.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/phase_unwrapping/include/opencv2/phase_unwrapping/phase_unwrapping.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/phase_unwrapping/include/opencv2/phase_unwrapping.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/phase_unwrapping/misc/objc/gen_dict.json +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/phase_unwrapping/misc/python/pyopencv_phase_unwrapping.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/phase_unwrapping/samples/unwrap.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/phase_unwrapping/src/histogramphaseunwrapping.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/phase_unwrapping/src/precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/phase_unwrapping/test/test_main.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/phase_unwrapping/test/test_precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/phase_unwrapping/test/test_unwrapping.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/phase_unwrapping/tutorials/phase_unwrapping.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/phase_unwrapping/tutorials/unwrap/unwrap.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/plot/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/plot/README.md +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/plot/doc/pics/sin_x.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/plot/doc/pics/x_2.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/plot/doc/plot.rst +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/plot/include/opencv2/plot.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/plot/misc/objc/gen_dict.json +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/plot/samples/plot_demo.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/plot/src/plot.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/plot/src/precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/quality/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/quality/README.md +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/quality/doc/quality.bib +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/quality/include/opencv2/quality/quality_utils.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/quality/include/opencv2/quality/qualitybase.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/quality/include/opencv2/quality/qualitybrisque.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/quality/include/opencv2/quality/qualitygmsd.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/quality/include/opencv2/quality/qualitymse.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/quality/include/opencv2/quality/qualitypsnr.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/quality/include/opencv2/quality/qualityssim.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/quality/include/opencv2/quality.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/quality/samples/brisque_eval_tid2008.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/quality/samples/brisque_model_live.yml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/quality/samples/brisque_range_live.yml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/quality/samples/brisque_trainer_livedb.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/quality/src/precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/quality/src/qualitybrisque.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/quality/src/qualitygmsd.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/quality/src/qualitymse.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/quality/src/qualityssim.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/quality/test/test_brisque.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/quality/test/test_gmsd.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/quality/test/test_main.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/quality/test/test_mse.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/quality/test/test_precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/quality/test/test_psnr.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/quality/test/test_ssim.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/rapid/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/rapid/doc/rapid.bib +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/rapid/include/opencv2/rapid.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/rapid/samples/track_marker.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/rapid/src/histogram.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/rapid/src/precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/rapid/src/rapid.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/rapid/test/test_main.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/rapid/test/test_precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/reg/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/reg/README.md +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/reg/doc/reg.bib +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/reg/include/opencv2/reg/map.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/reg/include/opencv2/reg/mapaffine.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/reg/include/opencv2/reg/mapper.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/reg/include/opencv2/reg/mappergradaffine.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/reg/include/opencv2/reg/mappergradeuclid.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/reg/include/opencv2/reg/mappergradproj.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/reg/include/opencv2/reg/mappergradshift.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/reg/include/opencv2/reg/mappergradsimilar.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/reg/include/opencv2/reg/mapperpyramid.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/reg/include/opencv2/reg/mapprojec.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/reg/include/opencv2/reg/mapshift.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/reg/perf/perf_main.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/reg/perf/perf_precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/reg/perf/perf_reg.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/reg/samples/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/reg/samples/LR_05.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/reg/samples/LR_06.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/reg/samples/home.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/reg/samples/map_test.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/reg/samples/reg_shift.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/reg/src/map.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/reg/src/mapaffine.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/reg/src/mapper.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/reg/src/mappergradaffine.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/reg/src/mappergradeuclid.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/reg/src/mappergradproj.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/reg/src/mappergradshift.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/reg/src/mappergradsimilar.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/reg/src/mapperpyramid.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/reg/src/mapprojec.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/reg/src/mapshift.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/reg/src/precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/reg/test/test_main.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/reg/test/test_precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/reg/test/test_reg.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/rgbd/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/rgbd/LICENSE_KinectFusion.md +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/rgbd/LICENSE_WillowGarage.md +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/rgbd/README.md +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/rgbd/doc/dynafu_ICP.ipynb +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/rgbd/doc/kinfu_icp.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/rgbd/doc/rgbd.bib +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/rgbd/include/opencv2/rgbd/colored_kinfu.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/rgbd/include/opencv2/rgbd/depth.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/rgbd/include/opencv2/rgbd/detail/pose_graph.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/rgbd/include/opencv2/rgbd/dynafu.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/rgbd/include/opencv2/rgbd/intrinsics.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/rgbd/include/opencv2/rgbd/kinfu.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/rgbd/include/opencv2/rgbd/large_kinfu.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/rgbd/include/opencv2/rgbd/linemod.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/rgbd/include/opencv2/rgbd/volume.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/rgbd/include/opencv2/rgbd.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/rgbd/misc/python/pyopencv_linemod.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/rgbd/misc/python/test/test_rgbd.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/rgbd/perf/perf_main.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/rgbd/perf/perf_precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/rgbd/perf/perf_tsdf.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/rgbd/samples/colored_kinfu_demo.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/rgbd/samples/dynafu_demo.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/rgbd/samples/io_utils.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/rgbd/samples/kinfu_demo.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/rgbd/samples/kinfu_demo.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/rgbd/samples/large_kinfu_demo.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/rgbd/samples/linemod.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/rgbd/samples/odometry_evaluation.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/rgbd/src/colored_kinfu.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/rgbd/src/colored_tsdf.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/rgbd/src/colored_tsdf.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/rgbd/src/depth_cleaner.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/rgbd/src/depth_registration.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/rgbd/src/depth_to_3d.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/rgbd/src/depth_to_3d.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/rgbd/src/dqb.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/rgbd/src/dqb.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/rgbd/src/dynafu.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/rgbd/src/dynafu_tsdf.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/rgbd/src/dynafu_tsdf.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/rgbd/src/fast_icp.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/rgbd/src/fast_icp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/rgbd/src/hash_tsdf.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/rgbd/src/hash_tsdf.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/rgbd/src/kinfu.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/rgbd/src/kinfu_frame.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/rgbd/src/kinfu_frame.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/rgbd/src/large_kinfu.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/rgbd/src/linemod.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/rgbd/src/marchingcubes.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/rgbd/src/nonrigid_icp.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/rgbd/src/nonrigid_icp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/rgbd/src/normal.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/rgbd/src/normal_lut.i +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/rgbd/src/odometry.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/rgbd/src/opencl/hash_tsdf.cl +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/rgbd/src/opencl/icp.cl +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/rgbd/src/opencl/kinfu_frame.cl +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/rgbd/src/opencl/tsdf.cl +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/rgbd/src/opencl/tsdf_functions.cl +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/rgbd/src/plane.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/rgbd/src/pose_graph.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/rgbd/src/precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/rgbd/src/sparse_block_matrix.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/rgbd/src/submap.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/rgbd/src/tsdf.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/rgbd/src/tsdf.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/rgbd/src/tsdf_functions.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/rgbd/src/tsdf_functions.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/rgbd/src/utils.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/rgbd/src/utils.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/rgbd/src/volume.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/rgbd/src/warpfield.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/rgbd/src/warpfield.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/rgbd/test/ocl/test_tsdf.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/rgbd/test/test_colored_kinfu.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/rgbd/test/test_dynafu.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/rgbd/test/test_kinfu.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/rgbd/test/test_main.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/rgbd/test/test_normal.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/rgbd/test/test_odometry.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/rgbd/test/test_pose_graph.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/rgbd/test/test_precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/rgbd/test/test_registration.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/rgbd/test/test_tsdf.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/rgbd/test/test_utils.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/saliency/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/saliency/README.md +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/saliency/doc/pics/saliency.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/saliency/doc/saliency.bib +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/saliency/include/opencv2/saliency/saliencyBaseClasses.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/saliency/include/opencv2/saliency/saliencySpecializedClasses.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/saliency/include/opencv2/saliency.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/saliency/samples/ObjectnessTrainedModel/ObjNessB2W8HSV.idx.yml.gz +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/saliency/samples/ObjectnessTrainedModel/ObjNessB2W8HSV.wS1.yml.gz +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/saliency/samples/ObjectnessTrainedModel/ObjNessB2W8HSV.wS2.yml.gz +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/saliency/samples/ObjectnessTrainedModel/ObjNessB2W8I.idx.yml.gz +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/saliency/samples/ObjectnessTrainedModel/ObjNessB2W8I.wS1.yml.gz +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/saliency/samples/ObjectnessTrainedModel/ObjNessB2W8I.wS2.yml.gz +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/saliency/samples/ObjectnessTrainedModel/ObjNessB2W8MAXBGR.idx.yml.gz +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/saliency/samples/ObjectnessTrainedModel/ObjNessB2W8MAXBGR.wS1.yml.gz +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/saliency/samples/ObjectnessTrainedModel/ObjNessB2W8MAXBGR.wS2.yml.gz +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/saliency/samples/computeSaliency.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/saliency/src/BING/CmFile.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/saliency/src/BING/CmFile.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/saliency/src/BING/CmShow.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/saliency/src/BING/CmShow.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/saliency/src/BING/CmTimer.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/saliency/src/BING/FilterTIG.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/saliency/src/BING/ValStructVec.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/saliency/src/BING/kyheader.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/saliency/src/BING/objectnessBING.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/saliency/src/motionSaliency.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/saliency/src/motionSaliencyBinWangApr2014.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/saliency/src/objectness.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/saliency/src/precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/saliency/src/saliency.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/saliency/src/staticSaliency.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/saliency/src/staticSaliencyFineGrained.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/saliency/src/staticSaliencySpectralResidual.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/saliency/test/test_main.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/saliency/test/test_precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/saliency/test/test_static_saliency_spectral_residual.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/sfm/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/sfm/README.md +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/sfm/cmake/FindGflags.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/sfm/cmake/FindGlog.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/sfm/cmake/checks/check_glog_gflags.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/sfm/doc/pics/desktop_trajectory.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/sfm/doc/pics/import_sagrada_familia.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/sfm/doc/pics/sagrada_familia_input.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/sfm/doc/pics/sagrada_familia_reconstruction.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/sfm/doc/pics/temple_input.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/sfm/doc/pics/temple_reconstruction.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/sfm/include/opencv2/sfm/conditioning.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/sfm/include/opencv2/sfm/fundamental.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/sfm/include/opencv2/sfm/io.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/sfm/include/opencv2/sfm/numeric.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/sfm/include/opencv2/sfm/projection.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/sfm/include/opencv2/sfm/reconstruct.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/sfm/include/opencv2/sfm/robust.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/sfm/include/opencv2/sfm/simple_pipeline.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/sfm/include/opencv2/sfm/triangulation.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/sfm/include/opencv2/sfm.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/sfm/samples/data/backyard.blend +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/sfm/samples/data/backyard_tracks.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/sfm/samples/data/desktop.blend +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/sfm/samples/data/desktop_tracks.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/sfm/samples/data/images/dataset_files.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/sfm/samples/data/images/resized_IMG_2889.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/sfm/samples/data/images/resized_IMG_2890.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/sfm/samples/data/images/resized_IMG_2891.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/sfm/samples/data/images/resized_IMG_2892.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/sfm/samples/data/recon2v_checkerboards.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/sfm/samples/import_reconstruction.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/sfm/samples/match_reconstruct.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/sfm/samples/recon2v.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/sfm/samples/scene_reconstruction.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/sfm/samples/trajectory_reconstruction.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/sfm/src/conditioning.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/sfm/src/fundamental.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/sfm/src/io/io_bundler.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/sfm/src/io.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/sfm/src/libmv_capi.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/sfm/src/libmv_light/CMake/Installation.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/sfm/src/libmv_light/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/sfm/src/libmv_light/libmv/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/sfm/src/libmv_light/libmv/base/vector.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/sfm/src/libmv_light/libmv/base/vector_utils.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/sfm/src/libmv_light/libmv/correspondence/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/sfm/src/libmv_light/libmv/correspondence/bipartite_graph.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/sfm/src/libmv_light/libmv/correspondence/feature.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/sfm/src/libmv_light/libmv/correspondence/feature_matching.cc +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/sfm/src/libmv_light/libmv/correspondence/feature_matching.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/sfm/src/libmv_light/libmv/correspondence/matches.cc +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/sfm/src/libmv_light/libmv/correspondence/matches.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/sfm/src/libmv_light/libmv/correspondence/nRobustViewMatching.cc +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/sfm/src/libmv_light/libmv/correspondence/nRobustViewMatching.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/sfm/src/libmv_light/libmv/correspondence/nViewMatchingInterface.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/sfm/src/libmv_light/libmv/logging/logging.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/sfm/src/libmv_light/libmv/multiview/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/sfm/src/libmv_light/libmv/multiview/conditioning.cc +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/sfm/src/libmv_light/libmv/multiview/conditioning.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/sfm/src/libmv_light/libmv/multiview/euclidean_resection.cc +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/sfm/src/libmv_light/libmv/multiview/euclidean_resection.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/sfm/src/libmv_light/libmv/multiview/fundamental.cc +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/sfm/src/libmv_light/libmv/multiview/fundamental.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/sfm/src/libmv_light/libmv/multiview/fundamental_kernel.cc +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/sfm/src/libmv_light/libmv/multiview/fundamental_kernel.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/sfm/src/libmv_light/libmv/multiview/homography.cc +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/sfm/src/libmv_light/libmv/multiview/homography.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/sfm/src/libmv_light/libmv/multiview/homography_error.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/sfm/src/libmv_light/libmv/multiview/homography_parameterization.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/sfm/src/libmv_light/libmv/multiview/nviewtriangulation.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/sfm/src/libmv_light/libmv/multiview/panography.cc +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/sfm/src/libmv_light/libmv/multiview/panography.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/sfm/src/libmv_light/libmv/multiview/panography_kernel.cc +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/sfm/src/libmv_light/libmv/multiview/panography_kernel.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/sfm/src/libmv_light/libmv/multiview/projection.cc +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/sfm/src/libmv_light/libmv/multiview/projection.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/sfm/src/libmv_light/libmv/multiview/random_sample.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/sfm/src/libmv_light/libmv/multiview/resection.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/sfm/src/libmv_light/libmv/multiview/resection_kernel.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/sfm/src/libmv_light/libmv/multiview/robust_estimation.cc +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/sfm/src/libmv_light/libmv/multiview/robust_estimation.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/sfm/src/libmv_light/libmv/multiview/robust_fundamental.cc +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/sfm/src/libmv_light/libmv/multiview/robust_fundamental.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/sfm/src/libmv_light/libmv/multiview/robust_resection.cc +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/sfm/src/libmv_light/libmv/multiview/robust_resection.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/sfm/src/libmv_light/libmv/multiview/triangulation.cc +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/sfm/src/libmv_light/libmv/multiview/triangulation.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/sfm/src/libmv_light/libmv/multiview/two_view_kernel.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/sfm/src/libmv_light/libmv/multiview/twoviewtriangulation.cc +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/sfm/src/libmv_light/libmv/multiview/twoviewtriangulation.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/sfm/src/libmv_light/libmv/numeric/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/sfm/src/libmv_light/libmv/numeric/function_derivative.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/sfm/src/libmv_light/libmv/numeric/levenberg_marquardt.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/sfm/src/libmv_light/libmv/numeric/numeric.cc +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/sfm/src/libmv_light/libmv/numeric/numeric.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/sfm/src/libmv_light/libmv/numeric/poly.cc +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/sfm/src/libmv_light/libmv/numeric/poly.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/sfm/src/libmv_light/libmv/simple_pipeline/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/sfm/src/libmv_light/libmv/simple_pipeline/bundle.cc +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/sfm/src/libmv_light/libmv/simple_pipeline/bundle.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/sfm/src/libmv_light/libmv/simple_pipeline/callbacks.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/sfm/src/libmv_light/libmv/simple_pipeline/camera_intrinsics.cc +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/sfm/src/libmv_light/libmv/simple_pipeline/camera_intrinsics.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/sfm/src/libmv_light/libmv/simple_pipeline/camera_intrinsics_impl.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/sfm/src/libmv_light/libmv/simple_pipeline/distortion_models.cc +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/sfm/src/libmv_light/libmv/simple_pipeline/distortion_models.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/sfm/src/libmv_light/libmv/simple_pipeline/initialize_reconstruction.cc +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/sfm/src/libmv_light/libmv/simple_pipeline/initialize_reconstruction.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/sfm/src/libmv_light/libmv/simple_pipeline/intersect.cc +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/sfm/src/libmv_light/libmv/simple_pipeline/intersect.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/sfm/src/libmv_light/libmv/simple_pipeline/keyframe_selection.cc +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/sfm/src/libmv_light/libmv/simple_pipeline/keyframe_selection.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/sfm/src/libmv_light/libmv/simple_pipeline/pipeline.cc +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/sfm/src/libmv_light/libmv/simple_pipeline/pipeline.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/sfm/src/libmv_light/libmv/simple_pipeline/reconstruction.cc +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/sfm/src/libmv_light/libmv/simple_pipeline/reconstruction.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/sfm/src/libmv_light/libmv/simple_pipeline/reconstruction_scale.cc +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/sfm/src/libmv_light/libmv/simple_pipeline/reconstruction_scale.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/sfm/src/libmv_light/libmv/simple_pipeline/resect.cc +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/sfm/src/libmv_light/libmv/simple_pipeline/resect.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/sfm/src/libmv_light/libmv/simple_pipeline/tracks.cc +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/sfm/src/libmv_light/libmv/simple_pipeline/tracks.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/sfm/src/numeric.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/sfm/src/precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/sfm/src/projection.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/sfm/src/reconstruct.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/sfm/src/robust.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/sfm/src/simple_pipeline.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/sfm/src/triangulation.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/sfm/test/scene.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/sfm/test/scene.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/sfm/test/test_common.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/sfm/test/test_conditioning.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/sfm/test/test_fundamental.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/sfm/test/test_main.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/sfm/test/test_numeric.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/sfm/test/test_precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/sfm/test/test_projection.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/sfm/test/test_reconstruct.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/sfm/test/test_robust.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/sfm/test/test_simple_pipeline.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/sfm/test/test_triangulation.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/sfm/tutorials/sfm_import_reconstruction/sfm_import_reconstruction.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/sfm/tutorials/sfm_installation/sfm_installation.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/sfm/tutorials/sfm_scene reconstruction/sfm_scene_reconstruction.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/sfm/tutorials/sfm_trajectory_estimation/sfm_trajectory_estimation.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/sfm/tutorials/table_of_content_sfm.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/shape/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/shape/include/opencv2/shape/emdL1.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/shape/include/opencv2/shape/hist_cost.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/shape/include/opencv2/shape/shape.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/shape/include/opencv2/shape/shape_distance.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/shape/include/opencv2/shape/shape_transformer.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/shape/include/opencv2/shape.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/shape/misc/python/test/test_shape.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/shape/samples/data/shape_sample/1.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/shape/samples/data/shape_sample/10.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/shape/samples/data/shape_sample/11.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/shape/samples/data/shape_sample/12.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/shape/samples/data/shape_sample/13.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/shape/samples/data/shape_sample/14.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/shape/samples/data/shape_sample/15.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/shape/samples/data/shape_sample/16.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/shape/samples/data/shape_sample/17.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/shape/samples/data/shape_sample/18.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/shape/samples/data/shape_sample/19.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/shape/samples/data/shape_sample/2.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/shape/samples/data/shape_sample/20.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/shape/samples/data/shape_sample/3.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/shape/samples/data/shape_sample/4.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/shape/samples/data/shape_sample/5.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/shape/samples/data/shape_sample/6.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/shape/samples/data/shape_sample/7.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/shape/samples/data/shape_sample/8.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/shape/samples/data/shape_sample/9.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/shape/samples/shape_example.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/shape/src/aff_trans.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/shape/src/emdL1.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/shape/src/emdL1_def.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/shape/src/haus_dis.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/shape/src/hist_cost.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/shape/src/precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/shape/src/sc_dis.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/shape/src/scd_def.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/shape/src/tps_trans.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/shape/test/test_main.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/shape/test/test_precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/shape/test/test_shape.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/signal/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/signal/README.md +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/signal/include/opencv2/signal/signal_resample.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/signal/include/opencv2/signal.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/signal/perf/perf_main.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/signal/perf/perf_precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/signal/perf/perf_resample.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/signal/src/precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/signal/src/signal_resample.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/signal/test/test_main.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/signal/test/test_precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/signal/test/test_signal.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/stereo/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/stereo/README.md +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/stereo/doc/stereo.bib +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/stereo/include/opencv2/stereo/descriptor.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/stereo/include/opencv2/stereo/quasi_dense_stereo.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/stereo/include/opencv2/stereo/stereo.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/stereo/include/opencv2/stereo.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/stereo/misc/python/pyopencv_stereo.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/stereo/misc/python/test/test_stereo.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/stereo/perf/perf_bm.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/stereo/perf/perf_descriptor.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/stereo/perf/perf_main.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/stereo/perf/perf_precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/stereo/samples/dense_disparity.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/stereo/samples/export_param_file.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/stereo/samples/sample.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/stereo/samples/sample_quasi_dense.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/stereo/src/descriptor.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/stereo/src/descriptor.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/stereo/src/matching.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/stereo/src/precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/stereo/src/quasi_dense_stereo.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/stereo/src/stereo_binary_bm.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/stereo/src/stereo_binary_sgbm.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/stereo/test/test_block_matching.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/stereo/test/test_descriptors.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/stereo/test/test_main.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/stereo/test/test_precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/stereo/test/test_qds_matching.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/stereo/testdata/groundtruth.bmp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/stereo/testdata/imL2.bmp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/stereo/testdata/imL2l.bmp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/stereo/testdata/imgKitty.bmp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/stereo/testdata/imgKittyl.bmp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/stereo/testdata/rezult0.bmp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/stereo/testdata/rezult0l.bmp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/stereo/tutorials/qds_export_parameters/qds_export_parameters.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/stereo/tutorials/qds_quasi_dense_stereo/qds_quasi_dense_stereo.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/stereo/tutorials/table_of_content_quasi_dense_stereo.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/structured_light/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/structured_light/README.md +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/structured_light/doc/pics/cm_disparity.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/structured_light/doc/pics/plane_viz.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/structured_light/doc/pics/threshold_disp.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/structured_light/doc/structured_light.bib +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/structured_light/include/opencv2/structured_light/graycodepattern.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/structured_light/include/opencv2/structured_light/sinusoidalpattern.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/structured_light/include/opencv2/structured_light/structured_light.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/structured_light/include/opencv2/structured_light.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/structured_light/misc/objc/gen_dict.json +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/structured_light/misc/python/test/test_structured_light.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/structured_light/samples/cap_pattern.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/structured_light/samples/capsinpattern.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/structured_light/samples/pointcloud.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/structured_light/samples/projectorcalibration.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/structured_light/src/graycodepattern.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/structured_light/src/precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/structured_light/src/sinusoidalpattern.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/structured_light/test/test_faps.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/structured_light/test/test_getProjPixel.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/structured_light/test/test_main.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/structured_light/test/test_plane.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/structured_light/test/test_precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/structured_light/tutorials/capture_pattern/capture_pattern.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/structured_light/tutorials/capturesinpattern/capturesinpattern.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/structured_light/tutorials/decode_pattern/tutorial_decode_pattern.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/structured_light/tutorials/structured_light.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/superres/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/superres/include/opencv2/superres/optical_flow.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/superres/include/opencv2/superres.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/superres/perf/perf_main.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/superres/perf/perf_precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/superres/perf/perf_superres.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/superres/src/btv_l1.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/superres/src/btv_l1_cuda.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/superres/src/cuda/btv_l1_gpu.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/superres/src/frame_source.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/superres/src/input_array_utility.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/superres/src/input_array_utility.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/superres/src/opencl/superres_btvl1.cl +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/superres/src/optical_flow.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/superres/src/precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/superres/src/ring_buffer.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/superres/src/super_resolution.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/superres/test/test_main.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/superres/test/test_precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/superres/test/test_superres.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/surface_matching/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/surface_matching/PATENTS.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/surface_matching/README.md +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/surface_matching/doc/img/gsoc_forg_matches.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/surface_matching/doc/img/outline.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/surface_matching/doc/img/snapshot27.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/surface_matching/doc/surface_matching.bib +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/surface_matching/include/opencv2/surface_matching/icp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/surface_matching/include/opencv2/surface_matching/pose_3d.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/surface_matching/include/opencv2/surface_matching/ppf_helpers.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/surface_matching/include/opencv2/surface_matching/ppf_match_3d.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/surface_matching/include/opencv2/surface_matching/t_hash_int.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/surface_matching/include/opencv2/surface_matching.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/surface_matching/misc/python/pyopencv_ppf_match_3d.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/surface_matching/samples/data/parasaurolophus_6700.ply +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/surface_matching/samples/data/parasaurolophus_low_normals2.ply +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/surface_matching/samples/data/rs1_normals.ply +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/surface_matching/samples/data/rs22_proc2.ply +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/surface_matching/samples/ppf_icp.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/surface_matching/samples/ppf_load_match.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/surface_matching/samples/ppf_load_match.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/surface_matching/samples/ppf_normal_computation.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/surface_matching/src/c_utils.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/surface_matching/src/hash_murmur.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/surface_matching/src/hash_murmur64.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/surface_matching/src/hash_murmur86.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/surface_matching/src/icp.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/surface_matching/src/pose_3d.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/surface_matching/src/ppf_helpers.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/surface_matching/src/ppf_match_3d.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/surface_matching/src/precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/surface_matching/src/t_hash_int.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/text/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/text/README.md +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/text/cmake/FindTesseract.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/text/cmake/checks/tesseract_test.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/text/cmake/init.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/text/doc/pics/component_tree.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/text/doc/text.bib +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/text/include/opencv2/text/erfilter.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/text/include/opencv2/text/ocr.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/text/include/opencv2/text/swt_text_detection.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/text/include/opencv2/text/textDetector.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/text/include/opencv2/text.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/text/misc/objc/gen_dict.json +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/text/samples/OCRBeamSearch_CNN_model_data.xml.gz +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/text/samples/OCRHMM_knn_model_data.xml.gz +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/text/samples/OCRHMM_transitions_table.xml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/text/samples/character_recognition.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/text/samples/cropped_word_recognition.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/text/samples/deeptextdetection.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/text/samples/detect_er_chars.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/text/samples/dictnet_demo.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/text/samples/end_to_end_recognition.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/text/samples/scenetext01.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/text/samples/scenetext02.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/text/samples/scenetext03.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/text/samples/scenetext04.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/text/samples/scenetext05.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/text/samples/scenetext06.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/text/samples/scenetext_char01.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/text/samples/scenetext_char02.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/text/samples/scenetext_char03.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/text/samples/scenetext_segmented_word01.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/text/samples/scenetext_segmented_word01_mask.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/text/samples/scenetext_segmented_word02.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/text/samples/scenetext_segmented_word02_mask.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/text/samples/scenetext_segmented_word03.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/text/samples/scenetext_segmented_word03_mask.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/text/samples/scenetext_segmented_word04.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/text/samples/scenetext_segmented_word04_mask.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/text/samples/scenetext_segmented_word05.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/text/samples/scenetext_segmented_word05_mask.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/text/samples/scenetext_word01.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/text/samples/scenetext_word02.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/text/samples/scenetext_word03.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/text/samples/scenetext_word04.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/text/samples/segmented_word_recognition.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/text/samples/text_recognition_cnn.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/text/samples/textbox.prototxt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/text/samples/textbox_demo.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/text/samples/textdetection.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/text/samples/textdetection.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/text/samples/textdetection_swt.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/text/samples/trained_classifierNM1.xml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/text/samples/trained_classifierNM2.xml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/text/samples/trained_classifier_erGrouping.xml +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/text/samples/webcam_demo.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/text/src/erfilter.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/text/src/ocr_beamsearch_decoder.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/text/src/ocr_hmm_decoder.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/text/src/ocr_holistic.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/text/src/ocr_tesseract.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/text/src/precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/text/src/text_detectorCNN.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/text/src/text_detector_swt.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/text/test/test_detection.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/text/test/test_detection_swt.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/text/test/test_main.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/text/test/test_precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/text/text_config.hpp.in +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/text/tutorials/install_tesseract/install_tesseract.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/text/tutorials/table_of_content_text.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/tracking/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/tracking/README.md +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/tracking/doc/[Tutorial] Adding new Tracker Method for dummies +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/tracking/doc/tracking.bib +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/tracking/include/opencv2/tracking/feature.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/tracking/include/opencv2/tracking/kalman_filters.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/tracking/include/opencv2/tracking/onlineBoosting.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/tracking/include/opencv2/tracking/tldDataset.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/tracking/include/opencv2/tracking/tracking.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/tracking/include/opencv2/tracking/tracking_by_matching.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/tracking/include/opencv2/tracking/tracking_internals.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/tracking/include/opencv2/tracking/tracking_legacy.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/tracking/include/opencv2/tracking/twist.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/tracking/include/opencv2/tracking.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/tracking/misc/java/gen_dict.json +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/tracking/misc/java/test/TrackerCreateLegacyTest.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/tracking/misc/java/test/TrackerCreateTest.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/tracking/misc/objc/gen_dict.json +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/tracking/misc/python/pyopencv_tracking.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/tracking/misc/python/test/test_tracking_contrib.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/tracking/perf/perf_main.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/tracking/perf/perf_precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/tracking/perf/perf_trackers.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/tracking/samples/benchmark.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/tracking/samples/csrt.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/tracking/samples/goturnTracker.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/tracking/samples/kcf.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/tracking/samples/multiTracker_dataset.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/tracking/samples/multitracker.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/tracking/samples/multitracker.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/tracking/samples/samples_utility.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/tracking/samples/tracker.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/tracking/samples/tracker.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/tracking/samples/tracker_dataset.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/tracking/samples/tracking_by_matching.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/tracking/samples/tutorial_customizing_cn_tracker.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/tracking/samples/tutorial_introduction_to_tracker.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/tracking/samples/tutorial_multitracker.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/tracking/src/PFSolver.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/tracking/src/TrackingFunctionPF.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/tracking/src/augmented_unscented_kalman.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/tracking/src/feature.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/tracking/src/featureColorName.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/tracking/src/gtrUtils.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/tracking/src/gtrUtils.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/tracking/src/kuhn_munkres.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/tracking/src/kuhn_munkres.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/tracking/src/legacy/tracker.legacy.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/tracking/src/legacy/trackerCSRT.legacy.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/tracking/src/legacy/trackerKCF.legacy.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/tracking/src/mosseTracker.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/tracking/src/multiTracker.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/tracking/src/multiTracker.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/tracking/src/multiTracker_alt.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/tracking/src/onlineBoosting.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/tracking/src/opencl/tldDetector.cl +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/tracking/src/opencl/tmm.cl +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/tracking/src/precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/tracking/src/tldDataset.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/tracking/src/tldDetector.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/tracking/src/tldDetector.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/tracking/src/tldEnsembleClassifier.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/tracking/src/tldEnsembleClassifier.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/tracking/src/tldModel.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/tracking/src/tldModel.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/tracking/src/tldTracker.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/tracking/src/tldTracker.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/tracking/src/tldUtils.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/tracking/src/tldUtils.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/tracking/src/tracker.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/tracking/src/trackerBoosting.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/tracking/src/trackerBoostingModel.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/tracking/src/trackerBoostingModel.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/tracking/src/trackerCSRT.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/tracking/src/trackerCSRTScaleEstimation.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/tracking/src/trackerCSRTScaleEstimation.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/tracking/src/trackerCSRTSegmentation.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/tracking/src/trackerCSRTSegmentation.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/tracking/src/trackerCSRTUtils.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/tracking/src/trackerCSRTUtils.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/tracking/src/trackerFeature.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/tracking/src/trackerFeatureSet.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/tracking/src/trackerKCF.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/tracking/src/trackerMIL_legacy.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/tracking/src/trackerMedianFlow.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/tracking/src/trackerSampler.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/tracking/src/trackerSamplerAlgorithm.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/tracking/src/trackerStateEstimator.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/tracking/src/tracking_by_matching.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/tracking/src/tracking_utils.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/tracking/src/tracking_utils.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/tracking/src/twist.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/tracking/src/unscented_kalman.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/tracking/test/test_aukf.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/tracking/test/test_main.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/tracking/test/test_precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/tracking/test/test_trackerParametersIO.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/tracking/test/test_trackers.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/tracking/test/test_twist.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/tracking/test/test_ukf.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/tracking/tutorials/tutorial_customizing_cn_tracker.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/tracking/tutorials/tutorial_introduction_to_tracker.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/tracking/tutorials/tutorial_multitracker.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/videostab/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/videostab/include/opencv2/videostab/deblurring.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/videostab/include/opencv2/videostab/fast_marching.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/videostab/include/opencv2/videostab/fast_marching_inl.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/videostab/include/opencv2/videostab/frame_source.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/videostab/include/opencv2/videostab/global_motion.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/videostab/include/opencv2/videostab/inpainting.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/videostab/include/opencv2/videostab/log.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/videostab/include/opencv2/videostab/motion_core.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/videostab/include/opencv2/videostab/motion_stabilizing.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/videostab/include/opencv2/videostab/optical_flow.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/videostab/include/opencv2/videostab/outlier_rejection.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/videostab/include/opencv2/videostab/ring_buffer.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/videostab/include/opencv2/videostab/stabilizer.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/videostab/include/opencv2/videostab/wobble_suppression.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/videostab/include/opencv2/videostab.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/videostab/samples/videostab.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/videostab/src/clp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/videostab/src/cuda/global_motion.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/videostab/src/deblurring.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/videostab/src/fast_marching.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/videostab/src/frame_source.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/videostab/src/global_motion.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/videostab/src/inpainting.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/videostab/src/log.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/videostab/src/motion_stabilizing.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/videostab/src/optical_flow.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/videostab/src/outlier_rejection.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/videostab/src/precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/videostab/src/stabilizer.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/videostab/src/wobble_suppression.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/videostab/test/test_main.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/videostab/test/test_motion_estimation.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/videostab/test/test_precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/videostab/test/test_stabilizer.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/viz/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/viz/doc/images/cpw1.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/viz/doc/images/cpw2.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/viz/doc/images/cpw3.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/viz/doc/images/cube_widget.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/viz/include/opencv2/viz/types.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/viz/include/opencv2/viz/viz3d.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/viz/include/opencv2/viz/vizcore.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/viz/include/opencv2/viz/widget_accessor.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/viz/include/opencv2/viz/widgets.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/viz/include/opencv2/viz.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/viz/misc/python/pyopencv_viz.impl.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/viz/misc/python/python_viz.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/viz/misc/python/test/test_viz_simple.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/viz/samples/creating_widgets.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/viz/samples/data/bunny.ply +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/viz/samples/histo3D.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/viz/samples/launching_viz.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/viz/samples/transformations.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/viz/samples/viz_sample_01.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/viz/samples/viz_sample_02.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/viz/samples/viz_sample_03.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/viz/samples/widget_pose.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/viz/src/clouds.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/viz/src/precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/viz/src/shapes.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/viz/src/types.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/viz/src/viz3d.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/viz/src/vizcore.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/viz/src/vizimpl.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/viz/src/vizimpl.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/viz/src/vtk/vtkCloudMatSink.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/viz/src/vtk/vtkCloudMatSink.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/viz/src/vtk/vtkCloudMatSource.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/viz/src/vtk/vtkCloudMatSource.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/viz/src/vtk/vtkCocoaInteractorFix.mm +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/viz/src/vtk/vtkImageMatSource.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/viz/src/vtk/vtkImageMatSource.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/viz/src/vtk/vtkOBJWriter.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/viz/src/vtk/vtkOBJWriter.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/viz/src/vtk/vtkTrajectorySource.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/viz/src/vtk/vtkTrajectorySource.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/viz/src/vtk/vtkVizInteractorStyle.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/viz/src/vtk/vtkVizInteractorStyle.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/viz/src/vtk/vtkXYZReader.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/viz/src/vtk/vtkXYZReader.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/viz/src/vtk/vtkXYZWriter.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/viz/src/vtk/vtkXYZWriter.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/viz/src/widget.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/viz/test/test_common.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/viz/test/test_common.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/viz/test/test_main.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/viz/test/test_precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/viz/test/test_tutorial2.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/viz/test/test_tutorial3.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/viz/test/test_viz3d.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/viz/test/tests_simple.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/viz/tutorials/creating_widgets/creating_widgets.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/viz/tutorials/creating_widgets/images/red_triangle.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/viz/tutorials/histo3D/histo3D.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/viz/tutorials/histo3D/images/histo50.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/viz/tutorials/images/facedetect.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/viz/tutorials/images/image_effects.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/viz/tutorials/images/intro.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/viz/tutorials/launching_viz/images/window_demo.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/viz/tutorials/launching_viz/launching_viz.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/viz/tutorials/table_of_content_viz.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/viz/tutorials/transformations/images/camera_view_point.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/viz/tutorials/transformations/images/global_view_point.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/viz/tutorials/transformations/transformations.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/viz/tutorials/widget_pose/images/widgetpose.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/viz/tutorials/widget_pose/widget_pose.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/wechat_qrcode/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/wechat_qrcode/LICENSE +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/wechat_qrcode/README.md +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/wechat_qrcode/include/opencv2/wechat_qrcode.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/wechat_qrcode/perf/perf_main.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/wechat_qrcode/perf/perf_precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/wechat_qrcode/perf/perf_wechat_qrcode_pipeline.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/wechat_qrcode/samples/qrcode.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/wechat_qrcode/samples/qrcode_example.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/wechat_qrcode/samples/qrcode_example_without_nn.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/wechat_qrcode/samples/qrcode_without_nn.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/wechat_qrcode/src/binarizermgr.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/wechat_qrcode/src/binarizermgr.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/wechat_qrcode/src/decodermgr.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/wechat_qrcode/src/decodermgr.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/wechat_qrcode/src/detector/align.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/wechat_qrcode/src/detector/align.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/wechat_qrcode/src/detector/ssd_detector.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/wechat_qrcode/src/detector/ssd_detector.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/wechat_qrcode/src/imgsource.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/wechat_qrcode/src/imgsource.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/wechat_qrcode/src/precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/wechat_qrcode/src/scale/super_scale.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/wechat_qrcode/src/scale/super_scale.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/wechat_qrcode/src/wechat_qrcode.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/wechat_qrcode/src/zxing/binarizer.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/wechat_qrcode/src/zxing/binarizer.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/wechat_qrcode/src/zxing/binarybitmap.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/wechat_qrcode/src/zxing/binarybitmap.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/wechat_qrcode/src/zxing/common/array.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/wechat_qrcode/src/zxing/common/binarizer/adaptive_threshold_mean_binarizer.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/wechat_qrcode/src/zxing/common/binarizer/adaptive_threshold_mean_binarizer.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/wechat_qrcode/src/zxing/common/binarizer/fast_window_binarizer.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/wechat_qrcode/src/zxing/common/binarizer/fast_window_binarizer.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/wechat_qrcode/src/zxing/common/binarizer/global_histogram_binarizer.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/wechat_qrcode/src/zxing/common/binarizer/global_histogram_binarizer.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/wechat_qrcode/src/zxing/common/binarizer/hybrid_binarizer.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/wechat_qrcode/src/zxing/common/binarizer/hybrid_binarizer.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/wechat_qrcode/src/zxing/common/binarizer/simple_adaptive_binarizer.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/wechat_qrcode/src/zxing/common/binarizer/simple_adaptive_binarizer.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/wechat_qrcode/src/zxing/common/bitarray.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/wechat_qrcode/src/zxing/common/bitarray.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/wechat_qrcode/src/zxing/common/bitmatrix.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/wechat_qrcode/src/zxing/common/bitmatrix.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/wechat_qrcode/src/zxing/common/bitsource.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/wechat_qrcode/src/zxing/common/bitsource.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/wechat_qrcode/src/zxing/common/bytematrix.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/wechat_qrcode/src/zxing/common/bytematrix.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/wechat_qrcode/src/zxing/common/characterseteci.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/wechat_qrcode/src/zxing/common/characterseteci.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/wechat_qrcode/src/zxing/common/counted.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/wechat_qrcode/src/zxing/common/decoder_result.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/wechat_qrcode/src/zxing/common/decoder_result.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/wechat_qrcode/src/zxing/common/detector_result.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/wechat_qrcode/src/zxing/common/detector_result.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/wechat_qrcode/src/zxing/common/greyscale_luminance_source.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/wechat_qrcode/src/zxing/common/greyscale_luminance_source.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/wechat_qrcode/src/zxing/common/greyscale_rotated_luminance_source.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/wechat_qrcode/src/zxing/common/greyscale_rotated_luminance_source.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/wechat_qrcode/src/zxing/common/grid_sampler.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/wechat_qrcode/src/zxing/common/grid_sampler.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/wechat_qrcode/src/zxing/common/imagecut.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/wechat_qrcode/src/zxing/common/imagecut.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/wechat_qrcode/src/zxing/common/kmeans.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/wechat_qrcode/src/zxing/common/kmeans.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/wechat_qrcode/src/zxing/common/mathutils.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/wechat_qrcode/src/zxing/common/perspective_transform.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/wechat_qrcode/src/zxing/common/perspective_transform.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/wechat_qrcode/src/zxing/common/reedsolomon/genericgf.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/wechat_qrcode/src/zxing/common/reedsolomon/genericgf.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/wechat_qrcode/src/zxing/common/reedsolomon/genericgfpoly.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/wechat_qrcode/src/zxing/common/reedsolomon/genericgfpoly.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/wechat_qrcode/src/zxing/common/reedsolomon/reed_solomon_decoder.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/wechat_qrcode/src/zxing/common/reedsolomon/reed_solomon_decoder.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/wechat_qrcode/src/zxing/common/str.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/wechat_qrcode/src/zxing/common/str.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/wechat_qrcode/src/zxing/common/stringutils.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/wechat_qrcode/src/zxing/common/stringutils.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/wechat_qrcode/src/zxing/common/unicomblock.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/wechat_qrcode/src/zxing/common/unicomblock.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/wechat_qrcode/src/zxing/decodehints.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/wechat_qrcode/src/zxing/errorhandler.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/wechat_qrcode/src/zxing/errorhandler.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/wechat_qrcode/src/zxing/luminance_source.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/wechat_qrcode/src/zxing/luminance_source.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/wechat_qrcode/src/zxing/qrcode/decoder/bitmatrixparser.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/wechat_qrcode/src/zxing/qrcode/decoder/bitmatrixparser.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/wechat_qrcode/src/zxing/qrcode/decoder/datablock.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/wechat_qrcode/src/zxing/qrcode/decoder/datablock.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/wechat_qrcode/src/zxing/qrcode/decoder/datamask.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/wechat_qrcode/src/zxing/qrcode/decoder/datamask.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/wechat_qrcode/src/zxing/qrcode/decoder/decoded_bit_stream_parser.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/wechat_qrcode/src/zxing/qrcode/decoder/decoded_bit_stream_parser.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/wechat_qrcode/src/zxing/qrcode/decoder/decoder.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/wechat_qrcode/src/zxing/qrcode/decoder/decoder.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/wechat_qrcode/src/zxing/qrcode/decoder/mode.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/wechat_qrcode/src/zxing/qrcode/decoder/mode.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/wechat_qrcode/src/zxing/qrcode/decoder/qrcode_decoder_metadata.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/wechat_qrcode/src/zxing/qrcode/detector/alignment_pattern.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/wechat_qrcode/src/zxing/qrcode/detector/alignment_pattern.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/wechat_qrcode/src/zxing/qrcode/detector/alignment_pattern_finder.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/wechat_qrcode/src/zxing/qrcode/detector/alignment_pattern_finder.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/wechat_qrcode/src/zxing/qrcode/detector/detector.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/wechat_qrcode/src/zxing/qrcode/detector/detector.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/wechat_qrcode/src/zxing/qrcode/detector/finder_pattern.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/wechat_qrcode/src/zxing/qrcode/detector/finder_pattern.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/wechat_qrcode/src/zxing/qrcode/detector/finder_pattern_finder.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/wechat_qrcode/src/zxing/qrcode/detector/finder_pattern_finder.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/wechat_qrcode/src/zxing/qrcode/detector/finder_pattern_info.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/wechat_qrcode/src/zxing/qrcode/detector/finder_pattern_info.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/wechat_qrcode/src/zxing/qrcode/detector/pattern_result.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/wechat_qrcode/src/zxing/qrcode/detector/pattern_result.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/wechat_qrcode/src/zxing/qrcode/error_correction_level.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/wechat_qrcode/src/zxing/qrcode/error_correction_level.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/wechat_qrcode/src/zxing/qrcode/format_information.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/wechat_qrcode/src/zxing/qrcode/format_information.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/wechat_qrcode/src/zxing/qrcode/qrcode_reader.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/wechat_qrcode/src/zxing/qrcode/qrcode_reader.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/wechat_qrcode/src/zxing/qrcode/version.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/wechat_qrcode/src/zxing/qrcode/version.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/wechat_qrcode/src/zxing/reader.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/wechat_qrcode/src/zxing/reader.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/wechat_qrcode/src/zxing/result.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/wechat_qrcode/src/zxing/result.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/wechat_qrcode/src/zxing/resultpoint.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/wechat_qrcode/src/zxing/resultpoint.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/wechat_qrcode/src/zxing/zxing.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/wechat_qrcode/test/test_main.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/wechat_qrcode/test/test_precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/wechat_qrcode/test/test_qrcode.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xfeatures2d/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xfeatures2d/README.md +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xfeatures2d/cmake/download_boostdesc.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xfeatures2d/cmake/download_vgg.cmake +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xfeatures2d/doc/xfeatures2d.bib +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xfeatures2d/include/opencv2/xfeatures2d/cuda.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xfeatures2d/include/opencv2/xfeatures2d/nonfree.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xfeatures2d/include/opencv2/xfeatures2d.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xfeatures2d/misc/java/test/DAISYDescriptorExtractorTest.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xfeatures2d/misc/java/test/FREAKDescriptorExtractorTest.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xfeatures2d/misc/java/test/HARRISFeatureDetectorTest.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xfeatures2d/misc/java/test/LATCHDescriptorExtractorTest.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xfeatures2d/misc/java/test/LUCIDDescriptorExtractorTest.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xfeatures2d/misc/java/test/MSDFeatureDetectorTest.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xfeatures2d/misc/java/test/STARFeatureDetectorTest.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xfeatures2d/misc/java/test/SURFDescriptorExtractorTest.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xfeatures2d/misc/java/test/SURFFeatureDetectorTest.java +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xfeatures2d/misc/objc/gen_dict.json +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xfeatures2d/misc/python/pyopencv_sift.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xfeatures2d/misc/python/pyopencv_xfeatures2d.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xfeatures2d/misc/python/shadow_sift.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xfeatures2d/misc/python/test/test_cuda_xfeatures2d.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xfeatures2d/misc/python/test/test_descriptors.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xfeatures2d/misc/python/test/test_sift_compatibility.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xfeatures2d/perf/perf_beblid.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xfeatures2d/perf/perf_daisy.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xfeatures2d/perf/perf_latch.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xfeatures2d/perf/perf_main.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xfeatures2d/perf/perf_msd.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xfeatures2d/perf/perf_precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xfeatures2d/perf/perf_surf.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xfeatures2d/perf/perf_surf.cuda.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xfeatures2d/perf/perf_surf.ocl.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xfeatures2d/perf/perf_teblid.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xfeatures2d/perf/perf_vgg.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xfeatures2d/samples/bagofwords_classification.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xfeatures2d/samples/export-boostdesc.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xfeatures2d/samples/gms_matcher.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xfeatures2d/samples/pct_signatures.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xfeatures2d/samples/pct_webcam.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xfeatures2d/samples/shape_transformation.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xfeatures2d/samples/surf_matcher.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xfeatures2d/samples/video_homography.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xfeatures2d/src/affine_feature2d.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xfeatures2d/src/beblid.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xfeatures2d/src/beblid.p256.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xfeatures2d/src/beblid.p512.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xfeatures2d/src/boostdesc.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xfeatures2d/src/brief.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xfeatures2d/src/cuda/surf.cu +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xfeatures2d/src/daisy.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xfeatures2d/src/ellipticKeyPoint.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xfeatures2d/src/fast.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xfeatures2d/src/freak.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xfeatures2d/src/generated_16.i +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xfeatures2d/src/generated_32.i +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xfeatures2d/src/generated_64.i +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xfeatures2d/src/gms.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xfeatures2d/src/harris_lapace_detector.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xfeatures2d/src/latch.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xfeatures2d/src/logos/Logos.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xfeatures2d/src/logos/Logos.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xfeatures2d/src/logos/Match.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xfeatures2d/src/logos/Match.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xfeatures2d/src/logos/Point.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xfeatures2d/src/logos/Point.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xfeatures2d/src/logos/PointPair.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xfeatures2d/src/logos/PointPair.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xfeatures2d/src/logos.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xfeatures2d/src/lucid.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xfeatures2d/src/msd.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xfeatures2d/src/msd_pyramid.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xfeatures2d/src/opencl/surf.cl +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xfeatures2d/src/pct_signatures/constants.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xfeatures2d/src/pct_signatures/distance.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xfeatures2d/src/pct_signatures/grayscale_bitmap.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xfeatures2d/src/pct_signatures/grayscale_bitmap.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xfeatures2d/src/pct_signatures/pct_clusterizer.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xfeatures2d/src/pct_signatures/pct_clusterizer.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xfeatures2d/src/pct_signatures/pct_sampler.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xfeatures2d/src/pct_signatures/pct_sampler.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xfeatures2d/src/pct_signatures/similarity.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xfeatures2d/src/pct_signatures.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xfeatures2d/src/pct_signatures_sqfd.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xfeatures2d/src/precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xfeatures2d/src/stardetector.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xfeatures2d/src/surf.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xfeatures2d/src/surf.cuda.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xfeatures2d/src/surf.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xfeatures2d/src/surf.ocl.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xfeatures2d/src/tbmr.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xfeatures2d/src/teblid.p256.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xfeatures2d/src/teblid.p512.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xfeatures2d/src/vgg.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xfeatures2d/src/xfeatures2d_init.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xfeatures2d/test/test_detectors.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xfeatures2d/test/test_features2d.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xfeatures2d/test/test_gms_matcher.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xfeatures2d/test/test_keypoints.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xfeatures2d/test/test_logos_matcher.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xfeatures2d/test/test_main.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xfeatures2d/test/test_precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xfeatures2d/test/test_rotation_and_scale_invariance.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xfeatures2d/test/test_surf.cuda.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xfeatures2d/test/test_surf.ocl.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/README.md +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/doc/pics/corridor_fld.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/doc/pics/superpixels_blocks.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/doc/pics/superpixels_blocks2.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/doc/pics/superpixels_demo.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/doc/pics/superpixels_lsc.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/doc/pics/superpixels_slic.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/doc/ximgproc.bib +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/include/opencv2/ximgproc/brightedges.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/include/opencv2/ximgproc/color_match.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/include/opencv2/ximgproc/deriche_filter.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/include/opencv2/ximgproc/disparity_filter.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/include/opencv2/ximgproc/edge_drawing.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/include/opencv2/ximgproc/edge_filter.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/include/opencv2/ximgproc/edgeboxes.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/include/opencv2/ximgproc/edgepreserving_filter.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/include/opencv2/ximgproc/estimated_covariance.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/include/opencv2/ximgproc/fast_hough_transform.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/include/opencv2/ximgproc/fast_line_detector.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/include/opencv2/ximgproc/find_ellipses.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/include/opencv2/ximgproc/fourier_descriptors.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/include/opencv2/ximgproc/lsc.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/include/opencv2/ximgproc/paillou_filter.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/include/opencv2/ximgproc/peilin.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/include/opencv2/ximgproc/radon_transform.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/include/opencv2/ximgproc/ridgefilter.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/include/opencv2/ximgproc/run_length_morphology.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/include/opencv2/ximgproc/scansegment.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/include/opencv2/ximgproc/seeds.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/include/opencv2/ximgproc/segmentation.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/include/opencv2/ximgproc/slic.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/include/opencv2/ximgproc/sparse_match_interpolator.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/include/opencv2/ximgproc/structured_edge_detection.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/include/opencv2/ximgproc/weighted_median_filter.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/include/opencv2/ximgproc.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/misc/objc/gen_dict.json +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/misc/python/pyopencv_ximgproc.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/misc/python/test/test_disparity.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/misc/python/test/test_sparse_match_interpolator.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/perf/perf_adaptive_manifold.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/perf/perf_bilateral_texture_filter.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/perf/perf_disparity_wls_filter.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/perf/perf_domain_transform.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/perf/perf_edgepreserving_filter.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/perf/perf_fast_hough_transform.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/perf/perf_fgs_filter.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/perf/perf_find_ellipses.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/perf/perf_guided_filter.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/perf/perf_joint_bilateral_filter.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/perf/perf_l0_smooth.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/perf/perf_main.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/perf/perf_precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/perf/perf_radon_transform.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/perf/perf_ridge_detection_filter.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/perf/perf_rolling_guidance_filter.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/perf/perf_run_length_morphology.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/perf/perf_thining.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/perf/perf_weighted_median_filter.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/samples/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/samples/brightedgesexample.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/samples/color_match_template.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/samples/colorize.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/samples/dericheSample.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/samples/deriche_demo.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/samples/disparity_filtering.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/samples/edge_drawing.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/samples/edgeboxes_demo.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/samples/edgeboxes_demo.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/samples/edgepreserving_filter_demo.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/samples/fast_hough_transform.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/samples/filterdemo.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/samples/find_ellipses.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/samples/find_ellipses.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/samples/findredlinedpolygonfromgooglemaps.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/samples/fld_lines.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/samples/fourier_descriptors_demo.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/samples/fourier_descriptors_demo.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/samples/graphsegmentation_demo.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/samples/live_demo.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/samples/niblack_thresholding.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/samples/paillou_demo.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/samples/peilin.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/samples/peilin_plane.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/samples/peilin_shape.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/samples/polygonstanfordoutput.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/samples/radon_transform_demo.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/samples/radon_transform_demo.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/samples/run_length_morphology_demo.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/samples/seeds.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/samples/selectivesearchsegmentation_demo.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/samples/selectivesearchsegmentation_demo.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/samples/slic.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/samples/stanford.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/samples/structured_edge_detection.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/samples/thinning.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/src/adaptive_manifold_filter_n.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/src/advanced_types.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/src/anisodiff.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/src/bilateral_texture_filter.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/src/brightedges.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/src/deriche_filter.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/src/disparity_filters.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/src/domain_transform.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/src/dtfilter_cpu.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/src/dtfilter_cpu.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/src/dtfilter_cpu.inl.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/src/edge_drawing.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/src/edge_drawing_common.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/src/edgeaware_filters_common.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/src/edgeaware_filters_common.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/src/edgeboxes.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/src/edgepreserving_filter.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/src/estimated_covariance.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/src/fast_hough_transform.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/src/fast_line_detector.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/src/fbs_filter.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/src/fgs_filter.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/src/find_ellipses.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/src/fourier_descriptors.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/src/graphsegmentation.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/src/guided_filter.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/src/joint_bilateral_filter.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/src/l0_smooth.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/src/lsc.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/src/niblack_thresholding.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/src/opencl/anisodiff.cl +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/src/paillou_filter.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/src/peilin.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/src/precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/src/quaternion.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/src/radon_transform.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/src/ridgedetectionfilter.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/src/rolling_guidance_filter.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/src/run_length_morphology.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/src/scansegment.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/src/seeds.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/src/selectivesearchsegmentation.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/src/slic.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/src/sparse_match_interpolators.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/src/structured_edge_detection.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/src/thinning.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/src/weighted_median_filter.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/test/test_adaptive_manifold.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/test/test_adaptive_manifold_ref_impl.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/test/test_anisodiff.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/test/test_bilateral_texture_filter.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/test/test_deriche_filter.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/test/test_disparity_wls_filter.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/test/test_domain_transform.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/test/test_edgeboxes.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/test/test_edgepreserving_filter.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/test/test_fast_hough_transform.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/test/test_fbs_filter.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/test/test_fgs_filter.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/test/test_find_ellipses.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/test/test_fld.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/test/test_fourier_descriptors.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/test/test_guided_filter.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/test/test_joint_bilateral_filter.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/test/test_l0_smooth.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/test/test_main.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/test/test_matchcolortemplate.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/test/test_niblack_threshold.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/test/test_precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/test/test_radon_transform.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/test/test_ridge_detection_filter.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/test/test_rolling_guidance_filter.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/test/test_run_length_morphology.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/test/test_scansegment.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/test/test_slic.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/test/test_sparse_match_interpolator.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/test/test_structured_edge_detection.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/test/test_thinning.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/test/test_weighted_median_filter.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/tutorials/disparity_filtering.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/tutorials/images/01.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/tutorials/images/02.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/tutorials/images/03.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/tutorials/images/04.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/tutorials/images/05.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/tutorials/images/06.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/tutorials/images/07.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/tutorials/images/08.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/tutorials/images/09.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/tutorials/images/10.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/tutorials/images/11.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/tutorials/images/12.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/tutorials/images/ambush_5_bm.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/tutorials/images/ambush_5_bm_with_filter.png +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/tutorials/images/ambush_5_left.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/tutorials/images/ambush_5_right.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/tutorials/prediction.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/tutorials/scripts/modelConvert.m +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/ximgproc/tutorials/training.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xobjdetect/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xobjdetect/README.md +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xobjdetect/doc/xobjdetect.bib +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xobjdetect/include/opencv2/xobjdetect.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xobjdetect/src/cascadeclassifier.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xobjdetect/src/feature_evaluator.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xobjdetect/src/feature_evaluator.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xobjdetect/src/lbpfeatures.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xobjdetect/src/lbpfeatures.h +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xobjdetect/src/precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xobjdetect/src/waldboost.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xobjdetect/src/waldboost.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xobjdetect/src/wbdetector.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xobjdetect/src/wbdetector.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xobjdetect/tools/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xobjdetect/tools/waldboost_detector/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xobjdetect/tools/waldboost_detector/waldboost_detector.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xphoto/CMakeLists.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xphoto/README.md +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xphoto/doc/xphoto.bib +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xphoto/include/opencv2/xphoto/bm3d_image_denoising.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xphoto/include/opencv2/xphoto/dct_image_denoising.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xphoto/include/opencv2/xphoto/inpainting.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xphoto/include/opencv2/xphoto/oilpainting.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xphoto/include/opencv2/xphoto/tonemap.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xphoto/include/opencv2/xphoto/white_balance.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xphoto/include/opencv2/xphoto.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xphoto/misc/objc/gen_dict.json +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xphoto/perf/perf_grayworld.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xphoto/perf/perf_learning_based_color_balance.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xphoto/perf/perf_main.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xphoto/perf/perf_precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xphoto/samples/bm3d_image_denoising.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xphoto/samples/color_balance.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xphoto/samples/color_balance_benchmark.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xphoto/samples/dct_image_denoising.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xphoto/samples/inpainting.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xphoto/samples/learn_color_balance.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xphoto/samples/oil.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xphoto/src/advanced_types.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xphoto/src/annf.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xphoto/src/blending.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xphoto/src/bm3d_denoising_invoker_commons.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xphoto/src/bm3d_denoising_invoker_step1.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xphoto/src/bm3d_denoising_invoker_step2.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xphoto/src/bm3d_denoising_invoker_structs.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xphoto/src/bm3d_denoising_transforms.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xphoto/src/bm3d_denoising_transforms_1D.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xphoto/src/bm3d_denoising_transforms_2D.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xphoto/src/bm3d_denoising_transforms_haar.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xphoto/src/bm3d_image_denoising.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xphoto/src/dct_image_denoising.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xphoto/src/gcgraph.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xphoto/src/grayworld_white_balance.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xphoto/src/inpainting.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xphoto/src/inpainting_fsr.impl.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xphoto/src/kaiser_window.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xphoto/src/learning_based_color_balance.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xphoto/src/learning_based_color_balance_model.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xphoto/src/norm2.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xphoto/src/oilpainting.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xphoto/src/photomontage.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xphoto/src/simple_color_balance.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xphoto/src/tonemap.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xphoto/src/whs.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xphoto/test/dct_image_denoising.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xphoto/test/simple_color_balance.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xphoto/test/test_denoise_bm3d.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xphoto/test/test_grayworld.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xphoto/test/test_hdr.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xphoto/test/test_inpainting.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xphoto/test/test_learning_based_color_balance.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xphoto/test/test_main.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xphoto/test/test_oil_painting.cpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xphoto/test/test_precomp.hpp +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xphoto/tutorials/fsr_for_inpainting.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xphoto/tutorials/images/baboon.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xphoto/tutorials/images/baboon_oil_painting_effect.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xphoto/tutorials/images/originalVSdistorted.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xphoto/tutorials/images/reconstructed_fastVSbest.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xphoto/tutorials/oil_painting_effect.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/modules/xphoto/tutorials/training_white_balance.markdown +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/samples/data/corridor.jpg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/samples/python2/common.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/samples/python2/lsd_lines_extraction.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/samples/python2/seeds.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib/samples/python2/video.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib_python.egg-info/SOURCES.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib_python.egg-info/dependency_links.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib_python.egg-info/requires.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv_contrib_python.egg-info/top_level.txt +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/patches/patchOpenEXR +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/patches/patchQtPlugins +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/scripts/__init__.py +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/setup.cfg +0 -0
- {opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/setup.py +0 -0
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
[build-system]
|
|
2
|
+
requires = [
|
|
3
|
+
"cmake>=3.1",
|
|
4
|
+
"numpy==1.13.3; python_version=='3.6' and platform_machine != 'aarch64' and platform_machine != 'arm64'",
|
|
5
|
+
"numpy==1.17.0; python_version=='3.7' and platform_machine != 'aarch64' and platform_machine != 'arm64'",
|
|
6
|
+
"numpy==1.17.5; python_version=='3.8' and platform_machine != 'aarch64' and platform_machine != 'arm64'",
|
|
7
|
+
"numpy==1.19.3; python_version<'3.9' and sys_platform == 'linux' and platform_machine == 'aarch64'",
|
|
8
|
+
"numpy==1.21.0; python_version<'3.9' and sys_platform == 'darwin' and platform_machine == 'arm64'",
|
|
9
|
+
"numpy>=2.0.0; python_version>='3.9'",
|
|
10
|
+
"pip",
|
|
11
|
+
"scikit-build>=0.14.0",
|
|
12
|
+
"setuptools==59.2.0",
|
|
13
|
+
]
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
[build-system]
|
|
2
|
-
requires = [
|
|
3
|
-
"cmake>=3.1",
|
|
4
|
-
"numpy==1.13.3; python_version=='3.6' and platform_machine != 'aarch64' and platform_machine != 'arm64'",
|
|
5
|
-
"numpy==1.17.0; python_version=='3.7' and platform_machine != 'aarch64' and platform_machine != 'arm64'",
|
|
6
|
-
"numpy==1.17.5; python_version=='3.8' and platform_machine != 'aarch64' and platform_machine != 'arm64'",
|
|
7
|
-
"numpy==1.19.3; python_version<='3.9' and sys_platform == 'linux' and platform_machine == 'aarch64'",
|
|
8
|
-
"numpy==1.21.0; python_version<='3.9' and sys_platform == 'darwin' and platform_machine == 'arm64'",
|
|
9
|
-
"numpy==1.19.3; python_version=='3.9' and platform_machine != 'aarch64' and platform_machine != 'arm64'",
|
|
10
|
-
"numpy==1.21.2; python_version=='3.10' and platform_system!='Darwin'",
|
|
11
|
-
"numpy==1.21.4; python_version=='3.10' and platform_system=='Darwin'",
|
|
12
|
-
"numpy==1.23.5; python_version=='3.11'",
|
|
13
|
-
"numpy>=1.26.4; python_version>='3.12'",
|
|
14
|
-
"pip",
|
|
15
|
-
"scikit-build>=0.14.0",
|
|
16
|
-
"setuptools==59.2.0",
|
|
17
|
-
]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/.github/FUNDING.yml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/.github/ISSUE_TEMPLATE.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/.gitattributes
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{opencv-contrib-python-4.10.0.82 → opencv-contrib-python-4.10.0.84}/opencv/3rdparty/libjasper/README
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|