NVIDIA DeepStream SDK API Reference

4.0 Release

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Groups
NvDsInferDetectionParams Struct Reference

Detailed Description

Holds the detection and bounding box grouping parameters.

Definition at line 167 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...
 

Field Documentation

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 173 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 179 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 176 of file nvdsinfer_context.h.

float NvDsInferDetectionParams::threshold

Bounding box detection threshold.

Definition at line 170 of file nvdsinfer_context.h.


The documentation for this struct was generated from the following file: