We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3336f67 commit 5aad8e1Copy full SHA for 5aad8e1
setup.py
@@ -109,7 +109,7 @@ def main():
109
r"python/cv2/.*config.*.py"
110
],
111
"cv2.data": [ # OPENCV_OTHER_INSTALL_PATH
112
- ("etc" if os.name == "nt" else "share/opencv4") + r"/haarcascades/.*\.xml"
+ ("etc" if os.name == "nt" else "share/opencv5") + r"/haarcascades/.*\.xml"
113
114
"cv2.gapi": [
115
"python/cv2" + r"/gapi/.*\.py"
0 commit comments