Class CreateModelPara
创建模板参数模型
public class CreateModelPara
- Inheritance
-
CreateModelPara
- Inherited Members
- Extension Methods
Properties
AngleExtent
旋转角度的范围
public int AngleExtent { get; set; }
Property Value
AngleStart
开始角度
public int AngleStart { get; set; }
Property Value
AngleStep
角度的步长(分辨率)
public float AngleStep { get; set; }
Property Value
FileName
模板名称
public string FileName { get; set; }
Property Value
Metric
匹配指标
public Metric Metric { get; set; }
Property Value
ModelName
模板名称
public string ModelName { get; set; }
Property Value
NumLevel
金字塔等级
public int NumLevel { get; set; }
Property Value
ROI
测量矩形
public CRectangle2 ROI { get; set; }