4 #include <fsdk/Optional.h> 21 template<
size_t numOfLandmarks = 17>
25 assert(idx < numOfLandmarks);
26 return landmarks[idx];
30 assert(idx < numOfLandmarks);
31 return landmarks[idx];
34 static constexpr
size_t landmarksCount = numOfLandmarks;
SDK namespace.
Definition: IAGSEstimator.h:8
Common data types and structures.
Human keypoints landmarks template structure.
Definition: HumanLandmarks.h:22
Definition: HumanLandmarks.h:7