3DiVi Face SDK  3.21.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Groups
com.vdt.face_recognition.sdk.AgeGenderEstimator Class Reference

Interface object for age and gender estimation. More...

Classes

enum  Age
 Age groups. More...
 
class  AgeGender
 Age and gender. More...
 
enum  Gender
 Gender groups. More...
 

Public Member Functions

void dispose ()
 Release internal object.
 
boolean isDisposed ()
 Check if an object is released. More...
 
AgeGender estimateAgeGender (final RawSample sample)
 To estimate age and gender of a given face sample. More...
 

Detailed Description

Interface object for age and gender estimation.

Member Function Documentation

AgeGender com.vdt.face_recognition.sdk.AgeGenderEstimator.estimateAgeGender ( final RawSample  sample)
inline

To estimate age and gender of a given face sample.

Parameters
[in]sampleFace sample.
Returns
Estimated age and gender.
boolean com.vdt.face_recognition.sdk.AgeGenderEstimator.isDisposed ( )
inline

Check if an object is released.

Returns
true if an object is released, false otherwise.