3 #include "fsdk/Optional.h" 
    4 #include <fsdk/Types/Detection.h> 
    5 #include <fsdk/Types/Image.h> 
    6 #include <fsdk/Types/Landmarks.h> 
   12         typedef float ElementType;
 
   16         Optional<fsdk::Landmarks5> landmarks5;
 
   17         Optional<fsdk::Landmarks68> landmarks68;
 
   19         bool isValid()
 const {
 
   23         explicit Face() = 
default;
 
   29                 detection(detection) {};
 
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