Age Detection
The Age Detection feature estimates and saves the age data of a human face on a video frame. For example, this feature can be used to provide statistical data or to set age limits.
This feature depends on UVAP's 3D Head Pose Detection and Head Detection features as only images where the detected person is facing the camera (in good resolution) are suitable for age estimation. In practice, a person's age can be estimated from multiple detections and the Age Detection feature only provides basic age data.
This feature is provided by Multi-Graph Runner (MGR). For further information, see MGR.
Note: In an integrator application, in order to improve accuracy it is recommended to aggregate multiple age detection results based on tracks provided by the Tracker feature or feature vector similarity.
For a quick example setup of the Age Detection feature, see the Demo. The Age Detection feature is also demonstrated in the Reidentification Demo with Person Names.