Face Engine SDK
5.25.0
A face detection, recognition and tracking engine.
Loading...
Searching...
No Matches
Transformation.h
1
#pragma once
2
3
#include <fsdk/Types/Vector2.h>
4
5
namespace
fsdk
{
6
12
struct
Transformation
{
13
Vector2<float>
centerP = {0, 0};
// From 0, scaled
14
float
angleDeg = 0;
15
float
scale = 0;
16
Vector2<int>
detectionTopLeft = {0, 0};
// From 0, original size
17
18
bool
isValid =
false
;
19
};
20
21
}
// namespace fsdk
fsdk
SDK namespace.
Definition
IAGSEstimator.h:8
fsdk::Transformation
Transformation data structure, used for warping.
Definition
Transformation.h:12
fsdk::Vector2
Generic 2D vector.
Definition
Vector2.h:10
fsdk.framework
Headers
Types
Transformation.h
Generated on Wed Dec 18 2024 16:18:48 for Face Engine SDK by
1.11.0