NVIDIA DeepStream SDK API Reference

6.4 Release
cvcore::bodypose2d::Human Struct Reference

Detailed Description

Data structure for storing human info.

Definition at line 41 of file BodyPose2D.h.

Collaboration diagram for cvcore::bodypose2d::Human:

Data Fields

std::map< int, BodyPartbody_parts
 body parts map. More...
 
BBox boundingBox
 bounding box for person. More...
 
float score = 0.0f
 person score. More...
 

Field Documentation

◆ body_parts

std::map<int, BodyPart> cvcore::bodypose2d::Human::body_parts

body parts map.

Definition at line 43 of file BodyPose2D.h.

◆ boundingBox

BBox cvcore::bodypose2d::Human::boundingBox

bounding box for person.

Definition at line 44 of file BodyPose2D.h.

◆ score

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

person score.

Definition at line 45 of file BodyPose2D.h.


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