ZTWHHH commited on
Commit
1da07f9
·
verified ·
1 Parent(s): 21dc7b0

Add files using upload-large-folder tool

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. .gitattributes +4 -0
  2. parrot/bin/unxz +3 -0
  3. parrot/bin/xzcat +3 -0
  4. parrot/lib/libncurses++.a +3 -0
  5. parrot/lib/libncurses.so.6 +3 -0
  6. parrot/lib/python3.10/idlelib/Icons/idle_256.png +3 -0
  7. parrot/lib/python3.10/idlelib/Icons/minusnode.gif +3 -0
  8. parrot/lib/python3.10/idlelib/Icons/openfolder.gif +3 -0
  9. parrot/lib/python3.10/site-packages/cv2/Error/__init__.pyi +118 -0
  10. parrot/lib/python3.10/site-packages/cv2/data/__init__.py +3 -0
  11. parrot/lib/python3.10/site-packages/cv2/data/haarcascade_eye.xml +0 -0
  12. parrot/lib/python3.10/site-packages/cv2/data/haarcascade_frontalcatface.xml +0 -0
  13. parrot/lib/python3.10/site-packages/cv2/data/haarcascade_frontalface_alt2.xml +0 -0
  14. parrot/lib/python3.10/site-packages/cv2/data/haarcascade_frontalface_alt_tree.xml +0 -0
  15. parrot/lib/python3.10/site-packages/cv2/data/haarcascade_lefteye_2splits.xml +0 -0
  16. parrot/lib/python3.10/site-packages/cv2/data/haarcascade_license_plate_rus_16stages.xml +1404 -0
  17. parrot/lib/python3.10/site-packages/cv2/data/haarcascade_lowerbody.xml +0 -0
  18. parrot/lib/python3.10/site-packages/cv2/data/haarcascade_smile.xml +0 -0
  19. parrot/lib/python3.10/site-packages/cv2/data/haarcascade_upperbody.xml +0 -0
  20. parrot/lib/python3.10/site-packages/cv2/detail/__init__.pyi +600 -0
  21. parrot/lib/python3.10/site-packages/cv2/flann/__init__.pyi +64 -0
  22. parrot/lib/python3.10/site-packages/cv2/gapi/core/__init__.pyi +7 -0
  23. parrot/lib/python3.10/site-packages/cv2/gapi/core/fluid/__init__.pyi +9 -0
  24. parrot/lib/python3.10/site-packages/cv2/gapi/core/ocl/__init__.pyi +9 -0
  25. parrot/lib/python3.10/site-packages/cv2/gapi/imgproc/__init__.pyi +5 -0
  26. parrot/lib/python3.10/site-packages/cv2/gapi/imgproc/fluid/__init__.pyi +9 -0
  27. parrot/lib/python3.10/site-packages/cv2/gapi/ot/__init__.pyi +32 -0
  28. parrot/lib/python3.10/site-packages/cv2/gapi/ot/cpu/__init__.pyi +9 -0
  29. parrot/lib/python3.10/site-packages/cv2/gapi/own/__init__.pyi +5 -0
  30. parrot/lib/python3.10/site-packages/cv2/gapi/render/__init__.pyi +5 -0
  31. parrot/lib/python3.10/site-packages/cv2/gapi/streaming/__init__.pyi +42 -0
  32. parrot/lib/python3.10/site-packages/cv2/gapi/wip/draw/__init__.pyi +119 -0
  33. parrot/lib/python3.10/site-packages/cv2/gapi/wip/onevpl/__init__.pyi +16 -0
  34. parrot/lib/python3.10/site-packages/cv2/misc/__pycache__/version.cpython-310.pyc +0 -0
  35. parrot/lib/python3.10/site-packages/cv2/misc/version.py +5 -0
  36. parrot/lib/python3.10/site-packages/cv2/ogl/__init__.pyi +51 -0
  37. parrot/lib/python3.10/site-packages/cv2/parallel/__init__.pyi +6 -0
  38. parrot/lib/python3.10/site-packages/cv2/qt/plugins/platforms/libqxcb.so +0 -0
  39. parrot/lib/python3.10/site-packages/cv2/samples/__init__.pyi +12 -0
  40. parrot/lib/python3.10/site-packages/cv2/segmentation/__init__.pyi +39 -0
  41. parrot/lib/python3.10/site-packages/cv2/typing/__init__.py +178 -0
  42. parrot/lib/python3.10/site-packages/cv2/typing/__pycache__/__init__.cpython-310.pyc +0 -0
  43. parrot/lib/python3.10/site-packages/einops/__init__.py +15 -0
  44. parrot/lib/python3.10/site-packages/hjson/__pycache__/__init__.cpython-310.pyc +0 -0
  45. parrot/lib/python3.10/site-packages/hjson/__pycache__/compat.cpython-310.pyc +0 -0
  46. parrot/lib/python3.10/site-packages/hjson/__pycache__/decoder.cpython-310.pyc +0 -0
  47. parrot/lib/python3.10/site-packages/hjson/__pycache__/encoder.cpython-310.pyc +0 -0
  48. parrot/lib/python3.10/site-packages/hjson/__pycache__/encoderH.cpython-310.pyc +0 -0
  49. parrot/lib/python3.10/site-packages/hjson/__pycache__/scanner.cpython-310.pyc +0 -0
  50. parrot/lib/python3.10/site-packages/hjson/__pycache__/tool.cpython-310.pyc +0 -0
.gitattributes CHANGED
@@ -69,3 +69,7 @@ parrot/lib/libatomic.so filter=lfs diff=lfs merge=lfs -text
69
  parrot/bin/lzma filter=lfs diff=lfs merge=lfs -text
70
  parrot/lib/libncursesw.so.6 filter=lfs diff=lfs merge=lfs -text
71
  parrot/lib/libncurses.so.6.4 filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
69
  parrot/bin/lzma filter=lfs diff=lfs merge=lfs -text
70
  parrot/lib/libncursesw.so.6 filter=lfs diff=lfs merge=lfs -text
71
  parrot/lib/libncurses.so.6.4 filter=lfs diff=lfs merge=lfs -text
72
+ parrot/bin/unxz filter=lfs diff=lfs merge=lfs -text
73
+ parrot/lib/libncurses.so.6 filter=lfs diff=lfs merge=lfs -text
74
+ parrot/bin/xzcat filter=lfs diff=lfs merge=lfs -text
75
+ parrot/lib/libncurses++.a filter=lfs diff=lfs merge=lfs -text
parrot/bin/unxz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e7a3b4440bfa8684bcc3d6019326803cb53637c2cafecad558f04327e593fa40
3
+ size 108336
parrot/bin/xzcat ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e7a3b4440bfa8684bcc3d6019326803cb53637c2cafecad558f04327e593fa40
3
+ size 108336
parrot/lib/libncurses++.a ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:93b48c40f5d7b07e1a8c4bd9419df55c28e250cca1166be4aafd2fc7caf18823
3
+ size 187604
parrot/lib/libncurses.so.6 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7fa4e5e93804d78660b0eef727cdb4211209e1742e4ad3669348022668d90962
3
+ size 271304
parrot/lib/python3.10/idlelib/Icons/idle_256.png ADDED

Git LFS Details

  • SHA256: 3f517467d12e0e3ecf20f9bd68ce4bd18a2b8088f32308fd978fd80e87d3628b
  • Pointer size: 130 Bytes
  • Size of remote file: 39.2 kB
parrot/lib/python3.10/idlelib/Icons/minusnode.gif ADDED

Git LFS Details

  • SHA256: efa5aa1d1e3439ab85425bd2aa3a25b9e6c21309e672690cfb32219e1eb7a7f3
  • Pointer size: 127 Bytes
  • Size of remote file: 75 Bytes
parrot/lib/python3.10/idlelib/Icons/openfolder.gif ADDED

Git LFS Details

  • SHA256: 9a59e2abf1840156e9db8f85a38822fd56ab79a139eb95ec86f1fba1bb87326b
  • Pointer size: 128 Bytes
  • Size of remote file: 125 Bytes
parrot/lib/python3.10/site-packages/cv2/Error/__init__.pyi ADDED
@@ -0,0 +1,118 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ __all__: list[str] = []
2
+
3
+ # Enumerations
4
+ StsOk: int
5
+ STS_OK: int
6
+ StsBackTrace: int
7
+ STS_BACK_TRACE: int
8
+ StsError: int
9
+ STS_ERROR: int
10
+ StsInternal: int
11
+ STS_INTERNAL: int
12
+ StsNoMem: int
13
+ STS_NO_MEM: int
14
+ StsBadArg: int
15
+ STS_BAD_ARG: int
16
+ StsBadFunc: int
17
+ STS_BAD_FUNC: int
18
+ StsNoConv: int
19
+ STS_NO_CONV: int
20
+ StsAutoTrace: int
21
+ STS_AUTO_TRACE: int
22
+ HeaderIsNull: int
23
+ HEADER_IS_NULL: int
24
+ BadImageSize: int
25
+ BAD_IMAGE_SIZE: int
26
+ BadOffset: int
27
+ BAD_OFFSET: int
28
+ BadDataPtr: int
29
+ BAD_DATA_PTR: int
30
+ BadStep: int
31
+ BAD_STEP: int
32
+ BadModelOrChSeq: int
33
+ BAD_MODEL_OR_CH_SEQ: int
34
+ BadNumChannels: int
35
+ BAD_NUM_CHANNELS: int
36
+ BadNumChannel1U: int
37
+ BAD_NUM_CHANNEL1U: int
38
+ BadDepth: int
39
+ BAD_DEPTH: int
40
+ BadAlphaChannel: int
41
+ BAD_ALPHA_CHANNEL: int
42
+ BadOrder: int
43
+ BAD_ORDER: int
44
+ BadOrigin: int
45
+ BAD_ORIGIN: int
46
+ BadAlign: int
47
+ BAD_ALIGN: int
48
+ BadCallBack: int
49
+ BAD_CALL_BACK: int
50
+ BadTileSize: int
51
+ BAD_TILE_SIZE: int
52
+ BadCOI: int
53
+ BAD_COI: int
54
+ BadROISize: int
55
+ BAD_ROISIZE: int
56
+ MaskIsTiled: int
57
+ MASK_IS_TILED: int
58
+ StsNullPtr: int
59
+ STS_NULL_PTR: int
60
+ StsVecLengthErr: int
61
+ STS_VEC_LENGTH_ERR: int
62
+ StsFilterStructContentErr: int
63
+ STS_FILTER_STRUCT_CONTENT_ERR: int
64
+ StsKernelStructContentErr: int
65
+ STS_KERNEL_STRUCT_CONTENT_ERR: int
66
+ StsFilterOffsetErr: int
67
+ STS_FILTER_OFFSET_ERR: int
68
+ StsBadSize: int
69
+ STS_BAD_SIZE: int
70
+ StsDivByZero: int
71
+ STS_DIV_BY_ZERO: int
72
+ StsInplaceNotSupported: int
73
+ STS_INPLACE_NOT_SUPPORTED: int
74
+ StsObjectNotFound: int
75
+ STS_OBJECT_NOT_FOUND: int
76
+ StsUnmatchedFormats: int
77
+ STS_UNMATCHED_FORMATS: int
78
+ StsBadFlag: int
79
+ STS_BAD_FLAG: int
80
+ StsBadPoint: int
81
+ STS_BAD_POINT: int
82
+ StsBadMask: int
83
+ STS_BAD_MASK: int
84
+ StsUnmatchedSizes: int
85
+ STS_UNMATCHED_SIZES: int
86
+ StsUnsupportedFormat: int
87
+ STS_UNSUPPORTED_FORMAT: int
88
+ StsOutOfRange: int
89
+ STS_OUT_OF_RANGE: int
90
+ StsParseError: int
91
+ STS_PARSE_ERROR: int
92
+ StsNotImplemented: int
93
+ STS_NOT_IMPLEMENTED: int
94
+ StsBadMemBlock: int
95
+ STS_BAD_MEM_BLOCK: int
96
+ StsAssert: int
97
+ STS_ASSERT: int
98
+ GpuNotSupported: int
99
+ GPU_NOT_SUPPORTED: int
100
+ GpuApiCallError: int
101
+ GPU_API_CALL_ERROR: int
102
+ OpenGlNotSupported: int
103
+ OPEN_GL_NOT_SUPPORTED: int
104
+ OpenGlApiCallError: int
105
+ OPEN_GL_API_CALL_ERROR: int
106
+ OpenCLApiCallError: int
107
+ OPEN_CLAPI_CALL_ERROR: int
108
+ OpenCLDoubleNotSupported: int
109
+ OPEN_CLDOUBLE_NOT_SUPPORTED: int
110
+ OpenCLInitError: int
111
+ OPEN_CLINIT_ERROR: int
112
+ OpenCLNoAMDBlasFft: int
113
+ OPEN_CLNO_AMDBLAS_FFT: int
114
+ Code = int
115
+ """One of [StsOk, STS_OK, StsBackTrace, STS_BACK_TRACE, StsError, STS_ERROR, StsInternal, STS_INTERNAL, StsNoMem, STS_NO_MEM, StsBadArg, STS_BAD_ARG, StsBadFunc, STS_BAD_FUNC, StsNoConv, STS_NO_CONV, StsAutoTrace, STS_AUTO_TRACE, HeaderIsNull, HEADER_IS_NULL, BadImageSize, BAD_IMAGE_SIZE, BadOffset, BAD_OFFSET, BadDataPtr, BAD_DATA_PTR, BadStep, BAD_STEP, BadModelOrChSeq, BAD_MODEL_OR_CH_SEQ, BadNumChannels, BAD_NUM_CHANNELS, BadNumChannel1U, BAD_NUM_CHANNEL1U, BadDepth, BAD_DEPTH, BadAlphaChannel, BAD_ALPHA_CHANNEL, BadOrder, BAD_ORDER, BadOrigin, BAD_ORIGIN, BadAlign, BAD_ALIGN, BadCallBack, BAD_CALL_BACK, BadTileSize, BAD_TILE_SIZE, BadCOI, BAD_COI, BadROISize, BAD_ROISIZE, MaskIsTiled, MASK_IS_TILED, StsNullPtr, STS_NULL_PTR, StsVecLengthErr, STS_VEC_LENGTH_ERR, StsFilterStructContentErr, STS_FILTER_STRUCT_CONTENT_ERR, StsKernelStructContentErr, STS_KERNEL_STRUCT_CONTENT_ERR, StsFilterOffsetErr, STS_FILTER_OFFSET_ERR, StsBadSize, STS_BAD_SIZE, StsDivByZero, STS_DIV_BY_ZERO, StsInplaceNotSupported, STS_INPLACE_NOT_SUPPORTED, StsObjectNotFound, STS_OBJECT_NOT_FOUND, StsUnmatchedFormats, STS_UNMATCHED_FORMATS, StsBadFlag, STS_BAD_FLAG, StsBadPoint, STS_BAD_POINT, StsBadMask, STS_BAD_MASK, StsUnmatchedSizes, STS_UNMATCHED_SIZES, StsUnsupportedFormat, STS_UNSUPPORTED_FORMAT, StsOutOfRange, STS_OUT_OF_RANGE, StsParseError, STS_PARSE_ERROR, StsNotImplemented, STS_NOT_IMPLEMENTED, StsBadMemBlock, STS_BAD_MEM_BLOCK, StsAssert, STS_ASSERT, GpuNotSupported, GPU_NOT_SUPPORTED, GpuApiCallError, GPU_API_CALL_ERROR, OpenGlNotSupported, OPEN_GL_NOT_SUPPORTED, OpenGlApiCallError, OPEN_GL_API_CALL_ERROR, OpenCLApiCallError, OPEN_CLAPI_CALL_ERROR, OpenCLDoubleNotSupported, OPEN_CLDOUBLE_NOT_SUPPORTED, OpenCLInitError, OPEN_CLINIT_ERROR, OpenCLNoAMDBlasFft, OPEN_CLNO_AMDBLAS_FFT]"""
116
+
117
+
118
+
parrot/lib/python3.10/site-packages/cv2/data/__init__.py ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ import os
2
+
3
+ haarcascades = os.path.join(os.path.dirname(__file__), "")
parrot/lib/python3.10/site-packages/cv2/data/haarcascade_eye.xml ADDED
The diff for this file is too large to render. See raw diff
 
parrot/lib/python3.10/site-packages/cv2/data/haarcascade_frontalcatface.xml ADDED
The diff for this file is too large to render. See raw diff
 
parrot/lib/python3.10/site-packages/cv2/data/haarcascade_frontalface_alt2.xml ADDED
The diff for this file is too large to render. See raw diff
 
parrot/lib/python3.10/site-packages/cv2/data/haarcascade_frontalface_alt_tree.xml ADDED
The diff for this file is too large to render. See raw diff
 
parrot/lib/python3.10/site-packages/cv2/data/haarcascade_lefteye_2splits.xml ADDED
The diff for this file is too large to render. See raw diff
 
