private void 匹配定位_Load(object sender, EventArgs e)
 {
     //关联Halcon窗口
     halconFun.SetWindowHandle(pictureBox1);
     halconFun.InitHistoryRegions();
     MatchingStep.GetMatchingTypeList(out matchTypes);
     cmb定位模板类型.DataSource = matchTypes;
 }