DFACE C++  5.0.0
dface_detect.h File Reference
#include <string>
#include <vector>
#include "common.h"
Include dependency graph for dface_detect.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  dface::DfaceDetect
 FaceDetect API. More...
 

Namespaces

 dface
 

Typedefs

typedef DfaceDetect * dface::CreateDetect(const std::string &model_path, int precision)
 
typedef void dface::DestroyDetect(DfaceDetect *dc)