mirror of
https://github.com/eggplantlwj/VisionEdit.git
synced 2026-03-29 11:56:34 +08:00
增加查找线工具
This commit is contained in:
18
ToolBase/IToolBase.cs
Normal file
18
ToolBase/IToolBase.cs
Normal file
@@ -0,0 +1,18 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using CommonMethods;
|
||||
using HalconDotNet;
|
||||
|
||||
namespace ToolBase
|
||||
{
|
||||
public interface IToolBase
|
||||
{
|
||||
ToolRunStatu toolRunStatu { get; set; }
|
||||
void Run();
|
||||
HObject inputImage { get; set; }
|
||||
void DispImage();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user