 |
Face Engine SDK
5.8.0
A face detection, recognition and tracking engine.
|
3 #include <fsdk/Types.h>
4 #include <fsdk/Optional.h>
28 template<
size_t numOfLandmarks = 17>
32 assert(idx < numOfLandmarks);
33 return landmarks[idx];
37 assert(idx < numOfLandmarks);
38 return landmarks[idx];
41 static constexpr
size_t landmarksCount = numOfLandmarks;
bool visible
true if the current point is visible and point member contains valid coordinates.
Definition: HumanLandmarks.h:22
Human keypoints landmark structure.
Definition: HumanLandmarks.h:10
float score
Point score. Do not use it untill you really need it.
Definition: HumanLandmarks.h:17
fsdk::Point2f point
Definition: HumanLandmarks.h:20
SDK namespace.
Definition: IAGSEstimator.h:8
Human keypoints landmarks template structure.
Definition: HumanLandmarks.h:29