3 #include <fsdk/Optional.h>
4 #include <fsdk/Types/Detection.h>
5 #include <fsdk/Types/HumanLandmarks.h>
10 typedef float ElementType;
14 Optional<fsdk::HumanLandmarks17> landmarks17;
15 bool isValid()
const {
19 explicit Human() =
default;
bool isValid() const noexcept
Checks whether a detection is valid.
Definition: Detection.h:116
Image.
Definition: Image.h:39
Detection structure. Stores a detected bounding box within a source image rect.
Definition: Detection.h:10
bool isValid() const noexcept
Definition: Image.h:774