9 #ifndef DOXYGEN_SHOULD_SKIP_THIS
19 enum class Ethnicities {
37 float scores[
static_cast<int>(Ethnicities::Other)];
48 if(static_cast<uint32_t>(ethnicity) >= static_cast<uint32_t>(IEthnicityEstimator::Ethnicities::Other)) {
51 return scores[
static_cast<uint32_t
>(ethnicity)];
#define DECLARE_SMARTPTR(X)
Smart ptr declaration helper macro.
Definition: Def.h:56
Definition: IEthnicityEstimator.h:18
A structure that encapsulates an action result enumeration.
Definition: Result.h:27
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:37
Image.
Definition: Image.h:38
float getEthnicityScore(Ethnicities ethnicity) const
the result ethnicity
Definition: IEthnicityEstimator.h:47
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