#include <linesegment2d_detector.h>
Public Member Functions | |
| LineSegment2DDetectorParameter () | |
Public Attributes | |
| double | min_length |
| int | min_points_per_line |
| int | min_points_per_unit |
| double | threshold_split |
| bool | threshold_split_neighbor |
class to reprecent parameters of a line detection algoithm
Definition at line 15 of file linesegment2d_detector.h.
|
inline |
Definition at line 17 of file linesegment2d_detector.h.
| double tuw::LineSegment2DDetectorParameter::min_length |
Definition at line 26 of file linesegment2d_detector.h.
| int tuw::LineSegment2DDetectorParameter::min_points_per_line |
Definition at line 27 of file linesegment2d_detector.h.
| int tuw::LineSegment2DDetectorParameter::min_points_per_unit |
Definition at line 28 of file linesegment2d_detector.h.
| double tuw::LineSegment2DDetectorParameter::threshold_split |
Definition at line 25 of file linesegment2d_detector.h.
| bool tuw::LineSegment2DDetectorParameter::threshold_split_neighbor |
Definition at line 24 of file linesegment2d_detector.h.