Table of Contents

Class FindPointLinePara

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

找点参数

public class FindPointLinePara
Inheritance
FindPointLinePara
Inherited Members
Extension Methods

Properties

ImageChannel

图像通道

public ImageChannel ImageChannel { get; set; }

Property Value

ImageChannel

MinimumPointsRatio

最少点数比例(小于值则NG)

public double MinimumPointsRatio { get; set; }

Property Value

double

Name

名称

public string Name { get; set; }

Property Value

string

PointGap

点间隔(毫米)

public double PointGap { get; set; }

Property Value

double

PointGapPixel

点间隔(像素)

public double PointGapPixel { get; set; }

Property Value

double

ROI

测量区域(绘制ROI)

public CRectangle2 ROI { get; set; }

Property Value

CRectangle2

ROICal

测量区域(计算ROI)

public ROICalRectangle ROICal { get; set; }

Property Value

ROICalRectangle

ROIWidth

小矩形宽度(像素)

public double ROIWidth { get; set; }

Property Value

double

Select

选择终点

public Select Select { get; set; }

Property Value

Select

Sigma

高斯光滑系数

public double Sigma { get; set; }

Property Value

double

Style

显示样式

public FindPointLineStyle Style { get; set; }

Property Value

FindPointLineStyle

Thresold

最小边缘幅度

public double Thresold { get; set; }

Property Value

double

Transition

过度类型

public Transition Transition { get; set; }

Property Value

Transition

Methods

ToString()

重载ToString()方法

public override string ToString()

Returns

string