parrot/lib/python3.10/site-packages/cv2/data/haarcascade_license_plate_rus_16stages.xml ADDED
@@ -0,0 +1,1404 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0"?>
2
+ <opencv_storage>
3
+ <!-- Automatically converted from haarcascade2, window size = 64x16 -->
4
+ <haarcascade_pltzzz64x16_16STG type_id="opencv-haar-classifier">
5
+ <size>
6
+ 64 16</size>
7
+ <stages>
8
+ <_>
9
+ <!-- stage 0 -->
10
+ <trees>
11
+ <_>
12
+ <!-- tree 0 -->
13
+ <_>
14
+ <!-- root node -->
15
+ <feature>
16
+ <rects>
17
+ <_>
18
+ 32 2 8 6 -1.</_>
19
+ <_>
20
+ 32 4 8 2 3.</_></rects>
21
+ <tilted>0</tilted></feature>
22
+ <threshold>1.6915600746870041e-002</threshold>
23
+ <left_val>-9.5547717809677124e-001</left_val>
24
+ <right_val>8.9129137992858887e-001</right_val></_></_>
25
+ <_>
26
+ <!-- tree 1 -->
27
+ <_>
28
+ <!-- root node -->
29
+ <feature>
30
+ <rects>
31
+ <_>
32
+ 0 4 6 10 -1.</_>
33
+ <_>
34
+ 3 4 3 10 2.</_></rects>
35
+ <tilted>0</tilted></feature>
36
+ <threshold>2.4228349328041077e-002</threshold>
37
+ <left_val>-9.2089319229125977e-001</left_val>
38
+ <right_val>8.8723921775817871e-001</right_val></_></_>
39
+ <_>
40
+ <!-- tree 2 -->
41
+ <_>
42
+ <!-- root node -->
43
+ <feature>
44
+ <rects>
45
+ <_>
46
+ 55 0 8 6 -1.</_>
47
+ <_>
48
+ 55 0 4 3 2.</_>
49
+ <_>
50
+ 59 3 4 3 2.</_></rects>
51
+ <tilted>0</tilted></feature>
52
+ <threshold>-1.0168660432100296e-002</threshold>
53
+ <left_val>8.8940089941024780e-001</left_val>
54
+ <right_val>-7.7847331762313843e-001</right_val></_></_>
55
+ <_>
56
+ <!-- tree 3 -->
57
+ <_>
58
+ <!-- root node -->
59
+ <feature>
60
+ <rects>
61
+ <_>
62
+ 44 7 4 9 -1.</_>
63
+ <_>
64
+ 44 10 4 3 3.</_></rects>
65
+ <tilted>0</tilted></feature>
66
+ <threshold>2.0863260142505169e-003</threshold>
67
+ <left_val>-8.7998157739639282e-001</left_val>
68
+ <right_val>5.8651781082153320e-001</right_val></_></_></trees>
69
+ <stage_threshold>-2.0683259963989258e+000</stage_threshold>
70
+ <parent>-1</parent>
71
+ <next>-1</next></_>
72
+ <_>
73
+ <!-- stage 1 -->
74
+ <trees>
75
+ <_>
76
+ <!-- tree 0 -->
77
+ <_>
78
+ <!-- root node -->
79
+ <feature>
80
+ <rects>
81
+ <_>
82
+ 29 1 16 4 -1.</_>
83
+ <_>
84
+ 29 3 16 2 2.</_></rects>
85
+ <tilted>0</tilted></feature>
86
+ <threshold>2.9062159359455109e-002</threshold>
87
+ <left_val>-8.7765061855316162e-001</left_val>
88
+ <right_val>8.5373121500015259e-001</right_val></_></_>
89
+ <_>
90
+ <!-- tree 1 -->
91
+ <_>
92
+ <!-- root node -->
93
+ <feature>
94
+ <rects>
95
+ <_>
96
+ 0 5 9 8 -1.</_>
97
+ <_>
98
+ 3 5 3 8 3.</_></rects>
99
+ <tilted>0</tilted></feature>
100
+ <threshold>2.3903399705886841e-002</threshold>
101
+ <left_val>-9.2079448699951172e-001</left_val>
102
+ <right_val>7.5155001878738403e-001</right_val></_></_>
103
+ <_>
104
+ <!-- tree 2 -->
105
+ <_>
106
+ <!-- root node -->
107
+ <feature>
108
+ <rects>
109
+ <_>
110
+ 44 0 20 14 -1.</_>
111
+ <_>
112
+ 44 0 10 7 2.</_>
113
+ <_>
114
+ 54 7 10 7 2.</_></rects>
115
+ <tilted>0</tilted></feature>
116
+ <threshold>-3.5404648631811142e-002</threshold>
117
+ <left_val>6.7834627628326416e-001</left_val>
118
+ <right_val>-9.0937072038650513e-001</right_val></_></_>
119
+ <_>
120
+ <!-- tree 3 -->
121
+ <_>
122
+ <!-- root node -->
123
+ <feature>
124
+ <rects>
125
+ <_>
126
+ 41 7 6 9 -1.</_>
127
+ <_>
128
+ 43 7 2 9 3.</_></rects>
129
+ <tilted>0</tilted></feature>
130
+ <threshold>6.2988721765577793e-003</threshold>
131
+ <left_val>-8.1054258346557617e-001</left_val>
132
+ <right_val>5.8985030651092529e-001</right_val></_></_>
133
+ <_>
134
+ <!-- tree 4 -->
135
+ <_>
136
+ <!-- root node -->
137
+ <feature>
138
+ <rects>
139
+ <_>
140
+ 0 4 21 4 -1.</_>
141
+ <_>
142
+ 7 4 7 4 3.</_></rects>
143
+ <tilted>0</tilted></feature>
144
+ <threshold>3.4959490876644850e-003</threshold>
145
+ <left_val>-9.7632282972335815e-001</left_val>
146
+ <right_val>4.5473039150238037e-001</right_val></_></_></trees>
147
+ <stage_threshold>-1.6632349491119385e+000</stage_threshold>
148
+ <parent>0</parent>
149
+ <next>-1</next></_>
150
+ <_>
151
+ <!-- stage 2 -->
152
+ <trees>
153
+ <_>
154
+ <!-- tree 0 -->
155
+ <_>
156
+ <!-- root node -->
157
+ <feature>
158
+ <rects>
159
+ <_>
160
+ 31 2 11 6 -1.</_>
161
+ <_>
162
+ 31 4 11 2 3.</_></rects>
163
+ <tilted>0</tilted></feature>
164
+ <threshold>2.3864099755883217e-002</threshold>
165
+ <left_val>-9.3137168884277344e-001</left_val>
166
+ <right_val>8.2478952407836914e-001</right_val></_></_>
167
+ <_>
168
+ <!-- tree 1 -->
169
+ <_>
170
+ <!-- root node -->
171
+ <feature>
172
+ <rects>
173
+ <_>
174
+ 56 3 6 11 -1.</_>
175
+ <_>
176
+ 59 3 3 11 2.</_></rects>
177
+ <tilted>0</tilted></feature>
178
+ <threshold>-2.5775209069252014e-002</threshold>
179
+ <left_val>8.5526448488235474e-001</left_val>
180
+ <right_val>-8.7574672698974609e-001</right_val></_></_>
181
+ <_>
182
+ <!-- tree 2 -->
183
+ <_>
184
+ <!-- root node -->
185
+ <feature>
186
+ <rects>
187
+ <_>
188
+ 32 14 32 2 -1.</_>
189
+ <_>
190
+ 32 15 32 1 2.</_></rects>
191
+ <tilted>0</tilted></feature>
192
+ <threshold>-1.0646049864590168e-002</threshold>
193
+ <left_val>8.5167151689529419e-001</left_val>
194
+ <right_val>-6.7789041996002197e-001</right_val></_></_>
195
+ <_>
196
+ <!-- tree 3 -->
197
+ <_>
198
+ <!-- root node -->
199
+ <feature>
200
+ <rects>
201
+ <_>
202
+ 0 2 8 14 -1.</_>
203
+ <_>
204
+ 4 2 4 14 2.</_></rects>
205
+ <tilted>0</tilted></feature>
206
+ <threshold>2.7000989764928818e-002</threshold>
207
+ <left_val>-8.0041092634201050e-001</left_val>
208
+ <right_val>6.4893317222595215e-001</right_val></_></_>
209
+ <_>
210
+ <!-- tree 4 -->
211
+ <_>
212
+ <!-- root node -->
213
+ <feature>
214
+ <rects>
215
+ <_>
216
+ 19 0 22 6 -1.</_>
217
+ <_>
218
+ 19 0 11 3 2.</_>
219
+ <_>
220
+ 30 3 11 3 2.</_></rects>
221
+ <tilted>0</tilted></feature>
222
+ <threshold>5.2989721298217773e-003</threshold>
223
+ <left_val>-9.5342522859573364e-001</left_val>
224
+ <right_val>5.0140267610549927e-001</right_val></_></_></trees>
225
+ <stage_threshold>-1.3346730470657349e+000</stage_threshold>
226
+ <parent>1</parent>
227
+ <next>-1</next></_>
228
+ <_>
229
+ <!-- stage 3 -->
230
+ <trees>
231
+ <_>
232
+ <!-- tree 0 -->
233
+ <_>
234
+ <!-- root node -->
235
+ <feature>
236
+ <rects>
237
+ <_>
238
+ 56 0 6 6 -1.</_>
239
+ <_>
240
+ 56 0 3 3 2.</_>
241
+ <_>
242
+ 59 3 3 3 2.</_></rects>
243
+ <tilted>0</tilted></feature>
244
+ <threshold>-6.9233630783855915e-003</threshold>
245
+ <left_val>8.2654470205307007e-001</left_val>
246
+ <right_val>-8.5396027565002441e-001</right_val></_></_>
247
+ <_>
248
+ <!-- tree 1 -->
249
+ <_>
250
+ <!-- root node -->
251
+ <feature>
252
+ <rects>
253
+ <_>
254
+ 32 0 14 12 -1.</_>
255
+ <_>
256
+ 32 0 7 6 2.</_>
257
+ <_>
258
+ 39 6 7 6 2.</_></rects>
259
+ <tilted>0</tilted></feature>
260
+ <threshold>1.2539249658584595e-001</threshold>
261
+ <left_val>-1.2996139936149120e-002</left_val>
262
+ <right_val>-3.2377028808593750e+003</right_val></_></_>
263
+ <_>
264
+ <!-- tree 2 -->
265
+ <_>
266
+ <!-- root node -->
267
+ <feature>
268
+ <rects>
269
+ <_>
270
+ 2 1 43 4 -1.</_>
271
+ <_>
272
+ 2 3 43 2 2.</_></rects>
273
+ <tilted>0</tilted></feature>
274
+ <threshold>6.3474893569946289e-002</threshold>
275
+ <left_val>-6.4648061990737915e-001</left_val>
276
+ <right_val>8.2302427291870117e-001</right_val></_></_>
277
+ <_>
278
+ <!-- tree 3 -->
279
+ <_>
280
+ <!-- root node -->
281
+ <feature>
282
+ <rects>
283
+ <_>
284
+ 34 10 30 5 -1.</_>
285
+ <_>
286
+ 44 10 10 5 3.</_></rects>
287
+ <tilted>0</tilted></feature>
288
+ <threshold>4.2217150330543518e-002</threshold>
289
+ <left_val>-7.5190877914428711e-001</left_val>
290
+ <right_val>6.3705182075500488e-001</right_val></_></_>
291
+ <_>
292
+ <!-- tree 4 -->
293
+ <_>
294
+ <!-- root node -->
295
+ <feature>
296
+ <rects>
297
+ <_>
298
+ 0 9 9 5 -1.</_>
299
+ <_>
300
+ 3 9 3 5 3.</_></rects>
301
+ <tilted>0</tilted></feature>
302
+ <threshold>2.0000640302896500e-002</threshold>
303
+ <left_val>-6.2077498435974121e-001</left_val>
304
+ <right_val>6.1317932605743408e-001</right_val></_></_></trees>
305
+ <stage_threshold>-1.6521669626235962e+000</stage_threshold>
306
+ <parent>2</parent>
307
+ <next>-1</next></_>
308
+ <_>
309
+ <!-- stage 4 -->
310
+ <trees>
311
+ <_>
312
+ <!-- tree 0 -->
313
+ <_>
314
+ <!-- root node -->
315
+ <feature>
316
+ <rects>
317
+ <_>
318
+ 2 1 43 6 -1.</_>
319
+ <_>
320
+ 2 3 43 2 3.</_></rects>
321
+ <tilted>0</tilted></feature>
322
+ <threshold>9.2297486960887909e-002</threshold>
323
+ <left_val>-7.2764229774475098e-001</left_val>
324
+ <right_val>8.0554759502410889e-001</right_val></_></_>
325
+ <_>
326
+ <!-- tree 1 -->
327
+ <_>
328
+ <!-- root node -->
329
+ <feature>
330
+ <rects>
331
+ <_>
332
+ 53 4 9 8 -1.</_>
333
+ <_>
334
+ 56 4 3 8 3.</_></rects>
335
+ <tilted>0</tilted></feature>
336
+ <threshold>2.7613969519734383e-002</threshold>
337
+ <left_val>-7.0769268274307251e-001</left_val>
338
+ <right_val>7.3315787315368652e-001</right_val></_></_>
339
+ <_>
340
+ <!-- tree 2 -->
341
+ <_>
342
+ <!-- root node -->
343
+ <feature>
344
+ <rects>
345
+ <_>
346
+ 36 4 14 8 -1.</_>
347
+ <_>
348
+ 36 4 7 4 2.</_>
349
+ <_>
350
+ 43 8 7 4 2.</_></rects>
351
+ <tilted>0</tilted></feature>
352
+ <threshold>1.2465449981391430e-002</threshold>
353
+ <left_val>-8.4359270334243774e-001</left_val>
354
+ <right_val>5.7046437263488770e-001</right_val></_></_>
355
+ <_>
356
+ <!-- tree 3 -->
357
+ <_>
358
+ <!-- root node -->
359
+ <feature>
360
+ <rects>
361
+ <_>
362
+ 14 14 49 2 -1.</_>
363
+ <_>
364
+ 14 15 49 1 2.</_></rects>
365
+ <tilted>0</tilted></feature>
366
+ <threshold>-2.3886829614639282e-002</threshold>
367
+ <left_val>8.2656508684158325e-001</left_val>
368
+ <right_val>-5.2783298492431641e-001</right_val></_></_></trees>
369
+ <stage_threshold>-1.4523630142211914e+000</stage_threshold>
370
+ <parent>3</parent>
371
+ <next>-1</next></_>
372
+ <_>
373
+ <!-- stage 5 -->
374
+ <trees>
375
+ <_>
376
+ <!-- tree 0 -->
377
+ <_>
378
+ <!-- root node -->
379
+ <feature>
380
+ <rects>
381
+ <_>
382
+ 0 5 4 9 -1.</_>
383
+ <_>
384
+ 2 5 2 9 2.</_></rects>
385
+ <tilted>0</tilted></feature>
386
+ <threshold>1.8821349367499352e-002</threshold>
387
+ <left_val>-8.1122857332229614e-001</left_val>
388
+ <right_val>6.9127470254898071e-001</right_val></_></_>
389
+ <_>
390
+ <!-- tree 1 -->
391
+ <_>
392
+ <!-- root node -->
393
+ <feature>
394
+ <rects>
395
+ <_>
396
+ 21 1 38 4 -1.</_>
397
+ <_>
398
+ 21 3 38 2 2.</_></rects>
399
+ <tilted>0</tilted></feature>
400
+ <threshold>6.1703320592641830e-002</threshold>
401
+ <left_val>-7.6482647657394409e-001</left_val>
402
+ <right_val>6.4212161302566528e-001</right_val></_></_>
403
+ <_>
404
+ <!-- tree 2 -->
405
+ <_>
406
+ <!-- root node -->
407
+ <feature>
408
+ <rects>
409
+ <_>
410
+ 44 12 18 3 -1.</_>
411
+ <_>
412
+ 53 12 9 3 2.</_></rects>
413
+ <tilted>0</tilted></feature>
414
+ <threshold>-1.6298670321702957e-002</threshold>
415
+ <left_val>5.0207728147506714e-001</left_val>
416
+ <right_val>-8.4020161628723145e-001</right_val></_></_>
417
+ <_>
418
+ <!-- tree 3 -->
419
+ <_>
420
+ <!-- root node -->
421
+ <feature>
422
+ <rects>
423
+ <_>
424
+ 10 4 9 3 -1.</_>
425
+ <_>
426
+ 13 4 3 3 3.</_></rects>
427
+ <tilted>0</tilted></feature>
428
+ <threshold>-4.9458951689302921e-003</threshold>
429
+ <left_val>6.1991941928863525e-001</left_val>
430
+ <right_val>-6.1633539199829102e-001</right_val></_></_>
431
+ <_>
432
+ <!-- tree 4 -->
433
+ <_>
434
+ <!-- root node -->
435
+ <feature>
436
+ <rects>
437
+ <_>
438
+ 40 4 10 4 -1.</_>
439
+ <_>
440
+ 45 4 5 4 2.</_></rects>
441
+ <tilted>0</tilted></feature>
442
+ <threshold>-5.1894597709178925e-003</threshold>
443
+ <left_val>4.4975179433822632e-001</left_val>
444
+ <right_val>-8.0651968717575073e-001</right_val></_></_>
445
+ <_>
446
+ <!-- tree 5 -->
447
+ <_>
448
+ <!-- root node -->
449
+ <feature>
450
+ <rects>
451
+ <_>
452
+ 17 14 47 2 -1.</_>
453
+ <_>
454
+ 17 15 47 1 2.</_></rects>
455
+ <tilted>0</tilted></feature>
456
+ <threshold>-1.8824130296707153e-002</threshold>
457
+ <left_val>6.1992841958999634e-001</left_val>
458
+ <right_val>-5.5643159151077271e-001</right_val></_></_>
459
+ <_>
460
+ <!-- tree 6 -->
461
+ <_>
462
+ <!-- root node -->
463
+ <feature>
464
+ <rects>
465
+ <_>
466
+ 8 5 4 7 -1.</_>
467
+ <_>
468
+ 10 5 2 7 2.</_></rects>
469
+ <tilted>0</tilted></feature>
470
+ <threshold>5.6571601890027523e-003</threshold>
471
+ <left_val>-4.8346561193466187e-001</left_val>
472
+ <right_val>6.8647360801696777e-001</right_val></_></_></trees>
473
+ <stage_threshold>-2.2358059883117676e+000</stage_threshold>
474
+ <parent>4</parent>
475
+ <next>-1</next></_>
476
+ <_>
477
+ <!-- stage 6 -->
478
+ <trees>
479
+ <_>
480
+ <!-- tree 0 -->
481
+ <_>
482
+ <!-- root node -->
483
+ <feature>
484
+ <rects>
485
+ <_>
486
+ 56 0 6 6 -1.</_>
487
+ <_>
488
+ 56 0 3 3 2.</_>
489
+ <_>
490
+ 59 3 3 3 2.</_></rects>
491
+ <tilted>0</tilted></feature>
492
+ <threshold>-9.1503243893384933e-003</threshold>
493
+ <left_val>6.8174481391906738e-001</left_val>
494
+ <right_val>-7.7866071462631226e-001</right_val></_></_>
495
+ <_>
496
+ <!-- tree 1 -->
497
+ <_>
498
+ <!-- root node -->
499
+ <feature>
500
+ <rects>
501
+ <_>
502
+ 0 0 6 6 -1.</_>
503
+ <_>
504
+ 0 0 3 3 2.</_>
505
+ <_>
506
+ 3 3 3 3 2.</_></rects>
507
+ <tilted>0</tilted></feature>
508
+ <threshold>7.4933180585503578e-003</threshold>
509
+ <left_val>-6.8696027994155884e-001</left_val>
510
+ <right_val>6.6913938522338867e-001</right_val></_></_>
511
+ <_>
512
+ <!-- tree 2 -->
513
+ <_>
514
+ <!-- root node -->
515
+ <feature>
516
+ <rects>
517
+ <_>
518
+ 13 4 48 2 -1.</_>
519
+ <_>
520
+ 29 4 16 2 3.</_></rects>
521
+ <tilted>0</tilted></feature>
522
+ <threshold>4.5296419411897659e-002</threshold>
523
+ <left_val>-7.3576509952545166e-001</left_val>
524
+ <right_val>5.9453499317169189e-001</right_val></_></_>
525
+ <_>
526
+ <!-- tree 3 -->
527
+ <_>
528
+ <!-- root node -->
529
+ <feature>
530
+ <rects>
531
+ <_>
532
+ 42 1 6 15 -1.</_>
533
+ <_>
534
+ 42 6 6 5 3.</_></rects>
535
+ <tilted>0</tilted></feature>
536
+ <threshold>1.1669679544866085e-002</threshold>
537
+ <left_val>-8.4733831882476807e-001</left_val>
538
+ <right_val>4.5461329817771912e-001</right_val></_></_>
539
+ <_>
540
+ <!-- tree 4 -->
541
+ <_>
542
+ <!-- root node -->
543
+ <feature>
544
+ <rects>
545
+ <_>
546
+ 30 8 3 5 -1.</_>
547
+ <_>
548
+ 31 8 1 5 3.</_></rects>
549
+ <tilted>0</tilted></feature>
550
+ <threshold>2.5769430212676525e-003</threshold>
551
+ <left_val>-5.8270388841629028e-001</left_val>
552
+ <right_val>7.7900522947311401e-001</right_val></_></_>
553
+ <_>
554
+ <!-- tree 5 -->
555
+ <_>
556
+ <!-- root node -->
557
+ <feature>
558
+ <rects>
559
+ <_>
560
+ 55 10 8 6 -1.</_>
561
+ <_>
562
+ 55 13 8 3 2.</_></rects>
563
+ <tilted>0</tilted></feature>
564
+ <threshold>-1.4139170525595546e-003</threshold>
565
+ <left_val>4.5126929879188538e-001</left_val>
566
+ <right_val>-9.0696328878402710e-001</right_val></_></_></trees>
567
+ <stage_threshold>-1.8782069683074951e+000</stage_threshold>
568
+ <parent>5</parent>
569
+ <next>-1</next></_>
570
+ <_>
571
+ <!-- stage 7 -->
572
+ <trees>
573
+ <_>
574
+ <!-- tree 0 -->
575
+ <_>
576
+ <!-- root node -->
577
+ <feature>
578
+ <rects>
579
+ <_>
580
+ 4 6 4 7 -1.</_>
581
+ <_>
582
+ 6 6 2 7 2.</_></rects>
583
+ <tilted>0</tilted></feature>
584
+ <threshold>-5.3149578161537647e-003</threshold>
585
+ <left_val>6.5218788385391235e-001</left_val>
586
+ <right_val>-7.9464268684387207e-001</right_val></_></_>
587
+ <_>
588
+ <!-- tree 1 -->
589
+ <_>
590
+ <!-- root node -->
591
+ <feature>
592
+ <rects>
593
+ <_>
594
+ 56 3 6 8 -1.</_>
595
+ <_>
596
+ 59 3 3 8 2.</_></rects>
597
+ <tilted>0</tilted></feature>
598
+ <threshold>-2.2906960919499397e-002</threshold>
599
+ <left_val>6.6433382034301758e-001</left_val>
600
+ <right_val>-7.3633247613906860e-001</right_val></_></_>
601
+ <_>
602
+ <!-- tree 2 -->
603
+ <_>
604
+ <!-- root node -->
605
+ <feature>
606
+ <rects>
607
+ <_>
608
+ 37 2 4 6 -1.</_>
609
+ <_>
610
+ 37 4 4 2 3.</_></rects>
611
+ <tilted>0</tilted></feature>
612
+ <threshold>9.4887977465987206e-003</threshold>
613
+ <left_val>-8.2612031698226929e-001</left_val>
614
+ <right_val>4.9333500862121582e-001</right_val></_></_>
615
+ <_>
616
+ <!-- tree 3 -->
617
+ <_>
618
+ <!-- root node -->
619
+ <feature>
620
+ <rects>
621
+ <_>
622
+ 0 10 30 6 -1.</_>
623
+ <_>
624
+ 0 12 30 2 3.</_></rects>
625
+ <tilted>0</tilted></feature>
626
+ <threshold>4.5138411223888397e-002</threshold>
627
+ <left_val>-5.4704028367996216e-001</left_val>
628
+ <right_val>7.6927912235260010e-001</right_val></_></_>
629
+ <_>
630
+ <!-- tree 4 -->
631
+ <_>
632
+ <!-- root node -->
633
+ <feature>
634
+ <rects>
635
+ <_>
636
+ 0 4 21 12 -1.</_>
637
+ <_>
638
+ 7 4 7 12 3.</_></rects>
639
+ <tilted>0</tilted></feature>
640
+ <threshold>2.5049019604921341e-002</threshold>
641
+ <left_val>-8.6739641427993774e-001</left_val>
642
+ <right_val>5.2807968854904175e-001</right_val></_></_></trees>
643
+ <stage_threshold>-1.0597369670867920e+000</stage_threshold>
644
+ <parent>6</parent>
645
+ <next>-1</next></_>
646
+ <_>
647
+ <!-- stage 8 -->
648
+ <trees>
649
+ <_>
650
+ <!-- tree 0 -->
651
+ <_>
652
+ <!-- root node -->
653
+ <feature>
654
+ <rects>
655
+ <_>
656
+ 44 0 1 14 -1.</_>
657
+ <_>
658
+ 44 7 1 7 2.</_></rects>
659
+ <tilted>0</tilted></feature>
660
+ <threshold>6.6414438188076019e-003</threshold>
661
+ <left_val>-7.7290147542953491e-001</left_val>
662
+ <right_val>6.9723731279373169e-001</right_val></_></_>
663
+ <_>
664
+ <!-- tree 1 -->
665
+ <_>
666
+ <!-- root node -->
667
+ <feature>
668
+ <rects>
669
+ <_>
670
+ 54 3 4 3 -1.</_>
671
+ <_>
672
+ 56 3 2 3 2.</_></rects>
673
+ <tilted>0</tilted></feature>
674
+ <threshold>2.4703629314899445e-003</threshold>
675
+ <left_val>-7.4289917945861816e-001</left_val>
676
+ <right_val>6.6825848817825317e-001</right_val></_></_>
677
+ <_>
678
+ <!-- tree 2 -->
679
+ <_>
680
+ <!-- root node -->
681
+ <feature>
682
+ <rects>
683
+ <_>
684
+ 32 0 30 6 -1.</_>
685
+ <_>
686
+ 32 0 15 3 2.</_>
687
+ <_>
688
+ 47 3 15 3 2.</_></rects>
689
+ <tilted>0</tilted></feature>
690
+ <threshold>-2.2910499945282936e-002</threshold>
691
+ <left_val>4.3986389040946960e-001</left_val>
692
+ <right_val>-9.0588808059692383e-001</right_val></_></_>
693
+ <_>
694
+ <!-- tree 3 -->
695
+ <_>
696
+ <!-- root node -->
697
+ <feature>
698
+ <rects>
699
+ <_>
700
+ 0 8 9 7 -1.</_>
701
+ <_>
702
+ 3 8 3 7 3.</_></rects>
703
+ <tilted>0</tilted></feature>
704
+ <threshold>3.4193221479654312e-002</threshold>
705
+ <left_val>-6.9507479667663574e-001</left_val>
706
+ <right_val>6.2501090764999390e-001</right_val></_></_>
707
+ <_>
708
+ <!-- tree 4 -->
709
+ <_>
710
+ <!-- root node -->
711
+ <feature>
712
+ <rects>
713
+ <_>
714
+ 30 10 3 3 -1.</_>
715
+ <_>
716
+ 31 10 1 3 3.</_></rects>
717
+ <tilted>0</tilted></feature>
718
+ <threshold>1.5060020377859473e-003</threshold>
719
+ <left_val>-6.8670761585235596e-001</left_val>
720
+ <right_val>8.2241541147232056e-001</right_val></_></_>
721
+ <_>
722
+ <!-- tree 5 -->
723
+ <_>
724
+ <!-- root node -->
725
+ <feature>
726
+ <rects>
727
+ <_>
728
+ 21 3 24 4 -1.</_>
729
+ <_>
730
+ 29 3 8 4 3.</_></rects>
731
+ <tilted>0</tilted></feature>
732
+ <threshold>1.9838380467263050e-005</threshold>
733
+ <left_val>-9.2727631330490112e-001</left_val>
734
+ <right_val>6.4723730087280273e-001</right_val></_></_>
735
+ <_>
736
+ <!-- tree 6 -->
737
+ <_>
738
+ <!-- root node -->
739
+ <feature>
740
+ <rects>
741
+ <_>
742
+ 42 3 12 6 -1.</_>
743
+ <_>
744
+ 46 3 4 6 3.</_></rects>
745
+ <tilted>0</tilted></feature>
746
+ <threshold>-2.2170299416757189e-005</threshold>
747
+ <left_val>5.6555831432342529e-001</left_val>
748
+ <right_val>-9.6788132190704346e-001</right_val></_></_></trees>
749
+ <stage_threshold>-1.4993519783020020e+000</stage_threshold>
750
+ <parent>7</parent>
751
+ <next>-1</next></_>
752
+ <_>
753
+ <!-- stage 9 -->
754
+ <trees>
755
+ <_>
756
+ <!-- tree 0 -->
757
+ <_>
758
+ <!-- root node -->
759
+ <feature>
760
+ <rects>
761
+ <_>
762
+ 56 9 6 6 -1.</_>
763
+ <_>
764
+ 59 9 3 6 2.</_></rects>
765
+ <tilted>0</tilted></feature>
766
+ <threshold>-1.1395259760320187e-002</threshold>
767
+ <left_val>7.1383631229400635e-001</left_val>
768
+ <right_val>-8.7429678440093994e-001</right_val></_></_>
769
+ <_>
770
+ <!-- tree 1 -->
771
+ <_>
772
+ <!-- root node -->
773
+ <feature>
774
+ <rects>
775
+ <_>
776
+ 6 4 1 6 -1.</_>
777
+ <_>
778
+ 6 7 1 3 2.</_></rects>
779
+ <tilted>0</tilted></feature>
780
+ <threshold>-2.1864590235054493e-003</threshold>
781
+ <left_val>8.5311782360076904e-001</left_val>
782
+ <right_val>-6.4777731895446777e-001</right_val></_></_>
783
+ <_>
784
+ <!-- tree 2 -->
785
+ <_>
786
+ <!-- root node -->
787
+ <feature>
788
+ <rects>
789
+ <_>
790
+ 0 0 12 4 -1.</_>
791
+ <_>
792
+ 0 0 6 2 2.</_>
793
+ <_>
794
+ 6 2 6 2 2.</_></rects>
795
+ <tilted>0</tilted></feature>
796
+ <threshold>2.3193720262497663e-003</threshold>
797
+ <left_val>-7.6411879062652588e-001</left_val>
798
+ <right_val>7.1867972612380981e-001</right_val></_></_>
799
+ <_>
800
+ <!-- tree 3 -->
801
+ <_>
802
+ <!-- root node -->
803
+ <feature>
804
+ <rects>
805
+ <_>
806
+ 43 12 18 2 -1.</_>
807
+ <_>
808
+ 52 12 9 2 2.</_></rects>
809
+ <tilted>0</tilted></feature>
810
+ <threshold>-7.9916073009371758e-003</threshold>
811
+ <left_val>6.6442942619323730e-001</left_val>
812
+ <right_val>-7.9540950059890747e-001</right_val></_></_>
813
+ <_>
814
+ <!-- tree 4 -->
815
+ <_>
816
+ <!-- root node -->
817
+ <feature>
818
+ <rects>
819
+ <_>
820
+ 9 5 2 8 -1.</_>
821
+ <_>
822
+ 10 5 1 8 2.</_></rects>
823
+ <tilted>0</tilted></feature>
824
+ <threshold>1.4212740352377295e-003</threshold>
825
+ <left_val>-6.3904231786727905e-001</left_val>
826
+ <right_val>7.5050598382949829e-001</right_val></_></_></trees>
827
+ <stage_threshold>-8.4829801321029663e-001</stage_threshold>
828
+ <parent>8</parent>
829
+ <next>-1</next></_>
830
+ <_>
831
+ <!-- stage 10 -->
832
+ <trees>
833
+ <_>
834
+ <!-- tree 0 -->
835
+ <_>
836
+ <!-- root node -->
837
+ <feature>
838
+ <rects>
839
+ <_>
840
+ 1 9 6 3 -1.</_>
841
+ <_>
842
+ 3 9 2 3 3.</_></rects>
843
+ <tilted>0</tilted></feature>
844
+ <threshold>6.4091659151017666e-003</threshold>
845
+ <left_val>-8.8425230979919434e-001</left_val>
846
+ <right_val>9.9953681230545044e-001</right_val></_></_>
847
+ <_>
848
+ <!-- tree 1 -->
849
+ <_>
850
+ <!-- root node -->
851
+ <feature>
852
+ <rects>
853
+ <_>
854
+ 56 8 2 8 -1.</_>
855
+ <_>
856
+ 56 12 2 4 2.</_></rects>
857
+ <tilted>0</tilted></feature>
858
+ <threshold>-6.3316390151157975e-004</threshold>
859
+ <left_val>8.3822172880172729e-001</left_val>
860
+ <right_val>-9.8322170972824097e-001</right_val></_></_>
861
+ <_>
862
+ <!-- tree 2 -->
863
+ <_>
864
+ <!-- root node -->
865
+ <feature>
866
+ <rects>
867
+ <_>
868
+ 24 2 6 13 -1.</_>
869
+ <_>
870
+ 26 2 2 13 3.</_></rects>
871
+ <tilted>0</tilted></feature>
872
+ <threshold>-6.4947169448714703e-005</threshold>
873
+ <left_val>1.</left_val>
874
+ <right_val>-9.1822808980941772e-001</right_val></_></_>
875
+ <_>
876
+ <!-- tree 3 -->
877
+ <_>
878
+ <!-- root node -->
879
+ <feature>
880
+ <rects>
881
+ <_>
882
+ 33 7 24 4 -1.</_>
883
+ <_>
884
+ 41 7 8 4 3.</_></rects>
885
+ <tilted>0</tilted></feature>
886
+ <threshold>5.3404141217470169e-003</threshold>
887
+ <left_val>-9.4317251443862915e-001</left_val>
888
+ <right_val>9.0425151586532593e-001</right_val></_></_></trees>
889
+ <stage_threshold>-6.0007210820913315e-002</stage_threshold>
890
+ <parent>9</parent>
891
+ <next>-1</next></_>
892
+ <_>
893
+ <!-- stage 11 -->
894
+ <trees>
895
+ <_>
896
+ <!-- tree 0 -->
897
+ <_>
898
+ <!-- root node -->
899
+ <feature>
900
+ <rects>
901
+ <_>
902
+ 1 1 57 4 -1.</_>
903
+ <_>
904
+ 1 3 57 2 2.</_></rects>
905
+ <tilted>0</tilted></feature>
906
+ <threshold>1.0755469650030136e-001</threshold>
907
+ <left_val>-7.1647202968597412e-001</left_val>
908
+ <right_val>8.7827038764953613e-001</right_val></_></_>
909
+ <_>
910
+ <!-- tree 1 -->
911
+ <_>
912
+ <!-- root node -->
913
+ <feature>
914
+ <rects>
915
+ <_>
916
+ 0 2 6 14 -1.</_>
917
+ <_>
918
+ 3 2 3 14 2.</_></rects>
919
+ <tilted>0</tilted></feature>
920
+ <threshold>3.1668949872255325e-002</threshold>
921
+ <left_val>-8.7051069736480713e-001</left_val>
922
+ <right_val>5.8807212114334106e-001</right_val></_></_>
923
+ <_>
924
+ <!-- tree 2 -->
925
+ <_>
926
+ <!-- root node -->
927
+ <feature>
928
+ <rects>
929
+ <_>
930
+ 52 3 6 10 -1.</_>
931
+ <_>
932
+ 54 3 2 10 3.</_></rects>
933
+ <tilted>0</tilted></feature>
934
+ <threshold>-1.0572380386292934e-002</threshold>
935
+ <left_val>6.2438100576400757e-001</left_val>
936
+ <right_val>-7.4027371406555176e-001</right_val></_></_>
937
+ <_>
938
+ <!-- tree 3 -->
939
+ <_>
940
+ <!-- root node -->
941
+ <feature>
942
+ <rects>
943
+ <_>
944
+ 1 14 61 2 -1.</_>
945
+ <_>
946
+ 1 15 61 1 2.</_></rects>
947
+ <tilted>0</tilted></feature>
948
+ <threshold>-2.7396259829401970e-002</threshold>
949
+ <left_val>8.9776748418807983e-001</left_val>
950
+ <right_val>-5.2986758947372437e-001</right_val></_></_>
951
+ <_>
952
+ <!-- tree 4 -->
953
+ <_>
954
+ <!-- root node -->
955
+ <feature>
956
+ <rects>
957
+ <_>
958
+ 28 0 11 12 -1.</_>
959
+ <_>
960
+ 28 4 11 4 3.</_></rects>
961
+ <tilted>0</tilted></feature>
962
+ <threshold>2.5918649509549141e-002</threshold>
963
+ <left_val>-8.6482518911361694e-001</left_val>
964
+ <right_val>5.3121817111968994e-001</right_val></_></_></trees>
965
+ <stage_threshold>-9.6125108003616333e-001</stage_threshold>
966
+ <parent>10</parent>
967
+ <next>-1</next></_>
968
+ <_>
969
+ <!-- stage 12 -->
970
+ <trees>
971
+ <_>
972
+ <!-- tree 0 -->
973
+ <_>
974
+ <!-- root node -->
975
+ <feature>
976
+ <rects>
977
+ <_>
978
+ 22 1 41 4 -1.</_>
979
+ <_>
980
+ 22 3 41 2 2.</_></rects>
981
+ <tilted>0</tilted></feature>
982
+ <threshold>7.1039132773876190e-002</threshold>
983
+ <left_val>-7.5719678401947021e-001</left_val>
984
+ <right_val>7.5645631551742554e-001</right_val></_></_>
985
+ <_>
986
+ <!-- tree 1 -->
987
+ <_>
988
+ <!-- root node -->
989
+ <feature>
990
+ <rects>
991
+ <_>
992
+ 41 6 6 8 -1.</_>
993
+ <_>
994
+ 43 6 2 8 3.</_></rects>
995
+ <tilted>0</tilted></feature>
996
+ <threshold>7.6241148635745049e-003</threshold>
997
+ <left_val>-7.9783838987350464e-001</left_val>
998
+ <right_val>7.1733069419860840e-001</right_val></_></_>
999
+ <_>
1000
+ <!-- tree 2 -->
1001
+ <_>
1002
+ <!-- root node -->
1003
+ <feature>
1004
+ <rects>
1005
+ <_>
1006
+ 50 9 14 5 -1.</_>
1007
+ <_>
1008
+ 57 9 7 5 2.</_></rects>
1009
+ <tilted>0</tilted></feature>
1010
+ <threshold>-2.7092639356851578e-002</threshold>
1011
+ <left_val>6.0071170330047607e-001</left_val>
1012
+ <right_val>-8.4794402122497559e-001</right_val></_></_>
1013
+ <_>
1014
+ <!-- tree 3 -->
1015
+ <_>
1016
+ <!-- root node -->
1017
+ <feature>
1018
+ <rects>
1019
+ <_>
1020
+ 4 1 12 5 -1.</_>
1021
+ <_>
1022
+ 10 1 6 5 2.</_></rects>
1023
+ <tilted>0</tilted></feature>
1024
+ <threshold>-8.1267888890579343e-004</threshold>
1025
+ <left_val>5.9364068508148193e-001</left_val>
1026
+ <right_val>-8.9295238256454468e-001</right_val></_></_>
1027
+ <_>
1028
+ <!-- tree 4 -->
1029
+ <_>
1030
+ <!-- root node -->
1031
+ <feature>
1032
+ <rects>
1033
+ <_>
1034
+ 37 9 3 3 -1.</_>
1035
+ <_>
1036
+ 38 9 1 3 3.</_></rects>
1037
+ <tilted>0</tilted></feature>
1038
+ <threshold>8.3705072756856680e-004</threshold>
1039
+ <left_val>-6.4887362718582153e-001</left_val>
1040
+ <right_val>7.8537952899932861e-001</right_val></_></_></trees>
1041
+ <stage_threshold>-1.0618970394134521e+000</stage_threshold>
1042
+ <parent>11</parent>
1043
+ <next>-1</next></_>
1044
+ <_>
1045
+ <!-- stage 13 -->
1046
+ <trees>
1047
+ <_>
1048
+ <!-- tree 0 -->
1049
+ <_>
1050
+ <!-- root node -->
1051
+ <feature>
1052
+ <rects>
1053
+ <_>
1054
+ 54 0 10 6 -1.</_>
1055
+ <_>
1056
+ 54 0 5 3 2.</_>
1057
+ <_>
1058
+ 59 3 5 3 2.</_></rects>
1059
+ <tilted>0</tilted></feature>
1060
+ <threshold>-9.7556859254837036e-003</threshold>
1061
+ <left_val>7.6982218027114868e-001</left_val>
1062
+ <right_val>-8.5293501615524292e-001</right_val></_></_>
1063
+ <_>
1064
+ <!-- tree 1 -->
1065
+ <_>
1066
+ <!-- root node -->
1067
+ <feature>
1068
+ <rects>
1069
+ <_>
1070
+ 47 0 6 11 -1.</_>
1071
+ <_>
1072
+ 49 0 2 11 3.</_></rects>
1073
+ <tilted>0</tilted></feature>
1074
+ <threshold>-8.6617246270179749e-003</threshold>
1075
+ <left_val>8.4029090404510498e-001</left_val>
1076
+ <right_val>-7.1949690580368042e-001</right_val></_></_>
1077
+ <_>
1078
+ <!-- tree 2 -->
1079
+ <_>
1080
+ <!-- root node -->
1081
+ <feature>
1082
+ <rects>
1083
+ <_>
1084
+ 19 2 20 2 -1.</_>
1085
+ <_>
1086
+ 19 3 20 1 2.</_></rects>
1087
+ <tilted>0</tilted></feature>
1088
+ <threshold>1.6897840425372124e-002</threshold>
1089
+ <left_val>-5.3601992130279541e-001</left_val>
1090
+ <right_val>9.5484441518783569e-001</right_val></_></_>
1091
+ <_>
1092
+ <!-- tree 3 -->
1093
+ <_>
1094
+ <!-- root node -->
1095
+ <feature>
1096
+ <rects>
1097
+ <_>
1098
+ 14 4 6 11 -1.</_>
1099
+ <_>
1100
+ 17 4 3 11 2.</_></rects>
1101
+ <tilted>0</tilted></feature>
1102
+ <threshold>4.7526158596156165e-005</threshold>
1103
+ <left_val>-7.6412862539291382e-001</left_val>
1104
+ <right_val>7.5398761034011841e-001</right_val></_></_>
1105
+ <_>
1106
+ <!-- tree 4 -->
1107
+ <_>
1108
+ <!-- root node -->
1109
+ <feature>
1110
+ <rects>
1111
+ <_>
1112
+ 31 9 33 2 -1.</_>
1113
+ <_>
1114
+ 42 9 11 2 3.</_></rects>
1115
+ <tilted>0</tilted></feature>
1116
+ <threshold>6.5607670694589615e-003</threshold>
1117
+ <left_val>-9.9346441030502319e-001</left_val>
1118
+ <right_val>6.4864277839660645e-001</right_val></_></_></trees>
1119
+ <stage_threshold>-7.3307347297668457e-001</stage_threshold>
1120
+ <parent>12</parent>
1121
+ <next>-1</next></_>
1122
+ <_>
1123
+ <!-- stage 14 -->
1124
+ <trees>
1125
+ <_>
1126
+ <!-- tree 0 -->
1127
+ <_>
1128
+ <!-- root node -->
1129
+ <feature>
1130
+ <rects>
1131
+ <_>
1132
+ 6 1 53 6 -1.</_>
1133
+ <_>
1134
+ 6 3 53 2 3.</_></rects>
1135
+ <tilted>0</tilted></feature>
1136
+ <threshold>1.0103269666433334e-001</threshold>
1137
+ <left_val>-7.3275578022003174e-001</left_val>
1138
+ <right_val>8.4619927406311035e-001</right_val></_></_>
1139
+ <_>
1140
+ <!-- tree 1 -->
1141
+ <_>
1142
+ <!-- root node -->
1143
+ <feature>
1144
+ <rects>
1145
+ <_>
1146
+ 49 9 4 6 -1.</_>
1147
+ <_>
1148
+ 49 9 2 3 2.</_>
1149
+ <_>
1150
+ 51 12 2 3 2.</_></rects>
1151
+ <tilted>0</tilted></feature>
1152
+ <threshold>-2.8920811018906534e-004</threshold>
1153
+ <left_val>7.1564781665802002e-001</left_val>
1154
+ <right_val>-8.8221758604049683e-001</right_val></_></_>
1155
+ <_>
1156
+ <!-- tree 2 -->
1157
+ <_>
1158
+ <!-- root node -->
1159
+ <feature>
1160
+ <rects>
1161
+ <_>
1162
+ 0 9 30 7 -1.</_>
1163
+ <_>
1164
+ 10 9 10 7 3.</_></rects>
1165
+ <tilted>0</tilted></feature>
1166
+ <threshold>1.0838840156793594e-002</threshold>
1167
+ <left_val>-8.7420248985290527e-001</left_val>
1168
+ <right_val>6.0648679733276367e-001</right_val></_></_>
1169
+ <_>
1170
+ <!-- tree 3 -->
1171
+ <_>
1172
+ <!-- root node -->
1173
+ <feature>
1174
+ <rects>
1175
+ <_>
1176
+ 40 4 6 2 -1.</_>
1177
+ <_>
1178
+ 42 4 2 2 3.</_></rects>
1179
+ <tilted>0</tilted></feature>
1180
+ <threshold>5.0803890917450190e-004</threshold>
1181
+ <left_val>-9.0554022789001465e-001</left_val>
1182
+ <right_val>6.4213967323303223e-001</right_val></_></_>
1183
+ <_>
1184
+ <!-- tree 4 -->
1185
+ <_>
1186
+ <!-- root node -->
1187
+ <feature>
1188
+ <rects>
1189
+ <_>
1190
+ 1 9 6 1 -1.</_>
1191
+ <_>
1192
+ 3 9 2 1 3.</_></rects>
1193
+ <tilted>0</tilted></feature>
1194
+ <threshold>2.3357039317488670e-003</threshold>
1195
+ <left_val>-9.2574918270111084e-001</left_val>
1196
+ <right_val>8.6384928226470947e-001</right_val></_></_>
1197
+ <_>
1198
+ <!-- tree 5 -->
1199
+ <_>
1200
+ <!-- root node -->
1201
+ <feature>
1202
+ <rects>
1203
+ <_>
1204
+ 47 3 4 10 -1.</_>
1205
+ <_>
1206
+ 47 8 4 5 2.</_></rects>
1207
+ <tilted>0</tilted></feature>
1208
+ <threshold>8.0239427916239947e-005</threshold>
1209
+ <left_val>-9.9618428945541382e-001</left_val>
1210
+ <right_val>9.5355111360549927e-001</right_val></_></_>
1211
+ <_>
1212
+ <!-- tree 6 -->
1213
+ <_>
1214
+ <!-- root node -->
1215
+ <feature>
1216
+ <rects>
1217
+ <_>
1218
+ 31 5 30 11 -1.</_>
1219
+ <_>
1220
+ 41 5 10 11 3.</_></rects>
1221
+ <tilted>0</tilted></feature>
1222
+ <threshold>3.2030208967626095e-003</threshold>
1223
+ <left_val>-1.</left_val>
1224
+ <right_val>1.0001050233840942e+000</right_val></_></_>
1225
+ <_>
1226
+ <!-- tree 7 -->
1227
+ <_>
1228
+ <!-- root node -->
1229
+ <feature>
1230
+ <rects>
1231
+ <_>
1232
+ 0 0 2 1 -1.</_>
1233
+ <_>
1234
+ 1 0 1 1 2.</_></rects>
1235
+ <tilted>0</tilted></feature>
1236
+ <threshold>0.</threshold>
1237
+ <left_val>0.</left_val>
1238
+ <right_val>-1.</right_val></_></_>
1239
+ <_>
1240
+ <!-- tree 8 -->
1241
+ <_>
1242
+ <!-- root node -->
1243
+ <feature>
1244
+ <rects>
1245
+ <_>
1246
+ 21 3 42 5 -1.</_>
1247
+ <_>
1248
+ 35 3 14 5 3.</_></rects>
1249
+ <tilted>0</tilted></feature>
1250
+ <threshold>2.6143440045416355e-003</threshold>
1251
+ <left_val>-1.</left_val>
1252
+ <right_val>1.0002139806747437e+000</right_val></_></_>
1253
+ <_>
1254
+ <!-- tree 9 -->
1255
+ <_>
1256
+ <!-- root node -->
1257
+ <feature>
1258
+ <rects>
1259
+ <_>
1260
+ 0 0 2 1 -1.</_>
1261
+ <_>
1262
+ 1 0 1 1 2.</_></rects>
1263
+ <tilted>0</tilted></feature>
1264
+ <threshold>0.</threshold>
1265
+ <left_val>0.</left_val>
1266
+ <right_val>-1.</right_val></_></_>
1267
+ <_>
1268
+ <!-- tree 10 -->
1269
+ <_>
1270
+ <!-- root node -->
1271
+ <feature>
1272
+ <rects>
1273
+ <_>
1274
+ 8 5 30 9 -1.</_>
1275
+ <_>
1276
+ 8 8 30 3 3.</_></rects>
1277
+ <tilted>0</tilted></feature>
1278
+ <threshold>-7.0475979009643197e-004</threshold>
1279
+ <left_val>1.</left_val>
1280
+ <right_val>-9.9976968765258789e-001</right_val></_></_>
1281
+ <_>
1282
+ <!-- tree 11 -->
1283
+ <_>
1284
+ <!-- root node -->
1285
+ <feature>
1286
+ <rects>
1287
+ <_>
1288
+ 3 12 33 3 -1.</_>
1289
+ <_>
1290
+ 14 12 11 3 3.</_></rects>
1291
+ <tilted>0</tilted></feature>
1292
+ <threshold>2.1271279547363520e-003</threshold>
1293
+ <left_val>-9.9694627523422241e-001</left_val>
1294
+ <right_val>1.0002720355987549e+000</right_val></_></_>
1295
+ <_>
1296
+ <!-- tree 12 -->
1297
+ <_>
1298
+ <!-- root node -->
1299
+ <feature>
1300
+ <rects>
1301
+ <_>
1302
+ 0 0 3 2 -1.</_>
1303
+ <_>
1304
+ 1 0 1 2 3.</_></rects>
1305
+ <tilted>0</tilted></feature>
1306
+ <threshold>-2.4224430671893060e-004</threshold>
1307
+ <left_val>1.</left_val>
1308
+ <right_val>-1.</right_val></_></_>
1309
+ <_>
1310
+ <!-- tree 13 -->
1311
+ <_>
1312
+ <!-- root node -->
1313
+ <feature>
1314
+ <rects>
1315
+ <_>
1316
+ 46 4 3 8 -1.</_>
1317
+ <_>
1318
+ 47 4 1 8 3.</_></rects>
1319
+ <tilted>0</tilted></feature>
1320
+ <threshold>7.4700301047414541e-004</threshold>
1321
+ <left_val>-9.9108231067657471e-001</left_val>
1322
+ <right_val>9.9941182136535645e-001</right_val></_></_></trees>
1323
+ <stage_threshold>-1.0991690158843994e+000</stage_threshold>
1324
+ <parent>13</parent>
1325
+ <next>-1</next></_>
1326
+ <_>
1327
+ <!-- stage 15 -->
1328
+ <trees>
1329
+ <_>
1330
+ <!-- tree 0 -->
1331
+ <_>
1332
+ <!-- root node -->
1333
+ <feature>
1334
+ <rects>
1335
+ <_>
1336
+ 1 2 6 5 -1.</_>
1337
+ <_>
1338
+ 3 2 2 5 3.</_></rects>
1339
+ <tilted>0</tilted></feature>
1340
+ <threshold>1.7227890202775598e-003</threshold>
1341
+ <left_val>-9.3608891963958740e-001</left_val>
1342
+ <right_val>8.7251222133636475e-001</right_val></_></_>
1343
+ <_>
1344
+ <!-- tree 1 -->
1345
+ <_>
1346
+ <!-- root node -->
1347
+ <feature>
1348
+ <rects>
1349
+ <_>
1350
+ 0 3 18 5 -1.</_>
1351
+ <_>
1352
+ 6 3 6 5 3.</_></rects>
1353
+ <tilted>0</tilted></feature>
1354
+ <threshold>2.7599320746958256e-003</threshold>
1355
+ <left_val>-9.9757021665573120e-001</left_val>
1356
+ <right_val>1.0000289678573608e+000</right_val></_></_>
1357
+ <_>
1358
+ <!-- tree 2 -->
1359
+ <_>
1360
+ <!-- root node -->
1361
+ <feature>
1362
+ <rects>
1363
+ <_>
1364
+ 3 1 6 14 -1.</_>
1365
+ <_>
1366
+ 6 1 3 14 2.</_></rects>
1367
+ <tilted>0</tilted></feature>
1368
+ <threshold>-8.9444358309265226e-005</threshold>
1369
+ <left_val>1.</left_val>
1370
+ <right_val>-9.9264812469482422e-001</right_val></_></_>
1371
+ <_>
1372
+ <!-- tree 3 -->
1373
+ <_>
1374
+ <!-- root node -->
1375
+ <feature>
1376
+ <rects>
1377
+ <_>
1378
+ 3 6 2 10 -1.</_>
1379
+ <_>
1380
+ 3 11 2 5 2.</_></rects>
1381
+ <tilted>0</tilted></feature>
1382
+ <threshold>-2.7962020249105990e-004</threshold>
1383
+ <left_val>8.2833290100097656e-001</left_val>
1384
+ <right_val>-9.8444151878356934e-001</right_val></_></_>
1385
+ <_>
1386
+ <!-- tree 4 -->
1387
+ <_>
1388
+ <!-- root node -->
1389
+ <feature>
1390
+ <rects>
1391
+ <_>
1392
+ 42 0 4 6 -1.</_>
1393
+ <_>
1394
+ 42 0 2 3 2.</_>
1395
+ <_>
1396
+ 44 3 2 3 2.</_></rects>
1397
+ <tilted>0</tilted></feature>
1398
+ <threshold>-2.7560539820115082e-005</threshold>
1399
+ <left_val>1.</left_val>
1400
+ <right_val>-9.9543339014053345e-001</right_val></_></_></trees>
1401
+ <stage_threshold>-9.1314977407455444e-001</stage_threshold>
1402
+ <parent>14</parent>
1403
+ <next>-1</next></_></stages></haarcascade_pltzzz64x16_16STG>
1404
+ </opencv_storage>
parrot/lib/python3.10/site-packages/cv2/data/haarcascade_lowerbody.xml ADDED
The diff for this file is too large to render. See raw diff
 
