FaceRecognize API.  
 More...
#include <dface_recognize.h>
  
  
      
        
          | dface::DfaceRecognize::DfaceRecognize  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
  
  
      
        
          | virtual dface::DfaceRecognize::~DfaceRecognize  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inlinevirtual   | 
  
 
 
  
  
      
        
          | virtual void dface::DfaceRecognize::extractFaceFeatureByImg  | 
          ( | 
          unsigned char *  | 
          img,  | 
         
        
           | 
           | 
          int  | 
          w,  | 
         
        
           | 
           | 
          int  | 
          h,  | 
         
        
           | 
           | 
          int  | 
          format,  | 
         
        
           | 
           | 
          dface::Box &  | 
          bbox,  | 
         
        
           | 
           | 
          std::vector< unsigned char > &  | 
          out_feature  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
pure virtual   | 
  
 
Extract face feature(for face compare) 
- Parameters
 - 
  
    | [in] | img | Image bytes data  | 
    | [in] | w | Image width  | 
    | [in] | h | Image height  | 
    | [in] | format | Image format(PIXELS_BGR, PIXELS_RGB, PIXELS_YUYV, PIXELS_MJPEG ...)  | 
    | [in] | bbox | Face box  | 
    | [out] | out_feature | Output face feature (512 bytes)  | 
  
   
- Returns
 - ref out_feature 
 
 
 
The documentation for this class was generated from the following file: