DriveWorks SDK Reference
3.0.4260 Release
For Test and Development only

dnn/docs/clusterer_mainsection.md
Go to the documentation of this file.
1 # Copyright (c) 2019-2020 NVIDIA CORPORATION. All rights reserved.
2 
3 @page clusterer_mainsection Clusterer
4 
5 @note SW Release Applicability: This module is available in both **NVIDIA DriveWorks** and **NVIDIA DRIVE Software** releases.
6 
7 ## About This Module
8 
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.
10 
11 DBSCAN - Density-Based Spatial Clustering of Applications with Noise.
12 
13 ## Relevant Tutorials
14 
15 - @ref clusterer_usecase1
16 
17 ## APIs
18 
19 - @ref clusterer_group