Holds information parsed from bodypose network output for one frame.
Definition at line 487 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 |
| float * NvDsPostProcessBodyPoseOutput::data |
Definition at line 495 of file sources/gst-plugins/gst-nvdspostprocess/postprocesslib_impl/post_processor_struct.h.
| unsigned int NvDsPostProcessBodyPoseOutput::height |
Holds the height of the output.
Same as network height.
Definition at line 492 of file sources/gst-plugins/gst-nvdspostprocess/postprocesslib_impl/post_processor_struct.h.
| unsigned int NvDsPostProcessBodyPoseOutput::num_key_points |
Definition at line 494 of file sources/gst-plugins/gst-nvdspostprocess/postprocesslib_impl/post_processor_struct.h.
| unsigned int NvDsPostProcessBodyPoseOutput::width |
Holds the width of the output.
Same as network width.
Definition at line 490 of file sources/gst-plugins/gst-nvdspostprocess/postprocesslib_impl/post_processor_struct.h.