Table of Contents

Class CreateModelPara

Namespace
AT.Librarys.Container.Toolkit.Vision
Assembly
AT.Librarys.Container.dll

创建模板参数模型

public class CreateModelPara
Inheritance
CreateModelPara
Inherited Members
Extension Methods

Properties

AngleExtent

旋转角度的范围

public int AngleExtent { get; set; }

Property Value

int

AngleStart

开始角度

public int AngleStart { get; set; }

Property Value

int

AngleStep

角度的步长(分辨率)

public float AngleStep { get; set; }

Property Value

float

FileName

模板名称

public string FileName { get; set; }

Property Value

string

Metric

匹配指标

public Metric Metric { get; set; }

Property Value

Metric

ModelName

模板名称

public string ModelName { get; set; }

Property Value

string

NumLevel

金字塔等级

public int NumLevel { get; set; }

Property Value

int

ROI

测量矩形

public CRectangle2 ROI { get; set; }

Property Value

CRectangle2