Table of Contents

Class FitLinePara

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

拟合线参数

public class FitLinePara
Inheritance
FitLinePara
Inherited Members
Extension Methods

Properties

Algorithm

拟合线算法

public FitLineAlgorithm Algorithm { get; set; }

Property Value

FitLineAlgorithm

ClippingEndPoints

拟合时轮廓的开始点和结束点多个点被忽略

public int ClippingEndPoints { get; set; }

Property Value

int

ClippingFactor

利群因子(典型值:"huber" 和"drop"为1.0,"tukey"为2.0)

public int ClippingFactor { get; set; }

Property Value

int

GetTheOuterPoint

获取最外点数量(小于等于0 则所有点参加)

public int GetTheOuterPoint { get; set; }

Property Value

int

Itrations

迭代最大次数

public int Itrations { get; set; }

Property Value

int

LineType

线的类型

public FindLineType LineType { get; set; }

Property Value

FindLineType

MaxNumPoints

拟合是采用轮廓的最多点数,-1表示所有点参加

public int MaxNumPoints { get; set; }

Property Value

int

NumRegrPoints

轮廓回归的点数

public int NumRegrPoints { get; set; }

Property Value

int

RemoveTheOuterPoint

剔除最外点数量

public int RemoveTheOuterPoint { get; set; }

Property Value

int

Style

显示样式

public FitLineStyle Style { get; set; }

Property Value

FitLineStyle