types-opencv-contrib-python 1.0.6__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (95) hide show
  1. types_opencv_contrib_python-1.0.6/PKG-INFO +10 -0
  2. types_opencv_contrib_python-1.0.6/README.md +3 -0
  3. types_opencv_contrib_python-1.0.6/cv2/Error.pyi +78 -0
  4. types_opencv_contrib_python-1.0.6/cv2/__init__.pyi +12172 -0
  5. types_opencv_contrib_python-1.0.6/cv2/aruco.pyi +783 -0
  6. types_opencv_contrib_python-1.0.6/cv2/barcode.pyi +93 -0
  7. types_opencv_contrib_python-1.0.6/cv2/bgsegm.pyi +523 -0
  8. types_opencv_contrib_python-1.0.6/cv2/bioinspired.pyi +371 -0
  9. types_opencv_contrib_python-1.0.6/cv2/ccm.pyi +322 -0
  10. types_opencv_contrib_python-1.0.6/cv2/colored_kinfu.pyi +212 -0
  11. types_opencv_contrib_python-1.0.6/cv2/cuda.pyi +938 -0
  12. types_opencv_contrib_python-1.0.6/cv2/datasets.pyi +51 -0
  13. types_opencv_contrib_python-1.0.6/cv2/detail.pyi +756 -0
  14. types_opencv_contrib_python-1.0.6/cv2/dnn.pyi +1477 -0
  15. types_opencv_contrib_python-1.0.6/cv2/dnn_superres.pyi +107 -0
  16. types_opencv_contrib_python-1.0.6/cv2/dpm.pyi +25 -0
  17. types_opencv_contrib_python-1.0.6/cv2/dynafu.pyi +99 -0
  18. types_opencv_contrib_python-1.0.6/cv2/face.pyi +541 -0
  19. types_opencv_contrib_python-1.0.6/cv2/fisheye.pyi +295 -0
  20. types_opencv_contrib_python-1.0.6/cv2/flann.pyi +55 -0
  21. types_opencv_contrib_python-1.0.6/cv2/ft.pyi +282 -0
  22. types_opencv_contrib_python-1.0.6/cv2/gapi/__init__.pyi +1474 -0
  23. types_opencv_contrib_python-1.0.6/cv2/gapi/core/cpu.pyi +25 -0
  24. types_opencv_contrib_python-1.0.6/cv2/gapi/core/fluid.pyi +25 -0
  25. types_opencv_contrib_python-1.0.6/cv2/gapi/core/ocl.pyi +25 -0
  26. types_opencv_contrib_python-1.0.6/cv2/gapi/ie/__init__.pyi +56 -0
  27. types_opencv_contrib_python-1.0.6/cv2/gapi/ie/detail.pyi +25 -0
  28. types_opencv_contrib_python-1.0.6/cv2/gapi/imgproc/fluid.pyi +25 -0
  29. types_opencv_contrib_python-1.0.6/cv2/gapi/oak.pyi +33 -0
  30. types_opencv_contrib_python-1.0.6/cv2/gapi/onnx/__init__.pyi +53 -0
  31. types_opencv_contrib_python-1.0.6/cv2/gapi/onnx/ep.pyi +145 -0
  32. types_opencv_contrib_python-1.0.6/cv2/gapi/ot/__init__.pyi +60 -0
  33. types_opencv_contrib_python-1.0.6/cv2/gapi/ot/cpu.pyi +25 -0
  34. types_opencv_contrib_python-1.0.6/cv2/gapi/ov.pyi +115 -0
  35. types_opencv_contrib_python-1.0.6/cv2/gapi/own/detail.pyi +25 -0
  36. types_opencv_contrib_python-1.0.6/cv2/gapi/render/ocv.pyi +25 -0
  37. types_opencv_contrib_python-1.0.6/cv2/gapi/streaming.pyi +66 -0
  38. types_opencv_contrib_python-1.0.6/cv2/gapi/video.pyi +25 -0
  39. types_opencv_contrib_python-1.0.6/cv2/gapi/wip/__init__.pyi +62 -0
  40. types_opencv_contrib_python-1.0.6/cv2/gapi/wip/draw.pyi +222 -0
  41. types_opencv_contrib_python-1.0.6/cv2/gapi/wip/gst.pyi +30 -0
  42. types_opencv_contrib_python-1.0.6/cv2/gapi/wip/onevpl.pyi +27 -0
  43. types_opencv_contrib_python-1.0.6/cv2/hfs.pyi +154 -0
  44. types_opencv_contrib_python-1.0.6/cv2/img_hash.pyi +244 -0
  45. types_opencv_contrib_python-1.0.6/cv2/instr.pyi +33 -0
  46. types_opencv_contrib_python-1.0.6/cv2/intensity_transform.pyi +113 -0
  47. types_opencv_contrib_python-1.0.6/cv2/ipp.pyi +33 -0
  48. types_opencv_contrib_python-1.0.6/cv2/kinfu/__init__.pyi +251 -0
  49. types_opencv_contrib_python-1.0.6/cv2/kinfu/detail.pyi +24 -0
  50. types_opencv_contrib_python-1.0.6/cv2/large_kinfu.pyi +81 -0
  51. types_opencv_contrib_python-1.0.6/cv2/legacy.pyi +128 -0
  52. types_opencv_contrib_python-1.0.6/cv2/line_descriptor.pyi +201 -0
  53. types_opencv_contrib_python-1.0.6/cv2/linemod.pyi +225 -0
  54. types_opencv_contrib_python-1.0.6/cv2/mcc.pyi +173 -0
  55. types_opencv_contrib_python-1.0.6/cv2/ml.pyi +1275 -0
  56. types_opencv_contrib_python-1.0.6/cv2/motempl.pyi +75 -0
  57. types_opencv_contrib_python-1.0.6/cv2/multicalib.pyi +25 -0
  58. types_opencv_contrib_python-1.0.6/cv2/ocl.pyi +226 -0
  59. types_opencv_contrib_python-1.0.6/cv2/ogl.pyi +44 -0
  60. types_opencv_contrib_python-1.0.6/cv2/omnidir.pyi +212 -0
  61. types_opencv_contrib_python-1.0.6/cv2/optflow.pyi +536 -0
  62. types_opencv_contrib_python-1.0.6/cv2/parallel.pyi +30 -0
  63. types_opencv_contrib_python-1.0.6/cv2/phase_unwrapping.pyi +86 -0
  64. types_opencv_contrib_python-1.0.6/cv2/plot.pyi +159 -0
  65. types_opencv_contrib_python-1.0.6/cv2/ppf_match_3d.pyi +237 -0
  66. types_opencv_contrib_python-1.0.6/cv2/py.typed +0 -0
  67. types_opencv_contrib_python-1.0.6/cv2/quality.pyi +507 -0
  68. types_opencv_contrib_python-1.0.6/cv2/rapid.pyi +155 -0
  69. types_opencv_contrib_python-1.0.6/cv2/reg.pyi +290 -0
  70. types_opencv_contrib_python-1.0.6/cv2/rgbd.pyi +611 -0
  71. types_opencv_contrib_python-1.0.6/cv2/saliency.pyi +183 -0
  72. types_opencv_contrib_python-1.0.6/cv2/samples.pyi +64 -0
  73. types_opencv_contrib_python-1.0.6/cv2/segmentation.pyi +124 -0
  74. types_opencv_contrib_python-1.0.6/cv2/signal.pyi +38 -0
  75. types_opencv_contrib_python-1.0.6/cv2/stereo.pyi +116 -0
  76. types_opencv_contrib_python-1.0.6/cv2/structured_light.pyi +201 -0
  77. types_opencv_contrib_python-1.0.6/cv2/text.pyi +367 -0
  78. types_opencv_contrib_python-1.0.6/cv2/utils/__init__.pyi +128 -0
  79. types_opencv_contrib_python-1.0.6/cv2/utils/fs.pyi +25 -0
  80. types_opencv_contrib_python-1.0.6/cv2/utils/logging.pyi +36 -0
  81. types_opencv_contrib_python-1.0.6/cv2/utils/nested.pyi +45 -0
  82. types_opencv_contrib_python-1.0.6/cv2/videoio_registry.pyi +70 -0
  83. types_opencv_contrib_python-1.0.6/cv2/videostab.pyi +31 -0
  84. types_opencv_contrib_python-1.0.6/cv2/wechat_qrcode.pyi +62 -0
  85. types_opencv_contrib_python-1.0.6/cv2/xfeatures2d.pyi +1113 -0
  86. types_opencv_contrib_python-1.0.6/cv2/ximgproc/__init__.pyi +1665 -0
  87. types_opencv_contrib_python-1.0.6/cv2/ximgproc/segmentation.pyi +301 -0
  88. types_opencv_contrib_python-1.0.6/cv2/xphoto.pyi +333 -0
  89. types_opencv_contrib_python-1.0.6/pyproject.toml +19 -0
  90. types_opencv_contrib_python-1.0.6/setup.cfg +4 -0
  91. types_opencv_contrib_python-1.0.6/types_opencv_contrib_python.egg-info/PKG-INFO +10 -0
  92. types_opencv_contrib_python-1.0.6/types_opencv_contrib_python.egg-info/SOURCES.txt +93 -0
  93. types_opencv_contrib_python-1.0.6/types_opencv_contrib_python.egg-info/dependency_links.txt +1 -0
  94. types_opencv_contrib_python-1.0.6/types_opencv_contrib_python.egg-info/requires.txt +1 -0
  95. types_opencv_contrib_python-1.0.6/types_opencv_contrib_python.egg-info/top_level.txt +1 -0
@@ -0,0 +1,10 @@
1
+ Metadata-Version: 2.4
2
+ Name: types-opencv-contrib-python
3
+ Version: 1.0.6
4
+ Summary: This is an OpenCV stubs project.
5
+ Description-Content-Type: text/markdown
6
+ Requires-Dist: opencv-contrib-python>=4.13.0
7
+
8
+ ## types-opencv
9
+ This is an OpenCV stubs project.
10
+ Generated based on the OpenCV documentation and my local Python environment with my patch.
@@ -0,0 +1,3 @@
1
+ ## types-opencv
2
+ This is an OpenCV stubs project.
3
+ Generated based on the OpenCV documentation and my local Python environment with my patch.
@@ -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
+