mirror of
https://github.com/eggplantlwj/VisionEdit.git
synced 2026-04-05 09:46:35 +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.
BIN
VisionJobFactory/bin/Debug/DevComponents.DotNetBar2.dll
Normal file
BIN
VisionJobFactory/bin/Debug/DevComponents.DotNetBar2.dll
Normal file
Binary file not shown.
81015
VisionJobFactory/bin/Debug/DevComponents.DotNetBar2.xml
Normal file
81015
VisionJobFactory/bin/Debug/DevComponents.DotNetBar2.xml
Normal file
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