- Welcome
- Getting Started With the NVIDIA DriveWorks SDK
- Modules
- Samples
- Tools
- Tutorials
- SDK Porting Guide
- DriveWorks API
- More
The Clusterer module implements DBSCAN Clustering algorithm to group a set of bounding boxes in such a way that bounding boxes in the same group are more similar to each other than to those in other groups. The similarity between two bounding boxes is measured by intersection over union.
DBSCAN - Density-Based Spatial Clustering of Applications with Noise.