NVIDIA DeepStream SDK API Reference6.1.1 Release |
Holds object clustering parameters required by DBSCAN.
Definition at line 47 of file nvdsinfer_dbscan.h.
Data Fields | |
float | eps |
uint32_t | minBoxes |
int | enableATHRFilter |
Holds a Boolean; true enables the area-to-hit ratio (ATHR) filter. More... | |
float | thresholdATHR |
Holds the area-to-hit ratio threshold. More... | |
float | minScore |
Holds the sum of neighborhood confidence thresholds. More... | |
int NvDsInferDBScanClusteringParams::enableATHRFilter |
Holds a Boolean; true enables the area-to-hit ratio (ATHR) filter.
The ATHR is calculated as: ATHR = sqrt(clusterArea) / nObjectsInCluster.
Definition at line 53 of file nvdsinfer_dbscan.h.
float NvDsInferDBScanClusteringParams::eps |
Definition at line 49 of file nvdsinfer_dbscan.h.
uint32_t NvDsInferDBScanClusteringParams::minBoxes |
Definition at line 50 of file nvdsinfer_dbscan.h.
float NvDsInferDBScanClusteringParams::minScore |
Holds the sum of neighborhood confidence thresholds.
Definition at line 57 of file nvdsinfer_dbscan.h.
float NvDsInferDBScanClusteringParams::thresholdATHR |
Holds the area-to-hit ratio threshold.
Definition at line 55 of file nvdsinfer_dbscan.h.