Holds information about one detected object.
Copyright (c) 2020, NVIDIA CORPORATION.
All rights reserved.
NVIDIA Corporation and its licensors retain all intellectual property and proprietary rights in and to this software, related documentation and any modifications thereto. Any use, reproduction, disclosure or distribution of this software and related documentation without an express license agreement from NVIDIA Corporation is strictly prohibited. Holds the information about one detected object.
Definition at line 463 of file nvdsinfer_context.h.
Data Fields | |
float | left |
Holds the object's offset from the left boundary of the frame. More... | |
float | top |
Holds the object's offset from the top boundary of the frame. More... | |
float | width |
Holds the object's width. More... | |
float | height |
Holds the object's height. More... | |
int | classIndex |
Holds the index for the object's class. More... | |
char * | label |
Holds a pointer to a string containing a label for the object. More... | |
float | confidence |
float * | mask |
unsigned int | mask_width |
Holds width of mask. More... | |
unsigned int | mask_height |
Holds height of mask. More... | |
unsigned int | mask_size |
Holds size of mask in bytes. More... | |
int NvDsInferObject::classIndex |
Holds the index for the object's class.
Definition at line 474 of file nvdsinfer_context.h.
float NvDsInferObject::confidence |
Definition at line 478 of file nvdsinfer_context.h.
float NvDsInferObject::height |
char * NvDsInferObject::label |
Holds a pointer to a string containing a label for the object.
Definition at line 476 of file nvdsinfer_context.h.
float NvDsInferObject::left |
Holds the object's offset from the left boundary of the frame.
Offset from the left boundary of the frame.
Definition at line 466 of file nvdsinfer_context.h.
float* NvDsInferObject::mask |
Definition at line 480 of file nvdsinfer_context.h.
unsigned int NvDsInferObject::mask_height |
Holds height of mask.
Definition at line 484 of file nvdsinfer_context.h.
unsigned int NvDsInferObject::mask_size |
Holds size of mask in bytes.
Definition at line 486 of file nvdsinfer_context.h.
unsigned int NvDsInferObject::mask_width |
Holds width of mask.
Definition at line 482 of file nvdsinfer_context.h.
float NvDsInferObject::top |
Holds the object's offset from the top boundary of the frame.
Offset from the top boundary of the frame.
Definition at line 468 of file nvdsinfer_context.h.
float NvDsInferObject::width |