Face SDK  1.7 Mozart rc
Face Recognition Software Development Kit
Public Member Functions | List of all members
face_sdk::age_gender Class Referenceabstract

Age&Gender classification algorithm. Classify age and gender of the face based on face_sdk::alignment_info. More...

#include <age_gender.h>

Public Member Functions

virtual face_sdk::age_gender_info_set calc_age_gender (const face_sdk::alignment_info_set &alignment_info)=0
 Classifies age and gender for the aligned faces. More...
 
virtual uint32_t version () const noexcept=0
 Algorithm`s version. See Age&Gender versions.
 
virtual bool is_compatible (uint32_t alignment_version) const noexcept=0
 Function helps to determine Alignment and Age&Gender algorithms versions compatibility. See Algorithms versions compability.
 

Detailed Description

Age&Gender classification algorithm. Classify age and gender of the face based on face_sdk::alignment_info.

Use make_age_gender() functions for instantiating of age_gender object.

Member Function Documentation

◆ calc_age_gender()

virtual face_sdk::age_gender_info_set face_sdk::age_gender::calc_age_gender ( const face_sdk::alignment_info_set &  alignment_info)
pure virtual

Classifies age and gender for the aligned faces.

Exceptions
face_sdk::exceptionSee Exceptions handling.

The documentation for this class was generated from the following file: