摘要: C# opencv 加载图片 using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using System.Windows.Forms; using Open 阅读全文
posted @ 2021-06-15 15:04 西北逍遥 阅读(612) 评论(0) 推荐(0) 编辑
摘要: 首先要安装好:NuGet, 然后: 【工具】->【库程序包管理器】->【管理解决方案的NuGet程序包】,在其中搜索OpenCVSharp,选择合适的点击【安装】,等待完成。 正在尝试收集与目标为“.NETFramework,Version=v4.5.2”的项目“WindowsFormsApplic 阅读全文
posted @ 2021-06-15 14:55 西北逍遥 阅读(650) 评论(0) 推荐(0) 编辑
摘要: Qt图片采集软件 QDateTime current_File_time = QDateTime::currentDateTime(); QString currentTimeStr = current_File_time.toString("yyyyMMddhhmmsszzz"); QString 阅读全文
posted @ 2021-06-15 12:25 西北逍遥 阅读(79) 评论(0) 推荐(0) 编辑