NVIDIA DeepStream SDK API Reference

5.0 Release

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
_NvOSD_FrameSegmentMaskParams Struct Reference

Detailed Description

Holds information about the rectangles in a frame.

Definition at line 80 of file nvll_osd_api.h.

Collaboration diagram for _NvOSD_FrameSegmentMaskParams:

Data Fields

NvBufSurfaceParamsbuf_ptr
 Holds a pointer to the buffer containing the frame. More...
 
NvOSD_Mode mode
 Holds the OSD mode to be used for processing. More...
 
int num_segments
 Holds the number of rectangles. More...
 
NvOSD_RectParamsrect_params_list
 Holds the rectangles' parameters. More...
 
NvOSD_MaskParamsmask_params_list
 Holds mask parameters. More...
 

Field Documentation

NvBufSurfaceParams* _NvOSD_FrameSegmentMaskParams::buf_ptr

Holds a pointer to the buffer containing the frame.

Definition at line 83 of file nvll_osd_api.h.

NvOSD_MaskParams* _NvOSD_FrameSegmentMaskParams::mask_params_list

Holds mask parameters.

Definition at line 91 of file nvll_osd_api.h.

NvOSD_Mode _NvOSD_FrameSegmentMaskParams::mode

Holds the OSD mode to be used for processing.

Definition at line 85 of file nvll_osd_api.h.

int _NvOSD_FrameSegmentMaskParams::num_segments

Holds the number of rectangles.

Definition at line 87 of file nvll_osd_api.h.

NvOSD_RectParams* _NvOSD_FrameSegmentMaskParams::rect_params_list

Holds the rectangles' parameters.

Definition at line 89 of file nvll_osd_api.h.


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