RobotApp/RobotApp.VDA5050/FactsheetExtend/LineSegment.cs
Đăng Nguyễn cf309cccba Init project
2025-09-10 10:48:39 +07:00

11 lines
312 B
C#

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; }
}