parrot/lib/python3.10/site-packages/cv2/data/haarcascade_smile.xml ADDED
The diff for this file is too large to render. See raw diff
 
parrot/lib/python3.10/site-packages/cv2/data/haarcascade_upperbody.xml ADDED
The diff for this file is too large to render. See raw diff
 
parrot/lib/python3.10/site-packages/cv2/detail/__init__.pyi ADDED
@@ -0,0 +1,600 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ __all__: list[str] = []
2
+
3
+ import cv2
4
+ import cv2.gapi
5
+ import cv2.gapi.ie
6
+ import cv2.gapi.onnx
7
+ import cv2.gapi.ov
8
+ import cv2.typing
9
+ import numpy
10
+ import typing as _typing
11
+
12
+
13
+ # Enumerations
14
+ TEST_CUSTOM: int
15
+ TEST_EQ: int
16
+ TEST_NE: int
17
+ TEST_LE: int
18
+ TEST_LT: int
19
+ TEST_GE: int
20
+ TEST_GT: int
21
+ TestOp = int
22
+ """One of [TEST_CUSTOM, TEST_EQ, TEST_NE, TEST_LE, TEST_LT, TEST_GE, TEST_GT]"""
23
+
24
+ WAVE_CORRECT_HORIZ: int
25
+ WAVE_CORRECT_VERT: int
26
+ WAVE_CORRECT_AUTO: int
27
+ WaveCorrectKind = int
28
+ """One of [WAVE_CORRECT_HORIZ, WAVE_CORRECT_VERT, WAVE_CORRECT_AUTO]"""
29
+
30
+ OpaqueKind_CV_UNKNOWN: int
31
+ OPAQUE_KIND_CV_UNKNOWN: int
32
+ OpaqueKind_CV_BOOL: int
33
+ OPAQUE_KIND_CV_BOOL: int
34
+ OpaqueKind_CV_INT: int
35
+ OPAQUE_KIND_CV_INT: int
36
+ OpaqueKind_CV_INT64: int
37
+ OPAQUE_KIND_CV_INT64: int
38
+ OpaqueKind_CV_DOUBLE: int
39
+ OPAQUE_KIND_CV_DOUBLE: int
40
+ OpaqueKind_CV_FLOAT: int
41
+ OPAQUE_KIND_CV_FLOAT: int
42
+ OpaqueKind_CV_UINT64: int
43
+ OPAQUE_KIND_CV_UINT64: int
44
+ OpaqueKind_CV_STRING: int
45
+ OPAQUE_KIND_CV_STRING: int
46
+ OpaqueKind_CV_POINT: int
47
+ OPAQUE_KIND_CV_POINT: int
48
+ OpaqueKind_CV_POINT2F: int
49
+ OPAQUE_KIND_CV_POINT2F: int
50
+ OpaqueKind_CV_POINT3F: int
51
+ OPAQUE_KIND_CV_POINT3F: int
52
+ OpaqueKind_CV_SIZE: int
53
+ OPAQUE_KIND_CV_SIZE: int
54
+ OpaqueKind_CV_RECT: int
55
+ OPAQUE_KIND_CV_RECT: int
56
+ OpaqueKind_CV_SCALAR: int
57
+ OPAQUE_KIND_CV_SCALAR: int
58
+ OpaqueKind_CV_MAT: int
59
+ OPAQUE_KIND_CV_MAT: int
60
+ OpaqueKind_CV_DRAW_PRIM: int
61
+ OPAQUE_KIND_CV_DRAW_PRIM: int
62
+ OpaqueKind = int
63
+ """One of [OpaqueKind_CV_UNKNOWN, OPAQUE_KIND_CV_UNKNOWN, OpaqueKind_CV_BOOL, OPAQUE_KIND_CV_BOOL, OpaqueKind_CV_INT, OPAQUE_KIND_CV_INT, OpaqueKind_CV_INT64, OPAQUE_KIND_CV_INT64, OpaqueKind_CV_DOUBLE, OPAQUE_KIND_CV_DOUBLE, OpaqueKind_CV_FLOAT, OPAQUE_KIND_CV_FLOAT, OpaqueKind_CV_UINT64, OPAQUE_KIND_CV_UINT64, OpaqueKind_CV_STRING, OPAQUE_KIND_CV_STRING, OpaqueKind_CV_POINT, OPAQUE_KIND_CV_POINT, OpaqueKind_CV_POINT2F, OPAQUE_KIND_CV_POINT2F, OpaqueKind_CV_POINT3F, OPAQUE_KIND_CV_POINT3F, OpaqueKind_CV_SIZE, OPAQUE_KIND_CV_SIZE, OpaqueKind_CV_RECT, OPAQUE_KIND_CV_RECT, OpaqueKind_CV_SCALAR, OPAQUE_KIND_CV_SCALAR, OpaqueKind_CV_MAT, OPAQUE_KIND_CV_MAT, OpaqueKind_CV_DRAW_PRIM, OPAQUE_KIND_CV_DRAW_PRIM]"""
64
+
65
+ ArgKind_OPAQUE_VAL: int
66
+ ARG_KIND_OPAQUE_VAL: int
67
+ ArgKind_OPAQUE: int
68
+ ARG_KIND_OPAQUE: int
69
+ ArgKind_GOBJREF: int
70
+ ARG_KIND_GOBJREF: int
71
+ ArgKind_GMAT: int
72
+ ARG_KIND_GMAT: int
73
+ ArgKind_GMATP: int
74
+ ARG_KIND_GMATP: int
75
+ ArgKind_GFRAME: int
76
+ ARG_KIND_GFRAME: int
77
+ ArgKind_GSCALAR: int
78
+ ARG_KIND_GSCALAR: int
79
+ ArgKind_GARRAY: int
80
+ ARG_KIND_GARRAY: int
81
+ ArgKind_GOPAQUE: int
82
+ ARG_KIND_GOPAQUE: int
83
+ ArgKind = int
84
+ """One of [ArgKind_OPAQUE_VAL, ARG_KIND_OPAQUE_VAL, ArgKind_OPAQUE, ARG_KIND_OPAQUE, ArgKind_GOBJREF, ARG_KIND_GOBJREF, ArgKind_GMAT, ARG_KIND_GMAT, ArgKind_GMATP, ARG_KIND_GMATP, ArgKind_GFRAME, ARG_KIND_GFRAME, ArgKind_GSCALAR, ARG_KIND_GSCALAR, ArgKind_GARRAY, ARG_KIND_GARRAY, ArgKind_GOPAQUE, ARG_KIND_GOPAQUE]"""
85
+
86
+
87
+ Blender_NO: int
88
+ BLENDER_NO: int
89
+ Blender_FEATHER: int
90
+ BLENDER_FEATHER: int
91
+ Blender_MULTI_BAND: int
92
+ BLENDER_MULTI_BAND: int
93
+
94
+ ExposureCompensator_NO: int
95
+ EXPOSURE_COMPENSATOR_NO: int
96
+ ExposureCompensator_GAIN: int
97
+ EXPOSURE_COMPENSATOR_GAIN: int
98
+ ExposureCompensator_GAIN_BLOCKS: int
99
+ EXPOSURE_COMPENSATOR_GAIN_BLOCKS: int
100
+ ExposureCompensator_CHANNELS: int
101
+ EXPOSURE_COMPENSATOR_CHANNELS: int
102
+ ExposureCompensator_CHANNELS_BLOCKS: int
103
+ EXPOSURE_COMPENSATOR_CHANNELS_BLOCKS: int
104
+
105
+ SeamFinder_NO: int
106
+ SEAM_FINDER_NO: int
107
+ SeamFinder_VORONOI_SEAM: int
108
+ SEAM_FINDER_VORONOI_SEAM: int
109
+ SeamFinder_DP_SEAM: int
110
+ SEAM_FINDER_DP_SEAM: int
111
+
112
+ DpSeamFinder_COLOR: int
113
+ DP_SEAM_FINDER_COLOR: int
114
+ DpSeamFinder_COLOR_GRAD: int
115
+ DP_SEAM_FINDER_COLOR_GRAD: int
116
+ DpSeamFinder_CostFunction = int
117
+ """One of [DpSeamFinder_COLOR, DP_SEAM_FINDER_COLOR, DpSeamFinder_COLOR_GRAD, DP_SEAM_FINDER_COLOR_GRAD]"""
118
+
119
+ Timelapser_AS_IS: int
120
+ TIMELAPSER_AS_IS: int
121
+ Timelapser_CROP: int
122
+ TIMELAPSER_CROP: int
123
+
124
+ GraphCutSeamFinderBase_COST_COLOR: int
125
+ GRAPH_CUT_SEAM_FINDER_BASE_COST_COLOR: int
126
+ GraphCutSeamFinderBase_COST_COLOR_GRAD: int
127
+ GRAPH_CUT_SEAM_FINDER_BASE_COST_COLOR_GRAD: int
128
+ GraphCutSeamFinderBase_CostType = int
129
+ """One of [GraphCutSeamFinderBase_COST_COLOR, GRAPH_CUT_SEAM_FINDER_BASE_COST_COLOR, GraphCutSeamFinderBase_COST_COLOR_GRAD, GRAPH_CUT_SEAM_FINDER_BASE_COST_COLOR_GRAD]"""
130
+
131
+ TrackerSamplerCSC_MODE_INIT_POS: int
132
+ TRACKER_SAMPLER_CSC_MODE_INIT_POS: int
133
+ TrackerSamplerCSC_MODE_INIT_NEG: int
134
+ TRACKER_SAMPLER_CSC_MODE_INIT_NEG: int
135
+ TrackerSamplerCSC_MODE_TRACK_POS: int
136
+ TRACKER_SAMPLER_CSC_MODE_TRACK_POS: int
137
+ TrackerSamplerCSC_MODE_TRACK_NEG: int
138
+ TRACKER_SAMPLER_CSC_MODE_TRACK_NEG: int
139
+ TrackerSamplerCSC_MODE_DETECT: int
140
+ TRACKER_SAMPLER_CSC_MODE_DETECT: int
141
+ TrackerSamplerCSC_MODE = int
142
+ """One of [TrackerSamplerCSC_MODE_INIT_POS, TRACKER_SAMPLER_CSC_MODE_INIT_POS, TrackerSamplerCSC_MODE_INIT_NEG, TRACKER_SAMPLER_CSC_MODE_INIT_NEG, TrackerSamplerCSC_MODE_TRACK_POS, TRACKER_SAMPLER_CSC_MODE_TRACK_POS, TrackerSamplerCSC_MODE_TRACK_NEG, TRACKER_SAMPLER_CSC_MODE_TRACK_NEG, TrackerSamplerCSC_MODE_DETECT, TRACKER_SAMPLER_CSC_MODE_DETECT]"""
143
+
144
+
145
+ # Classes
146
+ class Blender:
147
+ # Functions
148
+ @classmethod
149
+ def createDefault(cls, type: int, try_gpu: bool = ...) -> Blender: ...
150
+
151
+ @_typing.overload
152
+ def prepare(self, corners: _typing.Sequence[cv2.typing.Point], sizes: _typing.Sequence[cv2.typing.Size]) -> None: ...
153
+ @_typing.overload
154
+ def prepare(self, dst_roi: cv2.typing.Rect) -> None: ...
155
+
156
+ @_typing.overload
157
+ def feed(self, img: cv2.typing.MatLike, mask: cv2.typing.MatLike, tl: cv2.typing.Point) -> None: ...
158
+ @_typing.overload
159
+ def feed(self, img: cv2.UMat, mask: cv2.UMat, tl: cv2.typing.Point) -> None: ...
160
+
161
+ @_typing.overload
162
+ def blend(self, dst: cv2.typing.MatLike, dst_mask: cv2.typing.MatLike) -> tuple[cv2.typing.MatLike, cv2.typing.MatLike]: ...
163
+ @_typing.overload
164
+ def blend(self, dst: cv2.UMat, dst_mask: cv2.UMat) -> tuple[cv2.UMat, cv2.UMat]: ...
165
+
166
+
167
+ class FeatherBlender(Blender):
168
+ # Functions
169
+ def __init__(self, sharpness: float = ...) -> None: ...
170
+
171
+ def sharpness(self) -> float: ...
172
+
173
+ def setSharpness(self, val: float) -> None: ...
174
+
175
+ def prepare(self, dst_roi: cv2.typing.Rect) -> None: ...
176
+
177
+ @_typing.overload
178
+ def feed(self, img: cv2.typing.MatLike, mask: cv2.typing.MatLike, tl: cv2.typing.Point) -> None: ...
179
+ @_typing.overload
180
+ def feed(self, img: cv2.UMat, mask: cv2.UMat, tl: cv2.typing.Point) -> None: ...
181
+
182
+ @_typing.overload
183
+ def blend(self, dst: cv2.typing.MatLike, dst_mask: cv2.typing.MatLike) -> tuple[cv2.typing.MatLike, cv2.typing.MatLike]: ...
184
+ @_typing.overload
185
+ def blend(self, dst: cv2.UMat, dst_mask: cv2.UMat) -> tuple[cv2.UMat, cv2.UMat]: ...
186
+
187
+ def createWeightMaps(self, masks: _typing.Sequence[cv2.UMat], corners: _typing.Sequence[cv2.typing.Point], weight_maps: _typing.Sequence[cv2.UMat]) -> tuple[cv2.typing.Rect, _typing.Sequence[cv2.UMat]]: ...
188
+
189
+
190
+ class MultiBandBlender(Blender):
191
+ # Functions
192
+ def __init__(self, try_gpu: int = ..., num_bands: int = ..., weight_type: int = ...) -> None: ...
193
+
194
+ def numBands(self) -> int: ...
195
+
196
+ def setNumBands(self, val: int) -> None: ...
197
+
198
+ def prepare(self, dst_roi: cv2.typing.Rect) -> None: ...
199
+
200
+ @_typing.overload
201
+ def feed(self, img: cv2.typing.MatLike, mask: cv2.typing.MatLike, tl: cv2.typing.Point) -> None: ...
202
+ @_typing.overload
203
+ def feed(self, img: cv2.UMat, mask: cv2.UMat, tl: cv2.typing.Point) -> None: ...
204
+
205
+ @_typing.overload
206
+ def blend(self, dst: cv2.typing.MatLike, dst_mask: cv2.typing.MatLike) -> tuple[cv2.typing.MatLike, cv2.typing.MatLike]: ...
207
+ @_typing.overload
208
+ def blend(self, dst: cv2.UMat, dst_mask: cv2.UMat) -> tuple[cv2.UMat, cv2.UMat]: ...
209
+
210
+
211
+ class CameraParams:
212
+ focal: float
213
+ aspect: float
214
+ ppx: float
215
+ ppy: float
216
+ R: cv2.typing.MatLike
217
+ t: cv2.typing.MatLike
218
+
219
+ # Functions
220
+ def K(self) -> cv2.typing.MatLike: ...
221
+
222
+
223
+ class ExposureCompensator:
224
+ # Functions
225
+ @classmethod
226
+ def createDefault(cls, type: int) -> ExposureCompensator: ...
227
+
228
+ def feed(self, corners: _typing.Sequence[cv2.typing.Point], images: _typing.Sequence[cv2.UMat], masks: _typing.Sequence[cv2.UMat]) -> None: ...
229
+
230
+ @_typing.overload
231
+ def apply(self, index: int, corner: cv2.typing.Point, image: cv2.typing.MatLike, mask: cv2.typing.MatLike) -> cv2.typing.MatLike: ...
232
+ @_typing.overload
233
+ def apply(self, index: int, corner: cv2.typing.Point, image: cv2.UMat, mask: cv2.UMat) -> cv2.UMat: ...
234
+
235
+ def getMatGains(self, arg1: _typing.Sequence[cv2.typing.MatLike] | None = ...) -> _typing.Sequence[cv2.typing.MatLike]: ...
236
+
237
+ def setMatGains(self, arg1: _typing.Sequence[cv2.typing.MatLike]) -> None: ...
238
+
239
+ def setUpdateGain(self, b: bool) -> None: ...
240
+
241
+ def getUpdateGain(self) -> bool: ...
242
+
243
+
244
+ class NoExposureCompensator(ExposureCompensator):
245
+ # Functions
246
+ @_typing.overload
247
+ def apply(self, arg1: int, arg2: cv2.typing.Point, arg3: cv2.typing.MatLike, arg4: cv2.typing.MatLike) -> cv2.typing.MatLike: ...
248
+ @_typing.overload
249
+ def apply(self, arg1: int, arg2: cv2.typing.Point, arg3: cv2.UMat, arg4: cv2.UMat) -> cv2.UMat: ...
250
+
251
+ def getMatGains(self, umv: _typing.Sequence[cv2.typing.MatLike] | None = ...) -> _typing.Sequence[cv2.typing.MatLike]: ...
252
+
253
+ def setMatGains(self, umv: _typing.Sequence[cv2.typing.MatLike]) -> None: ...
254
+
255
+
256
+ class GainCompensator(ExposureCompensator):
257
+ # Functions
258
+ @_typing.overload
259
+ def __init__(self) -> None: ...
260
+ @_typing.overload
261
+ def __init__(self, nr_feeds: int) -> None: ...
262
+
263
+ @_typing.overload
264
+ def apply(self, index: int, corner: cv2.typing.Point, image: cv2.typing.MatLike, mask: cv2.typing.MatLike) -> cv2.typing.MatLike: ...
265
+ @_typing.overload
266
+ def apply(self, index: int, corner: cv2.typing.Point, image: cv2.UMat, mask: cv2.UMat) -> cv2.UMat: ...
267
+
268
+ def getMatGains(self, umv: _typing.Sequence[cv2.typing.MatLike] | None = ...) -> _typing.Sequence[cv2.typing.MatLike]: ...
269
+
270
+ def setMatGains(self, umv: _typing.Sequence[cv2.typing.MatLike]) -> None: ...
271
+
272
+ def setNrFeeds(self, nr_feeds: int) -> None: ...
273
+
274
+ def getNrFeeds(self) -> int: ...
275
+
276
+ def setSimilarityThreshold(self, similarity_threshold: float) -> None: ...
277
+
278
+ def getSimilarityThreshold(self) -> float: ...
279
+
280
+
281
+ class ChannelsCompensator(ExposureCompensator):
282
+ # Functions
283
+ def __init__(self, nr_feeds: int = ...) -> None: ...
284
+
285
+ @_typing.overload
286
+ def apply(self, index: int, corner: cv2.typing.Point, image: cv2.typing.MatLike, mask: cv2.typing.MatLike) -> cv2.typing.MatLike: ...
287
+ @_typing.overload
288
+ def apply(self, index: int, corner: cv2.typing.Point, image: cv2.UMat, mask: cv2.UMat) -> cv2.UMat: ...
289
+
290
+ def getMatGains(self, umv: _typing.Sequence[cv2.typing.MatLike] | None = ...) -> _typing.Sequence[cv2.typing.MatLike]: ...
291
+
292
+ def setMatGains(self, umv: _typing.Sequence[cv2.typing.MatLike]) -> None: ...
293
+
294
+ def setNrFeeds(self, nr_feeds: int) -> None: ...
295
+
296
+ def getNrFeeds(self) -> int: ...
297
+
298
+ def setSimilarityThreshold(self, similarity_threshold: float) -> None: ...
299
+
300
+ def getSimilarityThreshold(self) -> float: ...
301
+
302
+
303
+ class BlocksCompensator(ExposureCompensator):
304
+ # Functions
305
+ @_typing.overload
306
+ def apply(self, index: int, corner: cv2.typing.Point, image: cv2.typing.MatLike, mask: cv2.typing.MatLike) -> cv2.typing.MatLike: ...
307
+ @_typing.overload
308
+ def apply(self, index: int, corner: cv2.typing.Point, image: cv2.UMat, mask: cv2.UMat) -> cv2.UMat: ...
309
+
310
+ def getMatGains(self, umv: _typing.Sequence[cv2.typing.MatLike] | None = ...) -> _typing.Sequence[cv2.typing.MatLike]: ...
311
+
312
+ def setMatGains(self, umv: _typing.Sequence[cv2.typing.MatLike]) -> None: ...
313
+
314
+ def setNrFeeds(self, nr_feeds: int) -> None: ...
315
+
316
+ def getNrFeeds(self) -> int: ...
317
+
318
+ def setSimilarityThreshold(self, similarity_threshold: float) -> None: ...
319
+
320
+ def getSimilarityThreshold(self) -> float: ...
321
+
322
+ @_typing.overload
323
+ def setBlockSize(self, width: int, height: int) -> None: ...
324
+ @_typing.overload
325
+ def setBlockSize(self, size: cv2.typing.Size) -> None: ...
326
+
327
+ def getBlockSize(self) -> cv2.typing.Size: ...
328
+
329
+ def setNrGainsFilteringIterations(self, nr_iterations: int) -> None: ...
330
+
331
+ def getNrGainsFilteringIterations(self) -> int: ...
332
+
333
+
334
+ class BlocksGainCompensator(BlocksCompensator):
335
+ # Functions
336
+ @_typing.overload
337
+ def __init__(self, bl_width: int = ..., bl_height: int = ...) -> None: ...
338
+ @_typing.overload
339
+ def __init__(self, bl_width: int, bl_height: int, nr_feeds: int) -> None: ...
340
+
341
+ @_typing.overload
342
+ def apply(self, index: int, corner: cv2.typing.Point, image: cv2.typing.MatLike, mask: cv2.typing.MatLike) -> cv2.typing.MatLike: ...
343
+ @_typing.overload
344
+ def apply(self, index: int, corner: cv2.typing.Point, image: cv2.UMat, mask: cv2.UMat) -> cv2.UMat: ...
345
+
346
+ def getMatGains(self, umv: _typing.Sequence[cv2.typing.MatLike] | None = ...) -> _typing.Sequence[cv2.typing.MatLike]: ...
347
+
348
+ def setMatGains(self, umv: _typing.Sequence[cv2.typing.MatLike]) -> None: ...
349
+
350
+
351
+ class BlocksChannelsCompensator(BlocksCompensator):
352
+ # Functions
353
+ def __init__(self, bl_width: int = ..., bl_height: int = ..., nr_feeds: int = ...) -> None: ...
354
+
355
+
356
+ class ImageFeatures:
357
+ img_idx: int
358
+ img_size: cv2.typing.Size
359
+ keypoints: _typing.Sequence[cv2.KeyPoint]
360
+ descriptors: cv2.UMat
361
+
362
+ # Functions
363
+ def getKeypoints(self) -> _typing.Sequence[cv2.KeyPoint]: ...
364
+
365
+
366
+ class MatchesInfo:
367
+ src_img_idx: int
368
+ dst_img_idx: int
369
+ matches: _typing.Sequence[cv2.DMatch]
370
+ inliers_mask: numpy.ndarray[_typing.Any, numpy.dtype[numpy.uint8]]
371
+ num_inliers: int
372
+ H: cv2.typing.MatLike
373
+ confidence: float
374
+
375
+ # Functions
376
+ def getMatches(self) -> _typing.Sequence[cv2.DMatch]: ...
377
+
378
+ def getInliers(self) -> numpy.ndarray[_typing.Any, numpy.dtype[numpy.uint8]]: ...
379
+
380
+
381
+ class FeaturesMatcher:
382
+ # Functions
383
+ def apply(self, features1: ImageFeatures, features2: ImageFeatures) -> MatchesInfo: ...
384
+
385
+ def apply2(self, features: _typing.Sequence[ImageFeatures], mask: cv2.UMat | None = ...) -> _typing.Sequence[MatchesInfo]: ...
386
+
387
+ def isThreadSafe(self) -> bool: ...
388
+
389
+ def collectGarbage(self) -> None: ...
390
+
391
+
392
+ class BestOf2NearestMatcher(FeaturesMatcher):
393
+ # Functions
394
+ def __init__(self, try_use_gpu: bool = ..., match_conf: float = ..., num_matches_thresh1: int = ..., num_matches_thresh2: int = ..., matches_confindece_thresh: float = ...) -> None: ...
395
+
396
+ def collectGarbage(self) -> None: ...
397
+
398
+ @classmethod
399
+ def create(cls, try_use_gpu: bool = ..., match_conf: float = ..., num_matches_thresh1: int = ..., num_matches_thresh2: int = ..., matches_confindece_thresh: float = ...) -> BestOf2NearestMatcher: ...
400
+
401
+
402
+ class BestOf2NearestRangeMatcher(BestOf2NearestMatcher):
403
+ # Functions
404
+ def __init__(self, range_width: int = ..., try_use_gpu: bool = ..., match_conf: float = ..., num_matches_thresh1: int = ..., num_matches_thresh2: int = ...) -> None: ...
405
+
406
+
407
+ class AffineBestOf2NearestMatcher(BestOf2NearestMatcher):
408
+ # Functions
409
+ def __init__(self, full_affine: bool = ..., try_use_gpu: bool = ..., match_conf: float = ..., num_matches_thresh1: int = ...) -> None: ...
410
+
411
+
412
+ class Estimator:
413
+ # Functions
414
+ def apply(self, features: _typing.Sequence[ImageFeatures], pairwise_matches: _typing.Sequence[MatchesInfo], cameras: _typing.Sequence[CameraParams]) -> tuple[bool, _typing.Sequence[CameraParams]]: ...
415
+
416
+
417
+ class HomographyBasedEstimator(Estimator):
418
+ # Functions
419
+ def __init__(self, is_focals_estimated: bool = ...) -> None: ...
420
+
421
+
422
+ class AffineBasedEstimator(Estimator):
423
+ # Functions
424
+ def __init__(self) -> None: ...
425
+
426
+
427
+ class BundleAdjusterBase(Estimator):
428
+ # Functions
429
+ def refinementMask(self) -> cv2.typing.MatLike: ...
430
+
431
+ def setRefinementMask(self, mask: cv2.typing.MatLike) -> None: ...
432
+
433
+ def confThresh(self) -> float: ...
434
+
435
+ def setConfThresh(self, conf_thresh: float) -> None: ...
436
+
437
+ def termCriteria(self) -> cv2.typing.TermCriteria: ...
438
+
439
+ def setTermCriteria(self, term_criteria: cv2.typing.TermCriteria) -> None: ...
440
+
441
+
442
+ class NoBundleAdjuster(BundleAdjusterBase):
443
+ # Functions
444
+ def __init__(self) -> None: ...
445
+
446
+
447
+ class BundleAdjusterReproj(BundleAdjusterBase):
448
+ # Functions
449
+ def __init__(self) -> None: ...
450
+
451
+
452
+ class BundleAdjusterRay(BundleAdjusterBase):
453
+ # Functions
454
+ def __init__(self) -> None: ...
455
+
456
+
457
+ class BundleAdjusterAffine(BundleAdjusterBase):
458
+ # Functions
459
+ def __init__(self) -> None: ...
460
+
461
+
462
+ class BundleAdjusterAffinePartial(BundleAdjusterBase):
463
+ # Functions
464
+ def __init__(self) -> None: ...
465
+
466
+
467
+ class SeamFinder:
468
+ # Functions
469
+ def find(self, src: _typing.Sequence[cv2.UMat], corners: _typing.Sequence[cv2.typing.Point], masks: _typing.Sequence[cv2.UMat]) -> _typing.Sequence[cv2.UMat]: ...
470
+
471
+ @classmethod
472
+ def createDefault(cls, type: int) -> SeamFinder: ...
473
+
474
+
475
+ class NoSeamFinder(SeamFinder):
476
+ # Functions
477
+ def find(self, arg1: _typing.Sequence[cv2.UMat], arg2: _typing.Sequence[cv2.typing.Point], arg3: _typing.Sequence[cv2.UMat]) -> _typing.Sequence[cv2.UMat]: ...
478
+
479
+
480
+ class PairwiseSeamFinder(SeamFinder):
481
+ # Functions
482
+ def find(self, src: _typing.Sequence[cv2.UMat], corners: _typing.Sequence[cv2.typing.Point], masks: _typing.Sequence[cv2.UMat]) -> _typing.Sequence[cv2.UMat]: ...
483
+
484
+
485
+ class VoronoiSeamFinder(PairwiseSeamFinder):
486
+ # Functions
487
+ def find(self, src: _typing.Sequence[cv2.UMat], corners: _typing.Sequence[cv2.typing.Point], masks: _typing.Sequence[cv2.UMat]) -> _typing.Sequence[cv2.UMat]: ...
488
+
489
+
490
+ class DpSeamFinder(SeamFinder):
491
+ # Functions
492
+ def __init__(self, costFunc: str) -> None: ...
493
+
494
+ def setCostFunction(self, val: str) -> None: ...
495
+
496
+
497
+ class GraphCutSeamFinder:
498
+ # Functions
499
+ def __init__(self, cost_type: str, terminal_cost: float = ..., bad_region_penalty: float = ...) -> None: ...
500
+
501
+ def find(self, src: _typing.Sequence[cv2.UMat], corners: _typing.Sequence[cv2.typing.Point], masks: _typing.Sequence[cv2.UMat]) -> _typing.Sequence[cv2.UMat]: ...
502
+
503
+
504
+ class Timelapser:
505
+ # Functions
506
+ @classmethod
507
+ def createDefault(cls, type: int) -> Timelapser: ...
508
+
509
+ def initialize(self, corners: _typing.Sequence[cv2.typing.Point], sizes: _typing.Sequence[cv2.typing.Size]) -> None: ...
510
+
511
+ @_typing.overload
512
+ def process(self, img: cv2.typing.MatLike, mask: cv2.typing.MatLike, tl: cv2.typing.Point) -> None: ...
513
+ @_typing.overload
514
+ def process(self, img: cv2.UMat, mask: cv2.UMat, tl: cv2.typing.Point) -> None: ...
515
+
516
+ def getDst(self) -> cv2.UMat: ...
517
+
518
+
519
+ class TimelapserCrop(Timelapser):
520
+ ...
521
+
522
+ class ProjectorBase:
523
+ ...
524
+
525
+ class SphericalProjector(ProjectorBase):
526
+ # Functions
527
+ def mapForward(self, x: float, y: float, u: float, v: float) -> None: ...
528
+
529
+ def mapBackward(self, u: float, v: float, x: float, y: float) -> None: ...
530
+
531
+
532
+
533
+ # Functions
534
+ def calibrateRotatingCamera(Hs: _typing.Sequence[cv2.typing.MatLike], K: cv2.typing.MatLike | None = ...) -> tuple[bool, cv2.typing.MatLike]: ...
535
+
536
+ @_typing.overload
537
+ def computeImageFeatures(featuresFinder: cv2.Feature2D, images: _typing.Sequence[cv2.typing.MatLike], masks: _typing.Sequence[cv2.typing.MatLike] | None = ...) -> _typing.Sequence[ImageFeatures]: ...
538
+ @_typing.overload
539
+ def computeImageFeatures(featuresFinder: cv2.Feature2D, images: _typing.Sequence[cv2.UMat], masks: _typing.Sequence[cv2.UMat] | None = ...) -> _typing.Sequence[ImageFeatures]: ...
540
+
541
+ @_typing.overload
542
+ def computeImageFeatures2(featuresFinder: cv2.Feature2D, image: cv2.typing.MatLike, mask: cv2.typing.MatLike | None = ...) -> ImageFeatures: ...
543
+ @_typing.overload
544
+ def computeImageFeatures2(featuresFinder: cv2.Feature2D, image: cv2.UMat, mask: cv2.UMat | None = ...) -> ImageFeatures: ...
545
+
546
+ @_typing.overload
547
+ def createLaplacePyr(img: cv2.typing.MatLike, num_levels: int, pyr: _typing.Sequence[cv2.UMat]) -> _typing.Sequence[cv2.UMat]: ...
548
+ @_typing.overload
549
+ def createLaplacePyr(img: cv2.UMat, num_levels: int, pyr: _typing.Sequence[cv2.UMat]) -> _typing.Sequence[cv2.UMat]: ...
550
+
551
+ @_typing.overload
552
+ def createLaplacePyrGpu(img: cv2.typing.MatLike, num_levels: int, pyr: _typing.Sequence[cv2.UMat]) -> _typing.Sequence[cv2.UMat]: ...
553
+ @_typing.overload
554
+ def createLaplacePyrGpu(img: cv2.UMat, num_levels: int, pyr: _typing.Sequence[cv2.UMat]) -> _typing.Sequence[cv2.UMat]: ...
555
+
556
+ @_typing.overload
557
+ def createWeightMap(mask: cv2.typing.MatLike, sharpness: float, weight: cv2.typing.MatLike) -> cv2.typing.MatLike: ...
558
+ @_typing.overload
559
+ def createWeightMap(mask: cv2.UMat, sharpness: float, weight: cv2.UMat) -> cv2.UMat: ...
560
+
561
+ def focalsFromHomography(H: cv2.typing.MatLike, f0: float, f1: float, f0_ok: bool, f1_ok: bool) -> None: ...
562
+
563
+ def leaveBiggestComponent(features: _typing.Sequence[ImageFeatures], pairwise_matches: _typing.Sequence[MatchesInfo], conf_threshold: float) -> _typing.Sequence[int]: ...
564
+
565
+ def matchesGraphAsString(paths: _typing.Sequence[str], pairwise_matches: _typing.Sequence[MatchesInfo], conf_threshold: float) -> str: ...
566
+
567
+ @_typing.overload
568
+ def normalizeUsingWeightMap(weight: cv2.typing.MatLike, src: cv2.typing.MatLike) -> cv2.typing.MatLike: ...
569
+ @_typing.overload
570
+ def normalizeUsingWeightMap(weight: cv2.UMat, src: cv2.UMat) -> cv2.UMat: ...
571
+
572
+ def overlapRoi(tl1: cv2.typing.Point, tl2: cv2.typing.Point, sz1: cv2.typing.Size, sz2: cv2.typing.Size, roi: cv2.typing.Rect) -> bool: ...
573
+
574
+ def restoreImageFromLaplacePyr(pyr: _typing.Sequence[cv2.UMat]) -> _typing.Sequence[cv2.UMat]: ...
575
+
576
+ def restoreImageFromLaplacePyrGpu(pyr: _typing.Sequence[cv2.UMat]) -> _typing.Sequence[cv2.UMat]: ...
577
+
578
+ @_typing.overload
579
+ def resultRoi(corners: _typing.Sequence[cv2.typing.Point], images: _typing.Sequence[cv2.UMat]) -> cv2.typing.Rect: ...
580
+ @_typing.overload
581
+ def resultRoi(corners: _typing.Sequence[cv2.typing.Point], sizes: _typing.Sequence[cv2.typing.Size]) -> cv2.typing.Rect: ...
582
+
583
+ def resultRoiIntersection(corners: _typing.Sequence[cv2.typing.Point], sizes: _typing.Sequence[cv2.typing.Size]) -> cv2.typing.Rect: ...
584
+
585
+ def resultTl(corners: _typing.Sequence[cv2.typing.Point]) -> cv2.typing.Point: ...
586
+
587
+ def selectRandomSubset(count: int, size: int, subset: _typing.Sequence[int]) -> None: ...
588
+
589
+ def stitchingLogLevel() -> int: ...
590
+
591
+ @_typing.overload
592
+ def strip(params: cv2.gapi.ie.PyParams) -> cv2.gapi.GNetParam: ...
593
+ @_typing.overload
594
+ def strip(params: cv2.gapi.onnx.PyParams) -> cv2.gapi.GNetParam: ...
595
+ @_typing.overload
596
+ def strip(params: cv2.gapi.ov.PyParams) -> cv2.gapi.GNetParam: ...
597
+
598
+ def waveCorrect(rmats: _typing.Sequence[cv2.typing.MatLike], kind: WaveCorrectKind) -> _typing.Sequence[cv2.typing.MatLike]: ...
599
+
600
+
parrot/lib/python3.10/site-packages/cv2/flann/__init__.pyi ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ __all__: list[str] = []
2
+
3
+ import cv2
4
+ import cv2.typing
5
+ import typing as _typing
6
+
7
+
8
+ # Enumerations
9
+ FLANN_INDEX_TYPE_8U: int
10
+ FLANN_INDEX_TYPE_8S: int
11
+ FLANN_INDEX_TYPE_16U: int
12
+ FLANN_INDEX_TYPE_16S: int
13
+ FLANN_INDEX_TYPE_32S: int
14
+ FLANN_INDEX_TYPE_32F: int
15
+ FLANN_INDEX_TYPE_64F: int
16
+ FLANN_INDEX_TYPE_STRING: int
17
+ FLANN_INDEX_TYPE_BOOL: int
18
+ FLANN_INDEX_TYPE_ALGORITHM: int
19
+ LAST_VALUE_FLANN_INDEX_TYPE: int
20
+ FlannIndexType = int
21
+ """One of [FLANN_INDEX_TYPE_8U, FLANN_INDEX_TYPE_8S, FLANN_INDEX_TYPE_16U, FLANN_INDEX_TYPE_16S, FLANN_INDEX_TYPE_32S, FLANN_INDEX_TYPE_32F, FLANN_INDEX_TYPE_64F, FLANN_INDEX_TYPE_STRING, FLANN_INDEX_TYPE_BOOL, FLANN_INDEX_TYPE_ALGORITHM, LAST_VALUE_FLANN_INDEX_TYPE]"""
22
+
23
+
24
+
25
+ # Classes
26
+ class Index:
27
+ # Functions
28
+ @_typing.overload
29
+ def __init__(self) -> None: ...
30
+ @_typing.overload
31
+ def __init__(self, features: cv2.typing.MatLike, params: cv2.typing.IndexParams, distType: int = ...) -> None: ...
32
+ @_typing.overload
33
+ def __init__(self, features: cv2.UMat, params: cv2.typing.IndexParams, distType: int = ...) -> None: ...
34
+
35
+ @_typing.overload
36
+ def build(self, features: cv2.typing.MatLike, params: cv2.typing.IndexParams, distType: int = ...) -> None: ...
37
+ @_typing.overload
38
+ def build(self, features: cv2.UMat, params: cv2.typing.IndexParams, distType: int = ...) -> None: ...
39
+
40
+ @_typing.overload
41
+ def knnSearch(self, query: cv2.typing.MatLike, knn: int, indices: cv2.typing.MatLike | None = ..., dists: cv2.typing.MatLike | None = ..., params: cv2.typing.SearchParams = ...) -> tuple[cv2.typing.MatLike, cv2.typing.MatLike]: ...
42
+ @_typing.overload
43
+ def knnSearch(self, query: cv2.UMat, knn: int, indices: cv2.UMat | None = ..., dists: cv2.UMat | None = ..., params: cv2.typing.SearchParams = ...) -> tuple[cv2.UMat, cv2.UMat]: ...
44
+
45
+ @_typing.overload
46
+ def radiusSearch(self, query: cv2.typing.MatLike, radius: float, maxResults: int, indices: cv2.typing.MatLike | None = ..., dists: cv2.typing.MatLike | None = ..., params: cv2.typing.SearchParams = ...) -> tuple[int, cv2.typing.MatLike, cv2.typing.MatLike]: ...
47
+ @_typing.overload
48
+ def radiusSearch(self, query: cv2.UMat, radius: float, maxResults: int, indices: cv2.UMat | None = ..., dists: cv2.UMat | None = ..., params: cv2.typing.SearchParams = ...) -> tuple[int, cv2.UMat, cv2.UMat]: ...
49
+
50
+ def save(self, filename: str) -> None: ...
51
+
52
+ @_typing.overload
53
+ def load(self, features: cv2.typing.MatLike, filename: str) -> bool: ...
54
+ @_typing.overload
55
+ def load(self, features: cv2.UMat, filename: str) -> bool: ...
56
+
57
+ def release(self) -> None: ...
58
+
59
+ def getDistance(self) -> int: ...
60
+
61
+ def getAlgorithm(self) -> int: ...
62
+
63
+
64
+
parrot/lib/python3.10/site-packages/cv2/gapi/core/__init__.pyi ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ __all__: list[str] = []
2
+
3
+ from cv2.gapi.core import cpu as cpu
4
+ from cv2.gapi.core import fluid as fluid
5
+ from cv2.gapi.core import ocl as ocl
6
+
7
+
parrot/lib/python3.10/site-packages/cv2/gapi/core/fluid/__init__.pyi ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ __all__: list[str] = []
2
+
3
+ import cv2
4
+
5
+
6
+ # Functions
7
+ def kernels() -> cv2.GKernelPackage: ...
8
+
9
+
parrot/lib/python3.10/site-packages/cv2/gapi/core/ocl/__init__.pyi ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ __all__: list[str] = []
2
+
3
+ import cv2
4
+
5
+
6
+ # Functions
7
+ def kernels() -> cv2.GKernelPackage: ...
8
+
9
+
parrot/lib/python3.10/site-packages/cv2/gapi/imgproc/__init__.pyi ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ __all__: list[str] = []
2
+
3
+ from cv2.gapi.imgproc import fluid as fluid
4
+
5
+
parrot/lib/python3.10/site-packages/cv2/gapi/imgproc/fluid/__init__.pyi ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ __all__: list[str] = []
2
+
3
+ import cv2
4
+
5
+
6
+ # Functions
7
+ def kernels() -> cv2.GKernelPackage: ...
8
+
9
+
parrot/lib/python3.10/site-packages/cv2/gapi/ot/__init__.pyi ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ __all__: list[str] = []
2
+
3
+ import cv2
4
+ import typing as _typing
5
+
6
+
7
+ from cv2.gapi.ot import cpu as cpu
8
+
9
+
10
+ # Enumerations
11
+ NEW: int
12
+ TRACKED: int
13
+ LOST: int
14
+ TrackingStatus = int
15
+ """One of [NEW, TRACKED, LOST]"""
16
+
17
+
18
+
19
+ # Classes
20
+ class ObjectTrackerParams:
21
+ max_num_objects: int
22
+ input_image_format: int
23
+ tracking_per_class: bool
24
+
25
+
26
+ # Functions
27
+ @_typing.overload
28
+ def track(mat: cv2.GMat, detected_rects: cv2.GArrayT, detected_class_labels: cv2.GArrayT, delta: float) -> tuple[cv2.GArrayT, cv2.GArrayT, cv2.GArrayT, cv2.GArrayT]: ...
29
+ @_typing.overload
30
+ def track(frame: cv2.GFrame, detected_rects: cv2.GArrayT, detected_class_labels: cv2.GArrayT, delta: float) -> tuple[cv2.GArrayT, cv2.GArrayT, cv2.GArrayT, cv2.GArrayT]: ...
31
+
32
+
parrot/lib/python3.10/site-packages/cv2/gapi/ot/cpu/__init__.pyi ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ __all__: list[str] = []
2
+
3
+ import cv2
4
+
5
+
6
+ # Functions
7
+ def kernels() -> cv2.GKernelPackage: ...
8
+
9
+
parrot/lib/python3.10/site-packages/cv2/gapi/own/__init__.pyi ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ __all__: list[str] = []
2
+
3
+ from cv2.gapi.own import detail as detail
4
+
5
+
parrot/lib/python3.10/site-packages/cv2/gapi/render/__init__.pyi ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ __all__: list[str] = []
2
+
3
+ from cv2.gapi.render import ocv as ocv
4
+
5
+
parrot/lib/python3.10/site-packages/cv2/gapi/streaming/__init__.pyi ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ __all__: list[str] = []
2
+
3
+ import cv2
4
+ import typing as _typing
5
+
6
+
7
+ # Enumerations
8
+ sync_policy_dont_sync: int
9
+ SYNC_POLICY_DONT_SYNC: int
10
+ sync_policy_drop: int
11
+ SYNC_POLICY_DROP: int
12
+ sync_policy = int
13
+ """One of [sync_policy_dont_sync, SYNC_POLICY_DONT_SYNC, sync_policy_drop, SYNC_POLICY_DROP]"""
14
+
15
+
16
+
17
+ # Classes
18
+ class queue_capacity:
19
+ capacity: int
20
+
21
+ # Functions
22
+ def __init__(self, cap: int = ...) -> None: ...
23
+
24
+
25
+
26
+ # Functions
27
+ def desync(g: cv2.GMat) -> cv2.GMat: ...
28
+
29
+ def seqNo(arg1: cv2.GMat) -> cv2.GOpaqueT: ...
30
+
31
+ def seq_id(arg1: cv2.GMat) -> cv2.GOpaqueT: ...
32
+
33
+ @_typing.overload
34
+ def size(src: cv2.GMat) -> cv2.GOpaqueT: ...
35
+ @_typing.overload
36
+ def size(r: cv2.GOpaqueT) -> cv2.GOpaqueT: ...
37
+ @_typing.overload
38
+ def size(src: cv2.GFrame) -> cv2.GOpaqueT: ...
39
+
40
+ def timestamp(arg1: cv2.GMat) -> cv2.GOpaqueT: ...
41
+
42
+
parrot/lib/python3.10/site-packages/cv2/gapi/wip/draw/__init__.pyi ADDED
@@ -0,0 +1,119 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ __all__: list[str] = []
2
+
3
+ import cv2
4
+ import cv2.typing
5
+ import typing as _typing
6
+
7
+
8
+ # Classes
9
+ class Text:
10
+ text: str
11
+ org: cv2.typing.Point
12
+ ff: int
13
+ fs: float
14
+ color: cv2.typing.Scalar
15
+ thick: int
16
+ lt: int
17
+ bottom_left_origin: bool
18
+
19
+ # Functions
20
+ @_typing.overload
21
+ def __init__(self, text_: str, org_: cv2.typing.Point, ff_: int, fs_: float, color_: cv2.typing.Scalar, thick_: int = ..., lt_: int = ..., bottom_left_origin_: bool = ...) -> None: ...
22
+ @_typing.overload
23
+ def __init__(self) -> None: ...
24
+
25
+
26
+ class Rect:
27
+ rect: cv2.typing.Rect
28
+ color: cv2.typing.Scalar
29
+ thick: int
30
+ lt: int
31
+ shift: int
32
+
33
+ # Functions
34
+ @_typing.overload
35
+ def __init__(self) -> None: ...
36
+ @_typing.overload
37
+ def __init__(self, rect_: cv2.typing.Rect2i, color_: cv2.typing.Scalar, thick_: int = ..., lt_: int = ..., shift_: int = ...) -> None: ...
38
+
39
+
40
+ class Circle:
41
+ center: cv2.typing.Point
42
+ radius: int
43
+ color: cv2.typing.Scalar
44
+ thick: int
45
+ lt: int
46
+ shift: int
47
+
48
+ # Functions
49
+ @_typing.overload
50
+ def __init__(self, center_: cv2.typing.Point, radius_: int, color_: cv2.typing.Scalar, thick_: int = ..., lt_: int = ..., shift_: int = ...) -> None: ...
51
+ @_typing.overload
52
+ def __init__(self) -> None: ...
53
+
54
+
55
+ class Line:
56
+ pt1: cv2.typing.Point
57
+ pt2: cv2.typing.Point
58
+ color: cv2.typing.Scalar
59
+ thick: int
60
+ lt: int
61
+ shift: int
62
+
63
+ # Functions
64
+ @_typing.overload
65
+ def __init__(self, pt1_: cv2.typing.Point, pt2_: cv2.typing.Point, color_: cv2.typing.Scalar, thick_: int = ..., lt_: int = ..., shift_: int = ...) -> None: ...
66
+ @_typing.overload
67
+ def __init__(self) -> None: ...
68
+
69
+
70
+ class Mosaic:
71
+ mos: cv2.typing.Rect
72
+ cellSz: int
73
+ decim: int
74
+
75
+ # Functions
76
+ @_typing.overload
77
+ def __init__(self) -> None: ...
78
+ @_typing.overload
79
+ def __init__(self, mos_: cv2.typing.Rect2i, cellSz_: int, decim_: int) -> None: ...
80
+
81
+
82
+ class Image:
83
+ org: cv2.typing.Point
84
+ img: cv2.typing.MatLike
85
+ alpha: cv2.typing.MatLike
86
+
87
+ # Functions
88
+ @_typing.overload
89
+ def __init__(self, org_: cv2.typing.Point, img_: cv2.typing.MatLike, alpha_: cv2.typing.MatLike) -> None: ...
90
+ @_typing.overload
91
+ def __init__(self) -> None: ...
92
+
93
+
94
+ class Poly:
95
+ points: _typing.Sequence[cv2.typing.Point]
96
+ color: cv2.typing.Scalar
97
+ thick: int
98
+ lt: int
99
+ shift: int
100
+
101
+ # Functions
102
+ @_typing.overload
103
+ def __init__(self, points_: _typing.Sequence[cv2.typing.Point], color_: cv2.typing.Scalar, thick_: int = ..., lt_: int = ..., shift_: int = ...) -> None: ...
104
+ @_typing.overload
105
+ def __init__(self) -> None: ...
106
+
107
+
108
+
109
+ # Functions
110
+ @_typing.overload
111
+ def render(bgr: cv2.typing.MatLike, prims: _typing.Sequence[cv2.typing.Prim], args: _typing.Sequence[cv2.GCompileArg] = ...) -> None: ...
112
+ @_typing.overload
113
+ def render(y_plane: cv2.typing.MatLike, uv_plane: cv2.typing.MatLike, prims: _typing.Sequence[cv2.typing.Prim], args: _typing.Sequence[cv2.GCompileArg] = ...) -> None: ...
114
+
115
+ def render3ch(src: cv2.GMat, prims: cv2.GArrayT) -> cv2.GMat: ...
116
+
117
+ def renderNV12(y: cv2.GMat, uv: cv2.GMat, prims: cv2.GArrayT) -> tuple[cv2.GMat, cv2.GMat]: ...
118
+
119
+
parrot/lib/python3.10/site-packages/cv2/gapi/wip/onevpl/__init__.pyi ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ __all__: list[str] = []
2
+
3
+ # Enumerations
4
+ AccelType_HOST: int
5
+ ACCEL_TYPE_HOST: int
6
+ AccelType_DX11: int
7
+ ACCEL_TYPE_DX11: int
8
+ AccelType_VAAPI: int
9
+ ACCEL_TYPE_VAAPI: int
10
+ AccelType_LAST_VALUE: int
11
+ ACCEL_TYPE_LAST_VALUE: int
12
+ AccelType = int
13
+ """One of [AccelType_HOST, ACCEL_TYPE_HOST, AccelType_DX11, ACCEL_TYPE_DX11, AccelType_VAAPI, ACCEL_TYPE_VAAPI, AccelType_LAST_VALUE, ACCEL_TYPE_LAST_VALUE]"""
14
+
15
+
16
+
parrot/lib/python3.10/site-packages/cv2/misc/__pycache__/version.cpython-310.pyc ADDED
Binary file (329 Bytes). View file
 
