Files
opencv-wasm/README.md
2022-05-06 01:58:53 +08:00

12 lines
560 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# OpenCV
基于OpenCV 4.5.2版本
## 用途
初期主要用户opencv.js的编译使H5能够使用相关功能
## 代码修改
1. platforms/js/opencv_js.config.py增加微信二维码导出并关闭其它非必须的导出
2. cmake/OpenCVCompilerOptions.cmake默认线程Bug微信锁了线程参考https://github.com/opencv/opencv/pull/20350
3. opencv/modules/js/generator/embindgen.py参考https://juejin.cn/post/6979238048655474701
另外https://juejin.cn/post/6979238048655474701 很重要几乎描述90%以上的问题