6 [[maybe_unused]]
Plane& plane)
const {
Represents a cluster of 3D points using PCL (Point Cloud Library).
const std::vector< int > & get_point_indices()
Get the Point Cloud data of the cluster.
std::vector< double > coneValidator(Cluster *cone_point_cloud, Plane &plane) const override
Validates a cone based on its number of points.
NPointsValidator(long unsigned int min_n_points)
Constructs a new HeightValidator object with the specified height threshold.
long unsigned int _min_n_points_
The Plane class represents a 3D plane defined by its equation ax + by + cz + d = 0.