mirror of
https://github.com/eggplantlwj/VisionEdit.git
synced 2026-06-06 20:38:17 +08:00
添添加功能:1、增加采图工具 2、增加拖拽后值传递功能 3、
This commit is contained in:
@@ -43,10 +43,10 @@ namespace VisionJobFactory
|
||||
{
|
||||
ToolIO inputImage = new ToolIO("InputImage", null, DataType.Image);
|
||||
ToolIO outputXld = new ToolIO("outputXld", null, DataType.Line);
|
||||
ToolIO startPointRow = new ToolIO("StartPointRow", null, DataType.Point);
|
||||
ToolIO startPointColumn = new ToolIO("StartPointRow", null, DataType.Point);
|
||||
ToolIO endPointRow = new ToolIO("EndPointRow", null, DataType.Point);
|
||||
ToolIO endPointColumn = new ToolIO("EndPointColumn", null, DataType.Point);
|
||||
ToolIO startPointRow = new ToolIO("StartPointRow", null, DataType.IntValue);
|
||||
ToolIO startPointColumn = new ToolIO("StartPointColumn", null, DataType.IntValue);
|
||||
ToolIO endPointRow = new ToolIO("EndPointRow", null, DataType.IntValue);
|
||||
ToolIO endPointColumn = new ToolIO("EndPointColumn", null, DataType.IntValue);
|
||||
public FindLineToolInterface(string toolName)
|
||||
{
|
||||
enable = true;
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user