Skip to content

Commit 9ac1294

Browse files
committed
Update OpenCV to current 4.x to get PR #20370
1 parent 3dee384 commit 9ac1294

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

opencv

Submodule opencv updated 688 files

opencv_contrib

Submodule opencv_contrib updated 70 files

opencv_extra

Submodule opencv_extra updated 186 files

setup.py

+5-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,11 @@ def main():
132132
]
133133
+
134134
[
135-
r"python/cv2/.*\.pyi"
135+
r"python/cv2/.*.pyi",
136+
r"python/cv2/.*/.*.pyi",
137+
r"python/cv2/.*/.*/*.pyi",
138+
r"python/cv2/.*/.*/.*/*.pyi",
139+
r"python/cv2/.*/.*/.*/.*/*.pyi"
136140
],
137141
"cv2.data": [ # OPENCV_OTHER_INSTALL_PATH
138142
("etc" if os.name == "nt" else "share/opencv4") + r"/haarcascades/.*\.xml"

0 commit comments

Comments
 (0)