NVIDIA DeepStream SDK API Reference

6.4 Release
cvcore::headpose::HeadPoseParams Struct Reference

Detailed Description

Parameters for HeadPose.

Definition at line 31 of file HeadPose.h.

Data Fields

size_t numLandmarks
 number of landmarks. More...
 
std::vector< double > facePoints3d
 3d points coordinates for face model. More...
 
std::vector< int > landmarks2dIndices
 indices for relevant landmarks. More...
 

Field Documentation

◆ facePoints3d

std::vector<double> cvcore::headpose::HeadPoseParams::facePoints3d

3d points coordinates for face model.

Definition at line 34 of file HeadPose.h.

◆ landmarks2dIndices

std::vector<int> cvcore::headpose::HeadPoseParams::landmarks2dIndices

indices for relevant landmarks.

Definition at line 35 of file HeadPose.h.

◆ numLandmarks

size_t cvcore::headpose::HeadPoseParams::numLandmarks

number of landmarks.

Definition at line 33 of file HeadPose.h.


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