FastDeploy
latest
Fast & Easy to Deploy!
|
Face recognition result structure for all the Face recognition models. More...
#include <result.h>
Inherits fastdeploy::vision::BaseResult.
Public Member Functions | |
void | Clear () |
Clear FaceRecognitionResult. | |
void | Free () |
Clear FaceRecognitionResult and free the memory. | |
std::string | Str () |
Debug function, convert the result to string to print. | |
Public Attributes | |
std::vector< float > | embedding |
The feature embedding that represents the final extraction of the face recognition model can be used to calculate the feature similarity between faces. | |
Face recognition result structure for all the Face recognition models.