using OpenCvSharp; using SmartCoalApplication.Annotation; using System; using System.Collections.Generic; using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks; namespace SmartCoalApplication.AutomaticMeasurement { public class MeasureInfoModel { public int[] pictureNumber { get; set; } public int[] yiceliangNumber { get; set; } public int[] successNumber { get; set; } public int[] failNumber { get; set; } public List text { get; set; } public int stop { get; set; } /// /// /// public Dictionary> everyHoleImg { get; set; } public Dictionary> everyHoleImgName { get; set; } public Dictionary> everyHoleImgGraphicsList { get; set; } public Dictionary> everyHoleImgisConductive { get; set; } public Dictionary> everyHoleImgisFanweibuchang { get; set; } public Dictionary> everyHoleImgisErzhichuli { get; set; } } }