NVIDIA DeepStream SDK API Reference

6.4 Release
cvcore::bodypose2d::BodyPart Struct Reference

Detailed Description

Data structure for storing body part location.

Definition at line 31 of file BodyPose2D.h.

Collaboration diagram for cvcore::bodypose2d::BodyPart:

Data Fields

int part_idx
 part index. More...
 
Vector2i loc
 x, y pixel location. More...
 
float score = 0.0f
 part score. More...
 

Field Documentation

◆ loc

Vector2i cvcore::bodypose2d::BodyPart::loc

x, y pixel location.

Definition at line 34 of file BodyPose2D.h.

◆ part_idx

int cvcore::bodypose2d::BodyPart::part_idx

part index.

Definition at line 33 of file BodyPose2D.h.

◆ score

float cvcore::bodypose2d::BodyPart::score = 0.0f

part score.

Definition at line 35 of file BodyPose2D.h.


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