NVIDIA DeepStream SDK API Reference

8.0 Release
ObjInf Struct Reference

Detailed Description

Data Fields

uint32_t left
 Holds left coordinate of the box in pixels. More...
 
uint32_t top
 Holds top coordinate of the box in pixels. More...
 
uint32_t width
 Holds width of the box in pixels. More...
 
uint32_t height
 Holds height of the box in pixels. More...
 
uint64_t object_id
 
int32_t class_id
 
std::string str_obj_status
 
std::vector< std::string > roiStatus
 
std::vector< std::string > ocStatus
 
std::vector< std::string > lcStatus
 
std::string dirStatus
 

Field Documentation

◆ class_id

int32_t ObjInf::class_id

◆ dirStatus

std::string ObjInf::dirStatus

◆ height

uint32_t ObjInf::height

Holds height of the box in pixels.

Definition at line 106 of file gst-plugins/gst-nvdsanalytics/nvds_analytics.h.

◆ lcStatus

std::vector< std::string > ObjInf::lcStatus

◆ left

uint32_t ObjInf::left

Holds left coordinate of the box in pixels.

Definition at line 103 of file gst-plugins/gst-nvdsanalytics/nvds_analytics.h.

◆ object_id

uint64_t ObjInf::object_id

◆ ocStatus

std::vector< std::string > ObjInf::ocStatus

◆ roiStatus

std::vector< std::string > ObjInf::roiStatus

◆ str_obj_status

std::string ObjInf::str_obj_status

◆ top

uint32_t ObjInf::top

Holds top coordinate of the box in pixels.

Definition at line 104 of file gst-plugins/gst-nvdsanalytics/nvds_analytics.h.

◆ width

uint32_t ObjInf::width

Holds width of the box in pixels.

Definition at line 105 of file gst-plugins/gst-nvdsanalytics/nvds_analytics.h.


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