opencv-contrib-python 4.12.0.88__cp37-abi3-manylinux2014_aarch64.manylinux_2_17_aarch64.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 (172) hide show
  1. cv2/Error/__init__.pyi +118 -0
  2. cv2/LICENSE-3RD-PARTY.txt +3513 -0
  3. cv2/LICENSE.txt +21 -0
  4. cv2/__init__.py +181 -0
  5. cv2/__init__.pyi +6789 -0
  6. cv2/aruco/__init__.pyi +405 -0
  7. cv2/barcode/__init__.pyi +39 -0
  8. cv2/bgsegm/__init__.pyi +177 -0
  9. cv2/bioinspired/__init__.pyi +121 -0
  10. cv2/ccm/__init__.pyi +167 -0
  11. cv2/colored_kinfu/__init__.pyi +96 -0
  12. cv2/config-3.py +24 -0
  13. cv2/config.py +5 -0
  14. cv2/cuda/__init__.pyi +553 -0
  15. cv2/cv2.abi3.so +0 -0
  16. cv2/data/__init__.py +3 -0
  17. cv2/data/haarcascade_eye.xml +12213 -0
  18. cv2/data/haarcascade_eye_tree_eyeglasses.xml +22619 -0
  19. cv2/data/haarcascade_frontalcatface.xml +14382 -0
  20. cv2/data/haarcascade_frontalcatface_extended.xml +13394 -0
  21. cv2/data/haarcascade_frontalface_alt.xml +24350 -0
  22. cv2/data/haarcascade_frontalface_alt2.xml +20719 -0
  23. cv2/data/haarcascade_frontalface_alt_tree.xml +96484 -0
  24. cv2/data/haarcascade_frontalface_default.xml +33314 -0
  25. cv2/data/haarcascade_fullbody.xml +17030 -0
  26. cv2/data/haarcascade_lefteye_2splits.xml +7390 -0
  27. cv2/data/haarcascade_license_plate_rus_16stages.xml +1404 -0
  28. cv2/data/haarcascade_lowerbody.xml +14056 -0
  29. cv2/data/haarcascade_profileface.xml +29690 -0
  30. cv2/data/haarcascade_righteye_2splits.xml +7407 -0
  31. cv2/data/haarcascade_russian_plate_number.xml +2656 -0
  32. cv2/data/haarcascade_smile.xml +6729 -0
  33. cv2/data/haarcascade_upperbody.xml +28134 -0
  34. cv2/datasets/__init__.pyi +80 -0
  35. cv2/detail/__init__.pyi +627 -0
  36. cv2/dnn/__init__.pyi +536 -0
  37. cv2/dnn_superres/__init__.pyi +37 -0
  38. cv2/dpm/__init__.pyi +10 -0
  39. cv2/dynafu/__init__.pyi +43 -0
  40. cv2/face/__init__.pyi +219 -0
  41. cv2/fisheye/__init__.pyi +88 -0
  42. cv2/flann/__init__.pyi +64 -0
  43. cv2/ft/__init__.pyi +98 -0
  44. cv2/gapi/__init__.py +323 -0
  45. cv2/gapi/__init__.pyi +349 -0
  46. cv2/gapi/core/__init__.pyi +7 -0
  47. cv2/gapi/core/cpu/__init__.pyi +9 -0
  48. cv2/gapi/core/fluid/__init__.pyi +9 -0
  49. cv2/gapi/core/ocl/__init__.pyi +9 -0
  50. cv2/gapi/ie/__init__.pyi +51 -0
  51. cv2/gapi/ie/detail/__init__.pyi +12 -0
  52. cv2/gapi/imgproc/__init__.pyi +5 -0
  53. cv2/gapi/imgproc/fluid/__init__.pyi +9 -0
  54. cv2/gapi/oak/__init__.pyi +37 -0
  55. cv2/gapi/onnx/__init__.pyi +55 -0
  56. cv2/gapi/onnx/ep/__init__.pyi +63 -0
  57. cv2/gapi/ot/__init__.pyi +32 -0
  58. cv2/gapi/ot/cpu/__init__.pyi +9 -0
  59. cv2/gapi/ov/__init__.pyi +74 -0
  60. cv2/gapi/own/__init__.pyi +5 -0
  61. cv2/gapi/own/detail/__init__.pyi +10 -0
  62. cv2/gapi/render/__init__.pyi +5 -0
  63. cv2/gapi/render/ocv/__init__.pyi +9 -0
  64. cv2/gapi/streaming/__init__.pyi +42 -0
  65. cv2/gapi/video/__init__.pyi +10 -0
  66. cv2/gapi/wip/__init__.pyi +41 -0
  67. cv2/gapi/wip/draw/__init__.pyi +119 -0
  68. cv2/gapi/wip/gst/__init__.pyi +17 -0
  69. cv2/gapi/wip/onevpl/__init__.pyi +16 -0
  70. cv2/hfs/__init__.pyi +53 -0
  71. cv2/img_hash/__init__.pyi +116 -0
  72. cv2/intensity_transform/__init__.pyi +27 -0
  73. cv2/ipp/__init__.pyi +14 -0
  74. cv2/kinfu/__init__.pyi +133 -0
  75. cv2/kinfu/detail/__init__.pyi +7 -0
  76. cv2/large_kinfu/__init__.pyi +73 -0
  77. cv2/legacy/__init__.pyi +93 -0
  78. cv2/line_descriptor/__init__.pyi +112 -0
  79. cv2/linemod/__init__.pyi +151 -0
  80. cv2/load_config_py2.py +6 -0
  81. cv2/load_config_py3.py +9 -0
  82. cv2/mat_wrapper/__init__.py +40 -0
  83. cv2/mcc/__init__.pyi +109 -0
  84. cv2/misc/__init__.py +1 -0
  85. cv2/misc/version.py +5 -0
  86. cv2/ml/__init__.pyi +695 -0
  87. cv2/motempl/__init__.pyi +29 -0
  88. cv2/multicalib/__init__.pyi +10 -0
  89. cv2/ocl/__init__.pyi +252 -0
  90. cv2/ogl/__init__.pyi +51 -0
  91. cv2/omnidir/__init__.pyi +68 -0
  92. cv2/optflow/__init__.pyi +286 -0
  93. cv2/parallel/__init__.pyi +6 -0
  94. cv2/phase_unwrapping/__init__.pyi +41 -0
  95. cv2/plot/__init__.pyi +64 -0
  96. cv2/ppf_match_3d/__init__.pyi +90 -0
  97. cv2/py.typed +0 -0
  98. cv2/qt/fonts/DejaVuSans-Bold.ttf +0 -0
  99. cv2/qt/fonts/DejaVuSans-BoldOblique.ttf +0 -0
  100. cv2/qt/fonts/DejaVuSans-ExtraLight.ttf +0 -0
  101. cv2/qt/fonts/DejaVuSans-Oblique.ttf +0 -0
  102. cv2/qt/fonts/DejaVuSans.ttf +0 -0
  103. cv2/qt/fonts/DejaVuSansCondensed-Bold.ttf +0 -0
  104. cv2/qt/fonts/DejaVuSansCondensed-BoldOblique.ttf +0 -0
  105. cv2/qt/fonts/DejaVuSansCondensed-Oblique.ttf +0 -0
  106. cv2/qt/fonts/DejaVuSansCondensed.ttf +0 -0
  107. cv2/qt/plugins/platforms/libqxcb.so +0 -0
  108. cv2/quality/__init__.pyi +149 -0
  109. cv2/rapid/__init__.pyi +91 -0
  110. cv2/reg/__init__.pyi +210 -0
  111. cv2/rgbd/__init__.pyi +449 -0
  112. cv2/saliency/__init__.pyi +119 -0
  113. cv2/samples/__init__.pyi +12 -0
  114. cv2/segmentation/__init__.pyi +39 -0
  115. cv2/signal/__init__.pyi +14 -0
  116. cv2/stereo/__init__.pyi +87 -0
  117. cv2/structured_light/__init__.pyi +94 -0
  118. cv2/text/__init__.pyi +203 -0
  119. cv2/typing/__init__.py +180 -0
  120. cv2/utils/__init__.py +14 -0
  121. cv2/utils/__init__.pyi +109 -0
  122. cv2/utils/fs/__init__.pyi +6 -0
  123. cv2/utils/nested/__init__.pyi +31 -0
  124. cv2/version.py +5 -0
  125. cv2/videoio_registry/__init__.pyi +31 -0
  126. cv2/videostab/__init__.pyi +16 -0
  127. cv2/wechat_qrcode/__init__.pyi +23 -0
  128. cv2/xfeatures2d/__init__.pyi +537 -0
  129. cv2/ximgproc/__init__.pyi +746 -0
  130. cv2/ximgproc/segmentation/__init__.pyi +116 -0
  131. cv2/xphoto/__init__.pyi +142 -0
  132. opencv_contrib_python-4.12.0.88.dist-info/LICENSE-3RD-PARTY.txt +3513 -0
  133. opencv_contrib_python-4.12.0.88.dist-info/LICENSE.txt +21 -0
  134. opencv_contrib_python-4.12.0.88.dist-info/METADATA +299 -0
  135. opencv_contrib_python-4.12.0.88.dist-info/RECORD +172 -0
  136. opencv_contrib_python-4.12.0.88.dist-info/WHEEL +6 -0
  137. opencv_contrib_python-4.12.0.88.dist-info/top_level.txt +1 -0
  138. opencv_contrib_python.libs/libQt5Core-104e39d9.so.5.15.16 +0 -0
  139. opencv_contrib_python.libs/libQt5Gui-b4c09495.so.5.15.16 +0 -0
  140. opencv_contrib_python.libs/libQt5Test-9a114c6a.so.5.15.16 +0 -0
  141. opencv_contrib_python.libs/libQt5Widgets-42fd29df.so.5.15.16 +0 -0
  142. opencv_contrib_python.libs/libQt5XcbQpa-3d8da064.so.5.15.16 +0 -0
  143. opencv_contrib_python.libs/libX11-xcb-a0297738.so.1.0.0 +0 -0
  144. opencv_contrib_python.libs/libXau-21870672.so.6.0.0 +0 -0
  145. opencv_contrib_python.libs/libaom-e47476b8.so.3.12.1 +0 -0
  146. opencv_contrib_python.libs/libavcodec-df1d7c1e.so.59.37.100 +0 -0
  147. opencv_contrib_python.libs/libavformat-ef9e8359.so.59.27.100 +0 -0
  148. opencv_contrib_python.libs/libavif-f4efd5aa.so.16.3.0 +0 -0
  149. opencv_contrib_python.libs/libavutil-2dc4740f.so.57.28.100 +0 -0
  150. opencv_contrib_python.libs/libcrypto-43e37667.so.1.1 +0 -0
  151. opencv_contrib_python.libs/libgfortran-8634ef04.so.3.0.0 +0 -0
  152. opencv_contrib_python.libs/libopenblas-r0-8966572e.3.3.so +0 -0
  153. opencv_contrib_python.libs/libpng16-035647ca.so.16.48.0 +0 -0
  154. opencv_contrib_python.libs/libssl-b9692d76.so.1.1 +0 -0
  155. opencv_contrib_python.libs/libswresample-da2ce214.so.4.7.100 +0 -0
  156. opencv_contrib_python.libs/libswscale-e52af062.so.6.7.100 +0 -0
  157. opencv_contrib_python.libs/libvpx-06ef2ab1.so.11.0.0 +0 -0
  158. opencv_contrib_python.libs/libxcb-icccm-05fb8c7f.so.4.0.0 +0 -0
  159. opencv_contrib_python.libs/libxcb-image-75825d2e.so.0.0.0 +0 -0
  160. opencv_contrib_python.libs/libxcb-keysyms-73cd270d.so.1.0.0 +0 -0
  161. opencv_contrib_python.libs/libxcb-randr-e1606dfc.so.0.1.0 +0 -0
  162. opencv_contrib_python.libs/libxcb-render-76b15fe5.so.0.0.0 +0 -0
  163. opencv_contrib_python.libs/libxcb-render-util-486ef3ee.so.0.0.0 +0 -0
  164. opencv_contrib_python.libs/libxcb-shape-e8fe4bc4.so.0.0.0 +0 -0
  165. opencv_contrib_python.libs/libxcb-shm-cad72500.so.0.0.0 +0 -0
  166. opencv_contrib_python.libs/libxcb-sync-dc271c48.so.1.0.0 +0 -0
  167. opencv_contrib_python.libs/libxcb-util-c74d156a.so.1.0.0 +0 -0
  168. opencv_contrib_python.libs/libxcb-xfixes-f4cf71d4.so.0.0.0 +0 -0
  169. opencv_contrib_python.libs/libxcb-xinerama-6372573d.so.0.0.0 +0 -0
  170. opencv_contrib_python.libs/libxcb-xkb-e2f6f9de.so.1.0.0 +0 -0
  171. opencv_contrib_python.libs/libxkbcommon-e272a37d.so.0.0.0 +0 -0
  172. opencv_contrib_python.libs/libxkbcommon-x11-b76c7d31.so.0.0.0 +0 -0
