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