Class FindPointLinePara
找点参数
public class FindPointLinePara
- Inheritance
-
FindPointLinePara
- Inherited Members
- Extension Methods
Properties
ImageChannel
图像通道
public ImageChannel ImageChannel { get; set; }
Property Value
MinimumPointsRatio
最少点数比例(小于值则NG)
public double MinimumPointsRatio { get; set; }
Property Value
Name
名称
public string Name { get; set; }
Property Value
PointGap
点间隔(毫米)
public double PointGap { get; set; }
Property Value
PointGapPixel
点间隔(像素)
public double PointGapPixel { get; set; }
Property Value
ROI
测量区域(绘制ROI)
public CRectangle2 ROI { get; set; }
Property Value
ROICal
测量区域(计算ROI)
public ROICalRectangle ROICal { get; set; }
Property Value
ROIWidth
小矩形宽度(像素)
public double ROIWidth { get; set; }
Property Value
Select
选择终点
public Select Select { get; set; }
Property Value
Sigma
高斯光滑系数
public double Sigma { get; set; }
Property Value
Style
显示样式
public FindPointLineStyle Style { get; set; }
Property Value
Thresold
最小边缘幅度
public double Thresold { get; set; }
Property Value
Transition
过度类型
public Transition Transition { get; set; }
Property Value
Methods
ToString()
重载ToString()方法
public override string ToString()