Face Engine SDK  5.14.0
A face detection, recognition and tracking engine.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
fsdk::Landmarks< numOfLandmarks > Struct Template Reference

Face landmarks template structure. More...

#include <Landmarks.h>

Public Member Functions

 Landmarks (const Landmarks &cp)
 
 Landmarks (Landmarks &&mv)
 
Landmarksoperator= (const Landmarks &cp)
 
Landmarksoperator= (Landmarks &&mv)
 

Public Attributes

Landmark landmarks [landmarkCount]
 Detected landmarks.
 

Static Public Attributes

static constexpr uint64_t landmarkCount = numOfLandmarks
 

Detailed Description

template<size_t numOfLandmarks>
struct fsdk::Landmarks< numOfLandmarks >

Face landmarks template structure.

Face detector is capable of face landmarks detection. Contain's not fixed, but provided at compile time amount of landmarks

Note
You can only use
See Also
Landmarks5Indexes to access landmarks of this structure if it's filled by detector and is of size 5

The documentation for this struct was generated from the following file: