opencv-contrib-python-headless 4.13.0.90__cp37-abi3-macosx_14_0_x86_64.whl

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.
Files changed (133) hide show
  1. cv2/.dylibs/libaom.3.13.1.dylib +0 -0
  2. cv2/.dylibs/libavif.16.3.0.dylib +0 -0
  3. cv2/.dylibs/libdav1d.7.dylib +0 -0
  4. cv2/.dylibs/libvmaf.3.dylib +0 -0
  5. cv2/Error/__init__.pyi +118 -0
  6. cv2/LICENSE-3RD-PARTY.txt +3513 -0
  7. cv2/LICENSE.txt +21 -0
  8. cv2/__init__.py +181 -0
  9. cv2/__init__.pyi +6858 -0
  10. cv2/aruco/__init__.pyi +410 -0
  11. cv2/barcode/__init__.pyi +40 -0
  12. cv2/bgsegm/__init__.pyi +202 -0
  13. cv2/bioinspired/__init__.pyi +121 -0
  14. cv2/ccm/__init__.pyi +167 -0
  15. cv2/colored_kinfu/__init__.pyi +96 -0
  16. cv2/config-3.py +24 -0
  17. cv2/config.py +5 -0
  18. cv2/cuda/__init__.pyi +553 -0
  19. cv2/cv2.abi3.so +0 -0
  20. cv2/data/__init__.py +3 -0
  21. cv2/data/haarcascade_eye.xml +12213 -0
  22. cv2/data/haarcascade_eye_tree_eyeglasses.xml +22619 -0
  23. cv2/data/haarcascade_frontalcatface.xml +14382 -0
  24. cv2/data/haarcascade_frontalcatface_extended.xml +13394 -0
  25. cv2/data/haarcascade_frontalface_alt.xml +24350 -0
  26. cv2/data/haarcascade_frontalface_alt2.xml +20719 -0
  27. cv2/data/haarcascade_frontalface_alt_tree.xml +96484 -0
  28. cv2/data/haarcascade_frontalface_default.xml +33314 -0
  29. cv2/data/haarcascade_fullbody.xml +17030 -0
  30. cv2/data/haarcascade_lefteye_2splits.xml +7390 -0
  31. cv2/data/haarcascade_license_plate_rus_16stages.xml +1404 -0
  32. cv2/data/haarcascade_lowerbody.xml +14056 -0
  33. cv2/data/haarcascade_profileface.xml +29690 -0
  34. cv2/data/haarcascade_righteye_2splits.xml +7407 -0
  35. cv2/data/haarcascade_russian_plate_number.xml +2656 -0
  36. cv2/data/haarcascade_smile.xml +6729 -0
  37. cv2/data/haarcascade_upperbody.xml +28134 -0
  38. cv2/datasets/__init__.pyi +80 -0
  39. cv2/detail/__init__.pyi +627 -0
  40. cv2/dnn/__init__.pyi +549 -0
  41. cv2/dnn_superres/__init__.pyi +37 -0
  42. cv2/dpm/__init__.pyi +10 -0
  43. cv2/dynafu/__init__.pyi +43 -0
  44. cv2/face/__init__.pyi +220 -0
  45. cv2/fisheye/__init__.pyi +88 -0
  46. cv2/flann/__init__.pyi +65 -0
  47. cv2/ft/__init__.pyi +98 -0
  48. cv2/gapi/__init__.py +323 -0
  49. cv2/gapi/__init__.pyi +349 -0
  50. cv2/gapi/core/__init__.pyi +7 -0
  51. cv2/gapi/core/cpu/__init__.pyi +9 -0
  52. cv2/gapi/core/fluid/__init__.pyi +9 -0
  53. cv2/gapi/core/ocl/__init__.pyi +9 -0
  54. cv2/gapi/ie/__init__.pyi +51 -0
  55. cv2/gapi/ie/detail/__init__.pyi +12 -0
  56. cv2/gapi/imgproc/__init__.pyi +5 -0
  57. cv2/gapi/imgproc/fluid/__init__.pyi +9 -0
  58. cv2/gapi/oak/__init__.pyi +37 -0
  59. cv2/gapi/onnx/__init__.pyi +55 -0
  60. cv2/gapi/onnx/ep/__init__.pyi +63 -0
  61. cv2/gapi/ot/__init__.pyi +32 -0
  62. cv2/gapi/ot/cpu/__init__.pyi +9 -0
  63. cv2/gapi/ov/__init__.pyi +74 -0
  64. cv2/gapi/own/__init__.pyi +5 -0
  65. cv2/gapi/own/detail/__init__.pyi +10 -0
  66. cv2/gapi/render/__init__.pyi +5 -0
  67. cv2/gapi/render/ocv/__init__.pyi +9 -0
  68. cv2/gapi/streaming/__init__.pyi +42 -0
  69. cv2/gapi/video/__init__.pyi +10 -0
  70. cv2/gapi/wip/__init__.pyi +43 -0
  71. cv2/gapi/wip/draw/__init__.pyi +119 -0
  72. cv2/gapi/wip/gst/__init__.pyi +17 -0
  73. cv2/gapi/wip/onevpl/__init__.pyi +16 -0
  74. cv2/hfs/__init__.pyi +53 -0
  75. cv2/img_hash/__init__.pyi +116 -0
  76. cv2/instr/__init__.pyi +24 -0
  77. cv2/intensity_transform/__init__.pyi +27 -0
  78. cv2/ipp/__init__.pyi +14 -0
  79. cv2/kinfu/__init__.pyi +133 -0
  80. cv2/kinfu/detail/__init__.pyi +7 -0
  81. cv2/large_kinfu/__init__.pyi +73 -0
  82. cv2/legacy/__init__.pyi +93 -0
  83. cv2/line_descriptor/__init__.pyi +112 -0
  84. cv2/linemod/__init__.pyi +151 -0
  85. cv2/load_config_py2.py +6 -0
  86. cv2/load_config_py3.py +9 -0
  87. cv2/mat_wrapper/__init__.py +40 -0
  88. cv2/mcc/__init__.pyi +109 -0
  89. cv2/misc/__init__.py +1 -0
  90. cv2/misc/version.py +5 -0
  91. cv2/ml/__init__.pyi +696 -0
  92. cv2/motempl/__init__.pyi +29 -0
  93. cv2/multicalib/__init__.pyi +10 -0
  94. cv2/ocl/__init__.pyi +252 -0
  95. cv2/ogl/__init__.pyi +51 -0
  96. cv2/omnidir/__init__.pyi +68 -0
  97. cv2/optflow/__init__.pyi +286 -0
  98. cv2/parallel/__init__.pyi +6 -0
  99. cv2/phase_unwrapping/__init__.pyi +41 -0
  100. cv2/plot/__init__.pyi +64 -0
  101. cv2/ppf_match_3d/__init__.pyi +91 -0
  102. cv2/py.typed +0 -0
  103. cv2/quality/__init__.pyi +149 -0
  104. cv2/rapid/__init__.pyi +91 -0
  105. cv2/reg/__init__.pyi +210 -0
  106. cv2/rgbd/__init__.pyi +449 -0
  107. cv2/saliency/__init__.pyi +117 -0
  108. cv2/samples/__init__.pyi +12 -0
  109. cv2/segmentation/__init__.pyi +39 -0
  110. cv2/signal/__init__.pyi +14 -0
  111. cv2/stereo/__init__.pyi +88 -0
  112. cv2/structured_light/__init__.pyi +94 -0
  113. cv2/text/__init__.pyi +204 -0
  114. cv2/typing/__init__.py +180 -0
  115. cv2/utils/__init__.py +14 -0
  116. cv2/utils/__init__.pyi +110 -0
  117. cv2/utils/fs/__init__.pyi +6 -0
  118. cv2/utils/logging/__init__.pyi +22 -0
  119. cv2/utils/nested/__init__.pyi +31 -0
  120. cv2/version.py +5 -0
  121. cv2/videoio_registry/__init__.pyi +31 -0
  122. cv2/videostab/__init__.pyi +16 -0
  123. cv2/wechat_qrcode/__init__.pyi +23 -0
  124. cv2/xfeatures2d/__init__.pyi +537 -0
  125. cv2/ximgproc/__init__.pyi +746 -0
  126. cv2/ximgproc/segmentation/__init__.pyi +116 -0
  127. cv2/xphoto/__init__.pyi +142 -0
  128. opencv_contrib_python_headless-4.13.0.90.dist-info/LICENSE-3RD-PARTY.txt +3513 -0
  129. opencv_contrib_python_headless-4.13.0.90.dist-info/LICENSE.txt +21 -0
  130. opencv_contrib_python_headless-4.13.0.90.dist-info/METADATA +300 -0
  131. opencv_contrib_python_headless-4.13.0.90.dist-info/RECORD +133 -0
  132. opencv_contrib_python_headless-4.13.0.90.dist-info/WHEEL +6 -0
  133. opencv_contrib_python_headless-4.13.0.90.dist-info/top_level.txt +1 -0
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) Olli-Pekka Heinisuo
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
@@ -0,0 +1,300 @@
1
+ Metadata-Version: 2.1
2
+ Name: opencv-contrib-python-headless
3
+ Version: 4.13.0.90
4
+ Summary: Wrapper package for OpenCV python bindings.
5
+ Home-page: https://github.com/opencv/opencv-python
6
+ Maintainer: OpenCV Team
7
+ License: Apache 2.0
8
+ Platform: UNKNOWN
9
+ Classifier: Development Status :: 5 - Production/Stable
10
+ Classifier: Environment :: Console
11
+ Classifier: Intended Audience :: Developers
12
+ Classifier: Intended Audience :: Education
13
+ Classifier: Intended Audience :: Information Technology
14
+ Classifier: Intended Audience :: Science/Research
15
+ Classifier: License :: OSI Approved :: Apache Software License
16
+ Classifier: Operating System :: MacOS
17
+ Classifier: Operating System :: Microsoft :: Windows
18
+ Classifier: Operating System :: POSIX
19
+ Classifier: Operating System :: Unix
20
+ Classifier: Programming Language :: Python
21
+ Classifier: Programming Language :: Python :: 3
22
+ Classifier: Programming Language :: Python :: 3 :: Only
23
+ Classifier: Programming Language :: Python :: 3.6
24
+ Classifier: Programming Language :: Python :: 3.7
25
+ Classifier: Programming Language :: Python :: 3.8
26
+ Classifier: Programming Language :: Python :: 3.9
27
+ Classifier: Programming Language :: Python :: 3.10
28
+ Classifier: Programming Language :: Python :: 3.11
29
+ Classifier: Programming Language :: Python :: 3.12
30
+ Classifier: Programming Language :: Python :: 3.13
31
+ Classifier: Programming Language :: Python :: 3.14
32
+ Classifier: Programming Language :: C++
33
+ Classifier: Programming Language :: Python :: Implementation :: CPython
34
+ Classifier: Topic :: Scientific/Engineering
35
+ Classifier: Topic :: Scientific/Engineering :: Image Recognition
36
+ Classifier: Topic :: Software Development
37
+ Requires-Python: >=3.6
38
+ Description-Content-Type: text/markdown
39
+ License-File: LICENSE-3RD-PARTY.txt
40
+ License-File: LICENSE.txt
41
+ Requires-Dist: numpy<2.0; python_version < "3.9"
42
+ Requires-Dist: numpy>=2; python_version >= "3.9"
43
+
44
+ [![Downloads](https://static.pepy.tech/badge/opencv-python)](http://pepy.tech/project/opencv-python)
45
+
46
+ ### Keep OpenCV Free
47
+
48
+ OpenCV is raising funds to keep the library free for everyone, and we need the support of the entire community to do it. [Donate to OpenCV on Github](https://github.com/sponsors/opencv) to show your support.
49
+
50
+ - [OpenCV on Wheels](#opencv-on-wheels)
51
+ - [Installation and Usage](#installation-and-usage)
52
+ - [Frequently Asked Questions](#frequently-asked-questions)
53
+ - [Documentation for opencv-python](#documentation-for-opencv-python)
54
+ - [CI build process](#ci-build-process)
55
+ - [Manual builds](#manual-builds)
56
+ - [Manual debug builds](#manual-debug-builds)
57
+ - [Source distributions](#source-distributions)
58
+ - [Licensing](#licensing)
59
+ - [Versioning](#versioning)
60
+ - [Releases](#releases)
61
+ - [Development builds](#development-builds)
62
+ - [Manylinux wheels](#manylinux-wheels)
63
+ - [Supported Python versions](#supported-python-versions)
64
+ - [Backward compatibility](#backward-compatibility)
65
+
66
+ ## OpenCV on Wheels
67
+
68
+ Pre-built CPU-only OpenCV packages for Python.
69
+
70
+ Check the manual build section if you wish to compile the bindings from source to enable additional modules such as CUDA.
71
+
72
+ ### Installation and Usage
73
+
74
+ 1. If you have previous/other manually installed (= not installed via ``pip``) version of OpenCV installed (e.g. cv2 module in the root of Python's site-packages), remove it before installation to avoid conflicts.
75
+ 2. Make sure that your `pip` version is up-to-date (19.3 is the minimum supported version): `pip install --upgrade pip`. Check version with `pip -V`. For example Linux distributions ship usually with very old `pip` versions which cause a lot of unexpected problems especially with the `manylinux` format.
76
+ 3. Select the correct package for your environment:
77
+
78
+ There are four different packages (see options 1, 2, 3 and 4 below) and you should **SELECT ONLY ONE OF THEM**. Do not install multiple different packages in the same environment. There is no plugin architecture: all the packages use the same namespace (`cv2`). If you installed multiple different packages in the same environment, uninstall them all with ``pip uninstall`` and reinstall only one package.
79
+
80
+ **a.** Packages for standard desktop environments (Windows, macOS, almost any GNU/Linux distribution)
81
+
82
+ - Option 1 - Main modules package: ``pip install opencv-python``
83
+ - Option 2 - Full package (contains both main modules and contrib/extra modules): ``pip install opencv-contrib-python`` (check contrib/extra modules listing from [OpenCV documentation](https://docs.opencv.org/master/))
84
+
85
+ **b.** Packages for server (headless) environments (such as Docker, cloud environments etc.), no GUI library dependencies
86
+
87
+ These packages are smaller than the two other packages above because they do not contain any GUI functionality (not compiled with Qt / other GUI components). This means that the packages avoid a heavy dependency chain to X11 libraries and you will have for example smaller Docker images as a result. You should always use these packages if you do not use `cv2.imshow` et al. or you are using some other package (such as PyQt) than OpenCV to create your GUI.
88
+
89
+ - Option 3 - Headless main modules package: ``pip install opencv-python-headless``
90
+ - Option 4 - Headless full package (contains both main modules and contrib/extra modules): ``pip install opencv-contrib-python-headless`` (check contrib/extra modules listing from [OpenCV documentation](https://docs.opencv.org/master/))
91
+
92
+ 4. Import the package:
93
+
94
+ ``import cv2``
95
+
96
+ All packages contain Haar cascade files. ``cv2.data.haarcascades`` can be used as a shortcut to the data folder. For example:
97
+
98
+ ``cv2.CascadeClassifier(cv2.data.haarcascades + "haarcascade_frontalface_default.xml")``
99
+
100
+ 5. Read [OpenCV documentation](https://docs.opencv.org/master/)
101
+
102
+ 6. Before opening a new issue, read the FAQ below and have a look at the other issues which are already open.
103
+
104
+ Frequently Asked Questions
105
+ --------------------------
106
+
107
+ **Q: Do I need to install also OpenCV separately?**
108
+
109
+ A: No, the packages are special wheel binary packages and they already contain statically built OpenCV binaries.
110
+
111
+ **Q: Pip install fails with ``ModuleNotFoundError: No module named 'skbuild'``?**
112
+
113
+ Since ``opencv-python`` version 4.3.0.\*, ``manylinux1`` wheels were replaced by ``manylinux2014`` wheels. If your pip is too old, it will try to use the new source distribution introduced in 4.3.0.38 to manually build OpenCV because it does not know how to install ``manylinux2014`` wheels. However, source build will also fail because of too old ``pip`` because it does not understand build dependencies in ``pyproject.toml``. To use the new ``manylinux2014`` pre-built wheels (or to build from source), your ``pip`` version must be >= 19.3. Please upgrade ``pip`` with ``pip install --upgrade pip``.
114
+
115
+ **Q: Import fails on Windows: ``ImportError: DLL load failed: The specified module could not be found.``?**
116
+
117
+ A: If the import fails on Windows, make sure you have [Visual C++ redistributable 2015](https://www.microsoft.com/en-us/download/details.aspx?id=48145) installed. If you are using older Windows version than Windows 10 and latest system updates are not installed, [Universal C Runtime](https://support.microsoft.com/en-us/help/2999226/update-for-universal-c-runtime-in-windows) might be also required.
118
+
119
+ Windows N and KN editions do not include Media Feature Pack which is required by OpenCV. If you are using Windows N or KN edition, please install also [Windows Media Feature Pack](https://support.microsoft.com/en-us/help/3145500/media-feature-pack-list-for-windows-n-editions).
120
+
121
+ If you have Windows Server 2012+, media DLLs are probably missing too; please install the Feature called "Media Foundation" in the Server Manager. Beware, some posts advise to install "Windows Server Essentials Media Pack", but this one requires the "Windows Server Essentials Experience" role, and this role will deeply affect your Windows Server configuration (by enforcing active directory integration etc.); so just installing the "Media Foundation" should be a safer choice.
122
+
123
+ If the above does not help, check if you are using Anaconda. Old Anaconda versions have a bug which causes the error, see [this issue](https://github.com/opencv/opencv-python/issues/36) for a manual fix.
124
+
125
+ If you still encounter the error after you have checked all the previous solutions, download [Dependencies](https://github.com/lucasg/Dependencies) and open the ``cv2.pyd`` (located usually at ``C:\Users\username\AppData\Local\Programs\Python\PythonXX\Lib\site-packages\cv2``) file with it to debug missing DLL issues.
126
+
127
+ **Q: I have some other import errors?**
128
+
129
+ A: Make sure you have removed old manual installations of OpenCV Python bindings (cv2.so or cv2.pyd in site-packages).
130
+
131
+ **Q: Function foo() or method bar() returns wrong result, throws exception or crashes interpreter. What should I do?**
132
+
133
+ A: The repository contains only OpenCV-Python package build scripts, but not OpenCV itself. Python bindings for OpenCV are developed in official OpenCV repository and it's the best place to report issues. Also please check [OpenCV wiki](https://github.com/opencv/opencv/wiki) and [the official OpenCV forum](https://forum.opencv.org/) before file new bugs.
134
+
135
+ **Q: Why the packages do not include non-free algorithms?**
136
+
137
+ A: Non-free algorithms such as SURF are not included in these packages because they are patented / non-free and therefore cannot be distributed as built binaries. Note that SIFT is included in the builds due to patent expiration since OpenCV versions 4.3.0 and 3.4.10. See this issue for more info: https://github.com/skvark/opencv-python/issues/126
138
+
139
+ **Q: Why the package and import are different (opencv-python vs. cv2)?**
140
+
141
+ A: It's easier for users to understand ``opencv-python`` than ``cv2`` and it makes it easier to find the package with search engines. `cv2` (old interface in old OpenCV versions was named as `cv`) is the name that OpenCV developers chose when they created the binding generators. This is kept as the import name to be consistent with different kind of tutorials around the internet. Changing the import name or behaviour would be also confusing to experienced users who are accustomed to the ``import cv2``.
142
+
143
+ ## Documentation for opencv-python
144
+
145
+ [![Windows Build Status](https://github.com/opencv/opencv-python/actions/workflows/build_wheels_windows.yml/badge.svg)](https://github.com/opencv/opencv-python/actions/workflows/build_wheels_windows.yml)
146
+ [![(Linux Build status)](https://github.com/opencv/opencv-python/actions/workflows/build_wheels_linux.yml/badge.svg)](https://github.com/opencv/opencv-python/actions/workflows/build_wheels_linux.yml)
147
+ [![(Mac OS Build status)](https://github.com/opencv/opencv-python/actions/workflows/build_wheels_macos.yml/badge.svg)](https://github.com/opencv/opencv-python/actions/workflows/build_wheels_macos.yml)
148
+
149
+ The aim of this repository is to provide means to package each new [OpenCV release](https://github.com/opencv/opencv/releases) for the most used Python versions and platforms.
150
+
151
+ ### CI build process
152
+
153
+ The project is structured like a normal Python package with a standard ``setup.py`` file.
154
+ The build process for a single entry in the build matrices is as follows (see for example `.github/workflows/build_wheels_linux.yml` file):
155
+
156
+ 0. In Linux and MacOS build: get OpenCV's optional C dependencies that we compile against
157
+
158
+ 1. Checkout repository and submodules
159
+
160
+ - OpenCV is included as submodule and the version is updated
161
+ manually by maintainers when a new OpenCV release has been made
162
+ - Contrib modules are also included as a submodule
163
+
164
+ 2. Find OpenCV version from the sources
165
+
166
+ 3. Build OpenCV
167
+
168
+ - tests are disabled, otherwise build time increases too much
169
+ - there are 4 build matrix entries for each build combination: with and without contrib modules, with and without GUI (headless)
170
+ - Linux builds run in manylinux Docker containers (CentOS 5)
171
+ - source distributions are separate entries in the build matrix
172
+
173
+ 4. Rearrange OpenCV's build result, add our custom files and generate wheel
174
+
175
+ 5. Linux and macOS wheels are transformed with auditwheel and delocate, correspondingly
176
+
177
+ 6. Install the generated wheel
178
+ 7. Test that Python can import the library and run some sanity checks
179
+ 8. Use twine to upload the generated wheel to PyPI (only in release builds)
180
+
181
+ Steps 1--4 are handled by ``pip wheel``.
182
+
183
+ The build can be customized with environment variables. In addition to any variables that OpenCV's build accepts, we recognize:
184
+
185
+ - ``CI_BUILD``. Set to ``1`` to emulate the CI environment build behaviour. Used only in CI builds to force certain build flags on in ``setup.py``. Do not use this unless you know what you are doing.
186
+ - ``ENABLE_CONTRIB`` and ``ENABLE_HEADLESS``. Set to ``1`` to build the contrib and/or headless version
187
+ - ``ENABLE_JAVA``, Set to ``1`` to enable the Java client build. This is disabled by default.
188
+ - ``CMAKE_ARGS``. Additional arguments for OpenCV's CMake invocation. You can use this to make a custom build.
189
+
190
+ See the next section for more info about manual builds outside the CI environment.
191
+
192
+ ### Manual builds
193
+
194
+ If some dependency is not enabled in the pre-built wheels, you can also run the build locally to create a custom wheel.
195
+
196
+ 1. Clone this repository: `git clone --recursive https://github.com/opencv/opencv-python.git`
197
+ 2. ``cd opencv-python``
198
+ - you can use `git` to checkout some other version of OpenCV in the `opencv` and `opencv_contrib` submodules if needed
199
+ 3. Add custom Cmake flags if needed, for example: `export CMAKE_ARGS="-DSOME_FLAG=ON -DSOME_OTHER_FLAG=OFF"` (in Windows you need to set environment variables differently depending on Command Line or PowerShell)
200
+ 4. Select the package flavor which you wish to build with `ENABLE_CONTRIB` and `ENABLE_HEADLESS`: i.e. `export ENABLE_CONTRIB=1` if you wish to build `opencv-contrib-python`
201
+ 5. Run ``pip wheel . --verbose``. NOTE: make sure you have the latest ``pip`` version, the ``pip wheel`` command replaces the old ``python setup.py bdist_wheel`` command which does not support ``pyproject.toml``.
202
+ - this might take anything from 5 minutes to over 2 hours depending on your hardware
203
+ 6. Pip will print fresh wheel location at the end of build procedure. If you use old approach with `setup.py` file wheel package will be placed in `dist` folder. Package is ready and you can do with that whatever you wish.
204
+ - Optional: on Linux use some of the `manylinux` images as a build hosts if maximum portability is needed and run `auditwheel` for the wheel after build
205
+ - Optional: on macOS use ``delocate`` (same as ``auditwheel`` but for macOS) for better portability
206
+
207
+ #### Manual debug builds
208
+
209
+ In order to build `opencv-python` in an unoptimized debug build, you need to side-step the normal process a bit.
210
+
211
+ 1. Install the packages `scikit-build` and `numpy` via pip.
212
+ 2. Run the command `python setup.py bdist_wheel --build-type=Debug`.
213
+ 3. Install the generated wheel file in the `dist/` folder with `pip install dist/wheelname.whl`.
214
+
215
+ If you would like the build produce all compiler commands, then the following combination of flags and environment variables has been tested to work on Linux:
216
+ ```
217
+ export CMAKE_ARGS='-DCMAKE_VERBOSE_MAKEFILE=ON'
218
+ export VERBOSE=1
219
+
220
+ python3 setup.py bdist_wheel --build-type=Debug
221
+ ```
222
+
223
+ See this issue for more discussion: https://github.com/opencv/opencv-python/issues/424
224
+
225
+ #### Source distributions
226
+
227
+ Since OpenCV version 4.3.0, also source distributions are provided in PyPI. This means that if your system is not compatible with any of the wheels in PyPI, ``pip`` will attempt to build OpenCV from sources. If you need a OpenCV version which is not available in PyPI as a source distribution, please follow the manual build guidance above instead of this one.
228
+
229
+ You can also force ``pip`` to build the wheels from the source distribution. Some examples:
230
+
231
+ - ``pip install --no-binary opencv-python opencv-python``
232
+ - ``pip install --no-binary :all: opencv-python``
233
+
234
+ If you need contrib modules or headless version, just change the package name (step 4 in the previous section is not needed). However, any additional CMake flags can be provided via environment variables as described in step 3 of the manual build section. If none are provided, OpenCV's CMake scripts will attempt to find and enable any suitable dependencies. Headless distributions have hard coded CMake flags which disable all possible GUI dependencies.
235
+
236
+ On slow systems such as Raspberry Pi the full build may take several hours. On a 8-core Ryzen 7 3700X the build takes about 6 minutes.
237
+
238
+ ### Licensing
239
+
240
+ Opencv-python package (scripts in this repository) is available under MIT license.
241
+
242
+ OpenCV itself is available under [Apache 2](https://github.com/opencv/opencv/blob/master/LICENSE) license.
243
+
244
+ Third party package licenses are at [LICENSE-3RD-PARTY.txt](https://github.com/opencv/opencv-python/blob/master/LICENSE-3RD-PARTY.txt).
245
+
246
+ All wheels ship with [FFmpeg](http://ffmpeg.org) licensed under the [LGPLv2.1](http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html).
247
+
248
+ Non-headless Linux wheels ship with [Qt 5](http://doc.qt.io/qt-5/lgpl.html) licensed under the [LGPLv3](http://www.gnu.org/licenses/lgpl-3.0.html).
249
+
250
+ The packages include also other binaries. Full list of licenses can be found from [LICENSE-3RD-PARTY.txt](https://github.com/opencv/opencv-python/blob/master/LICENSE-3RD-PARTY.txt).
251
+
252
+ ### Versioning
253
+
254
+ ``find_version.py`` script searches for the version information from OpenCV sources and appends also a revision number specific to this repository to the version string. It saves the version information to ``version.py`` file under ``cv2`` in addition to some other flags.
255
+
256
+ ### Releases
257
+
258
+ A release is made and uploaded to PyPI when a new tag is pushed to master branch. These tags differentiate packages (this repo might have modifications but OpenCV version stays same) and should be incremented sequentially. In practice, release version numbers look like this:
259
+
260
+ ``cv_major.cv_minor.cv_revision.package_revision`` e.g. ``3.1.0.0``
261
+
262
+ The master branch follows OpenCV master branch releases. 3.4 branch follows OpenCV 3.4 bugfix releases.
263
+
264
+ ### Development builds
265
+
266
+ Every commit to the master branch of this repo will be built. Possible build artifacts use local version identifiers:
267
+
268
+ ``cv_major.cv_minor.cv_revision+git_hash_of_this_repo`` e.g. ``3.1.0+14a8d39``
269
+
270
+ These artifacts can't be and will not be uploaded to PyPI.
271
+
272
+ ### Manylinux wheels
273
+
274
+ Linux wheels are built using [manylinux2014](https://github.com/pypa/manylinux). These wheels should work out of the box for most of the distros (which use GNU C standard library) out there since they are built against an old version of glibc.
275
+
276
+ The default ``manylinux2014`` images have been extended with some OpenCV dependencies. See [Docker folder](https://github.com/skvark/opencv-python/tree/master/docker) for more info.
277
+
278
+ ### Supported Python versions
279
+
280
+ Python 3.x compatible pre-built wheels are provided for the officially supported Python versions (not in EOL):
281
+
282
+ - 3.7
283
+ - 3.8
284
+ - 3.9
285
+ - 3.10
286
+ - 3.11
287
+ - 3.12
288
+ - 3.13
289
+
290
+ ### Backward compatibility
291
+
292
+ Starting from 4.2.0 and 3.4.9 builds the macOS Travis build environment was updated to XCode 9.4. The change effectively dropped support for older than 10.13 macOS versions.
293
+
294
+ Starting from 4.3.0 and 3.4.10 builds the Linux build environment was updated from `manylinux1` to `manylinux2014`. This dropped support for old Linux distributions.
295
+
296
+ Starting from version 4.7.0 the Mac OS GitHub Actions build environment was update to version 11. Mac OS 10.x support deprecated. See https://github.com/actions/runner-images/issues/5583
297
+
298
+ Starting from version 4.9.0 the Mac OS GitHub Actions build environment was update to version 12. Mac OS 10.x support deprecated by Brew and most of used packages.
299
+
300
+
@@ -0,0 +1,133 @@
1
+ cv2/config.py,sha256=HbNGOpb1ioISOoR9FQcijZ6KgABt5nQBroNZF2WOvoc,109
2
+ cv2/version.py,sha256=uPIfoRi3lAk26NyZRgO-LUL70i2aFfp0o6qpmB_CxPI,91
3
+ cv2/__init__.pyi,sha256=KeDOxzBA6Xm-Q3rxU-o4U3qnvgUy41AQOxpDvEk4u3E,324664
4
+ cv2/__init__.py,sha256=k2vZTFpd6_AhL8dRr3nToWNlLz6FAlnfIVnbaqPtitg,6612
5
+ cv2/LICENSE-3RD-PARTY.txt,sha256=a1lmA10WyCsBLhIK6_8zRsjw0-Fa8bxa2ei-kw2IUL8,174432
6
+ cv2/load_config_py3.py,sha256=nCJ2ZFSprC9oadN4MLLvxpnnuMMSVITpl2xuZ3wGYCk,244
7
+ cv2/config-3.py,sha256=mnqt9yS4IgAfXpY7Af1ON11F4su-Mo0sp7QqRAwIOhw,724
8
+ cv2/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
9
+ cv2/load_config_py2.py,sha256=xP_h2pObzfbN8tONV7CAQmGh94fQ-0t0HysrXDDlt_Q,151
10
+ cv2/LICENSE.txt,sha256=CdcZBY54Kse8cbohyUThE2zeK7lXwOiIEh8CGNa18Cw,1070
11
+ cv2/cv2.abi3.so,sha256=t7EfUkuMxF9XHtvS1T6sEoSJJz89cPJL9XTNh4JHSa0,85193392
12
+ cv2/rapid/__init__.pyi,sha256=PZCsFuDEfzFXSxe4Pu6RwJSWXisbemKYzLV_2jhp-p8,4968
13
+ cv2/misc/version.py,sha256=iTExq1jwGgAv3jtYQHRI8pSpmfzPsjkG9brsH0bdYhk,90
14
+ cv2/misc/__init__.py,sha256=yr9PkxKslxRc87hhtIJRn5RommP9jaqksYr-ZDuj7cU,37
15
+ cv2/line_descriptor/__init__.pyi,sha256=Fna68l7I2DRXOpUv8hBfjDBLWxfptgk7OS5Bk2U76hs,3970
16
+ cv2/structured_light/__init__.pyi,sha256=Meint7gGT-XtQOKzYLvPrgWyaWyJXewoN81LZxqvGqc,4453
17
+ cv2/reg/__init__.pyi,sha256=6vqwGH9s3bQ6lxwRyO6azUPIr3x5B9bMdPe76oeuaqs,6309
18
+ cv2/wechat_qrcode/__init__.pyi,sha256=9MBoQQG0Qcym1rXWOWyIMyLgJgWzCsRQ6-HxC1X0L8Q,831
19
+ cv2/xphoto/__init__.pyi,sha256=ohYQg5zU3iw3X3T_hpRvcvlRCwCPv3J6ZtmZGixoAw4,5564
20
+ cv2/aruco/__init__.pyi,sha256=KJoyp9mfNyF6RDFrsFyeIKTdqpe8Cg82M8A1mFa8TPE,28309
21
+ cv2/mat_wrapper/__init__.py,sha256=i2JwY6kmDL_s7YXzIl-JZuWCMVYkRi4F6j60W3j4P9A,1124
22
+ cv2/parallel/__init__.pyi,sha256=tc5nNoWrTkD7VAfhbajumKF79LBolpqlKjYX-lY2__8,129
23
+ cv2/dnn_superres/__init__.pyi,sha256=jd5UnVxGtfhPRJcbGjX-yncFzLzdo3QE4z5iLVeJPzY,1175
24
+ cv2/colored_kinfu/__init__.pyi,sha256=Dh-LYW_Lpac9qqOjoTtRUIF_jELTA2fuQUNQYWlnibo,3273
25
+ cv2/phase_unwrapping/__init__.pyi,sha256=p7vm2h_nuZfClJMvn_yfTA1iV9my24CqaPExnIN01zw,1192
26
+ cv2/stereo/__init__.pyi,sha256=gzjQY_gLnqlIadBAURUe1m6-0cwvmdcKjw2rh4JgkqY,2124
27
+ cv2/flann/__init__.pyi,sha256=omYA7HGlyepKxUPSCJQMn30KQkhCPZQWrE0a06EogL0,2744
28
+ cv2/plot/__init__.pyi,sha256=Ab75NXkSqiv0ogw90oOoXslioHOTiMCd7KS1mcvgTr0,1946
29
+ cv2/quality/__init__.pyi,sha256=6fkUtQfFwDHMk4Pz-LgpUnSsLaUsLv9JLk4G1ChMlWs,5506
30
+ cv2/face/__init__.pyi,sha256=tqqzJJ5sXuK-8MyDjYcxwMhFA3fOiCGXdcm4lFBAz-w,7533
31
+ cv2/segmentation/__init__.pyi,sha256=jwKBUCRaXhHAM3FdzpLuGucGfNLWxWu5CDfLOpkcan4,1739
32
+ cv2/xfeatures2d/__init__.pyi,sha256=tgjUGuTtoVtl2eJEYTJH1ho41fanqKSOnfbkOs01Jks,17104
33
+ cv2/cuda/__init__.pyi,sha256=9lcAY44PWt6RzIVO48Qyg2zrnybquRU4FGVCtwO63L0,17641
34
+ cv2/multicalib/__init__.pyi,sha256=JuVHRygzmi5W8Ah28yn0Tk2LPwAGQz5UROrWyJTJf_c,202
35
+ cv2/intensity_transform/__init__.pyi,sha256=LHUp4i5kx-D53dAaYv_fkCJpi7pw2MJ5fj80PKM2I4E,1112
36
+ cv2/gapi/__init__.pyi,sha256=zCLTsHvmbiGmlDUXPWqOGdgFcj66_iw7FXiTr4Y91m0,14636
37
+ cv2/gapi/__init__.py,sha256=6WBAjfq1FCiRADgYXGAKITHdBB6t0_jZ8hkTU8Biz-M,10298
38
+ cv2/gapi/oak/__init__.pyi,sha256=Tb7YXytKxnBFZZ8qTqHSZsDEpRt2937NXtbOQK23Ksc,1734
39
+ cv2/gapi/video/__init__.pyi,sha256=V0Emspufw7x2-knfd7kE8LnLjY_ujIz_TaxR_oIyAps,150
40
+ cv2/gapi/core/__init__.pyi,sha256=_3OM_ITOrZomn7gs4HM-DRk8ngbjWkdr26KrmH3t4ks,142
41
+ cv2/gapi/core/cpu/__init__.pyi,sha256=MfRTDEPtcQekGnrvoaSSadxyylXPfa2lz8ucAkzjmh8,93
42
+ cv2/gapi/core/fluid/__init__.pyi,sha256=MfRTDEPtcQekGnrvoaSSadxyylXPfa2lz8ucAkzjmh8,93
43
+ cv2/gapi/core/ocl/__init__.pyi,sha256=MfRTDEPtcQekGnrvoaSSadxyylXPfa2lz8ucAkzjmh8,93
44
+ cv2/gapi/onnx/__init__.pyi,sha256=aDuvbrUkpNnxr-V0EGQ9hQ34YekwWFFx_QuK1fq6ROk,1497
45
+ cv2/gapi/onnx/ep/__init__.pyi,sha256=dUYUbcjIjWtx7peQLPKU60qUzMqEH8On9mU4lsdXbmQ,1357
46
+ cv2/gapi/imgproc/__init__.pyi,sha256=UUtPJcDK_UaE_TKN8K9Oz1TEChCQHDDB_eTI08mVXmU,71
47
+ cv2/gapi/imgproc/fluid/__init__.pyi,sha256=MfRTDEPtcQekGnrvoaSSadxyylXPfa2lz8ucAkzjmh8,93
48
+ cv2/gapi/ov/__init__.pyi,sha256=3BqKzC_lV-wzhwu2cawCBvGbMG_zxt5D6anjhORXvuM,2647
49
+ cv2/gapi/render/__init__.pyi,sha256=S4FWzy_CJqqs3dPYl3bXJoLQSGeVZdoBK7EmHvbPVOM,66
50
+ cv2/gapi/render/ocv/__init__.pyi,sha256=MfRTDEPtcQekGnrvoaSSadxyylXPfa2lz8ucAkzjmh8,93
51
+ cv2/gapi/streaming/__init__.pyi,sha256=qIOndKlPMevrSglTW-vVugzy_n7nITT6lr_zrlUv9cI,813
52
+ cv2/gapi/ot/__init__.pyi,sha256=XTMT90lnElxl_KfhFi5xDwQWvB0g5N8tf7Cgb8VHcAY,720
53
+ cv2/gapi/ot/cpu/__init__.pyi,sha256=MfRTDEPtcQekGnrvoaSSadxyylXPfa2lz8ucAkzjmh8,93
54
+ cv2/gapi/own/__init__.pyi,sha256=GzL91pOQQNsGcBGmZ_XDAXaLoF4N9qVgj_IaYzduSNc,69
55
+ cv2/gapi/own/detail/__init__.pyi,sha256=sTC8JFcjDcVxnaFfFc-VmuxjHBg6RMzfafFHtS8yrFU,140
56
+ cv2/gapi/ie/__init__.pyi,sha256=rbOXOU39Wpt9Lhh1o1qr7Zj7qljqAu6aqoYsm4433yQ,1117
57
+ cv2/gapi/ie/detail/__init__.pyi,sha256=hGTS3yIiIq1B-djXgSQIPmeF7VDyeyucUuZOnd4O0OQ,269
58
+ cv2/gapi/wip/__init__.pyi,sha256=0PutCuxSJtuck0GKY5MxI9Vjq8g5jy3B5AA3qNPRv-w,1145
59
+ cv2/gapi/wip/gst/__init__.pyi,sha256=8VtSKP9duTmY7ETAACwzVEWP9xdDW0pW82UtL_8Z7Aw,467
60
+ cv2/gapi/wip/onevpl/__init__.pyi,sha256=eLbVPey7JCU5YdRSUH6lLlD1eT-1s7YqZrQh6xNdIlo,397
61
+ cv2/gapi/wip/draw/__init__.pyi,sha256=x2BhywI5C-uMHF1H6L9AwrgjRtKHFr032TOnqtE9a9Q,3162
62
+ cv2/optflow/__init__.pyi,sha256=fi52zRP7-KpVsnjVODfGs2pZbMjW-gGEw2KP57jhy-4,10419
63
+ cv2/datasets/__init__.pyi,sha256=JzmsKaJp5bkqWtI9Y7rqyrSVzpEh5NWtnZuybtFWQhk,1390
64
+ cv2/bgsegm/__init__.pyi,sha256=00VQEOeJLVBCmuZNpuZh9eaw8wX2_6Z-Us_pnN5uGzY,9411
65
+ cv2/img_hash/__init__.pyi,sha256=r-dec6wUcR2GzaP5Ng0JIWOquvvOam2wgupDSJRFVqg,3679
66
+ cv2/ximgproc/__init__.pyi,sha256=BybXNo06SwrUugGgmdkIqEEVwyOwv-4DZfzyqRXtKuk,32635
67
+ cv2/ximgproc/segmentation/__init__.pyi,sha256=9SCHb2L7JftMahM6zTHr4q6BWaxmjaQEQfyxL7bg-XM,4447
68
+ cv2/legacy/__init__.pyi,sha256=DCNFIck-0TyP7W1Mjso7O4a1xCOGHQiNgLhjTRO_bPE,2271
69
+ cv2/mcc/__init__.pyi,sha256=2H7mt3eXf6-Lrv2O7wYaTgbLDWGC4DCsDpahHSBM6iU,3179
70
+ cv2/utils/__init__.pyi,sha256=RBhJPc5ckuH0jllH2yIFc3imFH2fKqzXh3zwIKxuQGg,3633
71
+ cv2/utils/__init__.py,sha256=fuw4GHHOXsxxKc-AadAEOKQq_I1Gr4G3yMlRvAbTP30,330
72
+ cv2/utils/nested/__init__.pyi,sha256=n2J3aSxC2MrPKaKb4igY_d49luuuQqW7A_YTx6eZz9Q,573
73
+ cv2/utils/fs/__init__.pyi,sha256=lu2cK1Dbd7wRTOTju_kVVCvU4mNB5v5hSVpBxSXXvJg,87
74
+ cv2/utils/logging/__init__.pyi,sha256=D2Ka8xmbpOKNeF6dku99KE5UM9OKgDnYeJU8gR1snTs,505
75
+ cv2/motempl/__init__.pyi,sha256=seWUQEDu8FA2rJ-HJyklYUmL7pit9TGrXMO0rL-AyOY,1570
76
+ cv2/ccm/__init__.pyi,sha256=8Ohf93iEoRRaA5g2TvmNZy4A-HKeMPGUNSra7_8xInQ,6295
77
+ cv2/.dylibs/libavif.16.3.0.dylib,sha256=tAqwr69qRE3U6zTgcwVFlJ7K4pqcUTHsmcBYdeftiiY,206416
78
+ cv2/.dylibs/libvmaf.3.dylib,sha256=mZu50gLc--t4-ZkgKo0HHeiYVJJNnBiHesRQ4A9SFAc,784000
79
+ cv2/.dylibs/libdav1d.7.dylib,sha256=J-roe2hGaijMaxqyk152MXIkqUSY5X_YZR5uXscSKfA,2322496
80
+ cv2/.dylibs/libaom.3.13.1.dylib,sha256=KLQrbZ8rYgywIFLTQVR5snoZ_6vSeRzswctvKXdgkxk,4888304
81
+ cv2/ogl/__init__.pyi,sha256=KxTX9DHYyXg2ipvOJiFeAsRivAjmvBkqeiLZV-0snII,1472
82
+ cv2/typing/__init__.py,sha256=SBaVrLCvUwUNd1EQS_UYPJfKJN5mb3qM4G2aE0Eqa_c,5365
83
+ cv2/samples/__init__.pyi,sha256=cjSW5vo2oMpIWHwP-3IY4hWjlKUTz8gd1MX7pLOCWKo,324
84
+ cv2/dynafu/__init__.pyi,sha256=pOp0cXCyh8eAOaE4H87nApQMnu0K10ZIasRbx3aQuGc,1481
85
+ cv2/detail/__init__.pyi,sha256=CyaBOUoejgOLGV1Sk1OWQO44X5hZpn3EpcyN2hd5UIg,23394
86
+ cv2/large_kinfu/__init__.pyi,sha256=zhQ2jFbZRWqT-hS8NxFT9WL9Z7LYtryRrb2Ek8M0ZC4,2305
87
+ cv2/ml/__init__.pyi,sha256=OhJpOSZWeNUFe30AYLskUjtzm2spy6bJb1z72gYmM3E,23003
88
+ cv2/fisheye/__init__.pyi,sha256=RafBBKeJZQEIdhNsvkSgDDUIDMunZEwAJptC0XBTkHE,9945
89
+ cv2/ipp/__init__.pyi,sha256=WSHVIqIT97vmudtuJjhOJYiZ0iBdYx4AtB0iJqtdD0o,223
90
+ cv2/hfs/__init__.pyi,sha256=5KTfakFUQuohQOG5F_4FiFsnm1tdDJzaAJUPxRlhDEc,1616
91
+ cv2/ppf_match_3d/__init__.pyi,sha256=qKVjOYHjIOLGqfmaN7wRCN2HeYmqdgdTkjWwBGbgZ8Q,3192
92
+ cv2/saliency/__init__.pyi,sha256=ZshoQYrf4xMBqikIWLCukf5YZtKn3noC5ABmh85oAuM,3627
93
+ cv2/omnidir/__init__.pyi,sha256=4yx-7wORuhwdo1wYRgAOQGOJALHYdRym_mdpnLkkr0s,7054
94
+ cv2/dnn/__init__.pyi,sha256=XW0i7oUTOz0pac987fqPK7T1EK61zYVLGDTTb0Nxlo0,24145
95
+ cv2/videoio_registry/__init__.pyi,sha256=ef4uptXuTkAZVXwsyNSc-Xhs-hJlg6O2AcmoYkzEx80,962
96
+ cv2/rgbd/__init__.pyi,sha256=vQyx2hkJBzjFxvib8FeDWIq3gqYer1iXs50CrFH8jw4,16904
97
+ cv2/text/__init__.pyi,sha256=upDizUTWid6SSW8xZhQXNgJ2GQlCTPOJSO_nBr_bNAA,9511
98
+ cv2/linemod/__init__.pyi,sha256=pPs4KoSjHPiautyGooN--hLlEo8ob7oWiC1PmSGcsUY,4636
99
+ cv2/kinfu/__init__.pyi,sha256=JsLhWjSs5yM0lEOnyYT8AAxq4gbVUGkb48bAJ3OoAxY,4080
100
+ cv2/kinfu/detail/__init__.pyi,sha256=5P3KqTZ6_qCMtUF2p2FU8iSm4jc7d7Q-qBw5fNVJjpk,62
101
+ cv2/barcode/__init__.pyi,sha256=LHhe7chtftWapCMExznw9SDswrzxGtDRKWON5C0UtQc,1489
102
+ cv2/ft/__init__.pyi,sha256=G9Vxyg7_B8Soxos6VtpczIeAysGn0ehLWMPBJRaVtHY,5642
103
+ cv2/bioinspired/__init__.pyi,sha256=dsUdjKXxQZr9OAa2Wl_fxrkWxfakoHA_3U816Ja2Zp0,5033
104
+ cv2/data/haarcascade_upperbody.xml,sha256=cyirT9sVkvU9mNfqWxudkOAa9dlfISrzeMfrV5BIu18,785819
105
+ cv2/data/haarcascade_frontalcatface_extended.xml,sha256=_9DR0o8H0DdsidtMmEUAnChVzHbIz_dj1TMdyTYdqFQ,382918
106
+ cv2/data/haarcascade_profileface.xml,sha256=s5pKO-RVOdsUan_B0-dhopLBluuIQhGF5qYVswVeYS0,828514
107
+ cv2/data/haarcascade_frontalcatface.xml,sha256=rCusk07yQoTviisunY5X7vhKwdaUO00R5cnoWE3Aacg,411388
108
+ cv2/data/haarcascade_frontalface_alt2.xml,sha256=ewyWfZq7373gJeuceGlH0VG2QmBA0HqPlWLtj9kHJLQ,540616
109
+ cv2/data/haarcascade_eye.xml,sha256=ccxk_DBaNV3GAGeID2-71D3RVb1j7jhEZhob2jSy_Yw,341406
110
+ cv2/data/__init__.py,sha256=125Pcte_OtB55ZxjWg5ko8ugpnogZ1sRMyP48dtBCMw,70
111
+ cv2/data/haarcascade_lefteye_2splits.xml,sha256=dMMjx4yBR1_JFY-sv7hmuwzKBr5B9XHfR9SsjQH5zkw,195369
112
+ cv2/data/haarcascade_frontalface_alt_tree.xml,sha256=Dl7kfswTJp1U3XpV-LU3UhZ8Ulh3IId3MjiPsHigSAo,2689040
113
+ cv2/data/haarcascade_righteye_2splits.xml,sha256=TPDXK-pzB-mvfrmdSsvhXXEBpnwi_Nz77v1pKtN893Y,196170
114
+ cv2/data/haarcascade_frontalface_alt.xml,sha256=YoHfE0Wcwhj_BH0Csq44WbEv8UqT_-iVL3sz-te5aXs,676709
115
+ cv2/data/haarcascade_lowerbody.xml,sha256=HmluHHxmxDmuIpz_-IcfQgN8NX6eHgkKK1nrwfj_XLs,395322
116
+ cv2/data/haarcascade_russian_plate_number.xml,sha256=gUy1lUaCr1cOWDYfnl-LW1E6QRJ3a7nsrO-fDkymwtc,75482
117
+ cv2/data/haarcascade_frontalface_default.xml,sha256=D31FJ4ROtRTUpJSOgi2pD7sWo0oLu7xq3GSYdHpar7A,930127
118
+ cv2/data/haarcascade_smile.xml,sha256=TKHzBOq9C1rjAYDIGstT4Walhn5b4Xsxa9PzLP34fYo,188506
119
+ cv2/data/haarcascade_license_plate_rus_16stages.xml,sha256=TRxEv3obxOIE-iWwRu0Kz_1_cTzBP-KVi2l3Elxg3eo,47775
120
+ cv2/data/haarcascade_fullbody.xml,sha256=BBdFxx7vG1yGrvIk8XznWwQtMzFMyPZ1dCT4vYzTCqE,476827
121
+ cv2/data/haarcascade_eye_tree_eyeglasses.xml,sha256=4y-cZ5NcM-nRMx6xT6WFVP8Xg1wDdCZjvLl6iS6Talc,601661
122
+ cv2/Error/__init__.pyi,sha256=A6NKtoMeZAvZWHC6DrJiwMVChY7LLxFfvuZ2dW4KSm8,4076
123
+ cv2/videostab/__init__.pyi,sha256=ucdUVJrTi_FNlB0dZczGeSt_m9OqMEZ46zyKV3qI0Tg,343
124
+ cv2/signal/__init__.pyi,sha256=gMPDwY3jM8qU8YlepErdZhQBOVR2TNAEirbTloL53B8,401
125
+ cv2/dpm/__init__.pyi,sha256=iabC6OdA2smD5_2aPLDjzC3XSRE8o1SX7nrtjrFCdyE,110
126
+ cv2/instr/__init__.pyi,sha256=FbUVh-3xxNRPFfx8wojJXyJO0OMsxWk9owlC9AkcXRw,437
127
+ cv2/ocl/__init__.pyi,sha256=qv_ilpHZosfPEMHEEqqQLe6cJpsb9PiiwIZMbd---ho,5527
128
+ opencv_contrib_python_headless-4.13.0.90.dist-info/RECORD,,
129
+ opencv_contrib_python_headless-4.13.0.90.dist-info/WHEEL,sha256=ksvojGWzwtOHsDyNWJfZ8UXfa-dTFOlN9H2oJN_Z9CE,130
130
+ opencv_contrib_python_headless-4.13.0.90.dist-info/LICENSE-3RD-PARTY.txt,sha256=a1lmA10WyCsBLhIK6_8zRsjw0-Fa8bxa2ei-kw2IUL8,174432
131
+ opencv_contrib_python_headless-4.13.0.90.dist-info/top_level.txt,sha256=SY8vrf_sYOg99OP9euhz7q36pPy_2VK5vbeEWXwwSoc,4
132
+ opencv_contrib_python_headless-4.13.0.90.dist-info/LICENSE.txt,sha256=CdcZBY54Kse8cbohyUThE2zeK7lXwOiIEh8CGNa18Cw,1070
133
+ opencv_contrib_python_headless-4.13.0.90.dist-info/METADATA,sha256=Oabe35a3ji1_OZCqZG2fmkHd_1N2XClLv_kGta8TnZc,19760
@@ -0,0 +1,6 @@
1
+ Wheel-Version: 1.0
2
+ Generator: skbuild 0.18.1
3
+ Root-Is-Purelib: false
4
+ Tag: cp37-abi3-macosx_14_0_x86_64
5
+ Generator: delocate 0.13.0
6
+