9 class LineSegment2DDetectorParameter;
46 void set (
unsigned int idx0,
unsigned int idx1,
const std::vector<Point2D> &points );
47 void updatePoints (
const std::vector<Point2D> &points );
55 void start (
const std::vector<Point2D> &points);
56 std::vector<LineSegment2D> &
start (
const std::vector<Point2D> &points, std::vector<LineSegment2D> &detected_segments );
57 const std::vector<LineSegment> &
result ( );
66 #endif // LINE2DFILTER_H