![]() |
Face SDK
1.14.1 Mozart release
Face Recognition Software Development Kit
|
Contains information about quality of the image. More...
#include <quality_checker.h>
Public Attributes | |
float | hot_spots |
value in range [0...1], where 0 means no hot spots and 1 means heavy hot spots. | |
float | blur |
value in range [0...1], where 0 means no blur and 1 means blurred image. | |
float | overexposure |
value in range [0...1], where 0 means normal exposure and 1 means under/overexposed image. | |
float | rotation |
value in range [0...1], where 0 means face on image is not rotated and 1 means it is rotated. | |
float | glasses |
value in range [0...1], where 0 means no glasses and 1 means glasses on. | |
float | smile |
value in range [0...1], where 0 means no smile and 1 means a smile. | |
float | occlusion |
value in range [0...1], where 0 means no occlusion and 1 means face is fully blocked. | |
float | closed_eyes |
value in range [0...1], where 0 means eyes are open and 1 means eyes are closed. | |
float | red_left_eye |
value in range [0...1], where 0 means normal eye color and 1 means red eye. | |
float | red_right_eye |
value in range [0...1], where 0 means normal eye color and 1 means red eye. | |
float | face_color |
value in range [0...1], where 0 means the skin color is normal and 1 means the color is unnatural. | |
float | background |
value in range [0...1], where 0 means the background is even and 1 means the background is not even. | |
float | mask |
value in range [0...1], where 0 means no mask and 1 means there is a mask. | |
Contains information about quality of the image.
Important! Detectors of smile, glasses, closed_eyes, red_eyes, occlusion, face_color, background depend on detector of rotation.
These detectors work correctly only if rotation output is less than 0.6 Detector of closed eyes works correctly only if there is no glasses on the face. Detector of red eyes works correctly only if the eyes are open.