 |
Face Engine SDK
5.8.0
A face detection, recognition and tracking engine.
|
Go to the documentation of this file.
10 #include <fsdk/FSDKError.h>
11 #include <fsdk/IRefCounted.h>
12 #include <fsdk/Types/Detection.h>
13 #include <fsdk/Types/Image.h>
14 #include <fsdk/Types/Span.h>
18 #ifndef DOXYGEN_SHOULD_SKIP_THIS
44 Image& transformedImage)
const noexcept = 0;
Span. @detail Not owning data view. It incapsulated pointer to the continuous array with one or more ...
Definition: Span.h:15
#define DECLARE_SMARTPTR(X)
Smart ptr declaration helper macro.
Definition: Def.h:59
virtual Result< FSDKError > warp(Span< const Image > images, Span< const Detection > detections, Span< Image > transformedImages) const noexcept=0
Warps humans on multiple images.
SDK namespace.
Definition: IAGSEstimator.h:8
virtual Result< FSDKError > warp(const Image image, const Detection &detection, Image &transformedImage) const noexcept=0
Warp human detection.
Human detection area warper interface.
Definition: IHumanWarper.h:26
Detection structure. @detail Stores a detected bounding box within a source image rect.
Definition: Detection.h:10
A structure that encapsulates an action result enumeration.
Definition: Result.h:30
Image.
Definition: Image.h:38
Base strong reference counted object interface.
Definition: IRefCounted.h:36