NVIDIA DeepStream SDK API Reference

6.4 Release
cvcore::bodypose2d::HandBoundingBoxParams Struct Reference

Detailed Description

Data structure to describe the parameters tuned for bounding box detection from pose.

Definition at line 77 of file BodyPose2D.h.

Collaboration diagram for cvcore::bodypose2d::HandBoundingBoxParams:

Data Fields

HandType handType
 Left or Right hand. More...
 
bool enableHandBoxDynamicScaling
 Enable using hand scale input. More...
 
float defaultHandBoxScalingFactor
 
float handBoxScalingFactorMinRange
 Default scaling factor for bounding box. More...
 
float handBoxScalingFactorMaxRange
 Maximum scaling factor. More...
 
Vector2d handBoxScalingFactorTrainDims
 
Vector2f handBoxScalingFactorNeckHipCoeff
 Training factor used to determine the scaling factor. More...
 
float handBoxNoseNeckHipRatio
 
uint32_t wristIndex
 Scale factor between neck and nose. More...
 
uint32_t elbowIndex
 Left or right wrist index of the pose provided. More...
 
uint32_t leftHipIndex
 Left or right elbow index of the pose provided. More...
 
uint32_t rightHipIndex
 Left hip index of the pose provided. More...
 
uint32_t noseIndex
 Right hip index of the pose provided. More...
 
uint32_t neckIndex
 Nose index of the pose provided. More...
 

Field Documentation

◆ defaultHandBoxScalingFactor

float cvcore::bodypose2d::HandBoundingBoxParams::defaultHandBoxScalingFactor

Definition at line 81 of file BodyPose2D.h.

◆ elbowIndex

uint32_t cvcore::bodypose2d::HandBoundingBoxParams::elbowIndex

Left or right wrist index of the pose provided.

Definition at line 89 of file BodyPose2D.h.

◆ enableHandBoxDynamicScaling

bool cvcore::bodypose2d::HandBoundingBoxParams::enableHandBoxDynamicScaling

Enable using hand scale input.

Definition at line 80 of file BodyPose2D.h.

◆ handBoxNoseNeckHipRatio

float cvcore::bodypose2d::HandBoundingBoxParams::handBoxNoseNeckHipRatio

Definition at line 86 of file BodyPose2D.h.

◆ handBoxScalingFactorMaxRange

float cvcore::bodypose2d::HandBoundingBoxParams::handBoxScalingFactorMaxRange

Maximum scaling factor.

Definition at line 83 of file BodyPose2D.h.

◆ handBoxScalingFactorMinRange

float cvcore::bodypose2d::HandBoundingBoxParams::handBoxScalingFactorMinRange

Default scaling factor for bounding box.

Minimum scaling factor

Definition at line 82 of file BodyPose2D.h.

◆ handBoxScalingFactorNeckHipCoeff

Vector2f cvcore::bodypose2d::HandBoundingBoxParams::handBoxScalingFactorNeckHipCoeff

Training factor used to determine the scaling factor.

Scale ratio between Neck and Hip

Definition at line 85 of file BodyPose2D.h.

◆ handBoxScalingFactorTrainDims

Vector2d cvcore::bodypose2d::HandBoundingBoxParams::handBoxScalingFactorTrainDims

Definition at line 84 of file BodyPose2D.h.

◆ handType

HandType cvcore::bodypose2d::HandBoundingBoxParams::handType

Left or Right hand.

Definition at line 79 of file BodyPose2D.h.

◆ leftHipIndex

uint32_t cvcore::bodypose2d::HandBoundingBoxParams::leftHipIndex

Left or right elbow index of the pose provided.

Definition at line 93 of file BodyPose2D.h.

◆ neckIndex

uint32_t cvcore::bodypose2d::HandBoundingBoxParams::neckIndex

Nose index of the pose provided.

Definition at line 96 of file BodyPose2D.h.

◆ noseIndex

uint32_t cvcore::bodypose2d::HandBoundingBoxParams::noseIndex

Right hip index of the pose provided.

Definition at line 95 of file BodyPose2D.h.

◆ rightHipIndex

uint32_t cvcore::bodypose2d::HandBoundingBoxParams::rightHipIndex

Left hip index of the pose provided.

Definition at line 94 of file BodyPose2D.h.

◆ wristIndex

uint32_t cvcore::bodypose2d::HandBoundingBoxParams::wristIndex

Scale factor between neck and nose.

Definition at line 88 of file BodyPose2D.h.


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