Table of Contents

Class FindModelPara

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

查找模板参数

public class FindModelPara
Inheritance
FindModelPara
Inherited Members
Extension Methods

Properties

AngleExtent

旋转角度的范围

public int AngleExtent { get; set; }

Property Value

int

AngleStart

开始角度

public int AngleStart { get; set; }

Property Value

int

FilePath

文件路径

public List<string> FilePath { get; set; }

Property Value

List<string>

MaxOverlap

最大重叠比值

public float MaxOverlap { get; set; }

Property Value

float

MinScore

最低分数

public float MinScore { get; set; }

Property Value

float

NumLevel

金字塔层数

public int NumLevel { get; set; }

Property Value

int

NumMatches

查找个数(0匹配所有)

public int NumMatches { get; set; }

Property Value

int

Style

显示样式

public FindModelStyle Style { get; set; }

Property Value

FindModelStyle

SubPixel

亚像素精度

public bool SubPixel { get; set; }

Property Value

bool