NvDsInferDBScanClusteringParamsΒΆ

struct NvDsInferDBScanClusteringParams

Holds object clustering parameters required by DBSCAN.

Public Members

int enableATHRFilter

Holds a Boolean; true enables the area-to-hit ratio (ATHR) filter.

The ATHR is calculated as: ATHR = sqrt(clusterArea) / nObjectsInCluster.

float thresholdATHR

Holds the area-to-hit ratio threshold.

float minScore

Holds the sum of neighborhood confidence thresholds.