Class FindModelPara
查找模板参数
public class FindModelPara
- Inheritance
-
FindModelPara
- Inherited Members
- Extension Methods
Properties
AngleExtent
旋转角度的范围
public int AngleExtent { get; set; }
Property Value
AngleStart
开始角度
public int AngleStart { get; set; }
Property Value
FilePath
文件路径
public List<string> FilePath { get; set; }
Property Value
MaxOverlap
最大重叠比值
public float MaxOverlap { get; set; }
Property Value
MinScore
最低分数
public float MinScore { get; set; }
Property Value
NumLevel
金字塔层数
public int NumLevel { get; set; }
Property Value
NumMatches
查找个数(0匹配所有)
public int NumMatches { get; set; }
Property Value
Style
显示样式
public FindModelStyle Style { get; set; }
Property Value
SubPixel
亚像素精度
public bool SubPixel { get; set; }