IDLive Face new C++ API 1.46.0
Loading...
Searching...
No Matches
Public Member Functions | List of all members
idliveface::FaceAnalyzer Class Reference

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 &parameters={}) const
 Runs the face analysis.
 
std::string GetPipeline ()
 Returns the pipeline used.
 

Detailed Description

Detects face on the image and analyzes if it belongs to a real person or not.

Member Function Documentation

◆ Analyze()

FaceAnalysisResult idliveface::FaceAnalyzer::Analyze ( const Image image,
const FaceAnalysisParameters parameters = {} 
) const

Runs the face analysis.

Parameters
imageThe source image.
parametersOptional face analysis parameters.
Exceptions
LicenseExceptionif the license has expired.