IDLive Face new C++ API 1.46.0
|
Detects face on the image and analyzes if it belongs to a real person or not. More...
#include <idliveface/idliveface.h>
Public Member Functions | |
FaceAnalysisResult | Analyze (const Image &image, const FaceAnalysisParameters ¶meters={}) const |
Runs the face analysis. | |
std::string | GetPipeline () |
Returns the pipeline used. | |
Detects face on the image and analyzes if it belongs to a real person or not.
FaceAnalysisResult idliveface::FaceAnalyzer::Analyze | ( | const Image & | image, |
const FaceAnalysisParameters & | parameters = {} |
||
) | const |
Runs the face analysis.
image | The source image. |
parameters | Optional face analysis parameters. |
LicenseException | if the license has expired. |