Face Engine SDK
4.6.0
A face detection, recognition and tracking engine.
|
Public Types | |
typedef float | ElementType |
Public Member Functions | |
bool | isValid () const |
Face (const fsdk::Image &image) | |
Face (const fsdk::Image &image, const fsdk::BaseDetection< ElementType > &detection) | |
Public Attributes | |
fsdk::Image | img |
fsdk::BaseDetection< ElementType > | detection |
Optional< fsdk::Landmarks5 > | landmarks5 |
Optional< fsdk::Landmarks68 > | landmarks68 |
Optional< fsdk::OrientationType > | orientation |