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
Common data types and structures.
fsdk::Point2f point
Definition: HumanLandmarks.h:20
Human keypoints landmarks template structure.
Definition: HumanLandmarks.h:29
float score
Point score. Do not use it untill you really need it.
Definition: HumanLandmarks.h:17
Human keypoints landmark structure.
Definition: HumanLandmarks.h:10