NVIDIA DeepStream SDK API Reference

9.0 Release
NvDsPostProcessBodyPoseOutput Struct Reference

Detailed Description

Holds information parsed from bodypose network output for one frame.

Definition at line 493 of file sources/gst-plugins/gst-nvdspostprocess/postprocesslib_impl/post_processor_struct.h.

Data Fields

unsigned int width
 Holds the width of the output. More...
 
unsigned int height
 Holds the height of the output. More...
 
unsigned int num_key_points
 
float * data
 

Field Documentation

◆ data

float * NvDsPostProcessBodyPoseOutput::data

◆ height

unsigned int NvDsPostProcessBodyPoseOutput::height

Holds the height of the output.

Same as network height.

Definition at line 498 of file sources/gst-plugins/gst-nvdspostprocess/postprocesslib_impl/post_processor_struct.h.

◆ num_key_points

unsigned int NvDsPostProcessBodyPoseOutput::num_key_points

◆ width

unsigned int NvDsPostProcessBodyPoseOutput::width

Holds the width of the output.

Same as network width.

Definition at line 496 of file sources/gst-plugins/gst-nvdspostprocess/postprocesslib_impl/post_processor_struct.h.


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