types-opencv-python 1.0.0__py3-none-any.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/Error.pyi ADDED
@@ -0,0 +1,78 @@
1
+ '''
2
+ encode: utf-8
3
+ Date: 2026-02-19 15:09:25
4
+ LastEditTime: 2026-02-19 15:09:25
5
+ FilePath: /genout6/media/adminmaster/veracrypt3/Develop/td-opencv/dev/base.pyi
6
+ '''
7
+ import typing
8
+ from typing import overload
9
+
10
+ T0=typing.TypeVar("T0")
11
+ T1=typing.TypeVar("T1")
12
+ T2=typing.TypeVar("T2")
13
+ T3=typing.TypeVar("T3")
14
+ T4=typing.TypeVar("T4")
15
+ T5=typing.TypeVar("T5")
16
+ T6=typing.TypeVar("T6")
17
+ T7=typing.TypeVar("T7")
18
+ T8=typing.TypeVar("T8")
19
+
20
+ retval=typing.Any
21
+ readyIndex=int
22
+
23
+ StsOk:int = ...
24
+ StsBackTrace:int = ...
25
+ StsError:int = ...
26
+ StsInternal:int = ...
27
+ StsNoMem:int = ...
28
+ StsBadArg:int = ...
29
+ StsBadFunc:int = ...
30
+ StsNoConv:int = ...
31
+ StsAutoTrace:int = ...
32
+ HeaderIsNull:int = ...
33
+ BadImageSize:int = ...
34
+ BadOffset:int = ...
35
+ BadDataPtr:int = ...
36
+ BadStep:int = ...
37
+ BadModelOrChSeq:int = ...
38
+ BadNumChannels:int = ...
39
+ BadNumChannel1U:int = ...
40
+ BadDepth:int = ...
41
+ BadAlphaChannel:int = ...
42
+ BadOrder:int = ...
43
+ BadOrigin:int = ...
44
+ BadAlign:int = ...
45
+ BadCallBack:int = ...
46
+ BadTileSize:int = ...
47
+ BadCOI:int = ...
48
+ BadROISize:int = ...
49
+ MaskIsTiled:int = ...
50
+ StsNullPtr:int = ...
51
+ StsVecLengthErr:int = ...
52
+ StsFilterStructContentErr:int = ...
53
+ StsKernelStructContentErr:int = ...
54
+ StsFilterOffsetErr:int = ...
55
+ StsBadSize:int = ...
56
+ StsDivByZero:int = ...
57
+ StsInplaceNotSupported:int = ...
58
+ StsObjectNotFound:int = ...
59
+ StsUnmatchedFormats:int = ...
60
+ StsBadFlag:int = ...
61
+ StsBadPoint:int = ...
62
+ StsBadMask:int = ...
63
+ StsUnmatchedSizes:int = ...
64
+ StsUnsupportedFormat:int = ...
65
+ StsOutOfRange:int = ...
66
+ StsParseError:int = ...
67
+ StsNotImplemented:int = ...
68
+ StsBadMemBlock:int = ...
69
+ StsAssert:int = ...
70
+ GpuNotSupported:int = ...
71
+ GpuApiCallError:int = ...
72
+ OpenGlNotSupported:int = ...
73
+ OpenGlApiCallError:int = ...
74
+ OpenCLApiCallError:int = ...
75
+ OpenCLDoubleNotSupported:int = ...
76
+ OpenCLInitError:int = ...
77
+ OpenCLNoAMDBlasFft:int = ...
78
+