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

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].
 

Detailed Description

Face Alignment result structure for all the face alignment models.


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