Description :
DBSCAN (Density-Based Spatial Clustering of Applications with Noise) is a density-based clustering algorithm that groups LiDAR points into objects based on local point density rather than fixed distance thresholds. It identifies “core” points with sufficient nearby neighbors, expands clusters from them, and treats isolated points as noise, making it intuitive for explaining how objects can be segmented from raw point clouds in a 2D LiDAR setting.
Proposed Tasks :
Reference Code : https://github.com/ShisatoYano/AutonomousVehicleControlBeginnersGuide/tree/main/src/simulations/perception/point_cloud_rectangle_fitting
Description :
DBSCAN (Density-Based Spatial Clustering of Applications with Noise) is a density-based clustering algorithm that groups LiDAR points into objects based on local point density rather than fixed distance thresholds. It identifies “core” points with sufficient nearby neighbors, expands clusters from them, and treats isolated points as noise, making it intuitive for explaining how objects can be segmented from raw point clouds in a 2D LiDAR setting.
Proposed Tasks :
Reference Code : https://github.com/ShisatoYano/AutonomousVehicleControlBeginnersGuide/tree/main/src/simulations/perception/point_cloud_rectangle_fitting