Class FindPointCirclePara
找点圆参数
public class FindPointCirclePara
- Inheritance
-
FindPointCirclePara
- Inherited Members
- Extension Methods
Properties
CircleRectangleDirection
找圆矩形方向
public FindCircleRectangleDirection CircleRectangleDirection { get; set; }
Property Value
Name
名称
public string Name { get; set; }
Property Value
PointGap
角度间距(单位°)
public double PointGap { get; set; }
Property Value
ROI
测量区域(绘制ROI圆)
public CCircle ROI { get; set; }
Property Value
ROIArc
测量区域(绘制ROI圆弧)
public CCircleArc ROIArc { get; set; }
Property Value
ROICal
测量区域(计算ROI圆)
public ROICalCircle ROICal { get; set; }
Property Value
ROICalArc
测量区域(计算ROI圆弧)
public ROICalCircleArc ROICalArc { get; set; }
Property Value
RoiRectangleHeight
ROI测量小矩形的-高
public int RoiRectangleHeight { get; set; }
Property Value
RoiType
ROI类型
public CircleRoiType RoiType { get; set; }
Property Value
Select
选择边缘
public Select Select { get; set; }
Property Value
Sigma
平滑系数
public double Sigma { get; set; }
Property Value
Style
显示样式
public FindPointCircleStyle Style { get; set; }
Property Value
Threshold
最小边缘幅度
public double Threshold { get; set; }
Property Value
Transition
边缘类型
public Transition Transition { get; set; }