mirror of
https://github.com/eggplantlwj/VisionEdit.git
synced 2026-03-28 19:26:35 +08:00
1、添加PMA匹配工具
2、建立工程概念,对工程进行保存和恢复 3、将图像显示窗口更改为SmartwindowControl 4、其他bug修复
This commit is contained in:
@@ -1,11 +1,9 @@
|
||||
using System;
|
||||
using HalconDotNet;
|
||||
using DataStruct;
|
||||
using static DataStruct.DataStruct;
|
||||
using ToolBase;
|
||||
using CommonMethods;
|
||||
using System.Diagnostics;
|
||||
using ChoiceTech.Halcon.Control;
|
||||
|
||||
namespace FindLineTool
|
||||
{
|
||||
@@ -207,7 +205,7 @@ namespace FindLineTool
|
||||
{
|
||||
if(inputImage != null)
|
||||
{
|
||||
FormFindLine.Instance.myHwindow.DispHWindow.DispImage(new HImage(inputImage));
|
||||
FormFindLine.Instance.myHwindow.DispImage(new HImage(inputImage));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user