FastDeploy
latest
Fast & Easy to Deploy!
|
Face Alignment result structure for all the face alignment models. More...
#include <result.h>
Inherits fastdeploy::vision::BaseResult.
Public Member Functions | |
void | Clear () |
Clear FaceAlignmentResult. | |
void | Free () |
Clear FaceAlignmentResult and free the memory. | |
std::string | Str () |
Debug function, convert the result to string to print. | |
Public Attributes | |
std::vector< std::array< float, 2 > > | landmarks |
All the coordinates of detected landmarks for an input image, and the element of landmarks is a array of 2 float values, means [x, y]. | |
Face Alignment result structure for all the face alignment models.