DFACE C++  5.0.0
dface::DfaceRGBLiveness Class Referenceabstract

FaceRGBLiveness API. More...

#include <dface_rgb_liveness.h>

Public Member Functions

 DfaceRGBLiveness ()
 
virtual ~DfaceRGBLiveness ()
 
virtual float liveness_check (unsigned char *frame, int w, int h, int format, dface::Box &bbox)=0
 

Detailed Description

FaceRGBLiveness API.

Constructor & Destructor Documentation

dface::DfaceRGBLiveness::DfaceRGBLiveness ( )
inline

Constructor

virtual dface::DfaceRGBLiveness::~DfaceRGBLiveness ( )
inlinevirtual

Destructor

Member Function Documentation

virtual float dface::DfaceRGBLiveness::liveness_check ( unsigned char *  frame,
int  w,
int  h,
int  format,
dface::Box bbox 
)
pure virtual

Liveness check

Parameters
[in]imgImage bytes data
[in]wImage width
[in]hImage height
[in]formatImage format(PIXELS_BGR, PIXELS_RGB, PIXELS_YUY2, ...)
[in]bboxFace box
Returns
Live score
Note
()

The documentation for this class was generated from the following file: