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