FastDeploy
latest
Fast & Easy to Deploy!
|
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}. | |
HeadPose result structure for all the headpose models.