|
|
NVIDIA DeepStream SDK API Reference4.0.2 Release |
Holds the object clustering parameters required by DBSCAN.
Definition at line 43 of file nvdsinfer_dbscan.h.
Data Fields | |
| float | eps |
| uint32_t | minBoxes |
| int | enableATHRFilter |
| Boolean indicating whether Area-To-Hit-Ratio filter is enabled. More... | |
| float | thresholdATHR |
| Area to hit ratio threshold. More... | |
| int NvDsInferDBScanClusteringParams::enableATHRFilter |
Boolean indicating whether Area-To-Hit-Ratio filter is enabled.
ATHR is calculated as: ATHR = sqrt(clusterArea) / nObjectsInCluster.
Definition at line 49 of file nvdsinfer_dbscan.h.
| float NvDsInferDBScanClusteringParams::eps |
Definition at line 45 of file nvdsinfer_dbscan.h.
| uint32_t NvDsInferDBScanClusteringParams::minBoxes |
Definition at line 46 of file nvdsinfer_dbscan.h.
| float NvDsInferDBScanClusteringParams::thresholdATHR |
Area to hit ratio threshold.
Definition at line 51 of file nvdsinfer_dbscan.h.