9 #ifndef DOXYGEN_SHOULD_SKIP_THIS 14 enum class Ethnicities {
32 float scores[
static_cast<int>(Ethnicities::Other)];
47 if (static_cast<uint32_t>(ethnicity) >= static_cast<uint32_t>(IEthnicityEstimator::Ethnicities::Other)) {
50 return scores[
static_cast<uint32_t
>(ethnicity)];
#define DECLARE_SMARTPTR(X)
Smart ptr declaration helper macro.
Definition: Def.h:59
SDK namespace.
Definition: IAGSEstimator.h:8
Definition: IEthnicityEstimator.h:13
A structure that encapsulates an action result enumeration.
Definition: Result.h:29
Common data types and structures.
float getEthnicityScore(Ethnicities ethnicity) const
the result ethnicity
Definition: IEthnicityEstimator.h:46
Ethnicities predominant
Definition: IEthnicityEstimator.h:29
Object system types and interfaces.
Base strong reference counted object interface.
Definition: IRefCounted.h:36
Image.
Definition: Image.h:38
Definition: IEthnicityEstimator.h:25
Span. Not owning data view. It incapsulated pointer to the continuous array with one or more T objec...
Definition: Span.h:14