Class Segmentation
Defined in File segmentation.hpp
Inheritance Relationships
Derived Type
public laser_segmentation::JumpDistanceSegmentation(Class JumpDistanceSegmentation)
Class Documentation
-
class Segmentation
Abstract class for a generic segmentation algorithm.
Subclassed by laser_segmentation::JumpDistanceSegmentation
Public Functions
-
inline virtual ~Segmentation()
Destroy the Segmentation object.
-
virtual void initialize_segmentation(double distance, double angle_resolution, double noise_reduction, std::string method = "") = 0
Initialize the segmentation algorithm.
- Parameters:
distance – The maximum distance between two consecutive points to be considered part of the same segment.
angle_resolution – The minimum angle between two consecutive points.
noise_reduction – Parameter for noise reduction (if applicable).
method – The method to be used for segmentation.
-
inline virtual ~Segmentation()