NVIDIA DeepStream SDK API Reference

6.4 Release
ObjInf Struct Reference

Detailed Description

Definition at line 102 of file nvds_analytics.h.

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

Definition at line 108 of file nvds_analytics.h.

◆ dirStatus

std::string ObjInf::dirStatus

Definition at line 114 of file nvds_analytics.h.

◆ height

uint32_t ObjInf::height

Holds height of the box in pixels.

Definition at line 106 of file nvds_analytics.h.

◆ lcStatus

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

Definition at line 113 of file nvds_analytics.h.

◆ left

uint32_t ObjInf::left

Holds left coordinate of the box in pixels.

Definition at line 103 of file nvds_analytics.h.

◆ object_id

uint64_t ObjInf::object_id

Definition at line 107 of file nvds_analytics.h.

◆ ocStatus

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

Definition at line 112 of file nvds_analytics.h.

◆ roiStatus

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

Definition at line 111 of file nvds_analytics.h.

◆ str_obj_status

std::string ObjInf::str_obj_status

Definition at line 110 of file nvds_analytics.h.

◆ top

uint32_t ObjInf::top

Holds top coordinate of the box in pixels.

Definition at line 104 of file nvds_analytics.h.

◆ width

uint32_t ObjInf::width

Holds width of the box in pixels.

Definition at line 105 of file nvds_analytics.h.


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