FaceRGBLiveness API.  
 More...
#include <dface_rgb_liveness.h>
  
  
      
        
          | dface::DfaceRGBLiveness::DfaceRGBLiveness  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
  
  
      
        
          | virtual dface::DfaceRGBLiveness::~DfaceRGBLiveness  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inlinevirtual   | 
  
 
 
  
  
      
        
          | virtual float dface::DfaceRGBLiveness::liveness_check  | 
          ( | 
          unsigned char *  | 
          frame,  | 
         
        
           | 
           | 
          int  | 
          w,  | 
         
        
           | 
           | 
          int  | 
          h,  | 
         
        
           | 
           | 
          int  | 
          format,  | 
         
        
           | 
           | 
          dface::Box &  | 
          bbox  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
pure virtual   | 
  
 
Liveness check 
- Parameters
 - 
  
    | [in] | img | Image bytes data  | 
    | [in] | w | Image width  | 
    | [in] | h | Image height  | 
    | [in] | format | Image format(PIXELS_BGR, PIXELS_RGB, PIXELS_YUY2, ...)  | 
    | [in] | bbox | Face box  | 
  
   
- Returns
 - Live score 
 
- Note
 - () 
 
 
 
The documentation for this class was generated from the following file: