niobures commited on
Commit
be94e5d
·
verified ·
1 Parent(s): cec64e7

ffmpeg (v6.0/v7.x), gensim, numpy, opencv

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 +54 -0
  2. ffmpeg-6.0/linux/ffmpeg +3 -0
  3. ffmpeg-6.0/linux/ffprobe +3 -0
  4. ffmpeg-6.0/windows/avcodec-60.dll +3 -0
  5. ffmpeg-6.0/windows/avdevice-60.dll +0 -0
  6. ffmpeg-6.0/windows/avfilter-9.dll +3 -0
  7. ffmpeg-6.0/windows/avformat-60.dll +3 -0
  8. ffmpeg-6.0/windows/avutil-58.dll +3 -0
  9. ffmpeg-6.0/windows/ffmpeg-6.dll +3 -0
  10. ffmpeg-6.0/windows/ffmpeg.exe +3 -0
  11. ffmpeg-6.0/windows/ffprobe.exe +3 -0
  12. ffmpeg-6.0/windows/swresample-4.dll +3 -0
  13. ffmpeg-6.0/windows/swscale-7.dll +3 -0
  14. ffmpeg/linux/ffmpeg +3 -0
  15. ffmpeg/linux/ffplay +3 -0
  16. ffmpeg/linux/ffprobe +3 -0
  17. ffmpeg/windows/avcodec-61.dll +3 -0
  18. ffmpeg/windows/avdevice-61.dll +3 -0
  19. ffmpeg/windows/avfilter-10.dll +3 -0
  20. ffmpeg/windows/avformat-61.dll +3 -0
  21. ffmpeg/windows/avutil-59.dll +3 -0
  22. ffmpeg/windows/ffmpeg.exe +3 -0
  23. ffmpeg/windows/ffplay.exe +3 -0
  24. ffmpeg/windows/ffprobe.exe +3 -0
  25. ffmpeg/windows/postproc-58.dll +0 -0
  26. ffmpeg/windows/swresample-5.dll +3 -0
  27. ffmpeg/windows/swscale-8.dll +3 -0
  28. gensim/v3.8.3/gensim-3.8.3-cp39-cp39-win_amd64.whl +3 -0
  29. numpy/v1.19.3/numpy-1.19.3-cp310-cp310-win_amd64.whl +3 -0
  30. numpy/v1.19.3/numpy-1.19.3-cp39-cp39-linux_x86_64.whl +3 -0
  31. opencv/LICENSE.txt +202 -0
  32. opencv/LICENSE_FFMPEG.txt +520 -0
  33. opencv/README.md.txt +36 -0
  34. opencv/build/LICENSE +202 -0
  35. opencv/build/OpenCVConfig-version.cmake +15 -0
  36. opencv/build/OpenCVConfig.cmake +196 -0
  37. opencv/build/bin/opencv_videoio_ffmpeg4100_64.dll +3 -0
  38. opencv/build/etc/haarcascades/haarcascade_eye.xml +0 -0
  39. opencv/build/etc/haarcascades/haarcascade_eye_tree_eyeglasses.xml +0 -0
  40. opencv/build/etc/haarcascades/haarcascade_frontalcatface.xml +0 -0
  41. opencv/build/etc/haarcascades/haarcascade_frontalcatface_extended.xml +0 -0
  42. opencv/build/etc/haarcascades/haarcascade_frontalface_alt.xml +0 -0
  43. opencv/build/etc/haarcascades/haarcascade_frontalface_alt2.xml +0 -0
  44. opencv/build/etc/haarcascades/haarcascade_frontalface_alt_tree.xml +0 -0
  45. opencv/build/etc/haarcascades/haarcascade_frontalface_default.xml +0 -0
  46. opencv/build/etc/haarcascades/haarcascade_fullbody.xml +0 -0
  47. opencv/build/etc/haarcascades/haarcascade_lefteye_2splits.xml +0 -0
  48. opencv/build/etc/haarcascades/haarcascade_license_plate_rus_16stages.xml +1404 -0
  49. opencv/build/etc/haarcascades/haarcascade_lowerbody.xml +0 -0
  50. opencv/build/etc/haarcascades/haarcascade_profileface.xml +0 -0
.gitattributes CHANGED
@@ -57,3 +57,57 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
57
  # Video files - compressed
58
  *.mp4 filter=lfs diff=lfs merge=lfs -text
59
  *.webm filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
57
  # Video files - compressed
58
  *.mp4 filter=lfs diff=lfs merge=lfs -text
59
  *.webm filter=lfs diff=lfs merge=lfs -text
60
+ ffmpeg-6.0/linux/ffmpeg filter=lfs diff=lfs merge=lfs -text
61
+ ffmpeg-6.0/linux/ffprobe filter=lfs diff=lfs merge=lfs -text
62
+ ffmpeg-6.0/windows/avcodec-60.dll filter=lfs diff=lfs merge=lfs -text
63
+ ffmpeg-6.0/windows/avfilter-9.dll filter=lfs diff=lfs merge=lfs -text
64
+ ffmpeg-6.0/windows/avformat-60.dll filter=lfs diff=lfs merge=lfs -text
65
+ ffmpeg-6.0/windows/avutil-58.dll filter=lfs diff=lfs merge=lfs -text
66
+ ffmpeg-6.0/windows/ffmpeg-6.dll filter=lfs diff=lfs merge=lfs -text
67
+ ffmpeg-6.0/windows/ffmpeg.exe filter=lfs diff=lfs merge=lfs -text
68
+ ffmpeg-6.0/windows/ffprobe.exe filter=lfs diff=lfs merge=lfs -text
69
+ ffmpeg-6.0/windows/swresample-4.dll filter=lfs diff=lfs merge=lfs -text
70
+ ffmpeg-6.0/windows/swscale-7.dll filter=lfs diff=lfs merge=lfs -text
71
+ ffmpeg/linux/ffmpeg filter=lfs diff=lfs merge=lfs -text
72
+ ffmpeg/linux/ffplay filter=lfs diff=lfs merge=lfs -text
73
+ ffmpeg/linux/ffprobe filter=lfs diff=lfs merge=lfs -text
74
+ ffmpeg/windows/avcodec-61.dll filter=lfs diff=lfs merge=lfs -text
75
+ ffmpeg/windows/avdevice-61.dll filter=lfs diff=lfs merge=lfs -text
76
+ ffmpeg/windows/avfilter-10.dll filter=lfs diff=lfs merge=lfs -text
77
+ ffmpeg/windows/avformat-61.dll filter=lfs diff=lfs merge=lfs -text
78
+ ffmpeg/windows/avutil-59.dll filter=lfs diff=lfs merge=lfs -text
79
+ ffmpeg/windows/ffmpeg.exe filter=lfs diff=lfs merge=lfs -text
80
+ ffmpeg/windows/ffplay.exe filter=lfs diff=lfs merge=lfs -text
81
+ ffmpeg/windows/ffprobe.exe filter=lfs diff=lfs merge=lfs -text
82
+ ffmpeg/windows/swresample-5.dll filter=lfs diff=lfs merge=lfs -text
83
+ ffmpeg/windows/swscale-8.dll filter=lfs diff=lfs merge=lfs -text
84
+ gensim/v3.8.3/gensim-3.8.3-cp39-cp39-win_amd64.whl filter=lfs diff=lfs merge=lfs -text
85
+ numpy/v1.19.3/numpy-1.19.3-cp310-cp310-win_amd64.whl filter=lfs diff=lfs merge=lfs -text
86
+ numpy/v1.19.3/numpy-1.19.3-cp39-cp39-linux_x86_64.whl filter=lfs diff=lfs merge=lfs -text
87
+ opencv/build/bin/opencv_videoio_ffmpeg4100_64.dll filter=lfs diff=lfs merge=lfs -text
88
+ opencv/build/java/opencv-4100.jar filter=lfs diff=lfs merge=lfs -text
89
+ opencv/build/java/x64/opencv_java4100.dll filter=lfs diff=lfs merge=lfs -text
90
+ opencv/build/java/x86/opencv_java4100.dll filter=lfs diff=lfs merge=lfs -text
91
+ opencv/build/python/cv2/python-3.10/cv2.cp310-win_amd64.pyd filter=lfs diff=lfs merge=lfs -text
92
+ opencv/build/python/cv2/python-3.5/cv2.pyd filter=lfs diff=lfs merge=lfs -text
93
+ opencv/build/python/cv2/python-3.6/cv2.pyd filter=lfs diff=lfs merge=lfs -text
94
+ opencv/build/python/cv2/python-3.7/cv2.pyd filter=lfs diff=lfs merge=lfs -text
95
+ opencv/build/python/cv2/python-3.8/cv2.cp38-win_amd64.pyd filter=lfs diff=lfs merge=lfs -text
96
+ opencv/build/python/cv2/python-3.9/cv2.pyd filter=lfs diff=lfs merge=lfs -text
97
+ opencv/build/x64/vc16/bin/opencv_interactive-calibration.exe filter=lfs diff=lfs merge=lfs -text
98
+ opencv/build/x64/vc16/bin/opencv_videoio_ffmpeg4100_64.dll filter=lfs diff=lfs merge=lfs -text
99
+ opencv/build/x64/vc16/bin/opencv_videoio_msmf4100_64.dll filter=lfs diff=lfs merge=lfs -text
100
+ opencv/build/x64/vc16/bin/opencv_videoio_msmf4100_64d.dll filter=lfs diff=lfs merge=lfs -text
101
+ opencv/build/x64/vc16/bin/opencv_world4100.dll filter=lfs diff=lfs merge=lfs -text
102
+ opencv/build/x64/vc16/bin/opencv_world4100.pdb filter=lfs diff=lfs merge=lfs -text
103
+ opencv/build/x64/vc16/bin/opencv_world4100d.dll filter=lfs diff=lfs merge=lfs -text
104
+ opencv/build/x64/vc16/bin/opencv_world4100d.pdb filter=lfs diff=lfs merge=lfs -text
105
+ opencv/build/x64/vc16/lib/opencv_world4100.lib filter=lfs diff=lfs merge=lfs -text
106
+ opencv/build/x64/vc16/lib/opencv_world4100d.lib filter=lfs diff=lfs merge=lfs -text
107
+ opencv/sources/data/vec_files/trainingfaces_24-24.vec filter=lfs diff=lfs merge=lfs -text
108
+ opencv/sources/modules/java/test/pure_test/lib/junit-4.11.jar filter=lfs diff=lfs merge=lfs -text
109
+ opencv/sources/samples/data/Megamind_bugy.avi filter=lfs diff=lfs merge=lfs -text
110
+ opencv/sources/samples/data/Megamind.avi filter=lfs diff=lfs merge=lfs -text
111
+ opencv/sources/samples/data/tree.avi filter=lfs diff=lfs merge=lfs -text
112
+ opencv/sources/samples/data/vtest.avi filter=lfs diff=lfs merge=lfs -text
113
+ opencv/sources/samples/java/sbt/sbt/sbt-launch.jar filter=lfs diff=lfs merge=lfs -text
ffmpeg-6.0/linux/ffmpeg ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cdf0f6d435518a590844f46fa5925388d11cdac5f411b8a3461b9f26dd46621f
3
+ size 293736
ffmpeg-6.0/linux/ffprobe ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:276612db7b031ec00d0ced5aad7260c4da40db5b579cfa437d8fdadc1a57078c
3
+ size 182176
ffmpeg-6.0/windows/avcodec-60.dll ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4f18c9ec32e157cd3198239b2d279cbb8b8381d0495455c6e641b684682dc710
3
+ size 12786176
ffmpeg-6.0/windows/avdevice-60.dll ADDED
Binary file (77.3 kB). View file
 
