mirror of
https://github.com/eggplantlwj/VisionEdit.git
synced 2026-04-16 17:36:36 +08:00
1、增加单独Job的保存、添加和创建
2、每个Job单独绑定一个图像窗体 3、支持通过以job的方式外部调用
This commit is contained in:
@@ -24,7 +24,7 @@ namespace PMAlignTool
|
||||
private HDrawingObject serachRegion_drawing_object = new HDrawingObject();
|
||||
public List<HDrawingObject> templateModelListAdd = new List<HDrawingObject>() { };
|
||||
public List<HDrawingObject> templateModelListSub = new List<HDrawingObject>() { };
|
||||
public List<HDrawingObject> templateModelList = new List<HDrawingObject>() { };
|
||||
|
||||
public FormPMAlignTool(ref object pmalign)
|
||||
{
|
||||
InitializeComponent();
|
||||
@@ -191,7 +191,7 @@ namespace PMAlignTool
|
||||
{
|
||||
if(myPMAlign.inputImage != null)
|
||||
{
|
||||
if(myPMAlign.CreateModelTemplate() == 0)
|
||||
if(myPMAlign.CreateModelTemplate(false, null) == 0)
|
||||
{
|
||||
if (myPMAlign.matchMode == MatchMode.BasedShape)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user