NVIDIA DeepStream SDK API Reference

6.4 Release
GstNvInferDetectionFilterParams Struct Reference

Detailed Description

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

Definition at line 97 of file gstnvinfer.h.

Data Fields

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

Field Documentation

◆ detectionMaxHeight

guint GstNvInferDetectionFilterParams::detectionMaxHeight

Definition at line 104 of file gstnvinfer.h.

◆ detectionMaxWidth

guint GstNvInferDetectionFilterParams::detectionMaxWidth

Definition at line 103 of file gstnvinfer.h.

◆ detectionMinHeight

guint GstNvInferDetectionFilterParams::detectionMinHeight

Definition at line 102 of file gstnvinfer.h.

◆ detectionMinWidth

guint GstNvInferDetectionFilterParams::detectionMinWidth

Definition at line 101 of file gstnvinfer.h.

◆ roiBottomOffset

guint GstNvInferDetectionFilterParams::roiBottomOffset

Definition at line 100 of file gstnvinfer.h.

◆ roiTopOffset

guint GstNvInferDetectionFilterParams::roiTopOffset

Definition at line 99 of file gstnvinfer.h.


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