摘要: 效果 工程 代码 using Microsoft.ML.OnnxRuntime; using OpenCvSharp; using System; using System.Collections.Generic; using System.ComponentModel; using System. 阅读全文
posted @ 2023-05-10 15:06 天天代码码天天 阅读(721) 评论(0) 推荐(0) 编辑
摘要: var mat = OpenCvSharp.Extensions.BitmapConverter.ToMat(source);//bitmap转mat Cv2.CvtColor(mat, mat, ColorConversionCodes.RGBA2RGB);//mat转三通道mat var bit 阅读全文
posted @ 2023-05-10 10:59 天天代码码天天 阅读(393) 评论(0) 推荐(0) 编辑