RobotNet/RobotNet.RobotShares/VDA5050/FactsheetExtend/LineSegment.cs
2025-10-15 15:15:53 +07:00

11 lines
324 B
C#

namespace RobotNet.RobotShares.VDA5050.FactsheetExtend;
public class LineSegment
{
public double Least_thresh { get; set; }
public double Min_line_length { get; set; }
public double Predict_distance { get; set; }
public uint Seed_line_points { get; set; }
public uint Min_line_points { get; set; }
}