|
|
NVIDIA DeepStream SDK API Reference4.0.2 Release |
Holds the detection and bounding box grouping parameters.
Definition at line 152 of file nvdsinfer_context.h.
Data Fields | |
| float | threshold |
| Bounding box detection threshold. More... | |
| float | eps |
| Epsilon to control merging of overlapping boxes. More... | |
| int | minBoxes |
| Minimum boxes in a cluster to be considered an object during grouping using DBSCAN. More... | |
| int | groupThreshold |
| Minimum boxes in a cluster to be considered an object during grouping using OpenCV groupRectangles. More... | |
| float NvDsInferDetectionParams::eps |
Epsilon to control merging of overlapping boxes.
Refer to OpenCV groupRectangles and DBSCAN documentation for more information on epsilon
Definition at line 158 of file nvdsinfer_context.h.
| int NvDsInferDetectionParams::groupThreshold |
Minimum boxes in a cluster to be considered an object during grouping using OpenCV groupRectangles.
Definition at line 164 of file nvdsinfer_context.h.
| int NvDsInferDetectionParams::minBoxes |
Minimum boxes in a cluster to be considered an object during grouping using DBSCAN.
Definition at line 161 of file nvdsinfer_context.h.
| float NvDsInferDetectionParams::threshold |
Bounding box detection threshold.
Definition at line 155 of file nvdsinfer_context.h.