Face Engine SDK  5.23.1
A face detection, recognition and tracking engine.
fsdk::Landmarks< numOfLandmarks > Struct Template Reference

Face landmarks template structure. More...

#include <Landmarks.h>

List of all members.

Public Member Functions

 Landmarks (const Landmarks &cp)
 Landmarks (Landmarks &&mv)
Landmarksoperator= (const Landmarks &cp)
Landmarksoperator= (Landmarks &&mv)
constexpr size_t size () const noexcept
bool isValid () const noexcept

Public Attributes

Landmark landmarks [numOfLandmarks]
 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:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines