NVIDIA DeepStream SDK API Reference

8.0 Release
CircleCommand Struct Reference

Detailed Description

Definition at line 55 of file cuosd_kernel.h.

Inheritance diagram for CircleCommand:
Collaboration diagram for CircleCommand:

Public Member Functions

 CircleCommand (int cx, int cy, int radius, int thickness, unsigned char c0, unsigned char c1, unsigned char c2, unsigned char c3)
 

Data Fields

int cx
 
int cy
 
int radius
 
int thickness
 
CommandType type = CommandType::None
 
unsigned char c0
 
unsigned char c1
 
unsigned char c2
 
unsigned char c3
 
int bounding_left = 0
 
int bounding_top = 0
 
int bounding_right = 0
 
int bounding_bottom = 0
 

Constructor & Destructor Documentation

◆ CircleCommand()

CircleCommand::CircleCommand ( int  cx,
int  cy,
int  radius,
int  thickness,
unsigned char  c0,
unsigned char  c1,
unsigned char  c2,
unsigned char  c3 
)

Field Documentation

◆ bounding_bottom

int cuOSDContextCommand::bounding_bottom = 0
inherited

Definition at line 49 of file cuosd_kernel.h.

◆ bounding_left

int cuOSDContextCommand::bounding_left = 0
inherited

Definition at line 46 of file cuosd_kernel.h.

◆ bounding_right

int cuOSDContextCommand::bounding_right = 0
inherited

Definition at line 48 of file cuosd_kernel.h.

◆ bounding_top

int cuOSDContextCommand::bounding_top = 0
inherited

Definition at line 47 of file cuosd_kernel.h.

◆ c0

unsigned char cuOSDContextCommand::c0
inherited

Definition at line 45 of file cuosd_kernel.h.

◆ c1

unsigned char cuOSDContextCommand::c1
inherited

Definition at line 45 of file cuosd_kernel.h.

◆ c2

unsigned char cuOSDContextCommand::c2
inherited

Definition at line 45 of file cuosd_kernel.h.

◆ c3

unsigned char cuOSDContextCommand::c3
inherited

Definition at line 45 of file cuosd_kernel.h.

◆ cx

int CircleCommand::cx

Definition at line 56 of file cuosd_kernel.h.

◆ cy

int CircleCommand::cy

Definition at line 56 of file cuosd_kernel.h.

◆ radius

int CircleCommand::radius

Definition at line 56 of file cuosd_kernel.h.

◆ thickness

int CircleCommand::thickness

Definition at line 56 of file cuosd_kernel.h.

◆ type

CommandType cuOSDContextCommand::type = CommandType::None
inherited

Definition at line 44 of file cuosd_kernel.h.


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