opencv-contrib-python-headless 4.10.0.82__cp37-abi3-win_amd64.whl → 4.11.0.86__cp37-abi3-win_amd64.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.
- cv2/__init__.pyi +112 -23
- cv2/bgsegm/__init__.pyi +10 -0
- cv2/cuda/__init__.pyi +3 -0
- cv2/cv2.pyd +0 -0
- cv2/dnn/__init__.pyi +4 -0
- cv2/fisheye/__init__.pyi +4 -0
- cv2/gapi/onnx/__init__.pyi +4 -0
- cv2/{opencv_videoio_ffmpeg4100_64.dll → opencv_videoio_ffmpeg4110_64.dll} +0 -0
- cv2/typing/__init__.py +25 -23
- cv2/version.py +1 -1
- cv2/videoio_registry/__init__.pyi +4 -0
- cv2/xfeatures2d/__init__.pyi +2 -0
- {opencv_contrib_python_headless-4.10.0.82.dist-info → opencv_contrib_python_headless-4.11.0.86.dist-info}/METADATA +15 -14
- {opencv_contrib_python_headless-4.10.0.82.dist-info → opencv_contrib_python_headless-4.11.0.86.dist-info}/RECORD +18 -18
- {opencv_contrib_python_headless-4.10.0.82.dist-info → opencv_contrib_python_headless-4.11.0.86.dist-info}/WHEEL +1 -1
- {opencv_contrib_python_headless-4.10.0.82.dist-info → opencv_contrib_python_headless-4.11.0.86.dist-info}/LICENSE-3RD-PARTY.txt +0 -0
- {opencv_contrib_python_headless-4.10.0.82.dist-info → opencv_contrib_python_headless-4.11.0.86.dist-info}/LICENSE.txt +0 -0
- {opencv_contrib_python_headless-4.10.0.82.dist-info → opencv_contrib_python_headless-4.11.0.86.dist-info}/top_level.txt +0 -0
cv2/__init__.pyi
CHANGED
|
@@ -2,6 +2,7 @@ __all__: list[str] = []
|
|
|
2
2
|
|
|
3
3
|
import cv2.aruco
|
|
4
4
|
import cv2.cuda
|
|
5
|
+
import cv2.detail
|
|
5
6
|
import cv2.dnn
|
|
6
7
|
import cv2.gapi
|
|
7
8
|
import cv2.gapi.ot
|
|
@@ -90,12 +91,6 @@ COVAR_COLS: int
|
|
|
90
91
|
CovarFlags = int
|
|
91
92
|
"""One of [COVAR_SCRAMBLED, COVAR_NORMAL, COVAR_USE_AVG, COVAR_SCALE, COVAR_ROWS, COVAR_COLS]"""
|
|
92
93
|
|
|
93
|
-
KMEANS_RANDOM_CENTERS: int
|
|
94
|
-
KMEANS_PP_CENTERS: int
|
|
95
|
-
KMEANS_USE_INITIAL_LABELS: int
|
|
96
|
-
KmeansFlags = int
|
|
97
|
-
"""One of [KMEANS_RANDOM_CENTERS, KMEANS_PP_CENTERS, KMEANS_USE_INITIAL_LABELS]"""
|
|
98
|
-
|
|
99
94
|
REDUCE_SUM: int
|
|
100
95
|
REDUCE_AVG: int
|
|
101
96
|
REDUCE_MAX: int
|
|
@@ -110,6 +105,12 @@ ROTATE_90_COUNTERCLOCKWISE: int
|
|
|
110
105
|
RotateFlags = int
|
|
111
106
|
"""One of [ROTATE_90_CLOCKWISE, ROTATE_180, ROTATE_90_COUNTERCLOCKWISE]"""
|
|
112
107
|
|
|
108
|
+
KMEANS_RANDOM_CENTERS: int
|
|
109
|
+
KMEANS_PP_CENTERS: int
|
|
110
|
+
KMEANS_USE_INITIAL_LABELS: int
|
|
111
|
+
KmeansFlags = int
|
|
112
|
+
"""One of [KMEANS_RANDOM_CENTERS, KMEANS_PP_CENTERS, KMEANS_USE_INITIAL_LABELS]"""
|
|
113
|
+
|
|
113
114
|
Param_INT: int
|
|
114
115
|
PARAM_INT: int
|
|
115
116
|
Param_BOOLEAN: int
|
|
@@ -225,6 +226,12 @@ QUAT_ASSUME_UNIT: int
|
|
|
225
226
|
QuatAssumeType = int
|
|
226
227
|
"""One of [QUAT_ASSUME_NOT_UNIT, QUAT_ASSUME_UNIT]"""
|
|
227
228
|
|
|
229
|
+
ALGO_HINT_DEFAULT: int
|
|
230
|
+
ALGO_HINT_ACCURATE: int
|
|
231
|
+
ALGO_HINT_APPROX: int
|
|
232
|
+
AlgorithmHint = int
|
|
233
|
+
"""One of [ALGO_HINT_DEFAULT, ALGO_HINT_ACCURATE, ALGO_HINT_APPROX]"""
|
|
234
|
+
|
|
228
235
|
FILTER_SCHARR: int
|
|
229
236
|
SpecialFilter = int
|
|
230
237
|
"""One of [FILTER_SCHARR]"""
|
|
@@ -842,9 +849,6 @@ ColormapTypes = int
|
|
|
842
849
|
INPAINT_NS: int
|
|
843
850
|
INPAINT_TELEA: int
|
|
844
851
|
LDR_SIZE: int
|
|
845
|
-
NORMAL_CLONE: int
|
|
846
|
-
MIXED_CLONE: int
|
|
847
|
-
MONOCHROME_TRANSFER: int
|
|
848
852
|
RECURS_FILTER: int
|
|
849
853
|
NORMCONV_FILTER: int
|
|
850
854
|
CAP_PROP_DC1394_OFF: int
|
|
@@ -1066,6 +1070,7 @@ CAP_PROP_XI_FFS_ACCESS_KEY: int
|
|
|
1066
1070
|
CAP_PROP_XI_SENSOR_FEATURE_SELECTOR: int
|
|
1067
1071
|
CAP_PROP_XI_SENSOR_FEATURE_VALUE: int
|
|
1068
1072
|
CAP_PROP_ARAVIS_AUTOTRIGGER: int
|
|
1073
|
+
CAP_PROP_ANDROID_DEVICE_TORCH: int
|
|
1069
1074
|
CAP_PROP_IOS_DEVICE_FOCUS: int
|
|
1070
1075
|
CAP_PROP_IOS_DEVICE_EXPOSURE: int
|
|
1071
1076
|
CAP_PROP_IOS_DEVICE_FLASH: int
|
|
@@ -1166,6 +1171,15 @@ MOTION_EUCLIDEAN: int
|
|
|
1166
1171
|
MOTION_AFFINE: int
|
|
1167
1172
|
MOTION_HOMOGRAPHY: int
|
|
1168
1173
|
|
|
1174
|
+
NORMAL_CLONE: int
|
|
1175
|
+
MIXED_CLONE: int
|
|
1176
|
+
MONOCHROME_TRANSFER: int
|
|
1177
|
+
NORMAL_CLONE_WIDE: int
|
|
1178
|
+
MIXED_CLONE_WIDE: int
|
|
1179
|
+
MONOCHROME_TRANSFER_WIDE: int
|
|
1180
|
+
SeamlessCloneFlags = int
|
|
1181
|
+
"""One of [NORMAL_CLONE, MIXED_CLONE, MONOCHROME_TRANSFER, NORMAL_CLONE_WIDE, MIXED_CLONE_WIDE, MONOCHROME_TRANSFER_WIDE]"""
|
|
1182
|
+
|
|
1169
1183
|
DrawMatchesFlags_DEFAULT: int
|
|
1170
1184
|
DRAW_MATCHES_FLAGS_DEFAULT: int
|
|
1171
1185
|
DrawMatchesFlags_DRAW_OVER_OUTIMG: int
|
|
@@ -1179,6 +1193,7 @@ DrawMatchesFlags = int
|
|
|
1179
1193
|
|
|
1180
1194
|
IMREAD_UNCHANGED: int
|
|
1181
1195
|
IMREAD_GRAYSCALE: int
|
|
1196
|
+
IMREAD_COLOR_BGR: int
|
|
1182
1197
|
IMREAD_COLOR: int
|
|
1183
1198
|
IMREAD_ANYDEPTH: int
|
|
1184
1199
|
IMREAD_ANYCOLOR: int
|
|
@@ -1190,8 +1205,9 @@ IMREAD_REDUCED_COLOR_4: int
|
|
|
1190
1205
|
IMREAD_REDUCED_GRAYSCALE_8: int
|
|
1191
1206
|
IMREAD_REDUCED_COLOR_8: int
|
|
1192
1207
|
IMREAD_IGNORE_ORIENTATION: int
|
|
1208
|
+
IMREAD_COLOR_RGB: int
|
|
1193
1209
|
ImreadModes = int
|
|
1194
|
-
"""One of [IMREAD_UNCHANGED, IMREAD_GRAYSCALE, IMREAD_COLOR, IMREAD_ANYDEPTH, IMREAD_ANYCOLOR, IMREAD_LOAD_GDAL, IMREAD_REDUCED_GRAYSCALE_2, IMREAD_REDUCED_COLOR_2, IMREAD_REDUCED_GRAYSCALE_4, IMREAD_REDUCED_COLOR_4, IMREAD_REDUCED_GRAYSCALE_8, IMREAD_REDUCED_COLOR_8, IMREAD_IGNORE_ORIENTATION]"""
|
|
1210
|
+
"""One of [IMREAD_UNCHANGED, IMREAD_GRAYSCALE, IMREAD_COLOR_BGR, IMREAD_COLOR, IMREAD_ANYDEPTH, IMREAD_ANYCOLOR, IMREAD_LOAD_GDAL, IMREAD_REDUCED_GRAYSCALE_2, IMREAD_REDUCED_COLOR_2, IMREAD_REDUCED_GRAYSCALE_4, IMREAD_REDUCED_COLOR_4, IMREAD_REDUCED_GRAYSCALE_8, IMREAD_REDUCED_COLOR_8, IMREAD_IGNORE_ORIENTATION, IMREAD_COLOR_RGB]"""
|
|
1195
1211
|
|
|
1196
1212
|
IMWRITE_JPEG_QUALITY: int
|
|
1197
1213
|
IMWRITE_JPEG_PROGRESSIVE: int
|
|
@@ -1220,8 +1236,18 @@ IMWRITE_JPEG2000_COMPRESSION_X1000: int
|
|
|
1220
1236
|
IMWRITE_AVIF_QUALITY: int
|
|
1221
1237
|
IMWRITE_AVIF_DEPTH: int
|
|
1222
1238
|
IMWRITE_AVIF_SPEED: int
|
|
1239
|
+
IMWRITE_JPEGXL_QUALITY: int
|
|
1240
|
+
IMWRITE_JPEGXL_EFFORT: int
|
|
1241
|
+
IMWRITE_JPEGXL_DISTANCE: int
|
|
1242
|
+
IMWRITE_JPEGXL_DECODING_SPEED: int
|
|
1243
|
+
IMWRITE_GIF_LOOP: int
|
|
1244
|
+
IMWRITE_GIF_SPEED: int
|
|
1245
|
+
IMWRITE_GIF_QUALITY: int
|
|
1246
|
+
IMWRITE_GIF_DITHER: int
|
|
1247
|
+
IMWRITE_GIF_TRANSPARENCY: int
|
|
1248
|
+
IMWRITE_GIF_COLORTABLE: int
|
|
1223
1249
|
ImwriteFlags = int
|
|
1224
|
-
"""One of [IMWRITE_JPEG_QUALITY, IMWRITE_JPEG_PROGRESSIVE, IMWRITE_JPEG_OPTIMIZE, IMWRITE_JPEG_RST_INTERVAL, IMWRITE_JPEG_LUMA_QUALITY, IMWRITE_JPEG_CHROMA_QUALITY, IMWRITE_JPEG_SAMPLING_FACTOR, IMWRITE_PNG_COMPRESSION, IMWRITE_PNG_STRATEGY, IMWRITE_PNG_BILEVEL, IMWRITE_PXM_BINARY, IMWRITE_EXR_TYPE, IMWRITE_EXR_COMPRESSION, IMWRITE_EXR_DWA_COMPRESSION_LEVEL, IMWRITE_WEBP_QUALITY, IMWRITE_HDR_COMPRESSION, IMWRITE_PAM_TUPLETYPE, IMWRITE_TIFF_RESUNIT, IMWRITE_TIFF_XDPI, IMWRITE_TIFF_YDPI, IMWRITE_TIFF_COMPRESSION, IMWRITE_TIFF_ROWSPERSTRIP, IMWRITE_TIFF_PREDICTOR, IMWRITE_JPEG2000_COMPRESSION_X1000, IMWRITE_AVIF_QUALITY, IMWRITE_AVIF_DEPTH, IMWRITE_AVIF_SPEED]"""
|
|
1250
|
+
"""One of [IMWRITE_JPEG_QUALITY, IMWRITE_JPEG_PROGRESSIVE, IMWRITE_JPEG_OPTIMIZE, IMWRITE_JPEG_RST_INTERVAL, IMWRITE_JPEG_LUMA_QUALITY, IMWRITE_JPEG_CHROMA_QUALITY, IMWRITE_JPEG_SAMPLING_FACTOR, IMWRITE_PNG_COMPRESSION, IMWRITE_PNG_STRATEGY, IMWRITE_PNG_BILEVEL, IMWRITE_PXM_BINARY, IMWRITE_EXR_TYPE, IMWRITE_EXR_COMPRESSION, IMWRITE_EXR_DWA_COMPRESSION_LEVEL, IMWRITE_WEBP_QUALITY, IMWRITE_HDR_COMPRESSION, IMWRITE_PAM_TUPLETYPE, IMWRITE_TIFF_RESUNIT, IMWRITE_TIFF_XDPI, IMWRITE_TIFF_YDPI, IMWRITE_TIFF_COMPRESSION, IMWRITE_TIFF_ROWSPERSTRIP, IMWRITE_TIFF_PREDICTOR, IMWRITE_JPEG2000_COMPRESSION_X1000, IMWRITE_AVIF_QUALITY, IMWRITE_AVIF_DEPTH, IMWRITE_AVIF_SPEED, IMWRITE_JPEGXL_QUALITY, IMWRITE_JPEGXL_EFFORT, IMWRITE_JPEGXL_DISTANCE, IMWRITE_JPEGXL_DECODING_SPEED, IMWRITE_GIF_LOOP, IMWRITE_GIF_SPEED, IMWRITE_GIF_QUALITY, IMWRITE_GIF_DITHER, IMWRITE_GIF_TRANSPARENCY, IMWRITE_GIF_COLORTABLE]"""
|
|
1225
1251
|
|
|
1226
1252
|
IMWRITE_JPEG_SAMPLING_FACTOR_411: int
|
|
1227
1253
|
IMWRITE_JPEG_SAMPLING_FACTOR_420: int
|
|
@@ -1313,6 +1339,17 @@ IMWRITE_HDR_COMPRESSION_RLE: int
|
|
|
1313
1339
|
ImwriteHDRCompressionFlags = int
|
|
1314
1340
|
"""One of [IMWRITE_HDR_COMPRESSION_NONE, IMWRITE_HDR_COMPRESSION_RLE]"""
|
|
1315
1341
|
|
|
1342
|
+
IMWRITE_GIF_FAST_NO_DITHER: int
|
|
1343
|
+
IMWRITE_GIF_FAST_FLOYD_DITHER: int
|
|
1344
|
+
IMWRITE_GIF_COLORTABLE_SIZE_8: int
|
|
1345
|
+
IMWRITE_GIF_COLORTABLE_SIZE_16: int
|
|
1346
|
+
IMWRITE_GIF_COLORTABLE_SIZE_32: int
|
|
1347
|
+
IMWRITE_GIF_COLORTABLE_SIZE_64: int
|
|
1348
|
+
IMWRITE_GIF_COLORTABLE_SIZE_128: int
|
|
1349
|
+
IMWRITE_GIF_COLORTABLE_SIZE_256: int
|
|
1350
|
+
ImwriteGIFCompressionFlags = int
|
|
1351
|
+
"""One of [IMWRITE_GIF_FAST_NO_DITHER, IMWRITE_GIF_FAST_FLOYD_DITHER, IMWRITE_GIF_COLORTABLE_SIZE_8, IMWRITE_GIF_COLORTABLE_SIZE_16, IMWRITE_GIF_COLORTABLE_SIZE_32, IMWRITE_GIF_COLORTABLE_SIZE_64, IMWRITE_GIF_COLORTABLE_SIZE_128, IMWRITE_GIF_COLORTABLE_SIZE_256]"""
|
|
1352
|
+
|
|
1316
1353
|
CAP_ANY: int
|
|
1317
1354
|
CAP_VFW: int
|
|
1318
1355
|
CAP_V4L: int
|
|
@@ -1422,8 +1459,10 @@ CAP_PROP_LRF_HAS_KEY_FRAME: int
|
|
|
1422
1459
|
CAP_PROP_CODEC_EXTRADATA_INDEX: int
|
|
1423
1460
|
CAP_PROP_FRAME_TYPE: int
|
|
1424
1461
|
CAP_PROP_N_THREADS: int
|
|
1462
|
+
CAP_PROP_PTS: int
|
|
1463
|
+
CAP_PROP_DTS_DELAY: int
|
|
1425
1464
|
VideoCaptureProperties = int
|
|
1426
|
-
"""One of [CAP_PROP_POS_MSEC, CAP_PROP_POS_FRAMES, CAP_PROP_POS_AVI_RATIO, CAP_PROP_FRAME_WIDTH, CAP_PROP_FRAME_HEIGHT, CAP_PROP_FPS, CAP_PROP_FOURCC, CAP_PROP_FRAME_COUNT, CAP_PROP_FORMAT, CAP_PROP_MODE, CAP_PROP_BRIGHTNESS, CAP_PROP_CONTRAST, CAP_PROP_SATURATION, CAP_PROP_HUE, CAP_PROP_GAIN, CAP_PROP_EXPOSURE, CAP_PROP_CONVERT_RGB, CAP_PROP_WHITE_BALANCE_BLUE_U, CAP_PROP_RECTIFICATION, CAP_PROP_MONOCHROME, CAP_PROP_SHARPNESS, CAP_PROP_AUTO_EXPOSURE, CAP_PROP_GAMMA, CAP_PROP_TEMPERATURE, CAP_PROP_TRIGGER, CAP_PROP_TRIGGER_DELAY, CAP_PROP_WHITE_BALANCE_RED_V, CAP_PROP_ZOOM, CAP_PROP_FOCUS, CAP_PROP_GUID, CAP_PROP_ISO_SPEED, CAP_PROP_BACKLIGHT, CAP_PROP_PAN, CAP_PROP_TILT, CAP_PROP_ROLL, CAP_PROP_IRIS, CAP_PROP_SETTINGS, CAP_PROP_BUFFERSIZE, CAP_PROP_AUTOFOCUS, CAP_PROP_SAR_NUM, CAP_PROP_SAR_DEN, CAP_PROP_BACKEND, CAP_PROP_CHANNEL, CAP_PROP_AUTO_WB, CAP_PROP_WB_TEMPERATURE, CAP_PROP_CODEC_PIXEL_FORMAT, CAP_PROP_BITRATE, CAP_PROP_ORIENTATION_META, CAP_PROP_ORIENTATION_AUTO, CAP_PROP_HW_ACCELERATION, CAP_PROP_HW_DEVICE, CAP_PROP_HW_ACCELERATION_USE_OPENCL, CAP_PROP_OPEN_TIMEOUT_MSEC, CAP_PROP_READ_TIMEOUT_MSEC, CAP_PROP_STREAM_OPEN_TIME_USEC, CAP_PROP_VIDEO_TOTAL_CHANNELS, CAP_PROP_VIDEO_STREAM, CAP_PROP_AUDIO_STREAM, CAP_PROP_AUDIO_POS, CAP_PROP_AUDIO_SHIFT_NSEC, CAP_PROP_AUDIO_DATA_DEPTH, CAP_PROP_AUDIO_SAMPLES_PER_SECOND, CAP_PROP_AUDIO_BASE_INDEX, CAP_PROP_AUDIO_TOTAL_CHANNELS, CAP_PROP_AUDIO_TOTAL_STREAMS, CAP_PROP_AUDIO_SYNCHRONIZE, CAP_PROP_LRF_HAS_KEY_FRAME, CAP_PROP_CODEC_EXTRADATA_INDEX, CAP_PROP_FRAME_TYPE, CAP_PROP_N_THREADS]"""
|
|
1465
|
+
"""One of [CAP_PROP_POS_MSEC, CAP_PROP_POS_FRAMES, CAP_PROP_POS_AVI_RATIO, CAP_PROP_FRAME_WIDTH, CAP_PROP_FRAME_HEIGHT, CAP_PROP_FPS, CAP_PROP_FOURCC, CAP_PROP_FRAME_COUNT, CAP_PROP_FORMAT, CAP_PROP_MODE, CAP_PROP_BRIGHTNESS, CAP_PROP_CONTRAST, CAP_PROP_SATURATION, CAP_PROP_HUE, CAP_PROP_GAIN, CAP_PROP_EXPOSURE, CAP_PROP_CONVERT_RGB, CAP_PROP_WHITE_BALANCE_BLUE_U, CAP_PROP_RECTIFICATION, CAP_PROP_MONOCHROME, CAP_PROP_SHARPNESS, CAP_PROP_AUTO_EXPOSURE, CAP_PROP_GAMMA, CAP_PROP_TEMPERATURE, CAP_PROP_TRIGGER, CAP_PROP_TRIGGER_DELAY, CAP_PROP_WHITE_BALANCE_RED_V, CAP_PROP_ZOOM, CAP_PROP_FOCUS, CAP_PROP_GUID, CAP_PROP_ISO_SPEED, CAP_PROP_BACKLIGHT, CAP_PROP_PAN, CAP_PROP_TILT, CAP_PROP_ROLL, CAP_PROP_IRIS, CAP_PROP_SETTINGS, CAP_PROP_BUFFERSIZE, CAP_PROP_AUTOFOCUS, CAP_PROP_SAR_NUM, CAP_PROP_SAR_DEN, CAP_PROP_BACKEND, CAP_PROP_CHANNEL, CAP_PROP_AUTO_WB, CAP_PROP_WB_TEMPERATURE, CAP_PROP_CODEC_PIXEL_FORMAT, CAP_PROP_BITRATE, CAP_PROP_ORIENTATION_META, CAP_PROP_ORIENTATION_AUTO, CAP_PROP_HW_ACCELERATION, CAP_PROP_HW_DEVICE, CAP_PROP_HW_ACCELERATION_USE_OPENCL, CAP_PROP_OPEN_TIMEOUT_MSEC, CAP_PROP_READ_TIMEOUT_MSEC, CAP_PROP_STREAM_OPEN_TIME_USEC, CAP_PROP_VIDEO_TOTAL_CHANNELS, CAP_PROP_VIDEO_STREAM, CAP_PROP_AUDIO_STREAM, CAP_PROP_AUDIO_POS, CAP_PROP_AUDIO_SHIFT_NSEC, CAP_PROP_AUDIO_DATA_DEPTH, CAP_PROP_AUDIO_SAMPLES_PER_SECOND, CAP_PROP_AUDIO_BASE_INDEX, CAP_PROP_AUDIO_TOTAL_CHANNELS, CAP_PROP_AUDIO_TOTAL_STREAMS, CAP_PROP_AUDIO_SYNCHRONIZE, CAP_PROP_LRF_HAS_KEY_FRAME, CAP_PROP_CODEC_EXTRADATA_INDEX, CAP_PROP_FRAME_TYPE, CAP_PROP_N_THREADS, CAP_PROP_PTS, CAP_PROP_DTS_DELAY]"""
|
|
1427
1466
|
|
|
1428
1467
|
VIDEOWRITER_PROP_QUALITY: int
|
|
1429
1468
|
VIDEOWRITER_PROP_FRAMEBYTES: int
|
|
@@ -1436,8 +1475,10 @@ VIDEOWRITER_PROP_HW_ACCELERATION_USE_OPENCL: int
|
|
|
1436
1475
|
VIDEOWRITER_PROP_RAW_VIDEO: int
|
|
1437
1476
|
VIDEOWRITER_PROP_KEY_INTERVAL: int
|
|
1438
1477
|
VIDEOWRITER_PROP_KEY_FLAG: int
|
|
1478
|
+
VIDEOWRITER_PROP_PTS: int
|
|
1479
|
+
VIDEOWRITER_PROP_DTS_DELAY: int
|
|
1439
1480
|
VideoWriterProperties = int
|
|
1440
|
-
"""One of [VIDEOWRITER_PROP_QUALITY, VIDEOWRITER_PROP_FRAMEBYTES, VIDEOWRITER_PROP_NSTRIPES, VIDEOWRITER_PROP_IS_COLOR, VIDEOWRITER_PROP_DEPTH, VIDEOWRITER_PROP_HW_ACCELERATION, VIDEOWRITER_PROP_HW_DEVICE, VIDEOWRITER_PROP_HW_ACCELERATION_USE_OPENCL, VIDEOWRITER_PROP_RAW_VIDEO, VIDEOWRITER_PROP_KEY_INTERVAL, VIDEOWRITER_PROP_KEY_FLAG]"""
|
|
1481
|
+
"""One of [VIDEOWRITER_PROP_QUALITY, VIDEOWRITER_PROP_FRAMEBYTES, VIDEOWRITER_PROP_NSTRIPES, VIDEOWRITER_PROP_IS_COLOR, VIDEOWRITER_PROP_DEPTH, VIDEOWRITER_PROP_HW_ACCELERATION, VIDEOWRITER_PROP_HW_DEVICE, VIDEOWRITER_PROP_HW_ACCELERATION_USE_OPENCL, VIDEOWRITER_PROP_RAW_VIDEO, VIDEOWRITER_PROP_KEY_INTERVAL, VIDEOWRITER_PROP_KEY_FLAG, VIDEOWRITER_PROP_PTS, VIDEOWRITER_PROP_DTS_DELAY]"""
|
|
1441
1482
|
|
|
1442
1483
|
VIDEO_ACCELERATION_NONE: int
|
|
1443
1484
|
VIDEO_ACCELERATION_ANY: int
|
|
@@ -2240,6 +2281,8 @@ class FileStorage:
|
|
|
2240
2281
|
|
|
2241
2282
|
def getNode(self, nodename: str) -> FileNode: ...
|
|
2242
2283
|
|
|
2284
|
+
@_typing.overload
|
|
2285
|
+
def write(self, name: str, val: int) -> None: ...
|
|
2243
2286
|
@_typing.overload
|
|
2244
2287
|
def write(self, name: str, val: int) -> None: ...
|
|
2245
2288
|
@_typing.overload
|
|
@@ -2377,6 +2420,14 @@ class TickMeter:
|
|
|
2377
2420
|
|
|
2378
2421
|
def getTimeSec(self) -> float: ...
|
|
2379
2422
|
|
|
2423
|
+
def getLastTimeTicks(self) -> int: ...
|
|
2424
|
+
|
|
2425
|
+
def getLastTimeMicro(self) -> float: ...
|
|
2426
|
+
|
|
2427
|
+
def getLastTimeMilli(self) -> float: ...
|
|
2428
|
+
|
|
2429
|
+
def getLastTimeSec(self) -> float: ...
|
|
2430
|
+
|
|
2380
2431
|
def getCounter(self) -> int: ...
|
|
2381
2432
|
|
|
2382
2433
|
def getFPS(self) -> float: ...
|
|
@@ -3323,6 +3374,15 @@ class BOWImgDescriptorExtractor:
|
|
|
3323
3374
|
def descriptorType(self) -> int: ...
|
|
3324
3375
|
|
|
3325
3376
|
|
|
3377
|
+
class Animation:
|
|
3378
|
+
loop_count: int
|
|
3379
|
+
bgcolor: cv2.typing.Scalar
|
|
3380
|
+
durations: _typing.Sequence[int]
|
|
3381
|
+
frames: _typing.Sequence[cv2.typing.MatLike]
|
|
3382
|
+
|
|
3383
|
+
class IStreamReader:
|
|
3384
|
+
...
|
|
3385
|
+
|
|
3326
3386
|
class VideoCapture:
|
|
3327
3387
|
# Functions
|
|
3328
3388
|
@_typing.overload
|
|
@@ -3335,6 +3395,8 @@ class VideoCapture:
|
|
|
3335
3395
|
def __init__(self, index: int, apiPreference: int = ...) -> None: ...
|
|
3336
3396
|
@_typing.overload
|
|
3337
3397
|
def __init__(self, index: int, apiPreference: int, params: _typing.Sequence[int]) -> None: ...
|
|
3398
|
+
@_typing.overload
|
|
3399
|
+
def __init__(self, source: IStreamReader, apiPreference: int, params: _typing.Sequence[int]) -> None: ...
|
|
3338
3400
|
|
|
3339
3401
|
@_typing.overload
|
|
3340
3402
|
def open(self, filename: str, apiPreference: int = ...) -> bool: ...
|
|
@@ -3344,6 +3406,8 @@ class VideoCapture:
|
|
|
3344
3406
|
def open(self, index: int, apiPreference: int = ...) -> bool: ...
|
|
3345
3407
|
@_typing.overload
|
|
3346
3408
|
def open(self, index: int, apiPreference: int, params: _typing.Sequence[int]) -> bool: ...
|
|
3409
|
+
@_typing.overload
|
|
3410
|
+
def open(self, source: IStreamReader, apiPreference: int, params: _typing.Sequence[int]) -> bool: ...
|
|
3347
3411
|
|
|
3348
3412
|
def isOpened(self) -> bool: ...
|
|
3349
3413
|
|
|
@@ -3833,7 +3897,11 @@ class FaceRecognizerSF:
|
|
|
3833
3897
|
def match(self, face_feature1: UMat, face_feature2: UMat, dis_type: int = ...) -> float: ...
|
|
3834
3898
|
|
|
3835
3899
|
@classmethod
|
|
3900
|
+
@_typing.overload
|
|
3836
3901
|
def create(cls, model: str, config: str, backend_id: int = ..., target_id: int = ...) -> FaceRecognizerSF: ...
|
|
3902
|
+
@classmethod
|
|
3903
|
+
@_typing.overload
|
|
3904
|
+
def create(cls, framework: str, bufferModel: numpy.ndarray[_typing.Any, numpy.dtype[numpy.uint8]], bufferConfig: numpy.ndarray[_typing.Any, numpy.dtype[numpy.uint8]], backend_id: int = ..., target_id: int = ...) -> FaceRecognizerSF: ...
|
|
3837
3905
|
|
|
3838
3906
|
|
|
3839
3907
|
class HistogramCostExtractor(Algorithm):
|
|
@@ -4377,6 +4445,7 @@ class TrackerVit(Tracker):
|
|
|
4377
4445
|
target: int
|
|
4378
4446
|
meanvalue: cv2.typing.Scalar
|
|
4379
4447
|
stdvalue: cv2.typing.Scalar
|
|
4448
|
+
tracking_score_threshold: float
|
|
4380
4449
|
|
|
4381
4450
|
# Functions
|
|
4382
4451
|
def __init__(self) -> None: ...
|
|
@@ -4614,6 +4683,10 @@ class Stitcher:
|
|
|
4614
4683
|
@_typing.overload
|
|
4615
4684
|
def stitch(self, images: _typing.Sequence[UMat], masks: _typing.Sequence[UMat], pano: UMat | None = ...) -> tuple[Stitcher_Status, UMat]: ...
|
|
4616
4685
|
|
|
4686
|
+
def component(self) -> _typing.Sequence[int]: ...
|
|
4687
|
+
|
|
4688
|
+
def cameras(self) -> _typing.Sequence[cv2.detail.CameraParams]: ...
|
|
4689
|
+
|
|
4617
4690
|
def workScale(self) -> float: ...
|
|
4618
4691
|
|
|
4619
4692
|
|
|
@@ -4770,9 +4843,9 @@ def EMD(signature1: cv2.typing.MatLike, signature2: cv2.typing.MatLike, distType
|
|
|
4770
4843
|
def EMD(signature1: UMat, signature2: UMat, distType: int, cost: UMat | None = ..., lowerBound: float | None = ..., flow: UMat | None = ...) -> tuple[float, float, UMat]: ...
|
|
4771
4844
|
|
|
4772
4845
|
@_typing.overload
|
|
4773
|
-
def GaussianBlur(src: cv2.typing.MatLike, ksize: cv2.typing.Size, sigmaX: float, dst: cv2.typing.MatLike | None = ..., sigmaY: float = ..., borderType: int = ...) -> cv2.typing.MatLike: ...
|
|
4846
|
+
def GaussianBlur(src: cv2.typing.MatLike, ksize: cv2.typing.Size, sigmaX: float, dst: cv2.typing.MatLike | None = ..., sigmaY: float = ..., borderType: int = ..., hint: AlgorithmHint = ...) -> cv2.typing.MatLike: ...
|
|
4774
4847
|
@_typing.overload
|
|
4775
|
-
def GaussianBlur(src: UMat, ksize: cv2.typing.Size, sigmaX: float, dst: UMat | None = ..., sigmaY: float = ..., borderType: int = ...) -> UMat: ...
|
|
4848
|
+
def GaussianBlur(src: UMat, ksize: cv2.typing.Size, sigmaX: float, dst: UMat | None = ..., sigmaY: float = ..., borderType: int = ..., hint: AlgorithmHint = ...) -> UMat: ...
|
|
4776
4849
|
|
|
4777
4850
|
@_typing.overload
|
|
4778
4851
|
def HoughCircles(image: cv2.typing.MatLike, method: int, dp: float, minDist: float, circles: cv2.typing.MatLike | None = ..., param1: float = ..., param2: float = ..., minRadius: int = ..., maxRadius: int = ...) -> cv2.typing.MatLike: ...
|
|
@@ -4780,9 +4853,9 @@ def HoughCircles(image: cv2.typing.MatLike, method: int, dp: float, minDist: flo
|
|
|
4780
4853
|
def HoughCircles(image: UMat, method: int, dp: float, minDist: float, circles: UMat | None = ..., param1: float = ..., param2: float = ..., minRadius: int = ..., maxRadius: int = ...) -> UMat: ...
|
|
4781
4854
|
|
|
4782
4855
|
@_typing.overload
|
|
4783
|
-
def HoughLines(image: cv2.typing.MatLike, rho: float, theta: float, threshold: int, lines: cv2.typing.MatLike | None = ..., srn: float = ..., stn: float = ..., min_theta: float = ..., max_theta: float = ...) -> cv2.typing.MatLike: ...
|
|
4856
|
+
def HoughLines(image: cv2.typing.MatLike, rho: float, theta: float, threshold: int, lines: cv2.typing.MatLike | None = ..., srn: float = ..., stn: float = ..., min_theta: float = ..., max_theta: float = ..., use_edgeval: bool = ...) -> cv2.typing.MatLike: ...
|
|
4784
4857
|
@_typing.overload
|
|
4785
|
-
def HoughLines(image: UMat, rho: float, theta: float, threshold: int, lines: UMat | None = ..., srn: float = ..., stn: float = ..., min_theta: float = ..., max_theta: float = ...) -> UMat: ...
|
|
4858
|
+
def HoughLines(image: UMat, rho: float, theta: float, threshold: int, lines: UMat | None = ..., srn: float = ..., stn: float = ..., min_theta: float = ..., max_theta: float = ..., use_edgeval: bool = ...) -> UMat: ...
|
|
4786
4859
|
|
|
4787
4860
|
@_typing.overload
|
|
4788
4861
|
def HoughLinesP(image: cv2.typing.MatLike, rho: float, theta: float, threshold: int, lines: cv2.typing.MatLike | None = ..., minLineLength: float = ..., maxLineGap: float = ...) -> cv2.typing.MatLike: ...
|
|
@@ -4938,6 +5011,11 @@ def approxPolyDP(curve: cv2.typing.MatLike, epsilon: float, closed: bool, approx
|
|
|
4938
5011
|
@_typing.overload
|
|
4939
5012
|
def approxPolyDP(curve: UMat, epsilon: float, closed: bool, approxCurve: UMat | None = ...) -> UMat: ...
|
|
4940
5013
|
|
|
5014
|
+
@_typing.overload
|
|
5015
|
+
def approxPolyN(curve: cv2.typing.MatLike, nsides: int, approxCurve: cv2.typing.MatLike | None = ..., epsilon_percentage: float = ..., ensure_convex: bool = ...) -> cv2.typing.MatLike: ...
|
|
5016
|
+
@_typing.overload
|
|
5017
|
+
def approxPolyN(curve: UMat, nsides: int, approxCurve: UMat | None = ..., epsilon_percentage: float = ..., ensure_convex: bool = ...) -> UMat: ...
|
|
5018
|
+
|
|
4941
5019
|
@_typing.overload
|
|
4942
5020
|
def arcLength(curve: cv2.typing.MatLike, closed: bool) -> float: ...
|
|
4943
5021
|
@_typing.overload
|
|
@@ -5292,14 +5370,14 @@ def cubeRoot(val: float) -> float: ...
|
|
|
5292
5370
|
def currentUIFramework() -> str: ...
|
|
5293
5371
|
|
|
5294
5372
|
@_typing.overload
|
|
5295
|
-
def cvtColor(src: cv2.typing.MatLike, code: int, dst: cv2.typing.MatLike | None = ..., dstCn: int = ...) -> cv2.typing.MatLike: ...
|
|
5373
|
+
def cvtColor(src: cv2.typing.MatLike, code: int, dst: cv2.typing.MatLike | None = ..., dstCn: int = ..., hint: AlgorithmHint = ...) -> cv2.typing.MatLike: ...
|
|
5296
5374
|
@_typing.overload
|
|
5297
|
-
def cvtColor(src: UMat, code: int, dst: UMat | None = ..., dstCn: int = ...) -> UMat: ...
|
|
5375
|
+
def cvtColor(src: UMat, code: int, dst: UMat | None = ..., dstCn: int = ..., hint: AlgorithmHint = ...) -> UMat: ...
|
|
5298
5376
|
|
|
5299
5377
|
@_typing.overload
|
|
5300
|
-
def cvtColorTwoPlane(src1: cv2.typing.MatLike, src2: cv2.typing.MatLike, code: int, dst: cv2.typing.MatLike | None = ...) -> cv2.typing.MatLike: ...
|
|
5378
|
+
def cvtColorTwoPlane(src1: cv2.typing.MatLike, src2: cv2.typing.MatLike, code: int, dst: cv2.typing.MatLike | None = ..., hint: AlgorithmHint = ...) -> cv2.typing.MatLike: ...
|
|
5301
5379
|
@_typing.overload
|
|
5302
|
-
def cvtColorTwoPlane(src1: UMat, src2: UMat, code: int, dst: UMat | None = ...) -> UMat: ...
|
|
5380
|
+
def cvtColorTwoPlane(src1: UMat, src2: UMat, code: int, dst: UMat | None = ..., hint: AlgorithmHint = ...) -> UMat: ...
|
|
5303
5381
|
|
|
5304
5382
|
@_typing.overload
|
|
5305
5383
|
def dct(src: cv2.typing.MatLike, dst: cv2.typing.MatLike | None = ..., flags: int = ...) -> cv2.typing.MatLike: ...
|
|
@@ -5691,9 +5769,9 @@ def flipND(src: cv2.typing.MatLike, axis: int, dst: cv2.typing.MatLike | None =
|
|
|
5691
5769
|
def flipND(src: UMat, axis: int, dst: UMat | None = ...) -> UMat: ...
|
|
5692
5770
|
|
|
5693
5771
|
@_typing.overload
|
|
5694
|
-
def floodFill(image: cv2.typing.MatLike, mask: cv2.typing.MatLike, seedPoint: cv2.typing.Point, newVal: cv2.typing.Scalar, loDiff: cv2.typing.Scalar = ..., upDiff: cv2.typing.Scalar = ..., flags: int = ...) -> tuple[int, cv2.typing.MatLike, cv2.typing.MatLike, cv2.typing.Rect]: ...
|
|
5772
|
+
def floodFill(image: cv2.typing.MatLike, mask: cv2.typing.MatLike | None, seedPoint: cv2.typing.Point, newVal: cv2.typing.Scalar, loDiff: cv2.typing.Scalar = ..., upDiff: cv2.typing.Scalar = ..., flags: int = ...) -> tuple[int, cv2.typing.MatLike, cv2.typing.MatLike, cv2.typing.Rect]: ...
|
|
5695
5773
|
@_typing.overload
|
|
5696
|
-
def floodFill(image: UMat, mask: UMat, seedPoint: cv2.typing.Point, newVal: cv2.typing.Scalar, loDiff: cv2.typing.Scalar = ..., upDiff: cv2.typing.Scalar = ..., flags: int = ...) -> tuple[int, UMat, UMat, cv2.typing.Rect]: ...
|
|
5774
|
+
def floodFill(image: UMat, mask: UMat | None, seedPoint: cv2.typing.Point, newVal: cv2.typing.Scalar, loDiff: cv2.typing.Scalar = ..., upDiff: cv2.typing.Scalar = ..., flags: int = ...) -> tuple[int, UMat, UMat, cv2.typing.Rect]: ...
|
|
5697
5775
|
|
|
5698
5776
|
@_typing.overload
|
|
5699
5777
|
def gemm(src1: cv2.typing.MatLike, src2: cv2.typing.MatLike, alpha: float, src3: cv2.typing.MatLike, beta: float, dst: cv2.typing.MatLike | None = ..., flags: int = ...) -> cv2.typing.MatLike: ...
|
|
@@ -5711,6 +5789,8 @@ def getCPUFeaturesLine() -> str: ...
|
|
|
5711
5789
|
|
|
5712
5790
|
def getCPUTickCount() -> int: ...
|
|
5713
5791
|
|
|
5792
|
+
def getDefaultAlgorithmHint() -> AlgorithmHint: ...
|
|
5793
|
+
|
|
5714
5794
|
@_typing.overload
|
|
5715
5795
|
def getDefaultNewCameraMatrix(cameraMatrix: cv2.typing.MatLike, imgsize: cv2.typing.Size = ..., centerPrincipalPoint: bool = ...) -> cv2.typing.MatLike: ...
|
|
5716
5796
|
@_typing.overload
|
|
@@ -5849,6 +5929,11 @@ def imencode(ext: str, img: cv2.typing.MatLike, params: _typing.Sequence[int] =
|
|
|
5849
5929
|
@_typing.overload
|
|
5850
5930
|
def imencode(ext: str, img: UMat, params: _typing.Sequence[int] = ...) -> tuple[bool, numpy.ndarray[_typing.Any, numpy.dtype[numpy.uint8]]]: ...
|
|
5851
5931
|
|
|
5932
|
+
@_typing.overload
|
|
5933
|
+
def imencodemulti(ext: str, imgs: _typing.Sequence[cv2.typing.MatLike], params: _typing.Sequence[int] = ...) -> tuple[bool, numpy.ndarray[_typing.Any, numpy.dtype[numpy.uint8]]]: ...
|
|
5934
|
+
@_typing.overload
|
|
5935
|
+
def imencodemulti(ext: str, imgs: _typing.Sequence[UMat], params: _typing.Sequence[int] = ...) -> tuple[bool, numpy.ndarray[_typing.Any, numpy.dtype[numpy.uint8]]]: ...
|
|
5936
|
+
|
|
5852
5937
|
@_typing.overload
|
|
5853
5938
|
def imread(filename: str, flags: int = ...) -> cv2.typing.MatLike: ...
|
|
5854
5939
|
@_typing.overload
|
|
@@ -5856,6 +5941,8 @@ def imread(filename: str, dst: cv2.typing.MatLike | None = ..., flags: int = ...
|
|
|
5856
5941
|
@_typing.overload
|
|
5857
5942
|
def imread(filename: str, dst: UMat | None = ..., flags: int = ...) -> UMat: ...
|
|
5858
5943
|
|
|
5944
|
+
def imreadanimation(filename: str, start: int = ..., count: int = ...) -> tuple[bool, Animation]: ...
|
|
5945
|
+
|
|
5859
5946
|
@_typing.overload
|
|
5860
5947
|
def imreadmulti(filename: str, mats: _typing.Sequence[cv2.typing.MatLike] | None = ..., flags: int = ...) -> tuple[bool, _typing.Sequence[cv2.typing.MatLike]]: ...
|
|
5861
5948
|
@_typing.overload
|
|
@@ -5873,6 +5960,8 @@ def imwrite(filename: str, img: cv2.typing.MatLike, params: _typing.Sequence[int
|
|
|
5873
5960
|
@_typing.overload
|
|
5874
5961
|
def imwrite(filename: str, img: UMat, params: _typing.Sequence[int] = ...) -> bool: ...
|
|
5875
5962
|
|
|
5963
|
+
def imwriteanimation(filename: str, animation: Animation, params: _typing.Sequence[int] = ...) -> bool: ...
|
|
5964
|
+
|
|
5876
5965
|
@_typing.overload
|
|
5877
5966
|
def imwritemulti(filename: str, img: _typing.Sequence[cv2.typing.MatLike], params: _typing.Sequence[int] = ...) -> bool: ...
|
|
5878
5967
|
@_typing.overload
|
cv2/bgsegm/__init__.pyi
CHANGED
|
@@ -35,6 +35,16 @@ class BackgroundSubtractorMOG(cv2.BackgroundSubtractor):
|
|
|
35
35
|
|
|
36
36
|
class BackgroundSubtractorGMG(cv2.BackgroundSubtractor):
|
|
37
37
|
# Functions
|
|
38
|
+
@_typing.overload
|
|
39
|
+
def apply(self, image: cv2.typing.MatLike, fgmask: cv2.typing.MatLike | None = ..., learningRate: float = ...) -> cv2.typing.MatLike: ...
|
|
40
|
+
@_typing.overload
|
|
41
|
+
def apply(self, image: cv2.UMat, fgmask: cv2.UMat | None = ..., learningRate: float = ...) -> cv2.UMat: ...
|
|
42
|
+
|
|
43
|
+
@_typing.overload
|
|
44
|
+
def getBackgroundImage(self, backgroundImage: cv2.typing.MatLike | None = ...) -> cv2.typing.MatLike: ...
|
|
45
|
+
@_typing.overload
|
|
46
|
+
def getBackgroundImage(self, backgroundImage: cv2.UMat | None = ...) -> cv2.UMat: ...
|
|
47
|
+
|
|
38
48
|
def getMaxFeatures(self) -> int: ...
|
|
39
49
|
|
|
40
50
|
def setMaxFeatures(self, maxFeatures: int) -> None: ...
|
cv2/cuda/__init__.pyi
CHANGED
|
@@ -108,6 +108,9 @@ class GpuMat:
|
|
|
108
108
|
@staticmethod
|
|
109
109
|
def setDefaultAllocator(allocator: GpuMat.Allocator) -> None: ...
|
|
110
110
|
|
|
111
|
+
@staticmethod
|
|
112
|
+
def getStdAllocator() -> GpuMat.Allocator: ...
|
|
113
|
+
|
|
111
114
|
@_typing.overload
|
|
112
115
|
def create(self, rows: int, cols: int, type: int) -> None: ...
|
|
113
116
|
@_typing.overload
|
cv2/cv2.pyd
CHANGED
|
Binary file
|
cv2/dnn/__init__.pyi
CHANGED
|
@@ -125,6 +125,10 @@ class Net:
|
|
|
125
125
|
|
|
126
126
|
def dumpToPbtxt(self, path: str) -> None: ...
|
|
127
127
|
|
|
128
|
+
def addLayer(self, name: str, type: str, dtype: int, params: cv2.typing.LayerParams) -> int: ...
|
|
129
|
+
|
|
130
|
+
def addLayerToPrev(self, name: str, type: str, dtype: int, params: cv2.typing.LayerParams) -> int: ...
|
|
131
|
+
|
|
128
132
|
def getLayerId(self, layer: str) -> int: ...
|
|
129
133
|
|
|
130
134
|
def getLayerNames(self) -> _typing.Sequence[str]: ...
|
cv2/fisheye/__init__.pyi
CHANGED
|
@@ -31,6 +31,10 @@ def calibrate(objectPoints: _typing.Sequence[cv2.UMat], imagePoints: _typing.Seq
|
|
|
31
31
|
def distortPoints(undistorted: cv2.typing.MatLike, K: cv2.typing.MatLike, D: cv2.typing.MatLike, distorted: cv2.typing.MatLike | None = ..., alpha: float = ...) -> cv2.typing.MatLike: ...
|
|
32
32
|
@_typing.overload
|
|
33
33
|
def distortPoints(undistorted: cv2.UMat, K: cv2.UMat, D: cv2.UMat, distorted: cv2.UMat | None = ..., alpha: float = ...) -> cv2.UMat: ...
|
|
34
|
+
@_typing.overload
|
|
35
|
+
def distortPoints(undistorted: cv2.typing.MatLike, Kundistorted: cv2.typing.MatLike, K: cv2.typing.MatLike, D: cv2.typing.MatLike, distorted: cv2.typing.MatLike | None = ..., alpha: float = ...) -> cv2.typing.MatLike: ...
|
|
36
|
+
@_typing.overload
|
|
37
|
+
def distortPoints(undistorted: cv2.UMat, Kundistorted: cv2.UMat, K: cv2.UMat, D: cv2.UMat, distorted: cv2.UMat | None = ..., alpha: float = ...) -> cv2.UMat: ...
|
|
34
38
|
|
|
35
39
|
@_typing.overload
|
|
36
40
|
def estimateNewCameraMatrixForUndistortRectify(K: cv2.typing.MatLike, D: cv2.typing.MatLike, image_size: cv2.typing.Size, R: cv2.typing.MatLike, P: cv2.typing.MatLike | None = ..., balance: float = ..., new_size: cv2.typing.Size = ..., fov_scale: float = ...) -> cv2.typing.MatLike: ...
|
cv2/gapi/onnx/__init__.pyi
CHANGED
|
Binary file
|
cv2/typing/__init__.py
CHANGED
|
@@ -33,21 +33,12 @@ __all__ = [
|
|
|
33
33
|
"FeatureDetector",
|
|
34
34
|
"DescriptorExtractor",
|
|
35
35
|
"FeatureExtractor",
|
|
36
|
-
"GProtoArg",
|
|
37
|
-
"GProtoInputArgs",
|
|
38
|
-
"GProtoOutputArgs",
|
|
39
|
-
"GRunArg",
|
|
40
|
-
"GOptRunArg",
|
|
41
|
-
"GMetaArg",
|
|
42
|
-
"Prim",
|
|
43
36
|
"Matx33f",
|
|
44
37
|
"Matx33d",
|
|
45
38
|
"Matx44f",
|
|
46
39
|
"Matx44d",
|
|
47
|
-
"GTypeInfo",
|
|
48
|
-
"ExtractArgsCallback",
|
|
49
|
-
"ExtractMetaCallback",
|
|
50
40
|
"LayerId",
|
|
41
|
+
"LayerParams",
|
|
51
42
|
"IndexParams",
|
|
52
43
|
"SearchParams",
|
|
53
44
|
"map_string_and_string",
|
|
@@ -55,14 +46,24 @@ __all__ = [
|
|
|
55
46
|
"map_string_and_vector_size_t",
|
|
56
47
|
"map_string_and_vector_float",
|
|
57
48
|
"map_int_and_double",
|
|
49
|
+
"GProtoArg",
|
|
50
|
+
"GProtoInputArgs",
|
|
51
|
+
"GProtoOutputArgs",
|
|
52
|
+
"GRunArg",
|
|
53
|
+
"GOptRunArg",
|
|
54
|
+
"GMetaArg",
|
|
55
|
+
"Prim",
|
|
56
|
+
"GTypeInfo",
|
|
57
|
+
"ExtractArgsCallback",
|
|
58
|
+
"ExtractMetaCallback",
|
|
58
59
|
]
|
|
59
60
|
|
|
60
|
-
import cv2.mat_wrapper
|
|
61
61
|
import cv2
|
|
62
|
-
import numpy
|
|
63
|
-
import cv2.dnn
|
|
64
62
|
import typing as _typing
|
|
65
63
|
import cv2.gapi.wip.draw
|
|
64
|
+
import cv2.dnn
|
|
65
|
+
import numpy
|
|
66
|
+
import cv2.mat_wrapper
|
|
66
67
|
|
|
67
68
|
|
|
68
69
|
if _typing.TYPE_CHECKING:
|
|
@@ -150,13 +151,6 @@ Vec6f = _typing.Sequence[float]
|
|
|
150
151
|
FeatureDetector = cv2.Feature2D
|
|
151
152
|
DescriptorExtractor = cv2.Feature2D
|
|
152
153
|
FeatureExtractor = cv2.Feature2D
|
|
153
|
-
GProtoArg = _typing.Union[Scalar, cv2.GMat, cv2.GOpaqueT, cv2.GArrayT]
|
|
154
|
-
GProtoInputArgs = _typing.Sequence[GProtoArg]
|
|
155
|
-
GProtoOutputArgs = _typing.Sequence[GProtoArg]
|
|
156
|
-
GRunArg = _typing.Union[MatLike, Scalar, cv2.GOpaqueT, cv2.GArrayT, _typing.Sequence[_typing.Any], None]
|
|
157
|
-
GOptRunArg = _typing.Optional[GRunArg]
|
|
158
|
-
GMetaArg = _typing.Union[cv2.GMat, Scalar, cv2.GOpaqueT, cv2.GArrayT]
|
|
159
|
-
Prim = _typing.Union[cv2.gapi.wip.draw.Text, cv2.gapi.wip.draw.Circle, cv2.gapi.wip.draw.Image, cv2.gapi.wip.draw.Line, cv2.gapi.wip.draw.Rect, cv2.gapi.wip.draw.Mosaic, cv2.gapi.wip.draw.Poly]
|
|
160
154
|
Matx33f = NumPyArrayFloat32
|
|
161
155
|
"""NDArray(shape=(3, 3), dtype=numpy.float32)"""
|
|
162
156
|
Matx33d = NumPyArrayFloat64
|
|
@@ -165,10 +159,8 @@ Matx44f = NumPyArrayFloat32
|
|
|
165
159
|
"""NDArray(shape=(4, 4), dtype=numpy.float32)"""
|
|
166
160
|
Matx44d = NumPyArrayFloat64
|
|
167
161
|
"""NDArray(shape=(4, 4), dtype=numpy.float64)"""
|
|
168
|
-
GTypeInfo = _typing.Union[cv2.GMat, Scalar, cv2.GOpaqueT, cv2.GArrayT]
|
|
169
|
-
ExtractArgsCallback = _typing.Callable[[_typing.Sequence[GTypeInfo]], _typing.Sequence[GRunArg]]
|
|
170
|
-
ExtractMetaCallback = _typing.Callable[[_typing.Sequence[GTypeInfo]], _typing.Sequence[GMetaArg]]
|
|
171
162
|
LayerId = cv2.dnn.DictValue
|
|
163
|
+
LayerParams = _typing.Dict[str, _typing.Union[int, float, str]]
|
|
172
164
|
IndexParams = _typing.Dict[str, _typing.Union[bool, int, float, str]]
|
|
173
165
|
SearchParams = _typing.Dict[str, _typing.Union[bool, int, float, str]]
|
|
174
166
|
map_string_and_string = _typing.Dict[str, str]
|
|
@@ -176,3 +168,13 @@ map_string_and_int = _typing.Dict[str, int]
|
|
|
176
168
|
map_string_and_vector_size_t = _typing.Dict[str, _typing.Sequence[int]]
|
|
177
169
|
map_string_and_vector_float = _typing.Dict[str, _typing.Sequence[float]]
|
|
178
170
|
map_int_and_double = _typing.Dict[int, float]
|
|
171
|
+
GProtoArg = _typing.Union[Scalar, cv2.GMat, cv2.GOpaqueT, cv2.GArrayT]
|
|
172
|
+
GProtoInputArgs = _typing.Sequence[GProtoArg]
|
|
173
|
+
GProtoOutputArgs = _typing.Sequence[GProtoArg]
|
|
174
|
+
GRunArg = _typing.Union[MatLike, Scalar, cv2.GOpaqueT, cv2.GArrayT, _typing.Sequence[_typing.Any], None]
|
|
175
|
+
GOptRunArg = _typing.Optional[GRunArg]
|
|
176
|
+
GMetaArg = _typing.Union[cv2.GMat, Scalar, cv2.GOpaqueT, cv2.GArrayT]
|
|
177
|
+
Prim = _typing.Union[cv2.gapi.wip.draw.Text, cv2.gapi.wip.draw.Circle, cv2.gapi.wip.draw.Image, cv2.gapi.wip.draw.Line, cv2.gapi.wip.draw.Rect, cv2.gapi.wip.draw.Mosaic, cv2.gapi.wip.draw.Poly]
|
|
178
|
+
GTypeInfo = _typing.Union[cv2.GMat, Scalar, cv2.GOpaqueT, cv2.GArrayT]
|
|
179
|
+
ExtractArgsCallback = _typing.Callable[[_typing.Sequence[GTypeInfo]], _typing.Sequence[GRunArg]]
|
|
180
|
+
ExtractMetaCallback = _typing.Callable[[_typing.Sequence[GTypeInfo]], _typing.Sequence[GMetaArg]]
|
cv2/version.py
CHANGED
|
@@ -16,6 +16,10 @@ def getStreamBackendPluginVersion(api: cv2.VideoCaptureAPIs) -> tuple[str, int,
|
|
|
16
16
|
|
|
17
17
|
def getStreamBackends() -> _typing.Sequence[cv2.VideoCaptureAPIs]: ...
|
|
18
18
|
|
|
19
|
+
def getStreamBufferedBackendPluginVersion(api: cv2.VideoCaptureAPIs) -> tuple[str, int, int]: ...
|
|
20
|
+
|
|
21
|
+
def getStreamBufferedBackends() -> _typing.Sequence[cv2.VideoCaptureAPIs]: ...
|
|
22
|
+
|
|
19
23
|
def getWriterBackendPluginVersion(api: cv2.VideoCaptureAPIs) -> tuple[str, int, int]: ...
|
|
20
24
|
|
|
21
25
|
def getWriterBackends() -> _typing.Sequence[cv2.VideoCaptureAPIs]: ...
|
cv2/xfeatures2d/__init__.pyi
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: opencv-contrib-python-headless
|
|
3
|
-
Version: 4.
|
|
3
|
+
Version: 4.11.0.86
|
|
4
4
|
Summary: Wrapper package for OpenCV python bindings.
|
|
5
5
|
Home-page: https://github.com/opencv/opencv-python
|
|
6
6
|
Maintainer: OpenCV Team
|
|
@@ -27,6 +27,7 @@ Classifier: Programming Language :: Python :: 3.9
|
|
|
27
27
|
Classifier: Programming Language :: Python :: 3.10
|
|
28
28
|
Classifier: Programming Language :: Python :: 3.11
|
|
29
29
|
Classifier: Programming Language :: Python :: 3.12
|
|
30
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
30
31
|
Classifier: Programming Language :: C++
|
|
31
32
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
32
33
|
Classifier: Topic :: Scientific/Engineering
|
|
@@ -36,16 +37,16 @@ Requires-Python: >=3.6
|
|
|
36
37
|
Description-Content-Type: text/markdown
|
|
37
38
|
License-File: LICENSE-3RD-PARTY.txt
|
|
38
39
|
License-File: LICENSE.txt
|
|
39
|
-
Requires-Dist: numpy
|
|
40
|
-
Requires-Dist: numpy
|
|
41
|
-
Requires-Dist: numpy
|
|
42
|
-
Requires-Dist: numpy
|
|
43
|
-
Requires-Dist: numpy
|
|
44
|
-
Requires-Dist: numpy
|
|
45
|
-
Requires-Dist: numpy
|
|
46
|
-
Requires-Dist: numpy
|
|
47
|
-
Requires-Dist: numpy
|
|
48
|
-
Requires-Dist: numpy
|
|
40
|
+
Requires-Dist: numpy>=1.13.3; python_version < "3.7"
|
|
41
|
+
Requires-Dist: numpy>=1.21.0; python_version <= "3.9" and platform_system == "Darwin" and platform_machine == "arm64"
|
|
42
|
+
Requires-Dist: numpy>=1.21.2; python_version >= "3.10"
|
|
43
|
+
Requires-Dist: numpy>=1.21.4; python_version >= "3.10" and platform_system == "Darwin"
|
|
44
|
+
Requires-Dist: numpy>=1.23.5; python_version >= "3.11"
|
|
45
|
+
Requires-Dist: numpy>=1.26.0; python_version >= "3.12"
|
|
46
|
+
Requires-Dist: numpy>=1.19.3; python_version >= "3.6" and platform_system == "Linux" and platform_machine == "aarch64"
|
|
47
|
+
Requires-Dist: numpy>=1.17.0; python_version >= "3.7"
|
|
48
|
+
Requires-Dist: numpy>=1.17.3; python_version >= "3.8"
|
|
49
|
+
Requires-Dist: numpy>=1.19.3; python_version >= "3.9"
|
|
49
50
|
|
|
50
51
|
[](http://pepy.tech/project/opencv-python)
|
|
51
52
|
|
|
@@ -206,7 +207,7 @@ If some dependency is not enabled in the pre-built wheels, you can also run the
|
|
|
206
207
|
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`
|
|
207
208
|
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``.
|
|
208
209
|
- this might take anything from 5 minutes to over 2 hours depending on your hardware
|
|
209
|
-
6. Pip will print fresh
|
|
210
|
+
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.
|
|
210
211
|
- 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
|
|
211
212
|
- Optional: on macOS use ``delocate`` (same as ``auditwheel`` but for macOS) for better portability
|
|
212
213
|
|
|
@@ -298,8 +299,8 @@ Starting from 4.2.0 and 3.4.9 builds the macOS Travis build environment was upda
|
|
|
298
299
|
|
|
299
300
|
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.
|
|
300
301
|
|
|
301
|
-
Starting from version 4.7.0 the Mac OS GitHub Actions build environment was update to version 11. Mac OS 10.x support
|
|
302
|
+
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
|
|
302
303
|
|
|
303
|
-
Starting from version 4.9.0 the Mac OS GitHub Actions build environment was update to version 12. Mac OS 10.x support
|
|
304
|
+
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.
|
|
304
305
|
|
|
305
306
|
|
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
cv2/LICENSE-3RD-PARTY.txt,sha256=CzPFvheBnRDsrRE2DG8r1afffA-AozFKgeKAcNk4GOI,155450
|
|
2
2
|
cv2/LICENSE.txt,sha256=7e8PrB6wjSnTRWP3JHQuB42iUT4ZYTOhLGrZ_wHiYQc,1090
|
|
3
3
|
cv2/__init__.py,sha256=lXqRv9mP-wehDNeJt8XEaAZWhHa2HjTHrVagAJK5gaU,6793
|
|
4
|
-
cv2/__init__.pyi,sha256=
|
|
4
|
+
cv2/__init__.pyi,sha256=J0ldy1rL6YLcPO6tyRBsEt9sNu5fGyf7Gpd3Oy7TM9o,318560
|
|
5
5
|
cv2/config-3.py,sha256=3ijHtSE8yhSPCUaZFlhGEbPWbByMQyiAJZ1qOpI4AhM,748
|
|
6
6
|
cv2/config.py,sha256=2eQBuaZzBNacSKSUpIXRBrU04Cv1d2IRwJ8JvWcbKV0,123
|
|
7
|
-
cv2/cv2.pyd,sha256=
|
|
7
|
+
cv2/cv2.pyd,sha256=SjXxzb3SV2qNePxOZ0n3ELqbyy8P80PL8jEntezHxHQ,90042880
|
|
8
8
|
cv2/load_config_py2.py,sha256=e0zdTYwgVMiD16RafBWr7PRov5r8IDkfHs5p6dGLSJc,157
|
|
9
9
|
cv2/load_config_py3.py,sha256=_1g6WHS-j4SOc8L2GzpxaAmVkmR5ybxDbmVlxcznygc,271
|
|
10
|
-
cv2/
|
|
10
|
+
cv2/opencv_videoio_ffmpeg4110_64.dll,sha256=8EYDIKwIwHS99tWhn1wT0gTlhehQMP3UDiCjwLOt62c,27954688
|
|
11
11
|
cv2/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
12
|
-
cv2/version.py,sha256=
|
|
12
|
+
cv2/version.py,sha256=tDLtcCEAtGeQ4tp-zxYFGxqZYEuKcNoYNvs2gb-CArs,95
|
|
13
13
|
cv2/Error/__init__.pyi,sha256=vQNfAGSIi0Hs_kO9KFV3zZv920KEBDcZpdOFnmkZkDg,4194
|
|
14
14
|
cv2/aruco/__init__.pyi,sha256=JCr_drbkIblf5D2NhLu2fHmFgKlmXVtjVfTCqU8Z9zU,26731
|
|
15
15
|
cv2/barcode/__init__.pyi,sha256=-tWHNaRNKDmy741nNDClIeTepyLgToWbbifRL9F2668,1480
|
|
16
|
-
cv2/bgsegm/__init__.pyi,sha256=
|
|
16
|
+
cv2/bgsegm/__init__.pyi,sha256=d5xPW2oUFLEEH38H_mZTMTzw4h7T865zMaMFjxGWBrg,7439
|
|
17
17
|
cv2/bioinspired/__init__.pyi,sha256=vM8f2ZZcQQN5kWwcw0h1jIoFa1djNa9PHl35REJFdlE,5154
|
|
18
18
|
cv2/ccm/__init__.pyi,sha256=KPMtVRNoTarobq2y54rPeGoMS71Tf4qiZLu_jIqweDk,6462
|
|
19
19
|
cv2/colored_kinfu/__init__.pyi,sha256=JYxLs-JCjV-7wW_X3xmVN7unHwSnD9M9IEpClXJdezc,3369
|
|
20
|
-
cv2/cuda/__init__.pyi,sha256=
|
|
20
|
+
cv2/cuda/__init__.pyi,sha256=gtqF5e-jt9raindToMS59098DJy_ptgaM65nxiRBNKM,18093
|
|
21
21
|
cv2/data/__init__.py,sha256=9M4Wch7X9iOk3MRDumANGFbbYQyyw9U8E6jKAozGj20,73
|
|
22
22
|
cv2/data/haarcascade_eye.xml,sha256=ccxk_DBaNV3GAGeID2-71D3RVb1j7jhEZhob2jSy_Yw,341406
|
|
23
23
|
cv2/data/haarcascade_eye_tree_eyeglasses.xml,sha256=4y-cZ5NcM-nRMx6xT6WFVP8Xg1wDdCZjvLl6iS6Talc,601661
|
|
@@ -38,12 +38,12 @@ cv2/data/haarcascade_smile.xml,sha256=TKHzBOq9C1rjAYDIGstT4Walhn5b4Xsxa9PzLP34fY
|
|
|
38
38
|
cv2/data/haarcascade_upperbody.xml,sha256=cyirT9sVkvU9mNfqWxudkOAa9dlfISrzeMfrV5BIu18,785819
|
|
39
39
|
cv2/datasets/__init__.pyi,sha256=wVphAB3jhFVxVzuoxutX08nv-D6wvl86eGXR67x8R0M,1470
|
|
40
40
|
cv2/detail/__init__.pyi,sha256=IG4S-577ahgwh9UlVNZyScpDKo2l97-BLcrRTbJ0_JY,24021
|
|
41
|
-
cv2/dnn/__init__.pyi,sha256
|
|
41
|
+
cv2/dnn/__init__.pyi,sha256=-WDFYLNUJcpehZKFPsoxpjpeo_W1Zi-Az7mmxdgwrDk,23555
|
|
42
42
|
cv2/dnn_superres/__init__.pyi,sha256=n8vwq542eBpBumO_3TuHijF0NIR9SLFhVoou1ze7mFQ,1212
|
|
43
43
|
cv2/dpm/__init__.pyi,sha256=aJZBYGvoQCaVA5Zvnvst-DWaChRV28QJYUdtVQQZFiI,120
|
|
44
44
|
cv2/dynafu/__init__.pyi,sha256=lFpp15cozT0SCe0Dy9yyl3DSDty6Rnja5gICAOUWZsw,1524
|
|
45
45
|
cv2/face/__init__.pyi,sha256=WpN1u4oDJhJVXMNyr-48PIEHXRL1CbLrUQlMgv6O3aI,7609
|
|
46
|
-
cv2/fisheye/__init__.pyi,sha256=
|
|
46
|
+
cv2/fisheye/__init__.pyi,sha256=HF0JU5wYHfPjQ-KFY6i286CKDTi7WBa95xesn0Zxfis,9023
|
|
47
47
|
cv2/flann/__init__.pyi,sha256=76rbelMvJhD-DlSPL4X6iMCrDUA4gJU3u89wAIwv6dk,2741
|
|
48
48
|
cv2/ft/__init__.pyi,sha256=R-1xVIIOrznHPfk2Q0ljIeO8zCu3en9rDPh9ioFAhzs,5740
|
|
49
49
|
cv2/gapi/__init__.py,sha256=dPX9KhQqMbCkcHtwwL42N_D7-KlA7sQ3Lnuoflpc7bg,10621
|
|
@@ -57,7 +57,7 @@ cv2/gapi/ie/detail/__init__.pyi,sha256=eIK6gjueMN8ZwQax5Kx16b46EjcZGZ3vFTkJvltw2
|
|
|
57
57
|
cv2/gapi/imgproc/__init__.pyi,sha256=zEBFwED_Pb4i-A70WA7afLjDUCT25hldcLqyIf7aIlc,76
|
|
58
58
|
cv2/gapi/imgproc/fluid/__init__.pyi,sha256=TjQnus2HhRKbZksmRWx8CjEZqLoXuKXILBF3vixp_XI,102
|
|
59
59
|
cv2/gapi/oak/__init__.pyi,sha256=KUOTM-AapO0L1tC4XF3gIYR8tmjmrFfh1Ro0jPzOB7g,1771
|
|
60
|
-
cv2/gapi/onnx/__init__.pyi,sha256=
|
|
60
|
+
cv2/gapi/onnx/__init__.pyi,sha256=G71Ziv27W40XNei0BfQ_e3LutEKDfNBYUZVvBnOPJEQ,1552
|
|
61
61
|
cv2/gapi/onnx/ep/__init__.pyi,sha256=kH3LeGjjcdDXYOmBAJTyuDF8UpPLn5RQfmtk6DDt3QE,1420
|
|
62
62
|
cv2/gapi/ot/__init__.pyi,sha256=ds6r1REe-XpklhW2Cp4D3wdUUeh32SG7lnFBD_V7_ec,752
|
|
63
63
|
cv2/gapi/ot/cpu/__init__.pyi,sha256=TjQnus2HhRKbZksmRWx8CjEZqLoXuKXILBF3vixp_XI,102
|
|
@@ -108,21 +108,21 @@ cv2/signal/__init__.pyi,sha256=4Dk67p6HzAHCKpu_4D_pfKplcl_yo4u3t-LwvwPLjcc,415
|
|
|
108
108
|
cv2/stereo/__init__.pyi,sha256=h4VWeISZFGYrKKfED8f6plyt9AZRcbOuiyuj8tyLMQ4,2163
|
|
109
109
|
cv2/structured_light/__init__.pyi,sha256=4qQ9MjebJ9cjUbuXqm99-JdTdqWA6f9VmmzUaJSlkE4,4547
|
|
110
110
|
cv2/text/__init__.pyi,sha256=nA5aIm_1iUeJqz_x_a2XkUHH0XIQV3eSymxCmmQxbGk,9438
|
|
111
|
-
cv2/typing/__init__.py,sha256=
|
|
111
|
+
cv2/typing/__init__.py,sha256=ma9SsGNrsEYRy8ecfNrBhePqYDMt3uX8aduHpCXE_XQ,5519
|
|
112
112
|
cv2/utils/__init__.py,sha256=KxaZCzW1aa8cpyOdwQ97JOxi8npGYmseLxJx0uGqNVQ,344
|
|
113
113
|
cv2/utils/__init__.pyi,sha256=A2n4iAX8yr1EA1fOuGdKzIE39uM1gIMbRvlzW-DPZuk,3701
|
|
114
114
|
cv2/utils/fs/__init__.pyi,sha256=BPwL654636kP4k95U4QPp7oMZcgJ2QDIYrb9F8h4c7I,93
|
|
115
115
|
cv2/utils/nested/__init__.pyi,sha256=u3osqQeekndY9_-xxK1PAD44dXZaGLYhyfeFYbV4npA,604
|
|
116
|
-
cv2/videoio_registry/__init__.pyi,sha256=
|
|
116
|
+
cv2/videoio_registry/__init__.pyi,sha256=_ZZH2FSYJNuOWgDSLTTfUMkycnYYzXZufjyg9HmlQNw,993
|
|
117
117
|
cv2/videostab/__init__.pyi,sha256=EPiTC8NADassKZjIxf_T-Mr13Y-eKTliHRqrNFoq7yk,359
|
|
118
118
|
cv2/wechat_qrcode/__init__.pyi,sha256=APhBbME2kpZDh37f_9vHxsw_CN-jWnS5FdA_983dHPU,854
|
|
119
|
-
cv2/xfeatures2d/__init__.pyi,sha256=
|
|
119
|
+
cv2/xfeatures2d/__init__.pyi,sha256=uguHHO9zGR2BN0ZCE-G3CXvZTIyt6Hi3AYqQOW4frnY,17641
|
|
120
120
|
cv2/ximgproc/__init__.pyi,sha256=6Sq2yegR2wbGF3eef3pZXWRrOHaeZkjhuzelznXpqRM,33263
|
|
121
121
|
cv2/ximgproc/segmentation/__init__.pyi,sha256=v6ju1fo9wwcnElKYZxkdNdVwTaM0y9JPLlDhgQchgP4,4563
|
|
122
122
|
cv2/xphoto/__init__.pyi,sha256=NuwaRzJKl_mlPg7sX56xB0Lr7DgpuvVZRsELinzHlvI,5706
|
|
123
|
-
opencv_contrib_python_headless-4.
|
|
124
|
-
opencv_contrib_python_headless-4.
|
|
125
|
-
opencv_contrib_python_headless-4.
|
|
126
|
-
opencv_contrib_python_headless-4.
|
|
127
|
-
opencv_contrib_python_headless-4.
|
|
128
|
-
opencv_contrib_python_headless-4.
|
|
123
|
+
opencv_contrib_python_headless-4.11.0.86.dist-info/LICENSE-3RD-PARTY.txt,sha256=CzPFvheBnRDsrRE2DG8r1afffA-AozFKgeKAcNk4GOI,155450
|
|
124
|
+
opencv_contrib_python_headless-4.11.0.86.dist-info/LICENSE.txt,sha256=7e8PrB6wjSnTRWP3JHQuB42iUT4ZYTOhLGrZ_wHiYQc,1090
|
|
125
|
+
opencv_contrib_python_headless-4.11.0.86.dist-info/METADATA,sha256=otXGxKS6HTIISKmd9bS2hcOp7N4xroDozMrd7oYGhLk,20614
|
|
126
|
+
opencv_contrib_python_headless-4.11.0.86.dist-info/WHEEL,sha256=9fG10vSzOKXwmjX3CkWN62P9hqj-GGl2wzwdRxOVR-Y,94
|
|
127
|
+
opencv_contrib_python_headless-4.11.0.86.dist-info/top_level.txt,sha256=SY8vrf_sYOg99OP9euhz7q36pPy_2VK5vbeEWXwwSoc,4
|
|
128
|
+
opencv_contrib_python_headless-4.11.0.86.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|