Class FitLinePara
拟合线参数
public class FitLinePara
- Inheritance
-
FitLinePara
- Inherited Members
- Extension Methods
Properties
Algorithm
拟合线算法
public FitLineAlgorithm Algorithm { get; set; }
Property Value
ClippingEndPoints
拟合时轮廓的开始点和结束点多个点被忽略
public int ClippingEndPoints { get; set; }
Property Value
ClippingFactor
利群因子(典型值:"huber" 和"drop"为1.0,"tukey"为2.0)
public int ClippingFactor { get; set; }
Property Value
GetTheOuterPoint
获取最外点数量(小于等于0 则所有点参加)
public int GetTheOuterPoint { get; set; }
Property Value
Itrations
迭代最大次数
public int Itrations { get; set; }
Property Value
LineType
线的类型
public FindLineType LineType { get; set; }
Property Value
MaxNumPoints
拟合是采用轮廓的最多点数,-1表示所有点参加
public int MaxNumPoints { get; set; }
Property Value
NumRegrPoints
轮廓回归的点数
public int NumRegrPoints { get; set; }
Property Value
RemoveTheOuterPoint
剔除最外点数量
public int RemoveTheOuterPoint { get; set; }
Property Value
Style
显示样式
public FitLineStyle Style { get; set; }