NVIDIA DeepStream SDK API Reference

6.4 Release
NvDsPostProcessColorParams Struct Reference

Detailed Description

Holds the bounding box coloring information for one class;.

Definition at line 156 of file post_processor_struct.h.

Collaboration diagram for NvDsPostProcessColorParams:

Data Fields

int have_border_color
 
NvOSD_ColorParams border_color
 
int have_bg_color
 
NvOSD_ColorParams bg_color
 

Field Documentation

◆ bg_color

NvOSD_ColorParams NvDsPostProcessColorParams::bg_color

Definition at line 162 of file post_processor_struct.h.

◆ border_color

NvOSD_ColorParams NvDsPostProcessColorParams::border_color

Definition at line 159 of file post_processor_struct.h.

◆ have_bg_color

int NvDsPostProcessColorParams::have_bg_color

Definition at line 161 of file post_processor_struct.h.

◆ have_border_color

int NvDsPostProcessColorParams::have_border_color

Definition at line 158 of file post_processor_struct.h.


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