摘要: 安装pyautogui时与setuptool时冲突报错-module 'setuptools.dist' has no attribute 'check_test_suite' 采用离线的安装方式: 下载 命令: pip install E:\Codes\Wheels\PyAutoGUI-0.9.54.tar.gz --no-deps --target=..\myyolo1\Lib\site-packages 阅读全文
posted @ 2025-09-24 16:57 Wind_Swing_Dunn 阅读(9) 评论(0) 推荐(0)
摘要: 学习笔记_在Python中使用微信扫码功能(OpenCV WeChatQRCode) 原文链接:http://www.juzicode.com/opencv-note-wechat-qrcode-detect-decode 微信开发团队在今年年初的时候将其二维码扫描功能贡献给了OpenCV社区,在OpenCV-Python中也可以使用微信扫码功能了。 使用前需要安装opencv-co 阅读全文
posted @ 2025-09-24 14:16 Wind_Swing_Dunn 阅读(76) 评论(0) 推荐(0)
摘要: 笔记_OpenCV4.5.1新增微信QRCode解码功能 原文地址:https://cloud.tencent.com/developer/article/1786320 WeChatQRCode模块为OpenCV4.5.1新增功能,需要在github下载最新opencv源码master和contrib部分编译后使用。 下载和编译: 使用: #includ 阅读全文
posted @ 2025-09-24 14:07 Wind_Swing_Dunn 阅读(11) 评论(0) 推荐(0)