namespace RobotApp.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; } }