ffmpeg-6.0/windows/avfilter-9.dll ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b3f2354a93097c5293f572a64c77bc3356e12c1ba4d3203805e06532e077d4ff
3
+ size 3952128
ffmpeg-6.0/windows/avformat-60.dll ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea86f62c1811e3e8527ddad811ba4a2c655736b2d57156a60309246f3e584782
3
+ size 2247680
ffmpeg-6.0/windows/avutil-58.dll ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:089724f00edc63f94dd95bd701ff9ec2b51d6c99fe4963db6549bf59707b08a4
3
+ size 982528
ffmpeg-6.0/windows/ffmpeg-6.dll ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e4c1b3ee37a6988b504f8f77fbb30b31b6076498b8b3be11bc88a9c43b4b6dea
3
+ size 20302336
ffmpeg-6.0/windows/ffmpeg.exe ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a107032e1f59a49ce154fc7a8b3d5d5c941b042bdbea95b3b683900357135748
3
+ size 274432
ffmpeg-6.0/windows/ffprobe.exe ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:20aa2f6c895ef709ae8fa329ac28aa1553851d0c91e9c16baa1a04856cd909ac
3
+ size 157184
ffmpeg-6.0/windows/swresample-4.dll ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c2a2eedef22acf7ef40d216d248cc476d888ab9d6d23b7010e29d99152ec21bd
3
+ size 128512
ffmpeg-6.0/windows/swscale-7.dll ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:353e2804ef1d8ade5c49d7435a89d188a2fab00fedf4a174f924c18ca76d6779
3
+ size 583168
ffmpeg/linux/ffmpeg ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4407f25ba458bbf8a2936ffc85a5769c5b08da53752b8157c46c8524e4400b90
3
+ size 60879280
ffmpeg/linux/ffplay ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d41a16b705c55fa1a57eda25f1f0b92959ac878e85ea197883656868ddc8f138
3
+ size 60662152
ffmpeg/linux/ffprobe ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b496fe312453a9f4020a33ba47b9d4317b3fc76a38037158deac990201523232
3
+ size 60723584
ffmpeg/windows/avcodec-61.dll ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8bb548bdcc93e5970acdefd2a082dd6afd6204a5fa07886ce681efa25171fbbc
3
+ size 83859968
ffmpeg/windows/avdevice-61.dll ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b35c7aa725d89740e00996ea97edee7e5b103188eec3c3ff8ab98d93de170a23
3
+ size 4454912
ffmpeg/windows/avfilter-10.dll ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9303b2f9af25eecc31ecc1981667c586cbd70a14fe06d66ddb91f0c1a78696c2
3
+ size 41396736
ffmpeg/windows/avformat-61.dll ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8c3cb6776cee21b6a02be8be91b47cf8ee48a4303b4163bfde6caadbe5c948f1
3
+ size 18293248
ffmpeg/windows/avutil-59.dll ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:002cd1845b3fb67055d3e352c3cfee705b57e28a5a9c3f05f2b757ace926d5e0
3
+ size 2743296
ffmpeg/windows/ffmpeg.exe ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d5a7cfc3237a6e332b5883417328325ca4675d4151c7d21030c3a66e283c0c14
3
+ size 437248
ffmpeg/windows/ffplay.exe ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f5668f7eb3e7bd850b409e117ea642dfdf0dddd69d26e5f011237250bae92149
3
+ size 12895232
ffmpeg/windows/ffprobe.exe ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f8893b751138119cf8869b8d1abb32c8729c1c7a84b4b297c7fd9e413b0f71e9
3
+ size 210432
ffmpeg/windows/postproc-58.dll ADDED
Binary file (88.6 kB). View file
 
