IDLive Face C++ API 1.46.0
Loading...
Searching...
No Matches
Classes | Typedefs
DetectorEngine.h File Reference
#include <facesdk/Common.h>
#include <facesdk/FaceException.h>
#include <facesdk/Image.h>

Classes

struct  facesdk::BoundingBox
 Face rectangle bounding box. More...
 
struct  facesdk::Keypoints
 Keypoints structure which is returned by DetectEngine. More...
 
struct  facesdk::HeadPose
 Set of yaw, pith, and roll angles (in degrees) More...
 
struct  facesdk::FaceParameters
 Structure for storing facial parameters. More...
 
struct  facesdk::DetectionResult
 Result of DetectEngine. More...
 
class  facesdk::DetectEngine
 Interface of facial keypoint detector. More...
 

Typedefs

using facesdk::DetectEnginePtr = std::shared_ptr< class DetectEngine >
 Smart pointer of DetectEngine.
 
using facesdk::OptionalDetectionResult = OptionalResult< DetectionResult >
 Alias for optional detection result.
 

Detailed Description

FaceSDK detection engine header file