Holds object clustering parameters required by DBSCAN.
Definition at line 49 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 55 of file nvdsinfer_dbscan.h.
Referenced by deepstream::TensorMetaParser::handleData().
| float NvDsInferDBScanClusteringParams::eps | 
Definition at line 51 of file nvdsinfer_dbscan.h.
Referenced by deepstream::TensorMetaParser::handleData().
| uint32_t NvDsInferDBScanClusteringParams::minBoxes | 
Definition at line 52 of file nvdsinfer_dbscan.h.
Referenced by deepstream::TensorMetaParser::handleData().
| float NvDsInferDBScanClusteringParams::minScore | 
Holds the sum of neighborhood confidence thresholds.
Definition at line 59 of file nvdsinfer_dbscan.h.
Referenced by deepstream::TensorMetaParser::handleData().
| float NvDsInferDBScanClusteringParams::thresholdATHR | 
Holds the area-to-hit ratio threshold.
Definition at line 57 of file nvdsinfer_dbscan.h.
Referenced by deepstream::TensorMetaParser::handleData().