Class FitCirclePara
拟合圆参数
public class FitCirclePara
- Inheritance
-
FitCirclePara
- Inherited Members
- Extension Methods
Properties
Algorithm
拟合线采用的算法
public FitCircleAlgorithm Algorithm { get; set; }
Property Value
ClippingEndPoints
拟合时轮廓的开始点和结束点就多个点被忽略
public ushort ClippingEndPoints { get; set; }
Property Value
ClippingFactor
利群值的剪切因子
public double ClippingFactor { get; set; }
Property Value
Intrations
迭代次数
public int Intrations { get; set; }
Property Value
MaxClosureDist
小于此值被认为是轮廓封闭的,区分拟合圆和圆弧
public int MaxClosureDist { get; set; }
Property Value
MaxNumPoints
拟合是采用轮廓的最多点数
public int MaxNumPoints { get; set; }
Property Value
Name
名称
public string Name { get; set; }
Property Value
NumRegrPoints
平滑轮廓,回归线的点数
public int NumRegrPoints { get; set; }
Property Value
Style
显示样式
public FitCircleStyle Style { get; set; }