NVIDIA DeepStream SDK API Reference

9.0 Release
GstNvInferDetectionFilterParams Struct Reference

Detailed Description

Holds the bounding box/object detection filtering parameters per class.

Definition at line 100 of file sources/gst-plugins/gst-nvinfer/gstnvinfer.h.

Data Fields

guint roiTopOffset
 
guint roiBottomOffset
 
guint detectionMinWidth
 
guint detectionMinHeight
 
guint detectionMaxWidth
 
guint detectionMaxHeight
 

Field Documentation

◆ detectionMaxHeight

guint GstNvInferDetectionFilterParams::detectionMaxHeight

◆ detectionMaxWidth

guint GstNvInferDetectionFilterParams::detectionMaxWidth

◆ detectionMinHeight

guint GstNvInferDetectionFilterParams::detectionMinHeight

◆ detectionMinWidth

guint GstNvInferDetectionFilterParams::detectionMinWidth

◆ roiBottomOffset

guint GstNvInferDetectionFilterParams::roiBottomOffset

◆ roiTopOffset

guint GstNvInferDetectionFilterParams::roiTopOffset

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