提交 6851d569 编写于 作者: O Olli-Pekka Heinisuo

back to 4.0.0, fix haarcascades path

上级 11e30d50
Subproject commit c9ad5779f2803dcc91a9938142209128d30b22d1
Subproject commit 75ed282b20770a7a9b490102fd2e0b4fa26223e5
Subproject commit 25221244732dcf44c1450d0f93edc2529a61c0e1
Subproject commit d511587cf0bc782022db215d20d960afb2e9efe2
......@@ -83,7 +83,7 @@ def main():
['python/cv2[^/]*%(ext)s' % {'ext': re.escape(sysconfig.get_config_var('SO'))}],
'cv2.data': [ # OPENCV_OTHER_INSTALL_PATH
('etc' if os.name == 'nt' else 'share/OpenCV') +
('etc' if os.name == 'nt' else 'share/opencv4') +
r'/haarcascades/.*\.xml'
]
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册