Pose Estimation¶
-
void
Trueface::SDK
::
estimatePose
(const std::vector<BoundingBox> &boundingBoxes, std::vector<std::vector<Landmark>> &landmarks)¶ Estimate body pose.
- Parameters
[in] boundingBoxes
: bounding boxes returned by detectObjects[out] landmarks
: a vector of Landmark objects that represent body joints.