parrot/lib/python3.10/site-packages/cv2/misc/version.py ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ import cv2
2
+
3
+
4
+ def get_ocv_version():
5
+ return getattr(cv2, "__version__", "unavailable")
parrot/lib/python3.10/site-packages/cv2/ogl/__init__.pyi ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ __all__: list[str] = []
2
+
3
+ # Enumerations
4
+ POINTS: int
5
+ LINES: int
6
+ LINE_LOOP: int
7
+ LINE_STRIP: int
8
+ TRIANGLES: int
9
+ TRIANGLE_STRIP: int
10
+ TRIANGLE_FAN: int
11
+ QUADS: int
12
+ QUAD_STRIP: int
13
+ POLYGON: int
14
+ RenderModes = int
15
+ """One of [POINTS, LINES, LINE_LOOP, LINE_STRIP, TRIANGLES, TRIANGLE_STRIP, TRIANGLE_FAN, QUADS, QUAD_STRIP, POLYGON]"""
16
+
17
+
18
+ Buffer_ARRAY_BUFFER: int
19
+ BUFFER_ARRAY_BUFFER: int
20
+ Buffer_ELEMENT_ARRAY_BUFFER: int
21
+ BUFFER_ELEMENT_ARRAY_BUFFER: int
22
+ Buffer_PIXEL_PACK_BUFFER: int
23
+ BUFFER_PIXEL_PACK_BUFFER: int
24
+ Buffer_PIXEL_UNPACK_BUFFER: int
25
+ BUFFER_PIXEL_UNPACK_BUFFER: int
26
+ Buffer_Target = int
27
+ """One of [Buffer_ARRAY_BUFFER, BUFFER_ARRAY_BUFFER, Buffer_ELEMENT_ARRAY_BUFFER, BUFFER_ELEMENT_ARRAY_BUFFER, Buffer_PIXEL_PACK_BUFFER, BUFFER_PIXEL_PACK_BUFFER, Buffer_PIXEL_UNPACK_BUFFER, BUFFER_PIXEL_UNPACK_BUFFER]"""
28
+
29
+ Buffer_READ_ONLY: int
30
+ BUFFER_READ_ONLY: int
31
+ Buffer_WRITE_ONLY: int
32
+ BUFFER_WRITE_ONLY: int
33
+ Buffer_READ_WRITE: int
34
+ BUFFER_READ_WRITE: int
35
+ Buffer_Access = int
36
+ """One of [Buffer_READ_ONLY, BUFFER_READ_ONLY, Buffer_WRITE_ONLY, BUFFER_WRITE_ONLY, Buffer_READ_WRITE, BUFFER_READ_WRITE]"""
37
+
38
+ Texture2D_NONE: int
39
+ TEXTURE2D_NONE: int
40
+ Texture2D_DEPTH_COMPONENT: int
41
+ TEXTURE2D_DEPTH_COMPONENT: int
42
+ Texture2D_RGB: int
43
+ TEXTURE2D_RGB: int
44
+ Texture2D_RGBA: int
45
+ TEXTURE2D_RGBA: int
46
+ Texture2D_Format = int
47
+ """One of [Texture2D_NONE, TEXTURE2D_NONE, Texture2D_DEPTH_COMPONENT, TEXTURE2D_DEPTH_COMPONENT, Texture2D_RGB, TEXTURE2D_RGB, Texture2D_RGBA, TEXTURE2D_RGBA]"""
48
+
49
+
50
+ # Classes
51
+
parrot/lib/python3.10/site-packages/cv2/parallel/__init__.pyi ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ __all__: list[str] = []
2
+
3
+ # Functions
4
+ def setParallelForBackend(backendName: str, propagateNumThreads: bool = ...) -> bool: ...
5
+
6
+
parrot/lib/python3.10/site-packages/cv2/qt/plugins/platforms/libqxcb.so ADDED
Binary file (29.3 kB). View file
 