ffmpeg/windows/swresample-5.dll ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:75011af0734fa7d116c58ef196d4251531624cf4aecbdd960522f2d2e67d719d
3
+ size 435200
ffmpeg/windows/swscale-8.dll ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2e979e6b56fa292405b6c1c89c6bcbaaa01f076f7f5eaacbe1390320272ac6c6
3
+ size 645632
gensim/v3.8.3/gensim-3.8.3-cp39-cp39-win_amd64.whl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1feeacf199d30676440cf25176392dc0f1a588a4532c9214e51994c8f6801723
3
+ size 24256179
numpy/v1.19.3/numpy-1.19.3-cp310-cp310-win_amd64.whl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fd6ec8ed9a1092934b04d4c0ade0b0ba0525c2b2f7af3ddaacfbe347782cae8f
3
+ size 4820867
numpy/v1.19.3/numpy-1.19.3-cp39-cp39-linux_x86_64.whl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c007d3e36346d0140b46bfeeaa7728cd61a18f401381af01d4ad937534de865c
3
+ size 18469063
opencv/LICENSE.txt ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ Apache License
3
+ Version 2.0, January 2004
4
+ http://www.apache.org/licenses/
5
+
6
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
7
+
8
+ 1. Definitions.
9
+
10
+ "License" shall mean the terms and conditions for use, reproduction,
11
+ and distribution as defined by Sections 1 through 9 of this document.
12
+
13
+ "Licensor" shall mean the copyright owner or entity authorized by
14
+ the copyright owner that is granting the License.
15
+
16
+ "Legal Entity" shall mean the union of the acting entity and all
17
+ other entities that control, are controlled by, or are under common
18
+ control with that entity. For the purposes of this definition,
19
+ "control" means (i) the power, direct or indirect, to cause the
20
+ direction or management of such entity, whether by contract or
21
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
22
+ outstanding shares, or (iii) beneficial ownership of such entity.
23
+
24
+ "You" (or "Your") shall mean an individual or Legal Entity
25
+ exercising permissions granted by this License.
26
+
27
+ "Source" form shall mean the preferred form for making modifications,
28
+ including but not limited to software source code, documentation
29
+ source, and configuration files.
30
+
31
+ "Object" form shall mean any form resulting from mechanical
32
+ transformation or translation of a Source form, including but
33
+ not limited to compiled object code, generated documentation,
34
+ and conversions to other media types.
35
+
36
+ "Work" shall mean the work of authorship, whether in Source or
37
+ Object form, made available under the License, as indicated by a
38
+ copyright notice that is included in or attached to the work
39
+ (an example is provided in the Appendix below).
40
+
41
+ "Derivative Works" shall mean any work, whether in Source or Object
42
+ form, that is based on (or derived from) the Work and for which the
43
+ editorial revisions, annotations, elaborations, or other modifications
44
+ represent, as a whole, an original work of authorship. For the purposes
45
+ of this License, Derivative Works shall not include works that remain
46
+ separable from, or merely link (or bind by name) to the interfaces of,
47
+ the Work and Derivative Works thereof.
48
+
49
+ "Contribution" shall mean any work of authorship, including
50
+ the original version of the Work and any modifications or additions
51
+ to that Work or Derivative Works thereof, that is intentionally
52
+ submitted to Licensor for inclusion in the Work by the copyright owner
53
+ or by an individual or Legal Entity authorized to submit on behalf of
54
+ the copyright owner. For the purposes of this definition, "submitted"
55
+ means any form of electronic, verbal, or written communication sent
56
+ to the Licensor or its representatives, including but not limited to
57
+ communication on electronic mailing lists, source code control systems,
58
+ and issue tracking systems that are managed by, or on behalf of, the
59
+ Licensor for the purpose of discussing and improving the Work, but
60
+ excluding communication that is conspicuously marked or otherwise
61
+ designated in writing by the copyright owner as "Not a Contribution."
62
+
63
+ "Contributor" shall mean Licensor and any individual or Legal Entity
64
+ on behalf of whom a Contribution has been received by Licensor and
65
+ subsequently incorporated within the Work.
66
+
67
+ 2. Grant of Copyright License. Subject to the terms and conditions of
68
+ this License, each Contributor hereby grants to You a perpetual,
69
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
70
+ copyright license to reproduce, prepare Derivative Works of,
71
+ publicly display, publicly perform, sublicense, and distribute the
72
+ Work and such Derivative Works in Source or Object form.
73
+
74
+ 3. Grant of Patent License. Subject to the terms and conditions of
75
+ this License, each Contributor hereby grants to You a perpetual,
76
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
77
+ (except as stated in this section) patent license to make, have made,
78
+ use, offer to sell, sell, import, and otherwise transfer the Work,
79
+ where such license applies only to those patent claims licensable
80
+ by such Contributor that are necessarily infringed by their
81
+ Contribution(s) alone or by combination of their Contribution(s)
82
+ with the Work to which such Contribution(s) was submitted. If You
83
+ institute patent litigation against any entity (including a
84
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
85
+ or a Contribution incorporated within the Work constitutes direct
86
+ or contributory patent infringement, then any patent licenses
87
+ granted to You under this License for that Work shall terminate
88
+ as of the date such litigation is filed.
89
+
90
+ 4. Redistribution. You may reproduce and distribute copies of the
91
+ Work or Derivative Works thereof in any medium, with or without
92
+ modifications, and in Source or Object form, provided that You
93
+ meet the following conditions:
94
+
95
+ (a) You must give any other recipients of the Work or
96
+ Derivative Works a copy of this License; and
97
+
98
+ (b) You must cause any modified files to carry prominent notices
99
+ stating that You changed the files; and
100
+
101
+ (c) You must retain, in the Source form of any Derivative Works
102
+ that You distribute, all copyright, patent, trademark, and
103
+ attribution notices from the Source form of the Work,
104
+ excluding those notices that do not pertain to any part of
105
+ the Derivative Works; and
106
+
107
+ (d) If the Work includes a "NOTICE" text file as part of its
108
+ distribution, then any Derivative Works that You distribute must
109
+ include a readable copy of the attribution notices contained
110
+ within such NOTICE file, excluding those notices that do not
111
+ pertain to any part of the Derivative Works, in at least one
112
+ of the following places: within a NOTICE text file distributed
113
+ as part of the Derivative Works; within the Source form or
114
+ documentation, if provided along with the Derivative Works; or,
115
+ within a display generated by the Derivative Works, if and
116
+ wherever such third-party notices normally appear. The contents
117
+ of the NOTICE file are for informational purposes only and
118
+ do not modify the License. You may add Your own attribution
119
+ notices within Derivative Works that You distribute, alongside
120
+ or as an addendum to the NOTICE text from the Work, provided
121
+ that such additional attribution notices cannot be construed
122
+ as modifying the License.
123
+
124
+ You may add Your own copyright statement to Your modifications and
125
+ may provide additional or different license terms and conditions
126
+ for use, reproduction, or distribution of Your modifications, or
127
+ for any such Derivative Works as a whole, provided Your use,
128
+ reproduction, and distribution of the Work otherwise complies with
129
+ the conditions stated in this License.
130
+
131
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
132
+ any Contribution intentionally submitted for inclusion in the Work
133
+ by You to the Licensor shall be under the terms and conditions of
134
+ this License, without any additional terms or conditions.
135
+ Notwithstanding the above, nothing herein shall supersede or modify
136
+ the terms of any separate license agreement you may have executed
137
+ with Licensor regarding such Contributions.
138
+
139
+ 6. Trademarks. This License does not grant permission to use the trade
140
+ names, trademarks, service marks, or product names of the Licensor,
141
+ except as required for reasonable and customary use in describing the
142
+ origin of the Work and reproducing the content of the NOTICE file.
143
+
144
+ 7. Disclaimer of Warranty. Unless required by applicable law or
145
+ agreed to in writing, Licensor provides the Work (and each
146
+ Contributor provides its Contributions) on an "AS IS" BASIS,
147
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
148
+ implied, including, without limitation, any warranties or conditions
149
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
150
+ PARTICULAR PURPOSE. You are solely responsible for determining the
151
+ appropriateness of using or redistributing the Work and assume any
152
+ risks associated with Your exercise of permissions under this License.
153
+
154
+ 8. Limitation of Liability. In no event and under no legal theory,
155
+ whether in tort (including negligence), contract, or otherwise,
156
+ unless required by applicable law (such as deliberate and grossly
157
+ negligent acts) or agreed to in writing, shall any Contributor be
158
+ liable to You for damages, including any direct, indirect, special,
159
+ incidental, or consequential damages of any character arising as a
160
+ result of this License or out of the use or inability to use the
161
+ Work (including but not limited to damages for loss of goodwill,
162
+ work stoppage, computer failure or malfunction, or any and all
163
+ other commercial damages or losses), even if such Contributor
164
+ has been advised of the possibility of such damages.
165
+
166
+ 9. Accepting Warranty or Additional Liability. While redistributing
167
+ the Work or Derivative Works thereof, You may choose to offer,
168
+ and charge a fee for, acceptance of support, warranty, indemnity,
169
+ or other liability obligations and/or rights consistent with this
170
+ License. However, in accepting such obligations, You may act only
171
+ on Your own behalf and on Your sole responsibility, not on behalf
172
+ of any other Contributor, and only if You agree to indemnify,
173
+ defend, and hold each Contributor harmless for any liability
174
+ incurred by, or claims asserted against, such Contributor by reason
175
+ of your accepting any such warranty or additional liability.
176
+
177
+ END OF TERMS AND CONDITIONS
178
+
179
+ APPENDIX: How to apply the Apache License to your work.
180
+
181
+ To apply the Apache License to your work, attach the following
182
+ boilerplate notice, with the fields enclosed by brackets "[]"
183
+ replaced with your own identifying information. (Don't include
184
+ the brackets!) The text should be enclosed in the appropriate
185
+ comment syntax for the file format. We also recommend that a
186
+ file or class name and description of purpose be included on the
187
+ same "printed page" as the copyright notice for easier
188
+ identification within third-party archives.
189
+
190
+ Copyright [yyyy] [name of copyright owner]
191
+
192
+ Licensed under the Apache License, Version 2.0 (the "License");
193
+ you may not use this file except in compliance with the License.
194
+ You may obtain a copy of the License at
195
+
196
+ http://www.apache.org/licenses/LICENSE-2.0
197
+
198
+ Unless required by applicable law or agreed to in writing, software
199
+ distributed under the License is distributed on an "AS IS" BASIS,
200
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
201
+ See the License for the specific language governing permissions and
202
+ limitations under the License.
opencv/LICENSE_FFMPEG.txt ADDED
@@ -0,0 +1,520 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Copyright (C) 2001 Fabrice Bellard
2
+
3
+ FFmpeg is free software; you can redistribute it and/or
4
+ modify it under the terms of the GNU Lesser General Public
5
+ License as published by the Free Software Foundation; either
6
+ version 2.1 of the License, or (at your option) any later version.
7
+
8
+ FFmpeg is distributed in the hope that it will be useful,
9
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
10
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
11
+ Lesser General Public License for more details.
12
+
13
+ You should have received a copy of the GNU Lesser General Public
14
+ License along with FFmpeg; if not, write to the Free Software
15
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
16
+
17
+ ==================================================================================
18
+
19
+ GNU LESSER GENERAL PUBLIC LICENSE
20
+ Version 2.1, February 1999
21
+
22
+ Copyright (C) 1991, 1999 Free Software Foundation, Inc.
23
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
24
+ Everyone is permitted to copy and distribute verbatim copies
25
+ of this license document, but changing it is not allowed.
26
+
27
+ [This is the first released version of the Lesser GPL. It also counts
28
+ as the successor of the GNU Library Public License, version 2, hence
29
+ the version number 2.1.]
30
+
31
+ Preamble
32
+
33
+ The licenses for most software are designed to take away your
34
+ freedom to share and change it. By contrast, the GNU General Public
35
+ Licenses are intended to guarantee your freedom to share and change
36
+ free software--to make sure the software is free for all its users.
37
+
38
+ This license, the Lesser General Public License, applies to some
39
+ specially designated software packages--typically libraries--of the
40
+ Free Software Foundation and other authors who decide to use it. You
41
+ can use it too, but we suggest you first think carefully about whether
42
+ this license or the ordinary General Public License is the better
43
+ strategy to use in any particular case, based on the explanations below.
44
+
45
+ When we speak of free software, we are referring to freedom of use,
46
+ not price. Our General Public Licenses are designed to make sure that
47
+ you have the freedom to distribute copies of free software (and charge
48
+ for this service if you wish); that you receive source code or can get
49
+ it if you want it; that you can change the software and use pieces of
50
+ it in new free programs; and that you are informed that you can do
51
+ these things.
52
+
53
+ To protect your rights, we need to make restrictions that forbid
54
+ distributors to deny you these rights or to ask you to surrender these
55
+ rights. These restrictions translate to certain responsibilities for
56
+ you if you distribute copies of the library or if you modify it.
57
+
58
+ For example, if you distribute copies of the library, whether gratis
59
+ or for a fee, you must give the recipients all the rights that we gave
60
+ you. You must make sure that they, too, receive or can get the source
61
+ code. If you link other code with the library, you must provide
62
+ complete object files to the recipients, so that they can relink them
63
+ with the library after making changes to the library and recompiling
64
+ it. And you must show them these terms so they know their rights.
65
+
66
+ We protect your rights with a two-step method: (1) we copyright the
67
+ library, and (2) we offer you this license, which gives you legal
68
+ permission to copy, distribute and/or modify the library.
69
+
70
+ To protect each distributor, we want to make it very clear that
71
+ there is no warranty for the free library. Also, if the library is
72
+ modified by someone else and passed on, the recipients should know
73
+ that what they have is not the original version, so that the original
74
+ author's reputation will not be affected by problems that might be
75
+ introduced by others.
76
+
77
+ Finally, software patents pose a constant threat to the existence of
78
+ any free program. We wish to make sure that a company cannot
79
+ effectively restrict the users of a free program by obtaining a
80
+ restrictive license from a patent holder. Therefore, we insist that
81
+ any patent license obtained for a version of the library must be
82
+ consistent with the full freedom of use specified in this license.
83
+
84
+ Most GNU software, including some libraries, is covered by the
85
+ ordinary GNU General Public License. This license, the GNU Lesser
86
+ General Public License, applies to certain designated libraries, and
87
+ is quite different from the ordinary General Public License. We use
88
+ this license for certain libraries in order to permit linking those
89
+ libraries into non-free programs.
90
+
91
+ When a program is linked with a library, whether statically or using
92
+ a shared library, the combination of the two is legally speaking a
93
+ combined work, a derivative of the original library. The ordinary
94
+ General Public License therefore permits such linking only if the
95
+ entire combination fits its criteria of freedom. The Lesser General
96
+ Public License permits more lax criteria for linking other code with
97
+ the library.
98
+
99
+ We call this license the "Lesser" General Public License because it
100
+ does Less to protect the user's freedom than the ordinary General
101
+ Public License. It also provides other free software developers Less
102
+ of an advantage over competing non-free programs. These disadvantages
103
+ are the reason we use the ordinary General Public License for many
104
+ libraries. However, the Lesser license provides advantages in certain
105
+ special circumstances.
106
+
107
+ For example, on rare occasions, there may be a special need to
108
+ encourage the widest possible use of a certain library, so that it becomes
109
+ a de-facto standard. To achieve this, non-free programs must be
110
+ allowed to use the library. A more frequent case is that a free
111
+ library does the same job as widely used non-free libraries. In this
112
+ case, there is little to gain by limiting the free library to free
113
+ software only, so we use the Lesser General Public License.
114
+
115
+ In other cases, permission to use a particular library in non-free
116
+ programs enables a greater number of people to use a large body of
117
+ free software. For example, permission to use the GNU C Library in
118
+ non-free programs enables many more people to use the whole GNU
119
+ operating system, as well as its variant, the GNU/Linux operating
120
+ system.
121
+
122
+ Although the Lesser General Public License is Less protective of the
123
+ users' freedom, it does ensure that the user of a program that is
124
+ linked with the Library has the freedom and the wherewithal to run
125
+ that program using a modified version of the Library.
126
+
127
+ The precise terms and conditions for copying, distribution and
128
+ modification follow. Pay close attention to the difference between a
129
+ "work based on the library" and a "work that uses the library". The
130
+ former contains code derived from the library, whereas the latter must
131
+ be combined with the library in order to run.
132
+
133
+ GNU LESSER GENERAL PUBLIC LICENSE
134
+ TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
135
+
136
+ 0. This License Agreement applies to any software library or other
137
+ program which contains a notice placed by the copyright holder or
138
+ other authorized party saying it may be distributed under the terms of
139
+ this Lesser General Public License (also called "this License").
140
+ Each licensee is addressed as "you".
141
+
142
+ A "library" means a collection of software functions and/or data
143
+ prepared so as to be conveniently linked with application programs
144
+ (which use some of those functions and data) to form executables.
145
+
146
+ The "Library", below, refers to any such software library or work
147
+ which has been distributed under these terms. A "work based on the
148
+ Library" means either the Library or any derivative work under
149
+ copyright law: that is to say, a work containing the Library or a
150
+ portion of it, either verbatim or with modifications and/or translated
151
+ straightforwardly into another language. (Hereinafter, translation is
152
+ included without limitation in the term "modification".)
153
+
154
+ "Source code" for a work means the preferred form of the work for
155
+ making modifications to it. For a library, complete source code means
156
+ all the source code for all modules it contains, plus any associated
157
+ interface definition files, plus the scripts used to control compilation
158
+ and installation of the library.
159
+
160
+ Activities other than copying, distribution and modification are not
161
+ covered by this License; they are outside its scope. The act of
162
+ running a program using the Library is not restricted, and output from
163
+ such a program is covered only if its contents constitute a work based
164
+ on the Library (independent of the use of the Library in a tool for
165
+ writing it). Whether that is true depends on what the Library does
166
+ and what the program that uses the Library does.
167
+
168
+ 1. You may copy and distribute verbatim copies of the Library's
169
+ complete source code as you receive it, in any medium, provided that
170
+ you conspicuously and appropriately publish on each copy an
171
+ appropriate copyright notice and disclaimer of warranty; keep intact
172
+ all the notices that refer to this License and to the absence of any
173
+ warranty; and distribute a copy of this License along with the
174
+ Library.
175
+
176
+ You may charge a fee for the physical act of transferring a copy,
177
+ and you may at your option offer warranty protection in exchange for a
178
+ fee.
179
+
180
+ 2. You may modify your copy or copies of the Library or any portion
181
+ of it, thus forming a work based on the Library, and copy and
182
+ distribute such modifications or work under the terms of Section 1
183
+ above, provided that you also meet all of these conditions:
184
+
185
+ a) The modified work must itself be a software library.
186
+
187
+ b) You must cause the files modified to carry prominent notices
188
+ stating that you changed the files and the date of any change.
189
+
190
+ c) You must cause the whole of the work to be licensed at no
191
+ charge to all third parties under the terms of this License.
192
+
193
+ d) If a facility in the modified Library refers to a function or a
194
+ table of data to be supplied by an application program that uses
195
+ the facility, other than as an argument passed when the facility
196
+ is invoked, then you must make a good faith effort to ensure that,
197
+ in the event an application does not supply such function or
198
+ table, the facility still operates, and performs whatever part of
199
+ its purpose remains meaningful.
200
+
201
+ (For example, a function in a library to compute square roots has
202
+ a purpose that is entirely well-defined independent of the
203
+ application. Therefore, Subsection 2d requires that any
204
+ application-supplied function or table used by this function must
205
+ be optional: if the application does not supply it, the square
206
+ root function must still compute square roots.)
207
+
208
+ These requirements apply to the modified work as a whole. If
209
+ identifiable sections of that work are not derived from the Library,
210
+ and can be reasonably considered independent and separate works in
211
+ themselves, then this License, and its terms, do not apply to those
212
+ sections when you distribute them as separate works. But when you
213
+ distribute the same sections as part of a whole which is a work based
214
+ on the Library, the distribution of the whole must be on the terms of
215
+ this License, whose permissions for other licensees extend to the
216
+ entire whole, and thus to each and every part regardless of who wrote
217
+ it.
218
+
219
+ Thus, it is not the intent of this section to claim rights or contest
220
+ your rights to work written entirely by you; rather, the intent is to
221
+ exercise the right to control the distribution of derivative or
222
+ collective works based on the Library.
223
+
224
+ In addition, mere aggregation of another work not based on the Library
225
+ with the Library (or with a work based on the Library) on a volume of
226
+ a storage or distribution medium does not bring the other work under
227
+ the scope of this License.
228
+
229
+ 3. You may opt to apply the terms of the ordinary GNU General Public
230
+ License instead of this License to a given copy of the Library. To do
231
+ this, you must alter all the notices that refer to this License, so
232
+ that they refer to the ordinary GNU General Public License, version 2,
233
+ instead of to this License. (If a newer version than version 2 of the
234
+ ordinary GNU General Public License has appeared, then you can specify
235
+ that version instead if you wish.) Do not make any other change in
236
+ these notices.
237
+
238
+ Once this change is made in a given copy, it is irreversible for
239
+ that copy, so the ordinary GNU General Public License applies to all
240
+ subsequent copies and derivative works made from that copy.
241
+
242
+ This option is useful when you wish to copy part of the code of
243
+ the Library into a program that is not a library.
244
+
245
+ 4. You may copy and distribute the Library (or a portion or
246
+ derivative of it, under Section 2) in object code or executable form
247
+ under the terms of Sections 1 and 2 above provided that you accompany
248
+ it with the complete corresponding machine-readable source code, which
249
+ must be distributed under the terms of Sections 1 and 2 above on a
250
+ medium customarily used for software interchange.
251
+
252
+ If distribution of object code is made by offering access to copy
253
+ from a designated place, then offering equivalent access to copy the
254
+ source code from the same place satisfies the requirement to
255
+ distribute the source code, even though third parties are not
256
+ compelled to copy the source along with the object code.
257
+
258
+ 5. A program that contains no derivative of any portion of the
259
+ Library, but is designed to work with the Library by being compiled or
260
+ linked with it, is called a "work that uses the Library". Such a
261
+ work, in isolation, is not a derivative work of the Library, and
262
+ therefore falls outside the scope of this License.
263
+
264
+ However, linking a "work that uses the Library" with the Library
265
+ creates an executable that is a derivative of the Library (because it
266
+ contains portions of the Library), rather than a "work that uses the
267
+ library". The executable is therefore covered by this License.
268
+ Section 6 states terms for distribution of such executables.
269
+
270
+ When a "work that uses the Library" uses material from a header file
271
+ that is part of the Library, the object code for the work may be a
272
+ derivative work of the Library even though the source code is not.
273
+ Whether this is true is especially significant if the work can be
274
+ linked without the Library, or if the work is itself a library. The
275
+ threshold for this to be true is not precisely defined by law.
276
+
277
+ If such an object file uses only numerical parameters, data
278
+ structure layouts and accessors, and small macros and small inline
279
+ functions (ten lines or less in length), then the use of the object
280
+ file is unrestricted, regardless of whether it is legally a derivative
281
+ work. (Executables containing this object code plus portions of the
282
+ Library will still fall under Section 6.)
283
+
284
+ Otherwise, if the work is a derivative of the Library, you may
285
+ distribute the object code for the work under the terms of Section 6.
286
+ Any executables containing that work also fall under Section 6,
287
+ whether or not they are linked directly with the Library itself.
288
+
289
+ 6. As an exception to the Sections above, you may also combine or
290
+ link a "work that uses the Library" with the Library to produce a
291
+ work containing portions of the Library, and distribute that work
292
+ under terms of your choice, provided that the terms permit
293
+ modification of the work for the customer's own use and reverse
294
+ engineering for debugging such modifications.
295
+
296
+ You must give prominent notice with each copy of the work that the
297
+ Library is used in it and that the Library and its use are covered by
298
+ this License. You must supply a copy of this License. If the work
299
+ during execution displays copyright notices, you must include the
300
+ copyright notice for the Library among them, as well as a reference
301
+ directing the user to the copy of this License. Also, you must do one
302
+ of these things:
303
+
304
+ a) Accompany the work with the complete corresponding
305
+ machine-readable source code for the Library including whatever
306
+ changes were used in the work (which must be distributed under
307
+ Sections 1 and 2 above); and, if the work is an executable linked
308
+ with the Library, with the complete machine-readable "work that
309
+ uses the Library", as object code and/or source code, so that the
310
+ user can modify the Library and then relink to produce a modified
311
+ executable containing the modified Library. (It is understood
312
+ that the user who changes the contents of definitions files in the
313
+ Library will not necessarily be able to recompile the application
314
+ to use the modified definitions.)
315
+
316
+ b) Use a suitable shared library mechanism for linking with the
317
+ Library. A suitable mechanism is one that (1) uses at run time a
318
+ copy of the library already present on the user's computer system,
319
+ rather than copying library functions into the executable, and (2)
320
+ will operate properly with a modified version of the library, if
321
+ the user installs one, as long as the modified version is
322
+ interface-compatible with the version that the work was made with.
323
+
324
+ c) Accompany the work with a written offer, valid for at
325
+ least three years, to give the same user the materials
326
+ specified in Subsection 6a, above, for a charge no more
327
+ than the cost of performing this distribution.
328
+
329
+ d) If distribution of the work is made by offering access to copy
330
+ from a designated place, offer equivalent access to copy the above
331
+ specified materials from the same place.
332
+
333
+ e) Verify that the user has already received a copy of these
334
+ materials or that you have already sent this user a copy.
335
+
336
+ For an executable, the required form of the "work that uses the
337
+ Library" must include any data and utility programs needed for
338
+ reproducing the executable from it. However, as a special exception,
339
+ the materials to be distributed need not include anything that is
340
+ normally distributed (in either source or binary form) with the major
341
+ components (compiler, kernel, and so on) of the operating system on
342
+ which the executable runs, unless that component itself accompanies
343
+ the executable.
344
+
345
+ It may happen that this requirement contradicts the license
346
+ restrictions of other proprietary libraries that do not normally
347
+ accompany the operating system. Such a contradiction means you cannot
348
+ use both them and the Library together in an executable that you
349
+ distribute.
350
+
351
+ 7. You may place library facilities that are a work based on the
352
+ Library side-by-side in a single library together with other library
353
+ facilities not covered by this License, and distribute such a combined
354
+ library, provided that the separate distribution of the work based on
355
+ the Library and of the other library facilities is otherwise
356
+ permitted, and provided that you do these two things:
357
+
358
+ a) Accompany the combined library with a copy of the same work
359
+ based on the Library, uncombined with any other library
360
+ facilities. This must be distributed under the terms of the
361
+ Sections above.
362
+
363
+ b) Give prominent notice with the combined library of the fact
364
+ that part of it is a work based on the Library, and explaining
365
+ where to find the accompanying uncombined form of the same work.
366
+
367
+ 8. You may not copy, modify, sublicense, link with, or distribute
368
+ the Library except as expressly provided under this License. Any
369
+ attempt otherwise to copy, modify, sublicense, link with, or
370
+ distribute the Library is void, and will automatically terminate your
371
+ rights under this License. However, parties who have received copies,
372
+ or rights, from you under this License will not have their licenses
373
+ terminated so long as such parties remain in full compliance.
374
+
375
+ 9. You are not required to accept this License, since you have not
376
+ signed it. However, nothing else grants you permission to modify or
377
+ distribute the Library or its derivative works. These actions are
378
+ prohibited by law if you do not accept this License. Therefore, by
379
+ modifying or distributing the Library (or any work based on the
380
+ Library), you indicate your acceptance of this License to do so, and
381
+ all its terms and conditions for copying, distributing or modifying
382
+ the Library or works based on it.
383
+
384
+ 10. Each time you redistribute the Library (or any work based on the
385
+ Library), the recipient automatically receives a license from the
386
+ original licensor to copy, distribute, link with or modify the Library
387
+ subject to these terms and conditions. You may not impose any further
388
+ restrictions on the recipients' exercise of the rights granted herein.
389
+ You are not responsible for enforcing compliance by third parties with
390
+ this License.
391
+
392
+ 11. If, as a consequence of a court judgment or allegation of patent
393
+ infringement or for any other reason (not limited to patent issues),
394
+ conditions are imposed on you (whether by court order, agreement or
395
+ otherwise) that contradict the conditions of this License, they do not
396
+ excuse you from the conditions of this License. If you cannot
397
+ distribute so as to satisfy simultaneously your obligations under this
398
+ License and any other pertinent obligations, then as a consequence you
399
+ may not distribute the Library at all. For example, if a patent
400
+ license would not permit royalty-free redistribution of the Library by
401
+ all those who receive copies directly or indirectly through you, then
402
+ the only way you could satisfy both it and this License would be to
403
+ refrain entirely from distribution of the Library.
404
+
405
+ If any portion of this section is held invalid or unenforceable under any
406
+ particular circumstance, the balance of the section is intended to apply,
407
+ and the section as a whole is intended to apply in other circumstances.
408
+
409
+ It is not the purpose of this section to induce you to infringe any
410
+ patents or other property right claims or to contest validity of any
411
+ such claims; this section has the sole purpose of protecting the
412
+ integrity of the free software distribution system which is
413
+ implemented by public license practices. Many people have made
414
+ generous contributions to the wide range of software distributed
415
+ through that system in reliance on consistent application of that
416
+ system; it is up to the author/donor to decide if he or she is willing
417
+ to distribute software through any other system and a licensee cannot
418
+ impose that choice.
419
+
420
+ This section is intended to make thoroughly clear what is believed to
421
+ be a consequence of the rest of this License.
422
+
423
+ 12. If the distribution and/or use of the Library is restricted in
424
+ certain countries either by patents or by copyrighted interfaces, the
425
+ original copyright holder who places the Library under this License may add
426
+ an explicit geographical distribution limitation excluding those countries,
427
+ so that distribution is permitted only in or among countries not thus
428
+ excluded. In such case, this License incorporates the limitation as if
429
+ written in the body of this License.
430
+
431
+ 13. The Free Software Foundation may publish revised and/or new
432
+ versions of the Lesser General Public License from time to time.
433
+ Such new versions will be similar in spirit to the present version,
434
+ but may differ in detail to address new problems or concerns.
435
+
436
+ Each version is given a distinguishing version number. If the Library
437
+ specifies a version number of this License which applies to it and
438
+ "any later version", you have the option of following the terms and
439
+ conditions either of that version or of any later version published by
440
+ the Free Software Foundation. If the Library does not specify a
441
+ license version number, you may choose any version ever published by
442
+ the Free Software Foundation.
443
+
444
+ 14. If you wish to incorporate parts of the Library into other free
445
+ programs whose distribution conditions are incompatible with these,
446
+ write to the author to ask for permission. For software which is
447
+ copyrighted by the Free Software Foundation, write to the Free
448
+ Software Foundation; we sometimes make exceptions for this. Our
449
+ decision will be guided by the two goals of preserving the free status
450
+ of all derivatives of our free software and of promoting the sharing
451
+ and reuse of software generally.
452
+
453
+ NO WARRANTY
454
+
455
+ 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
456
+ WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
457
+ EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
458
+ OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
459
+ KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
460
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
461
+ PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
462
+ LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
463
+ THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
464
+
465
+ 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
466
+ WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
467
+ AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
468
+ FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
469
+ CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
470
+ LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
471
+ RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
472
+ FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
473
+ SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
474
+ DAMAGES.
475
+
476
+ END OF TERMS AND CONDITIONS
477
+
478
+ How to Apply These Terms to Your New Libraries
479
+
480
+ If you develop a new library, and you want it to be of the greatest
481
+ possible use to the public, we recommend making it free software that
482
+ everyone can redistribute and change. You can do so by permitting
483
+ redistribution under these terms (or, alternatively, under the terms of the
484
+ ordinary General Public License).
485
+
486
+ To apply these terms, attach the following notices to the library. It is
487
+ safest to attach them to the start of each source file to most effectively
488
+ convey the exclusion of warranty; and each file should have at least the
489
+ "copyright" line and a pointer to where the full notice is found.
490
+
491
+ <one line to give the library's name and a brief idea of what it does.>
492
+ Copyright (C) <year> <name of author>
493
+
494
+ This library is free software; you can redistribute it and/or
495
+ modify it under the terms of the GNU Lesser General Public
496
+ License as published by the Free Software Foundation; either
497
+ version 2.1 of the License, or (at your option) any later version.
498
+
499
+ This library is distributed in the hope that it will be useful,
500
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
501
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
502
+ Lesser General Public License for more details.
503
+
504
+ You should have received a copy of the GNU Lesser General Public
505
+ License along with this library; if not, write to the Free Software
506
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
507
+
508
+ Also add information on how to contact you by electronic and paper mail.
509
+
510
+ You should also get your employer (if you work as a programmer) or your
511
+ school, if any, to sign a "copyright disclaimer" for the library, if
512
+ necessary. Here is a sample; alter the names:
513
+
514
+ Yoyodyne, Inc., hereby disclaims all copyright interest in the
515
+ library `Frob' (a library for tweaking knobs) written by James Random Hacker.
516
+
517
+ <signature of Ty Coon>, 1 April 1990
518
+ Ty Coon, President of Vice
519
+
520
+ That's all there is to it!
opencv/README.md.txt ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ## OpenCV: Open Source Computer Vision Library
2
+
3
+
4
+ ### Resources
5
+
6
+ * Homepage: <https://opencv.org>
7
+ * Courses: <https://opencv.org/courses>
8
+ * Docs: <https://docs.opencv.org/4.x/>
9
+ * Q&A forum: <https://forum.opencv.org>
10
+ * previous forum (read only): <http://answers.opencv.org>
11
+ * Issue tracking: <https://github.com/opencv/opencv/issues>
12
+ * Additional OpenCV functionality: <https://github.com/opencv/opencv_contrib>
13
+ * Donate to OpenCV: <https://opencv.org/support/>
14
+
15
+
16
+ ### Contributing
17
+
18
+ Please read the [contribution guidelines](https://github.com/opencv/opencv/wiki/How_to_contribute) before starting work on a pull request.
19
+
20
+ #### Summary of the guidelines:
21
+
22
+ * One pull request per issue;
23
+ * Choose the right base branch;
24
+ * Include tests and documentation;
25
+ * Clean up "oops" commits before submitting;
26
+ * Follow the [coding style guide](https://github.com/opencv/opencv/wiki/Coding_Style_Guide).
27
+
28
+ ### Additional Resources
29
+
30
+ * [Submit your OpenCV-based project](https://form.jotform.com/233105358823151) for inclusion in Community Friday on opencv.org
31
+ * [Subscribe to the OpenCV YouTube Channel](http://youtube.com/@opencvofficial) featuring OpenCV Live, an hour-long streaming show
32
+ * [Follow OpenCV on LinkedIn](http://linkedin.com/company/opencv/) for daily posts showing the state-of-the-art in computer vision & AI
33
+ * [Apply to be an OpenCV Volunteer](https://form.jotform.com/232745316792159) to help organize events and online campaigns as well as amplify them
34
+ * [Follow OpenCV on Mastodon](http://mastodon.social/@opencv) in the Fediverse
35
+ * [Follow OpenCV on Twitter](https://twitter.com/opencvlive)
36
+ * [OpenCV.ai](https://opencv.ai): Computer Vision and AI development services from the OpenCV team.
opencv/build/LICENSE ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ Apache License
3
+ Version 2.0, January 2004
4
+ http://www.apache.org/licenses/
5
+
6
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
7
+
8
+ 1. Definitions.
9
+
10
+ "License" shall mean the terms and conditions for use, reproduction,
11
+ and distribution as defined by Sections 1 through 9 of this document.
12
+
13
+ "Licensor" shall mean the copyright owner or entity authorized by
14
+ the copyright owner that is granting the License.
15
+
16
+ "Legal Entity" shall mean the union of the acting entity and all
17
+ other entities that control, are controlled by, or are under common
18
+ control with that entity. For the purposes of this definition,
19
+ "control" means (i) the power, direct or indirect, to cause the
20
+ direction or management of such entity, whether by contract or
21
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
22
+ outstanding shares, or (iii) beneficial ownership of such entity.
23
+
24
+ "You" (or "Your") shall mean an individual or Legal Entity
25
+ exercising permissions granted by this License.
26
+
27
+ "Source" form shall mean the preferred form for making modifications,
28
+ including but not limited to software source code, documentation
29
+ source, and configuration files.
30
+
31
+ "Object" form shall mean any form resulting from mechanical
32
+ transformation or translation of a Source form, including but
33
+ not limited to compiled object code, generated documentation,
34
+ and conversions to other media types.
35
+
36
+ "Work" shall mean the work of authorship, whether in Source or
37
+ Object form, made available under the License, as indicated by a
38
+ copyright notice that is included in or attached to the work
39
+ (an example is provided in the Appendix below).
40
+
41
+ "Derivative Works" shall mean any work, whether in Source or Object
42
+ form, that is based on (or derived from) the Work and for which the
43
+ editorial revisions, annotations, elaborations, or other modifications
44
+ represent, as a whole, an original work of authorship. For the purposes
45
+ of this License, Derivative Works shall not include works that remain
46
+ separable from, or merely link (or bind by name) to the interfaces of,
47
+ the Work and Derivative Works thereof.
48
+
49
+ "Contribution" shall mean any work of authorship, including
50
+ the original version of the Work and any modifications or additions
51
+ to that Work or Derivative Works thereof, that is intentionally
52
+ submitted to Licensor for inclusion in the Work by the copyright owner
53
+ or by an individual or Legal Entity authorized to submit on behalf of
54
+ the copyright owner. For the purposes of this definition, "submitted"
55
+ means any form of electronic, verbal, or written communication sent
56
+ to the Licensor or its representatives, including but not limited to
57
+ communication on electronic mailing lists, source code control systems,
58
+ and issue tracking systems that are managed by, or on behalf of, the
59
+ Licensor for the purpose of discussing and improving the Work, but
60
+ excluding communication that is conspicuously marked or otherwise
61
+ designated in writing by the copyright owner as "Not a Contribution."
62
+
63
+ "Contributor" shall mean Licensor and any individual or Legal Entity
64
+ on behalf of whom a Contribution has been received by Licensor and
65
+ subsequently incorporated within the Work.
66
+
67
+ 2. Grant of Copyright License. Subject to the terms and conditions of
68
+ this License, each Contributor hereby grants to You a perpetual,
69
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
70
+ copyright license to reproduce, prepare Derivative Works of,
71
+ publicly display, publicly perform, sublicense, and distribute the
72
+ Work and such Derivative Works in Source or Object form.
73
+
74
+ 3. Grant of Patent License. Subject to the terms and conditions of
75
+ this License, each Contributor hereby grants to You a perpetual,
76
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
77
+ (except as stated in this section) patent license to make, have made,
78
+ use, offer to sell, sell, import, and otherwise transfer the Work,
79
+ where such license applies only to those patent claims licensable
80
+ by such Contributor that are necessarily infringed by their
81
+ Contribution(s) alone or by combination of their Contribution(s)
82
+ with the Work to which such Contribution(s) was submitted. If You
83
+ institute patent litigation against any entity (including a
84
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
85
+ or a Contribution incorporated within the Work constitutes direct
86
+ or contributory patent infringement, then any patent licenses
87
+ granted to You under this License for that Work shall terminate
88
+ as of the date such litigation is filed.
89
+
90
+ 4. Redistribution. You may reproduce and distribute copies of the
91
+ Work or Derivative Works thereof in any medium, with or without
92
+ modifications, and in Source or Object form, provided that You
93
+ meet the following conditions:
94
+
95
+ (a) You must give any other recipients of the Work or
96
+ Derivative Works a copy of this License; and
97
+
98
+ (b) You must cause any modified files to carry prominent notices
99
+ stating that You changed the files; and
100
+
101
+ (c) You must retain, in the Source form of any Derivative Works
102
+ that You distribute, all copyright, patent, trademark, and
103
+ attribution notices from the Source form of the Work,
104
+ excluding those notices that do not pertain to any part of
105
+ the Derivative Works; and
106
+
107
+ (d) If the Work includes a "NOTICE" text file as part of its
108
+ distribution, then any Derivative Works that You distribute must
109
+ include a readable copy of the attribution notices contained
110
+ within such NOTICE file, excluding those notices that do not
111
+ pertain to any part of the Derivative Works, in at least one
112
+ of the following places: within a NOTICE text file distributed
113
+ as part of the Derivative Works; within the Source form or
114
+ documentation, if provided along with the Derivative Works; or,
115
+ within a display generated by the Derivative Works, if and
116
+ wherever such third-party notices normally appear. The contents
117
+ of the NOTICE file are for informational purposes only and
118
+ do not modify the License. You may add Your own attribution
119
+ notices within Derivative Works that You distribute, alongside
120
+ or as an addendum to the NOTICE text from the Work, provided
121
+ that such additional attribution notices cannot be construed
122
+ as modifying the License.
123
+
124
+ You may add Your own copyright statement to Your modifications and
125
+ may provide additional or different license terms and conditions
126
+ for use, reproduction, or distribution of Your modifications, or
127
+ for any such Derivative Works as a whole, provided Your use,
128
+ reproduction, and distribution of the Work otherwise complies with
129
+ the conditions stated in this License.
130
+
131
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
132
+ any Contribution intentionally submitted for inclusion in the Work
133
+ by You to the Licensor shall be under the terms and conditions of
134
+ this License, without any additional terms or conditions.
135
+ Notwithstanding the above, nothing herein shall supersede or modify
136
+ the terms of any separate license agreement you may have executed
137
+ with Licensor regarding such Contributions.
138
+
139
+ 6. Trademarks. This License does not grant permission to use the trade
140
+ names, trademarks, service marks, or product names of the Licensor,
141
+ except as required for reasonable and customary use in describing the
142
+ origin of the Work and reproducing the content of the NOTICE file.
143
+
144
+ 7. Disclaimer of Warranty. Unless required by applicable law or
145
+ agreed to in writing, Licensor provides the Work (and each
146
+ Contributor provides its Contributions) on an "AS IS" BASIS,
147
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
148
+ implied, including, without limitation, any warranties or conditions
149
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
150
+ PARTICULAR PURPOSE. You are solely responsible for determining the
151
+ appropriateness of using or redistributing the Work and assume any
152
+ risks associated with Your exercise of permissions under this License.
153
+
154
+ 8. Limitation of Liability. In no event and under no legal theory,
155
+ whether in tort (including negligence), contract, or otherwise,
156
+ unless required by applicable law (such as deliberate and grossly
157
+ negligent acts) or agreed to in writing, shall any Contributor be
158
+ liable to You for damages, including any direct, indirect, special,
159
+ incidental, or consequential damages of any character arising as a
160
+ result of this License or out of the use or inability to use the
161
+ Work (including but not limited to damages for loss of goodwill,
162
+ work stoppage, computer failure or malfunction, or any and all
163
+ other commercial damages or losses), even if such Contributor
164
+ has been advised of the possibility of such damages.
165
+
166
+ 9. Accepting Warranty or Additional Liability. While redistributing
167
+ the Work or Derivative Works thereof, You may choose to offer,
168
+ and charge a fee for, acceptance of support, warranty, indemnity,
169
+ or other liability obligations and/or rights consistent with this
170
+ License. However, in accepting such obligations, You may act only
171
+ on Your own behalf and on Your sole responsibility, not on behalf
172
+ of any other Contributor, and only if You agree to indemnify,
173
+ defend, and hold each Contributor harmless for any liability
174
+ incurred by, or claims asserted against, such Contributor by reason
175
+ of your accepting any such warranty or additional liability.
176
+
177
+ END OF TERMS AND CONDITIONS
178
+
179
+ APPENDIX: How to apply the Apache License to your work.
180
+
181
+ To apply the Apache License to your work, attach the following
182
+ boilerplate notice, with the fields enclosed by brackets "[]"
183
+ replaced with your own identifying information. (Don't include
184
+ the brackets!) The text should be enclosed in the appropriate
185
+ comment syntax for the file format. We also recommend that a
186
+ file or class name and description of purpose be included on the
187
+ same "printed page" as the copyright notice for easier
188
+ identification within third-party archives.
189
+
190
+ Copyright [yyyy] [name of copyright owner]
191
+
192
+ Licensed under the Apache License, Version 2.0 (the "License");
193
+ you may not use this file except in compliance with the License.
194
+ You may obtain a copy of the License at
195
+
196
+ http://www.apache.org/licenses/LICENSE-2.0
197
+
198
+ Unless required by applicable law or agreed to in writing, software
199
+ distributed under the License is distributed on an "AS IS" BASIS,
200
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
201
+ See the License for the specific language governing permissions and
202
+ limitations under the License.
opencv/build/OpenCVConfig-version.cmake ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ set(OpenCV_VERSION 4.10.0)
2
+ set(PACKAGE_VERSION ${OpenCV_VERSION})
3
+
4
+ set(PACKAGE_VERSION_EXACT False)
5
+ set(PACKAGE_VERSION_COMPATIBLE False)
6
+
7
+ if(PACKAGE_FIND_VERSION VERSION_EQUAL PACKAGE_VERSION)
8
+ set(PACKAGE_VERSION_EXACT True)
9
+ set(PACKAGE_VERSION_COMPATIBLE True)
10
+ endif()
11
+
12
+ if(PACKAGE_FIND_VERSION_MAJOR EQUAL 4
13
+ AND PACKAGE_FIND_VERSION VERSION_LESS PACKAGE_VERSION)
14
+ set(PACKAGE_VERSION_COMPATIBLE True)
15
+ endif()
opencv/build/OpenCVConfig.cmake ADDED
@@ -0,0 +1,196 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # ===================================================================================
2
+ # The OpenCV CMake configuration file
3
+ #
4
+ # ** File generated automatically, do not modify **
5
+ #
6
+ # Usage from an external project:
7
+ # In your CMakeLists.txt, add these lines:
8
+ #
9
+ # FIND_PACKAGE(OpenCV REQUIRED)
10
+ # TARGET_LINK_LIBRARIES(MY_TARGET_NAME ${OpenCV_LIBS})
11
+ #
12
+ # Or you can search for specific OpenCV modules:
13
+ #
14
+ # FIND_PACKAGE(OpenCV REQUIRED core imgcodecs)
15
+ #
16
+ # If the module is found then OPENCV_<MODULE>_FOUND is set to TRUE.
17
+ #
18
+ # This file will define the following variables:
19
+ # - OpenCV_LIBS : The list of libraries to link against.
20
+ # - OpenCV_INCLUDE_DIRS : The OpenCV include directories.
21
+ # - OpenCV_COMPUTE_CAPABILITIES : The version of compute capability
22
+ # - OpenCV_VERSION : The version of this OpenCV build: "4.10.0"
23
+ # - OpenCV_VERSION_MAJOR : Major version part of OpenCV_VERSION: "4"
24
+ # - OpenCV_VERSION_MINOR : Minor version part of OpenCV_VERSION: "10"
25
+ # - OpenCV_VERSION_PATCH : Patch version part of OpenCV_VERSION: "0"
26
+ # - OpenCV_VERSION_STATUS : Development status of this build: ""
27
+ #
28
+ # Advanced variables:
29
+ # - OpenCV_SHARED
30
+ #
31
+ # ===================================================================================
32
+ #
33
+ # Windows pack specific options:
34
+ # - OpenCV_STATIC
35
+ # - OpenCV_CUDA
36
+
37
+ if(CMAKE_VERSION VERSION_GREATER 2.6)
38
+ get_property(OpenCV_LANGUAGES GLOBAL PROPERTY ENABLED_LANGUAGES)
39
+ if(NOT ";${OpenCV_LANGUAGES};" MATCHES ";CXX;")
40
+ enable_language(CXX)
41
+ endif()
42
+ endif()
43
+
44
+ if(NOT DEFINED OpenCV_STATIC)
45
+ # look for global setting
46
+ if(NOT DEFINED BUILD_SHARED_LIBS OR BUILD_SHARED_LIBS)
47
+ set(OpenCV_STATIC OFF)
48
+ else()
49
+ set(OpenCV_STATIC ON)
50
+ endif()
51
+ endif()
52
+
53
+ if(NOT DEFINED OpenCV_CUDA)
54
+ # if user' app uses CUDA, then it probably wants CUDA-enabled OpenCV binaries
55
+ if(CUDA_FOUND)
56
+ set(OpenCV_CUDA ON)
57
+ endif()
58
+ endif()
59
+
60
+ function(check_one_config RES)
61
+ set(${RES} "" PARENT_SCOPE)
62
+ if(NOT OpenCV_RUNTIME OR NOT OpenCV_ARCH)
63
+ return()
64
+ endif()
65
+ set(candidates)
66
+ if(OpenCV_STATIC)
67
+ list(APPEND candidates "${OpenCV_ARCH}/${OpenCV_RUNTIME}/staticlib")
68
+ endif()
69
+ if(OpenCV_CUDA)
70
+ list(APPEND candidates "gpu/${OpenCV_ARCH}/${OpenCV_RUNTIME}/lib")
71
+ endif()
72
+ if(OpenCV_CUDA AND OpenCV_STATIC)
73
+ list(APPEND candidates "gpu/${OpenCV_ARCH}/${OpenCV_RUNTIME}/staticlib")
74
+ endif()
75
+ list(APPEND candidates "${OpenCV_ARCH}/${OpenCV_RUNTIME}/lib")
76
+ foreach(c ${candidates})
77
+ set(p "${OpenCV_CONFIG_PATH}/${c}")
78
+ if(EXISTS "${p}/OpenCVConfig.cmake")
79
+ set(${RES} "${p}" PARENT_SCOPE)
80
+ return()
81
+ endif()
82
+ endforeach()
83
+ endfunction()
84
+
85
+ get_filename_component(OpenCV_CONFIG_PATH "${CMAKE_CURRENT_LIST_FILE}" DIRECTORY)
86
+
87
+ if((NOT DEFINED CMAKE_SYSTEM_PROCESSOR OR CMAKE_SYSTEM_PROCESSOR STREQUAL "")
88
+ AND NOT OPENCV_SUPPRESS_MESSAGE_MISSING_CMAKE_SYSTEM_PROCESSOR)
89
+ message(WARNING "OpenCV: CMAKE_SYSTEM_PROCESSOR is not defined. Perhaps CMake toolchain is broken")
90
+ endif()
91
+ if(NOT DEFINED CMAKE_SIZEOF_VOID_P
92
+ AND NOT OPENCV_SUPPRESS_MESSAGE_MISSING_CMAKE_SIZEOF_VOID_P)
93
+ message(WARNING "OpenCV: CMAKE_SIZEOF_VOID_P is not defined. Perhaps CMake toolchain is broken")
94
+ endif()
95
+
96
+ if(DEFINED OpenCV_ARCH AND DEFINED OpenCV_RUNTIME)
97
+ # custom overridden values
98
+ elseif(MSVC)
99
+ # see Modules/CMakeGenericSystem.cmake
100
+ if("${CMAKE_GENERATOR}" MATCHES "(Win64|IA64)")
101
+ set(OpenCV_ARCH "x64")
102
+ elseif("${CMAKE_GENERATOR_PLATFORM}" MATCHES "ARM64")
103
+ set(OpenCV_ARCH "ARM64")
104
+ elseif("${CMAKE_GENERATOR}" MATCHES "ARM")
105
+ set(OpenCV_ARCH "ARM")
106
+ elseif("${CMAKE_SIZEOF_VOID_P}" STREQUAL "8")
107
+ set(OpenCV_ARCH "x64")
108
+ else()
109
+ set(OpenCV_ARCH x86)
110
+ endif()
111
+
112
+ if(MSVC_VERSION EQUAL 1400)
113
+ set(OpenCV_RUNTIME vc8)
114
+ elseif(MSVC_VERSION EQUAL 1500)
115
+ set(OpenCV_RUNTIME vc9)
116
+ elseif(MSVC_VERSION EQUAL 1600)
117
+ set(OpenCV_RUNTIME vc10)
118
+ elseif(MSVC_VERSION EQUAL 1700)
119
+ set(OpenCV_RUNTIME vc11)
120
+ elseif(MSVC_VERSION EQUAL 1800)
121
+ set(OpenCV_RUNTIME vc12)
122
+ elseif(MSVC_VERSION EQUAL 1900)
123
+ set(OpenCV_RUNTIME vc14)
124
+ elseif(MSVC_VERSION MATCHES "^191[0-9]$")
125
+ set(OpenCV_RUNTIME vc15)
126
+ check_one_config(has_VS2017)
127
+ if(NOT has_VS2017)
128
+ set(OpenCV_RUNTIME vc14) # selecting previous compatible runtime version
129
+ endif()
130
+ elseif(MSVC_VERSION MATCHES "^192[0-9]$")
131
+ set(OpenCV_RUNTIME vc16)
132
+ check_one_config(has_VS2019)
133
+ if(NOT has_VS2019)
134
+ set(OpenCV_RUNTIME vc15) # selecting previous compatible runtime version
135
+ check_one_config(has_VS2017)
136
+ if(NOT has_VS2017)
137
+ set(OpenCV_RUNTIME vc14) # selecting previous compatible runtime version
138
+ endif()
139
+ endif()
140
+ elseif(MSVC_VERSION MATCHES "^19[34][0-9]$")
141
+ set(OpenCV_RUNTIME vc17)
142
+ check_one_config(has_VS2022)
143
+ if(NOT has_VS2022)
144
+ set(OpenCV_RUNTIME vc16)
145
+ check_one_config(has_VS2019)
146
+ if(NOT has_VS2019)
147
+ set(OpenCV_RUNTIME vc15) # selecting previous compatible runtime version
148
+ check_one_config(has_VS2017)
149
+ if(NOT has_VS2017)
150
+ set(OpenCV_RUNTIME vc14) # selecting previous compatible runtime version
151
+ endif()
152
+ endif()
153
+ endif()
154
+ endif()
155
+ elseif(MINGW)
156
+ set(OpenCV_RUNTIME mingw)
157
+
158
+ if(CMAKE_SYSTEM_PROCESSOR MATCHES "amd64.*|x86_64.*|AMD64.*")
159
+ set(OpenCV_ARCH x64)
160
+ else()
161
+ set(OpenCV_ARCH x86)
162
+ endif()
163
+ endif()
164
+
165
+ check_one_config(OpenCV_LIB_PATH)
166
+
167
+ if(NOT OpenCV_FIND_QUIETLY)
168
+ message(STATUS "OpenCV ARCH: ${OpenCV_ARCH}")
169
+ message(STATUS "OpenCV RUNTIME: ${OpenCV_RUNTIME}")
170
+ message(STATUS "OpenCV STATIC: ${OpenCV_STATIC}")
171
+ endif()
172
+
173
+ if(OpenCV_LIB_PATH AND EXISTS "${OpenCV_LIB_PATH}/OpenCVConfig.cmake")
174
+ include("${OpenCV_LIB_PATH}/OpenCVConfig.cmake")
175
+
176
+ if(NOT OpenCV_FIND_QUIETLY)
177
+ message(STATUS "Found OpenCV ${OpenCV_VERSION} in ${OpenCV_LIB_PATH}")
178
+ if(NOT OpenCV_LIB_PATH MATCHES "/staticlib")
179
+ get_filename_component(_OpenCV_LIB_PATH "${OpenCV_LIB_PATH}/../bin" ABSOLUTE)
180
+ file(TO_NATIVE_PATH "${_OpenCV_LIB_PATH}" _OpenCV_LIB_PATH)
181
+ message(STATUS "You might need to add ${_OpenCV_LIB_PATH} to your PATH to be able to run your applications.")
182
+ if(OpenCV_LIB_PATH MATCHES "/gpu/")
183
+ string(REPLACE "\\gpu" "" _OpenCV_LIB_PATH2 "${_OpenCV_LIB_PATH}")
184
+ message(STATUS "GPU support is enabled so you might also need ${_OpenCV_LIB_PATH2} in your PATH (it must go after the ${_OpenCV_LIB_PATH}).")
185
+ endif()
186
+ endif()
187
+ endif()
188
+ else()
189
+ if(NOT OpenCV_FIND_QUIETLY)
190
+ message(WARNING
191
+ "Found OpenCV Windows Pack but it has no binaries compatible with your configuration.
192
+ You should manually point CMake variable OpenCV_DIR to your build of OpenCV library."
193
+ )
194
+ endif()
195
+ set(OpenCV_FOUND FALSE)
196
+ endif()
opencv/build/bin/opencv_videoio_ffmpeg4100_64.dll ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3de83b84588b3ee8bacdbea85a8f92d4855a32a1108183963315a7db06ad5744
3
+ size 26391552
opencv/build/etc/haarcascades/haarcascade_eye.xml ADDED
The diff for this file is too large to render. See raw diff
 
opencv/build/etc/haarcascades/haarcascade_eye_tree_eyeglasses.xml ADDED
The diff for this file is too large to render. See raw diff
 
opencv/build/etc/haarcascades/haarcascade_frontalcatface.xml ADDED
The diff for this file is too large to render. See raw diff
 
opencv/build/etc/haarcascades/haarcascade_frontalcatface_extended.xml ADDED
The diff for this file is too large to render. See raw diff
 
opencv/build/etc/haarcascades/haarcascade_frontalface_alt.xml ADDED
The diff for this file is too large to render. See raw diff
 
opencv/build/etc/haarcascades/haarcascade_frontalface_alt2.xml ADDED
The diff for this file is too large to render. See raw diff
 
opencv/build/etc/haarcascades/haarcascade_frontalface_alt_tree.xml ADDED
The diff for this file is too large to render. See raw diff
 
opencv/build/etc/haarcascades/haarcascade_frontalface_default.xml ADDED
The diff for this file is too large to render. See raw diff
 
opencv/build/etc/haarcascades/haarcascade_fullbody.xml ADDED
The diff for this file is too large to render. See raw diff
 
opencv/build/etc/haarcascades/haarcascade_lefteye_2splits.xml ADDED
The diff for this file is too large to render. See raw diff
 
opencv/build/etc/haarcascades/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>
opencv/build/etc/haarcascades/haarcascade_lowerbody.xml ADDED
The diff for this file is too large to render. See raw diff
 
opencv/build/etc/haarcascades/haarcascade_profileface.xml ADDED
The diff for this file is too large to render. See raw diff