Ejemplo n.º 1
0
        private void toolShapMatch_Click(object sender, EventArgs e)
        {
            var shape = new DetectGeometric();

            shape.InitOption();
            this.detectBindingSource.Add(shape);
        }
Ejemplo n.º 2
0
 public DetectGeometric() : base()
 {
     this.Name = "形状匹配";
     DetectGeometric.Init();
     this.Type = ResultType.XY | ResultType.Angle | ResultType.Init;
 }