mirror of
https://github.com/eggplantlwj/VisionEdit.git
synced 2026-03-29 11:56:34 +08:00
1、修改Halcon取图工具,对功能进行拆分,简化逻辑
2、修改PMA工具,修正其中的bug 3、其他BUG修复
This commit is contained in:
@@ -46,7 +46,7 @@ namespace VisionJobFactory
|
||||
public class FindLineToolInterface : IToolInfo
|
||||
{
|
||||
ToolIO inputImage = new ToolIO("InputImage", null, DataType.Image);
|
||||
ToolIO inputPos = new ToolIO("InputPos", new object(), DataType.Pose);
|
||||
ToolIO inputPos = new ToolIO("InputPos", null, DataType.Pose);
|
||||
ToolIO outputXld = new ToolIO("outputXld", null, DataType.Line);
|
||||
ToolIO startPointRow = new ToolIO("StartPointRow", null, DataType.IntValue);
|
||||
ToolIO startPointColumn = new ToolIO("StartPointColumn", null, DataType.IntValue);
|
||||
|
||||
Reference in New Issue
Block a user