1 # Copyright (c) 2019-2020 NVIDIA CORPORATION. All rights reserved.
3 @page clusterer_mainsection Clusterer
5 @note SW Release Applicability: This module is available in both **NVIDIA DriveWorks** and **NVIDIA DRIVE Software** releases.
9 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.
11 DBSCAN - Density-Based Spatial Clustering of Applications with Noise.
15 - @ref clusterer_usecase1
19 - @ref clusterer_group