10 2022 档案

摘要:整机程序结构 <Window x:Class="WpfApp3.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/wi 阅读全文
posted @ 2022-10-28 17:31 阿坦 阅读(37) 评论(0) 推荐(0) 编辑
摘要:using System.ComponentModel; using System.Windows; using System.Windows.Controls; using System.Windows.Data; namespace WpfApp2 { /// <summary> /// Mai 阅读全文
posted @ 2022-10-17 10:22 阿坦 阅读(2573) 评论(0) 推荐(0) 编辑
摘要:string myPath = "E:\\自定义目录" + "\\" + DateTime.Now.Year.ToString()+ "-" + DateTime.Now.Month.ToString() + "-" + DateTime.Now.Day.ToString() + "-" + Dat 阅读全文
posted @ 2022-10-10 11:22 阿坦 阅读(214) 评论(0) 推荐(0) 编辑
摘要:Mat img = Cv2.ImRead(imgPath, ImreadModes.Grayscale);//以灰度模式读取图像 byte[] b; img.GetArray(out b);//把Mat数据放到一维数组中 阅读全文
posted @ 2022-10-02 10:45 阿坦 阅读(138) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示