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

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.
 

Detailed Description

Face recognition result structure for all the Face recognition models.


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