parrot/lib/python3.10/site-packages/cv2/samples/__init__.pyi ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ __all__: list[str] = []
2
+
3
+ # Functions
4
+ def addSamplesDataSearchPath(path: str) -> None: ...
5
+
6
+ def addSamplesDataSearchSubDirectory(subdir: str) -> None: ...
7
+
8
+ def findFile(relative_path: str, required: bool = ..., silentMode: bool = ...) -> str: ...
9
+
10
+ def findFileOrKeep(relative_path: str, silentMode: bool = ...) -> str: ...
11
+
12
+
parrot/lib/python3.10/site-packages/cv2/segmentation/__init__.pyi ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ __all__: list[str] = []
2
+
3
+ import cv2
4
+ import cv2.typing
5
+ import typing as _typing
6
+
7
+
8
+ # Classes
9
+ class IntelligentScissorsMB:
10
+ # Functions
11
+ def __init__(self) -> None: ...
12
+
13
+ def setWeights(self, weight_non_edge: float, weight_gradient_direction: float, weight_gradient_magnitude: float) -> IntelligentScissorsMB: ...
14
+
15
+ def setGradientMagnitudeMaxLimit(self, gradient_magnitude_threshold_max: float = ...) -> IntelligentScissorsMB: ...
16
+
17
+ def setEdgeFeatureZeroCrossingParameters(self, gradient_magnitude_min_value: float = ...) -> IntelligentScissorsMB: ...
18
+
19
+ def setEdgeFeatureCannyParameters(self, threshold1: float, threshold2: float, apertureSize: int = ..., L2gradient: bool = ...) -> IntelligentScissorsMB: ...
20
+
21
+ @_typing.overload
22
+ def applyImage(self, image: cv2.typing.MatLike) -> IntelligentScissorsMB: ...
23
+ @_typing.overload
24
+ def applyImage(self, image: cv2.UMat) -> IntelligentScissorsMB: ...
25
+
26
+ @_typing.overload
27
+ def applyImageFeatures(self, non_edge: cv2.typing.MatLike, gradient_direction: cv2.typing.MatLike, gradient_magnitude: cv2.typing.MatLike, image: cv2.typing.MatLike | None = ...) -> IntelligentScissorsMB: ...
28
+ @_typing.overload
29
+ def applyImageFeatures(self, non_edge: cv2.UMat, gradient_direction: cv2.UMat, gradient_magnitude: cv2.UMat, image: cv2.UMat | None = ...) -> IntelligentScissorsMB: ...
30
+
31
+ def buildMap(self, sourcePt: cv2.typing.Point) -> None: ...
32
+
33
+ @_typing.overload
34
+ def getContour(self, targetPt: cv2.typing.Point, contour: cv2.typing.MatLike | None = ..., backward: bool = ...) -> cv2.typing.MatLike: ...
35
+ @_typing.overload
36
+ def getContour(self, targetPt: cv2.typing.Point, contour: cv2.UMat | None = ..., backward: bool = ...) -> cv2.UMat: ...
37
+
38
+
39
+
parrot/lib/python3.10/site-packages/cv2/typing/__init__.py ADDED
@@ -0,0 +1,178 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ __all__ = [
2
+ "IntPointer",
3
+ "MatLike",
4
+ "MatShape",
5
+ "Size",
6
+ "Size2f",
7
+ "Scalar",
8
+ "Point",
9
+ "Point2i",
10
+ "Point2f",
11
+ "Point2d",
12
+ "Point3i",
13
+ "Point3f",
14
+ "Point3d",
15
+ "Range",
16
+ "Rect",
17
+ "Rect2i",
18
+ "Rect2f",
19
+ "Rect2d",
20
+ "Moments",
21
+ "RotatedRect",
22
+ "TermCriteria",
23
+ "Vec2i",
24
+ "Vec2f",
25
+ "Vec2d",
26
+ "Vec3i",
27
+ "Vec3f",
28
+ "Vec3d",
29
+ "Vec4i",
30
+ "Vec4f",
31
+ "Vec4d",
32
+ "Vec6f",
33
+ "FeatureDetector",
34
+ "DescriptorExtractor",
35
+ "FeatureExtractor",
36
+ "GProtoArg",
37
+ "GProtoInputArgs",
38
+ "GProtoOutputArgs",
39
+ "GRunArg",
40
+ "GOptRunArg",
41
+ "GMetaArg",
42
+ "Prim",
43
+ "Matx33f",
44
+ "Matx33d",
45
+ "Matx44f",
46
+ "Matx44d",
47
+ "GTypeInfo",
48
+ "ExtractArgsCallback",
49
+ "ExtractMetaCallback",
50
+ "LayerId",
51
+ "IndexParams",
52
+ "SearchParams",
53
+ "map_string_and_string",
54
+ "map_string_and_int",
55
+ "map_string_and_vector_size_t",
56
+ "map_string_and_vector_float",
57
+ "map_int_and_double",
58
+ ]
59
+
60
+ import cv2.dnn
61
+ import cv2.mat_wrapper
62
+ import typing as _typing
63
+ import cv2.gapi.wip.draw
64
+ import numpy
65
+ import cv2
66
+
67
+
68
+ if _typing.TYPE_CHECKING:
69
+ NumPyArrayNumeric = numpy.ndarray[_typing.Any, numpy.dtype[numpy.integer[_typing.Any] | numpy.floating[_typing.Any]]]
70
+ else:
71
+ NumPyArrayNumeric = numpy.ndarray
72
+
73
+
74
+ if _typing.TYPE_CHECKING:
75
+ NumPyArrayFloat32 = numpy.ndarray[_typing.Any, numpy.dtype[numpy.float32]]
76
+ else:
77
+ NumPyArrayFloat32 = numpy.ndarray
78
+
79
+
80
+ if _typing.TYPE_CHECKING:
81
+ NumPyArrayFloat64 = numpy.ndarray[_typing.Any, numpy.dtype[numpy.float64]]
82
+ else:
83
+ NumPyArrayFloat64 = numpy.ndarray
84
+
85
+
86
+ if _typing.TYPE_CHECKING:
87
+ TermCriteria_Type = cv2.TermCriteria_Type
88
+ else:
89
+ TermCriteria_Type = int
90
+
91
+
92
+ IntPointer = int
93
+ """Represents an arbitrary pointer"""
94
+ MatLike = _typing.Union[cv2.mat_wrapper.Mat, NumPyArrayNumeric]
95
+ MatShape = _typing.Sequence[int]
96
+ Size = _typing.Sequence[int]
97
+ """Required length is 2"""
98
+ Size2f = _typing.Sequence[float]
99
+ """Required length is 2"""
100
+ Scalar = _typing.Sequence[float]
101
+ """Required length is at most 4"""
102
+ Point = _typing.Sequence[int]
103
+ """Required length is 2"""
104
+ Point2i = Point
105
+ Point2f = _typing.Sequence[float]
106
+ """Required length is 2"""
107
+ Point2d = _typing.Sequence[float]
108
+ """Required length is 2"""
109
+ Point3i = _typing.Sequence[int]
110
+ """Required length is 3"""
111
+ Point3f = _typing.Sequence[float]
112
+ """Required length is 3"""
113
+ Point3d = _typing.Sequence[float]
114
+ """Required length is 3"""
115
+ Range = _typing.Sequence[int]
116
+ """Required length is 2"""
117
+ Rect = _typing.Sequence[int]
118
+ """Required length is 4"""
119
+ Rect2i = _typing.Sequence[int]
120
+ """Required length is 4"""
121
+ Rect2f = _typing.Sequence[float]
122
+ """Required length is 4"""
123
+ Rect2d = _typing.Sequence[float]
124
+ """Required length is 4"""
125
+ Moments = _typing.Dict[str, float]
126
+ RotatedRect = _typing.Tuple[Point2f, Size2f, float]
127
+ """Any type providing sequence protocol is supported"""
128
+ TermCriteria = _typing.Tuple[TermCriteria_Type, int, float]
129
+ """Any type providing sequence protocol is supported"""
130
+ Vec2i = _typing.Sequence[int]
131
+ """Required length is 2"""
132
+ Vec2f = _typing.Sequence[float]
133
+ """Required length is 2"""
134
+ Vec2d = _typing.Sequence[float]
135
+ """Required length is 2"""
136
+ Vec3i = _typing.Sequence[int]
137
+ """Required length is 3"""
138
+ Vec3f = _typing.Sequence[float]
139
+ """Required length is 3"""
140
+ Vec3d = _typing.Sequence[float]
141
+ """Required length is 3"""
142
+ Vec4i = _typing.Sequence[int]
143
+ """Required length is 4"""
144
+ Vec4f = _typing.Sequence[float]
145
+ """Required length is 4"""
146
+ Vec4d = _typing.Sequence[float]
147
+ """Required length is 4"""
148
+ Vec6f = _typing.Sequence[float]
149
+ """Required length is 6"""
150
+ FeatureDetector = cv2.Feature2D
151
+ DescriptorExtractor = cv2.Feature2D
152
+ 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
+ Matx33f = NumPyArrayFloat32
161
+ """NDArray(shape=(3, 3), dtype=numpy.float32)"""
162
+ Matx33d = NumPyArrayFloat64
163
+ """NDArray(shape=(3, 3), dtype=numpy.float64)"""
164
+ Matx44f = NumPyArrayFloat32
165
+ """NDArray(shape=(4, 4), dtype=numpy.float32)"""
166
+ Matx44d = NumPyArrayFloat64
167
+ """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
+ LayerId = cv2.dnn.DictValue
172
+ IndexParams = _typing.Dict[str, _typing.Union[bool, int, float, str]]
173
+ SearchParams = _typing.Dict[str, _typing.Union[bool, int, float, str]]
174
+ map_string_and_string = _typing.Dict[str, str]
175
+ map_string_and_int = _typing.Dict[str, int]
176
+ map_string_and_vector_size_t = _typing.Dict[str, _typing.Sequence[int]]
177
+ map_string_and_vector_float = _typing.Dict[str, _typing.Sequence[float]]
178
+ map_int_and_double = _typing.Dict[int, float]
parrot/lib/python3.10/site-packages/cv2/typing/__pycache__/__init__.cpython-310.pyc ADDED
Binary file (2.77 kB). View file
 
parrot/lib/python3.10/site-packages/einops/__init__.py ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ __author__ = 'Alex Rogozhnikov'
2
+ __version__ = '0.6.1'
3
+
4
+
5
+ class EinopsError(RuntimeError):
6
+ """ Runtime error thrown by einops """
7
+ pass
8
+
9
+
10
+ __all__ = ['rearrange', 'reduce', 'repeat', 'einsum',
11
+ 'pack', 'unpack',
12
+ 'parse_shape', 'asnumpy', 'EinopsError']
13
+
14
+ from .einops import rearrange, reduce, repeat, einsum, parse_shape, asnumpy
15
+ from .packing import pack, unpack
parrot/lib/python3.10/site-packages/hjson/__pycache__/__init__.cpython-310.pyc ADDED
Binary file (21.9 kB). View file
 
parrot/lib/python3.10/site-packages/hjson/__pycache__/compat.cpython-310.pyc ADDED
Binary file (1.43 kB). View file
 
parrot/lib/python3.10/site-packages/hjson/__pycache__/decoder.cpython-310.pyc ADDED
Binary file (14.2 kB). View file
 
parrot/lib/python3.10/site-packages/hjson/__pycache__/encoder.cpython-310.pyc ADDED
Binary file (14 kB). View file
 
parrot/lib/python3.10/site-packages/hjson/__pycache__/encoderH.cpython-310.pyc ADDED
Binary file (14.5 kB). View file
 
parrot/lib/python3.10/site-packages/hjson/__pycache__/scanner.cpython-310.pyc ADDED
Binary file (2.04 kB). View file
 
parrot/lib/python3.10/site-packages/hjson/__pycache__/tool.cpython-310.pyc ADDED
Binary file (1.88 kB). View file