DriveWorks SDK Reference
4.0.0 Release
For Test and Development only

Clusterer

About This Module

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.

Relevant Tutorials

APIs