3#include <fsdk/Optional.h>
4#include <fsdk/Types/Detection.h>
5#include <fsdk/Types/Image.h>
10 typedef float ElementType;
15 bool isValid()
const {
19 explicit Human() =
default;
SDK namespace.
Definition IAGSEstimator.h:8
Detection structure. @detail Stores a detected bounding box within a source image rect.
Definition Detection.h:10
bool isValid() const noexcept
Checks whether a detection is valid.
Definition Detection.h:119
Image.
Definition Image.h:38
bool isValid() const noexcept
Definition Image.h:777