FastDeploy  latest
Fast & Easy to Deploy!
Public Member Functions | Public Attributes | List of all members
fastdeploy::vision::HeadPoseResult Struct Reference

HeadPose result structure for all the headpose models. More...

#include <result.h>

Inherits fastdeploy::vision::BaseResult.

Public Member Functions

void Clear ()
 Clear HeadPoseResult.
 
void Free ()
 Clear HeadPoseResult and free the memory.
 
std::string Str ()
 Debug function, convert the result to string to print.
 

Public Attributes

std::vector< float > euler_angles
 EulerAngles for an input image, and the element of euler_angles is a vector, contains {yaw, pitch, roll}.
 

Detailed Description

HeadPose result structure for all the headpose models.


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