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