@@ -0,0 +1,31 @@
1
+ __all__: list[str] = []
2
+
3
+ # Classes
4
+ class ExportClassName:
5
+ # Classes
6
+ class Params:
7
+ int_value: int
8
+ float_value: float
9
+
10
+ # Functions
11
+ def __init__(self, int_param: int = ..., float_param: float = ...) -> None: ...
12
+
13
+
14
+
15
+ # Functions
16
+ def getIntParam(self) -> int: ...
17
+
18
+ def getFloatParam(self) -> float: ...
19
+
20
+ @staticmethod
21
+ def originalName() -> str: ...
22
+
23
+ @classmethod
24
+ def create(cls, params: ExportClassName.Params = ...) -> ExportClassName: ...
25
+
26
+
27
+
28
+ # Functions
29
+ def testEchoBooleanFunction(flag: bool) -> bool: ...
30
+
31
+
cv2/version.py ADDED
@@ -0,0 +1,5 @@
1
+ opencv_version = "4.12.0.88"
2
+ contrib = True
3
+ headless = False
4
+ rolling = False
5
+ ci_build = True
@@ -0,0 +1,31 @@
1
+ __all__: list[str] = []
2
+
3
+ import cv2
4
+
5
+
6
+ # Functions
7
+ def getBackendName(api: cv2.VideoCaptureAPIs) -> str: ...
8
+
9
+ def getBackends() -> _typing.Sequence[cv2.VideoCaptureAPIs]: ...
10
+
11
+ def getCameraBackendPluginVersion(api: cv2.VideoCaptureAPIs) -> tuple[str, int, int]: ...
12
+
13
+ def getCameraBackends() -> _typing.Sequence[cv2.VideoCaptureAPIs]: ...
14
+
15
+ def getStreamBackendPluginVersion(api: cv2.VideoCaptureAPIs) -> tuple[str, int, int]: ...
16
+
17
+ def getStreamBackends() -> _typing.Sequence[cv2.VideoCaptureAPIs]: ...
18
+
19
+ def getStreamBufferedBackendPluginVersion(api: cv2.VideoCaptureAPIs) -> tuple[str, int, int]: ...
20
+
21
+ def getStreamBufferedBackends() -> _typing.Sequence[cv2.VideoCaptureAPIs]: ...
22
+
23
+ def getWriterBackendPluginVersion(api: cv2.VideoCaptureAPIs) -> tuple[str, int, int]: ...
24
+
25
+ def getWriterBackends() -> _typing.Sequence[cv2.VideoCaptureAPIs]: ...
26
+
27
+ def hasBackend(api: cv2.VideoCaptureAPIs) -> bool: ...
28
+
29
+ def isBackendBuiltIn(api: cv2.VideoCaptureAPIs) -> bool: ...
30
+
31
+
@@ -0,0 +1,16 @@
1
+ __all__: list[str] = []
2
+
3
+ # Enumerations
4
+ MM_TRANSLATION: int
5
+ MM_TRANSLATION_AND_SCALE: int
6
+ MM_ROTATION: int
7
+ MM_RIGID: int
8
+ MM_SIMILARITY: int
9
+ MM_AFFINE: int
10
+ MM_HOMOGRAPHY: int
11
+ MM_UNKNOWN: int
12
+ MotionModel = int
13
+ """One of [MM_TRANSLATION, MM_TRANSLATION_AND_SCALE, MM_ROTATION, MM_RIGID, MM_SIMILARITY, MM_AFFINE, MM_HOMOGRAPHY, MM_UNKNOWN]"""
14
+
15
+
16
+
@@ -0,0 +1,23 @@
1
+ __all__: list[str] = []
2
+
3
+ import cv2
4
+ import cv2.typing
5
+ import typing as _typing
6
+
7
+
8
+ # Classes
9
+ class WeChatQRCode:
10
+ # Functions
11
+ def __init__(self, detector_prototxt_path: str = ..., detector_caffe_model_path: str = ..., super_resolution_prototxt_path: str = ..., super_resolution_caffe_model_path: str = ...) -> None: ...
12
+
13
+ @_typing.overload
14
+ def detectAndDecode(self, img: cv2.typing.MatLike, points: _typing.Sequence[cv2.typing.MatLike] | None = ...) -> tuple[_typing.Sequence[str], _typing.Sequence[cv2.typing.MatLike]]: ...
15
+ @_typing.overload
16
+ def detectAndDecode(self, img: cv2.UMat, points: _typing.Sequence[cv2.UMat] | None = ...) -> tuple[_typing.Sequence[str], _typing.Sequence[cv2.UMat]]: ...
17
+
18
+ def setScaleFactor(self, _scalingFactor: float) -> None: ...
19
+
20
+ def getScaleFactor(self) -> float: ...
21
+
22
+
23
+
@@ -0,0 +1,537 @@
1
+ __all__: list[str] = []
2
+
3
+ import cv2
4
+ import cv2.typing
5
+ import typing as _typing
6
+
7
+
8
+ BEBLID_SIZE_512_BITS: int
9
+ BEBLID_SIZE_256_BITS: int
10
+ BEBLID_BeblidSize = int
11
+ """One of [BEBLID_SIZE_512_BITS, BEBLID_SIZE_256_BITS]"""
12
+
13
+ TEBLID_SIZE_256_BITS: int
14
+ TEBLID_SIZE_512_BITS: int
15
+ TEBLID_TeblidSize = int
16
+ """One of [TEBLID_SIZE_256_BITS, TEBLID_SIZE_512_BITS]"""
17
+
18
+ DAISY_NRM_NONE: int
19
+ DAISY_NRM_PARTIAL: int
20
+ DAISY_NRM_FULL: int
21
+ DAISY_NRM_SIFT: int
22
+ DAISY_NormalizationType = int
23
+ """One of [DAISY_NRM_NONE, DAISY_NRM_PARTIAL, DAISY_NRM_FULL, DAISY_NRM_SIFT]"""
24
+
25
+ PCTSignatures_L0_25: int
26
+ PCTSIGNATURES_L0_25: int
27
+ PCTSignatures_L0_5: int
28
+ PCTSIGNATURES_L0_5: int
29
+ PCTSignatures_L1: int
30
+ PCTSIGNATURES_L1: int
31
+ PCTSignatures_L2: int
32
+ PCTSIGNATURES_L2: int
33
+ PCTSignatures_L2SQUARED: int
34
+ PCTSIGNATURES_L2SQUARED: int
35
+ PCTSignatures_L5: int
36
+ PCTSIGNATURES_L5: int
37
+ PCTSignatures_L_INFINITY: int
38
+ PCTSIGNATURES_L_INFINITY: int
39
+ PCTSignatures_DistanceFunction = int
40
+ """One of [PCTSignatures_L0_25, PCTSIGNATURES_L0_25, PCTSignatures_L0_5, PCTSIGNATURES_L0_5, PCTSignatures_L1, PCTSIGNATURES_L1, PCTSignatures_L2, PCTSIGNATURES_L2, PCTSignatures_L2SQUARED, PCTSIGNATURES_L2SQUARED, PCTSignatures_L5, PCTSIGNATURES_L5, PCTSignatures_L_INFINITY, PCTSIGNATURES_L_INFINITY]"""
41
+
42
+ PCTSignatures_UNIFORM: int
43
+ PCTSIGNATURES_UNIFORM: int
44
+ PCTSignatures_REGULAR: int
45
+ PCTSIGNATURES_REGULAR: int
46
+ PCTSignatures_NORMAL: int
47
+ PCTSIGNATURES_NORMAL: int
48
+ PCTSignatures_PointDistribution = int
49
+ """One of [PCTSignatures_UNIFORM, PCTSIGNATURES_UNIFORM, PCTSignatures_REGULAR, PCTSIGNATURES_REGULAR, PCTSignatures_NORMAL, PCTSIGNATURES_NORMAL]"""
50
+
51
+ PCTSignatures_MINUS: int
52
+ PCTSIGNATURES_MINUS: int
53
+ PCTSignatures_GAUSSIAN: int
54
+ PCTSIGNATURES_GAUSSIAN: int
55
+ PCTSignatures_HEURISTIC: int
56
+ PCTSIGNATURES_HEURISTIC: int
57
+ PCTSignatures_SimilarityFunction = int
58
+ """One of [PCTSignatures_MINUS, PCTSIGNATURES_MINUS, PCTSignatures_GAUSSIAN, PCTSIGNATURES_GAUSSIAN, PCTSignatures_HEURISTIC, PCTSIGNATURES_HEURISTIC]"""
59
+
60
+
61
+ # Classes
62
+ class FREAK(cv2.Feature2D):
63
+ # Functions
64
+ @classmethod
65
+ def create(cls, orientationNormalized: bool = ..., scaleNormalized: bool = ..., patternScale: float = ..., nOctaves: int = ..., selectedPairs: _typing.Sequence[int] = ...) -> FREAK: ...
66
+
67
+ def setOrientationNormalized(self, orientationNormalized: bool) -> None: ...
68
+
69
+ def getOrientationNormalized(self) -> bool: ...
70
+
71
+ def setScaleNormalized(self, scaleNormalized: bool) -> None: ...
72
+
73
+ def getScaleNormalized(self) -> bool: ...
74
+
75
+ def setPatternScale(self, patternScale: float) -> None: ...
76
+
77
+ def getPatternScale(self) -> float: ...
78
+
79
+ def setNOctaves(self, nOctaves: int) -> None: ...
80
+
81
+ def getNOctaves(self) -> int: ...
82
+
83
+ def getDefaultName(self) -> str: ...
84
+
85
+
86
+ class StarDetector(cv2.Feature2D):
87
+ # Functions
88
+ @classmethod
89
+ def create(cls, maxSize: int = ..., responseThreshold: int = ..., lineThresholdProjected: int = ..., lineThresholdBinarized: int = ..., suppressNonmaxSize: int = ...) -> StarDetector: ...
90
+
91
+ def setMaxSize(self, _maxSize: int) -> None: ...
92
+
93
+ def getMaxSize(self) -> int: ...
94
+
95
+ def setResponseThreshold(self, _responseThreshold: int) -> None: ...
96
+
97
+ def getResponseThreshold(self) -> int: ...
98
+
99
+ def setLineThresholdProjected(self, _lineThresholdProjected: int) -> None: ...
100
+
101
+ def getLineThresholdProjected(self) -> int: ...
102
+
103
+ def setLineThresholdBinarized(self, _lineThresholdBinarized: int) -> None: ...
104
+
105
+ def getLineThresholdBinarized(self) -> int: ...
106
+
107
+ def setSuppressNonmaxSize(self, _suppressNonmaxSize: int) -> None: ...
108
+
109
+ def getSuppressNonmaxSize(self) -> int: ...
110
+
111
+ def getDefaultName(self) -> str: ...
112
+
113
+
114
+ class BriefDescriptorExtractor(cv2.Feature2D):
115
+ # Functions
116
+ @classmethod
117
+ def create(cls, bytes: int = ..., use_orientation: bool = ...) -> BriefDescriptorExtractor: ...
118
+
119
+ def setDescriptorSize(self, bytes: int) -> None: ...
120
+
121
+ def getDescriptorSize(self) -> int: ...
122
+
123
+ def setUseOrientation(self, use_orientation: bool) -> None: ...
124
+
125
+ def getUseOrientation(self) -> bool: ...
126
+
127
+ def getDefaultName(self) -> str: ...
128
+
129
+
130
+ class LUCID(cv2.Feature2D):
131
+ # Functions
132
+ @classmethod
133
+ def create(cls, lucid_kernel: int = ..., blur_kernel: int = ...) -> LUCID: ...
134
+
135
+ def setLucidKernel(self, lucid_kernel: int) -> None: ...
136
+
137
+ def getLucidKernel(self) -> int: ...
138
+
139
+ def setBlurKernel(self, blur_kernel: int) -> None: ...
140
+
141
+ def getBlurKernel(self) -> int: ...
142
+
143
+ def getDefaultName(self) -> str: ...
144
+
145
+
146
+ class LATCH(cv2.Feature2D):
147
+ # Functions
148
+ @classmethod
149
+ def create(cls, bytes: int = ..., rotationInvariance: bool = ..., half_ssd_size: int = ..., sigma: float = ...) -> LATCH: ...
150
+
151
+ def setBytes(self, bytes: int) -> None: ...
152
+
153
+ def getBytes(self) -> int: ...
154
+
155
+ def setRotationInvariance(self, rotationInvariance: bool) -> None: ...
156
+
157
+ def getRotationInvariance(self) -> bool: ...
158
+
159
+ def setHalfSSDsize(self, half_ssd_size: int) -> None: ...
160
+
161
+ def getHalfSSDsize(self) -> int: ...
162
+
163
+ def setSigma(self, sigma: float) -> None: ...
164
+
165
+ def getSigma(self) -> float: ...
166
+
167
+ def getDefaultName(self) -> str: ...
168
+
169
+
170
+ class BEBLID(cv2.Feature2D):
171
+ # Functions
172
+ @classmethod
173
+ def create(cls, scale_factor: float, n_bits: int = ...) -> BEBLID: ...
174
+
175
+ def setScaleFactor(self, scale_factor: float) -> None: ...
176
+
177
+ def getScaleFactor(self) -> float: ...
178
+
179
+ def getDefaultName(self) -> str: ...
180
+
181
+
182
+ class TEBLID(cv2.Feature2D):
183
+ # Functions
184
+ @classmethod
185
+ def create(cls, scale_factor: float, n_bits: int = ...) -> TEBLID: ...
186
+
187
+ def getDefaultName(self) -> str: ...
188
+
189
+
190
+ class DAISY(cv2.Feature2D):
191
+ # Functions
192
+ @classmethod
193
+ @_typing.overload
194
+ def create(cls, radius: float = ..., q_radius: int = ..., q_theta: int = ..., q_hist: int = ..., norm: DAISY_NormalizationType = ..., H: cv2.typing.MatLike | None = ..., interpolation: bool = ..., use_orientation: bool = ...) -> DAISY: ...
195
+ @classmethod
196
+ @_typing.overload
197
+ def create(cls, radius: float = ..., q_radius: int = ..., q_theta: int = ..., q_hist: int = ..., norm: DAISY_NormalizationType = ..., H: cv2.UMat | None = ..., interpolation: bool = ..., use_orientation: bool = ...) -> DAISY: ...
198
+
199
+ def setRadius(self, radius: float) -> None: ...
200
+
201
+ def getRadius(self) -> float: ...
202
+
203
+ def setQRadius(self, q_radius: int) -> None: ...
204
+
205
+ def getQRadius(self) -> int: ...
206
+
207
+ def setQTheta(self, q_theta: int) -> None: ...
208
+
209
+ def getQTheta(self) -> int: ...
210
+
211
+ def setQHist(self, q_hist: int) -> None: ...
212
+
213
+ def getQHist(self) -> int: ...
214
+
215
+ def setNorm(self, norm: int) -> None: ...
216
+
217
+ def getNorm(self) -> int: ...
218
+
219
+ @_typing.overload
220
+ def setH(self, H: cv2.typing.MatLike) -> None: ...
221
+ @_typing.overload
222
+ def setH(self, H: cv2.UMat) -> None: ...
223
+
224
+ def getH(self) -> cv2.typing.MatLike: ...
225
+
226
+ def setInterpolation(self, interpolation: bool) -> None: ...
227
+
228
+ def getInterpolation(self) -> bool: ...
229
+
230
+ def setUseOrientation(self, use_orientation: bool) -> None: ...
231
+
232
+ def getUseOrientation(self) -> bool: ...
233
+
234
+ def getDefaultName(self) -> str: ...
235
+
236
+
237
+ class MSDDetector(cv2.Feature2D):
238
+ # Functions
239
+ @classmethod
240
+ def create(cls, m_patch_radius: int = ..., m_search_area_radius: int = ..., m_nms_radius: int = ..., m_nms_scale_radius: int = ..., m_th_saliency: float = ..., m_kNN: int = ..., m_scale_factor: float = ..., m_n_scales: int = ..., m_compute_orientation: bool = ...) -> MSDDetector: ...
241
+
242
+ def setPatchRadius(self, patch_radius: int) -> None: ...
243
+
244
+ def getPatchRadius(self) -> int: ...
245
+
246
+ def setSearchAreaRadius(self, use_orientation: int) -> None: ...
247
+
248
+ def getSearchAreaRadius(self) -> int: ...
249
+
250
+ def setNmsRadius(self, nms_radius: int) -> None: ...
251
+
252
+ def getNmsRadius(self) -> int: ...
253
+
254
+ def setNmsScaleRadius(self, nms_scale_radius: int) -> None: ...
255
+
256
+ def getNmsScaleRadius(self) -> int: ...
257
+
258
+ def setThSaliency(self, th_saliency: float) -> None: ...
259
+
260
+ def getThSaliency(self) -> float: ...
261
+
262
+ def setKNN(self, kNN: int) -> None: ...
263
+
264
+ def getKNN(self) -> int: ...
265
+
266
+ def setScaleFactor(self, scale_factor: float) -> None: ...
267
+
268
+ def getScaleFactor(self) -> float: ...
269
+
270
+ def setNScales(self, use_orientation: int) -> None: ...
271
+
272
+ def getNScales(self) -> int: ...
273
+
274
+ def setComputeOrientation(self, compute_orientation: bool) -> None: ...
275
+
276
+ def getComputeOrientation(self) -> bool: ...
277
+
278
+ def getDefaultName(self) -> str: ...
279
+
280
+
281
+ class VGG(cv2.Feature2D):
282
+ # Functions
283
+ @classmethod
284
+ def create(cls, desc: int = ..., isigma: float = ..., img_normalize: bool = ..., use_scale_orientation: bool = ..., scale_factor: float = ..., dsc_normalize: bool = ...) -> VGG: ...
285
+
286
+ def getDefaultName(self) -> str: ...
287
+
288
+ def setSigma(self, isigma: float) -> None: ...
289
+
290
+ def getSigma(self) -> float: ...
291
+
292
+ def setUseNormalizeImage(self, img_normalize: bool) -> None: ...
293
+
294
+ def getUseNormalizeImage(self) -> bool: ...
295
+
296
+ def setUseScaleOrientation(self, use_scale_orientation: bool) -> None: ...
297
+
298
+ def getUseScaleOrientation(self) -> bool: ...
299
+
300
+ def setScaleFactor(self, scale_factor: float) -> None: ...
301
+
302
+ def getScaleFactor(self) -> float: ...
303
+
304
+ def setUseNormalizeDescriptor(self, dsc_normalize: bool) -> None: ...
305
+
306
+ def getUseNormalizeDescriptor(self) -> bool: ...
307
+
308
+
309
+ class BoostDesc(cv2.Feature2D):
310
+ # Functions
311
+ @classmethod
312
+ def create(cls, desc: int = ..., use_scale_orientation: bool = ..., scale_factor: float = ...) -> BoostDesc: ...
313
+
314
+ def getDefaultName(self) -> str: ...
315
+
316
+ def setUseScaleOrientation(self, use_scale_orientation: bool) -> None: ...
317
+
318
+ def getUseScaleOrientation(self) -> bool: ...
319
+
320
+ def setScaleFactor(self, scale_factor: float) -> None: ...
321
+
322
+ def getScaleFactor(self) -> float: ...
323
+
324
+
325
+ class PCTSignatures(cv2.Algorithm):
326
+ # Functions
327
+ @classmethod
328
+ @_typing.overload
329
+ def create(cls, initSampleCount: int = ..., initSeedCount: int = ..., pointDistribution: int = ...) -> PCTSignatures: ...
330
+ @classmethod
331
+ @_typing.overload
332
+ def create(cls, initSamplingPoints: _typing.Sequence[cv2.typing.Point2f], initSeedCount: int) -> PCTSignatures: ...
333
+ @classmethod
334
+ @_typing.overload
335
+ def create(cls, initSamplingPoints: _typing.Sequence[cv2.typing.Point2f], initClusterSeedIndexes: _typing.Sequence[int]) -> PCTSignatures: ...
336
+
337
+ @_typing.overload
338
+ def computeSignature(self, image: cv2.typing.MatLike, signature: cv2.typing.MatLike | None = ...) -> cv2.typing.MatLike: ...
339
+ @_typing.overload
340
+ def computeSignature(self, image: cv2.UMat, signature: cv2.UMat | None = ...) -> cv2.UMat: ...
341
+
342
+ def computeSignatures(self, images: _typing.Sequence[cv2.typing.MatLike], signatures: _typing.Sequence[cv2.typing.MatLike]) -> None: ...
343
+
344
+ @staticmethod
345
+ @_typing.overload
346
+ def drawSignature(source: cv2.typing.MatLike, signature: cv2.typing.MatLike, result: cv2.typing.MatLike | None = ..., radiusToShorterSideRatio: float = ..., borderThickness: int = ...) -> cv2.typing.MatLike: ...
347
+ @staticmethod
348
+ @_typing.overload
349
+ def drawSignature(source: cv2.UMat, signature: cv2.UMat, result: cv2.UMat | None = ..., radiusToShorterSideRatio: float = ..., borderThickness: int = ...) -> cv2.UMat: ...
350
+
351
+ @staticmethod
352
+ def generateInitPoints(initPoints: _typing.Sequence[cv2.typing.Point2f], count: int, pointDistribution: int) -> None: ...
353
+
354
+ def getSampleCount(self) -> int: ...
355
+
356
+ def getGrayscaleBits(self) -> int: ...
357
+
358
+ def setGrayscaleBits(self, grayscaleBits: int) -> None: ...
359
+
360
+ def getWindowRadius(self) -> int: ...
361
+
362
+ def setWindowRadius(self, radius: int) -> None: ...
363
+
364
+ def getWeightX(self) -> float: ...
365
+
366
+ def setWeightX(self, weight: float) -> None: ...
367
+
368
+ def getWeightY(self) -> float: ...
369
+
370
+ def setWeightY(self, weight: float) -> None: ...
371
+
372
+ def getWeightL(self) -> float: ...
373
+
374
+ def setWeightL(self, weight: float) -> None: ...
375
+
376
+ def getWeightA(self) -> float: ...
377
+
378
+ def setWeightA(self, weight: float) -> None: ...
379
+
380
+ def getWeightB(self) -> float: ...
381
+
382
+ def setWeightB(self, weight: float) -> None: ...
383
+
384
+ def getWeightContrast(self) -> float: ...
385
+
386
+ def setWeightContrast(self, weight: float) -> None: ...
387
+
388
+ def getWeightEntropy(self) -> float: ...
389
+
390
+ def setWeightEntropy(self, weight: float) -> None: ...
391
+
392
+ def getSamplingPoints(self) -> _typing.Sequence[cv2.typing.Point2f]: ...
393
+
394
+ def setWeight(self, idx: int, value: float) -> None: ...
395
+
396
+ def setWeights(self, weights: _typing.Sequence[float]) -> None: ...
397
+
398
+ def setTranslation(self, idx: int, value: float) -> None: ...
399
+
400
+ def setTranslations(self, translations: _typing.Sequence[float]) -> None: ...
401
+
402
+ def setSamplingPoints(self, samplingPoints: _typing.Sequence[cv2.typing.Point2f]) -> None: ...
403
+
404
+ def getInitSeedIndexes(self) -> _typing.Sequence[int]: ...
405
+
406
+ def setInitSeedIndexes(self, initSeedIndexes: _typing.Sequence[int]) -> None: ...
407
+
408
+ def getInitSeedCount(self) -> int: ...
409
+
410
+ def getIterationCount(self) -> int: ...
411
+
412
+ def setIterationCount(self, iterationCount: int) -> None: ...
413
+
414
+ def getMaxClustersCount(self) -> int: ...
415
+
416
+ def setMaxClustersCount(self, maxClustersCount: int) -> None: ...
417
+
418
+ def getClusterMinSize(self) -> int: ...
419
+
420
+ def setClusterMinSize(self, clusterMinSize: int) -> None: ...
421
+
422
+ def getJoiningDistance(self) -> float: ...
423
+
424
+ def setJoiningDistance(self, joiningDistance: float) -> None: ...
425
+
426
+ def getDropThreshold(self) -> float: ...
427
+
428
+ def setDropThreshold(self, dropThreshold: float) -> None: ...
429
+
430
+ def getDistanceFunction(self) -> int: ...
431
+
432
+ def setDistanceFunction(self, distanceFunction: int) -> None: ...
433
+
434
+
435
+ class PCTSignaturesSQFD(cv2.Algorithm):
436
+ # Functions
437
+ @classmethod
438
+ def create(cls, distanceFunction: int = ..., similarityFunction: int = ..., similarityParameter: float = ...) -> PCTSignaturesSQFD: ...
439
+
440
+ @_typing.overload
441
+ def computeQuadraticFormDistance(self, _signature0: cv2.typing.MatLike, _signature1: cv2.typing.MatLike) -> float: ...
442
+ @_typing.overload
443
+ def computeQuadraticFormDistance(self, _signature0: cv2.UMat, _signature1: cv2.UMat) -> float: ...
444
+
445
+ def computeQuadraticFormDistances(self, sourceSignature: cv2.typing.MatLike, imageSignatures: _typing.Sequence[cv2.typing.MatLike], distances: _typing.Sequence[float]) -> None: ...
446
+
447
+
448
+ class HarrisLaplaceFeatureDetector(cv2.Feature2D):
449
+ # Functions
450
+ @classmethod
451
+ def create(cls, numOctaves: int = ..., corn_thresh: float = ..., DOG_thresh: float = ..., maxCorners: int = ..., num_layers: int = ...) -> HarrisLaplaceFeatureDetector: ...
452
+
453
+ def setNumOctaves(self, numOctaves_: int) -> None: ...
454
+
455
+ def getNumOctaves(self) -> int: ...
456
+
457
+ def setCornThresh(self, corn_thresh_: float) -> None: ...
458
+
459
+ def getCornThresh(self) -> float: ...
460
+
461
+ def setDOGThresh(self, DOG_thresh_: float) -> None: ...
462
+
463
+ def getDOGThresh(self) -> float: ...
464
+
465
+ def setMaxCorners(self, maxCorners_: int) -> None: ...
466
+
467
+ def getMaxCorners(self) -> int: ...
468
+
469
+ def setNumLayers(self, num_layers_: int) -> None: ...
470
+
471
+ def getNumLayers(self) -> int: ...
472
+
473
+ def getDefaultName(self) -> str: ...
474
+
475
+
476
+ class AffineFeature2D(cv2.Feature2D):
477
+ ...
478
+
479
+ class TBMR(AffineFeature2D):
480
+ # Functions
481
+ @classmethod
482
+ def create(cls, min_area: int = ..., max_area_relative: float = ..., scale_factor: float = ..., n_scales: int = ...) -> TBMR: ...
483
+
484
+ def setMinArea(self, minArea: int) -> None: ...
485
+
486
+ def getMinArea(self) -> int: ...
487
+
488
+ def setMaxAreaRelative(self, maxArea: float) -> None: ...
489
+
490
+ def getMaxAreaRelative(self) -> float: ...
491
+
492
+ def setScaleFactor(self, scale_factor: float) -> None: ...
493
+
494
+ def getScaleFactor(self) -> float: ...
495
+
496
+ def setNScales(self, n_scales: int) -> None: ...
497
+
498
+ def getNScales(self) -> int: ...
499
+
500
+ def getDefaultName(self) -> str: ...
501
+
502
+
503
+ class SURF(cv2.Feature2D):
504
+ # Functions
505
+ @classmethod
506
+ def create(cls, hessianThreshold: float = ..., nOctaves: int = ..., nOctaveLayers: int = ..., extended: bool = ..., upright: bool = ...) -> SURF: ...
507
+
508
+ def setHessianThreshold(self, hessianThreshold: float) -> None: ...
509
+
510
+ def getHessianThreshold(self) -> float: ...
511
+
512
+ def setNOctaves(self, nOctaves: int) -> None: ...
513
+
514
+ def getNOctaves(self) -> int: ...
515
+
516
+ def setNOctaveLayers(self, nOctaveLayers: int) -> None: ...
517
+
518
+ def getNOctaveLayers(self) -> int: ...
519
+
520
+ def setExtended(self, extended: bool) -> None: ...
521
+
522
+ def getExtended(self) -> bool: ...
523
+
524
+ def setUpright(self, upright: bool) -> None: ...
525
+
526
+ def getUpright(self) -> bool: ...
527
+
528
+ def getDefaultName(self) -> str: ...
529
+
530
+
531
+
532
+ # Functions
533
+ def matchGMS(size1: cv2.typing.Size, size2: cv2.typing.Size, keypoints1: _typing.Sequence[cv2.KeyPoint], keypoints2: _typing.Sequence[cv2.KeyPoint], matches1to2: _typing.Sequence[cv2.DMatch], withRotation: bool = ..., withScale: bool = ..., thresholdFactor: float = ...) -> _typing.Sequence[cv2.DMatch]: ...
534
+
535
+ def matchLOGOS(keypoints1: _typing.Sequence[cv2.KeyPoint], keypoints2: _typing.Sequence[cv2.KeyPoint], nn1: _typing.Sequence[int], nn2: _typing.Sequence[int]) -> _typing.Sequence[cv2.DMatch]: ...
536
+
537
+