![]() |
Face SDK
1.14.1 Mozart release
Face Recognition Software Development Kit
|
Contains information about quality_checker modules you want to initialize. More...
#include <quality_checker.h>
Public Attributes | |
bool | use_blur_checker = true |
blur will be calculated if true, otherwise nan will be in quality_result's appropriate field. | |
bool | use_face_color_checker = true |
unnatural skin color will be calculated if true, otherwise nan will be in quality_result's appropriate field. | |
bool | use_glasses_smile_occlusion_checker = true |
glasses, smile, occlusion and closed eyes will be calculated if true, otherwise nan will be in quality_result's appropriate fields. | |
bool | use_hot_spots_checker = true |
hot spots will be calculated if true, otherwise nan will be in quality_result's appropriate field. | |
bool | use_overexposure_checker = true |
overexposure will be calculated if true, otherwise nan will be in quality_result's appropriate field. | |
bool | use_red_eyes_checker = true |
red eyes will be calculated if true, otherwise nan will be in quality_result's appropriate field. | |
bool | use_rotation_checker = true |
rotation will be calculated if true, otherwise nan will be in quality_result's appropriate field. | |
bool | use_background_checker = true |
background evenness will be calculated if true, otherwise nan will be in quality_result's appropriate field. | |
bool | use_mask_checker = true |
mask will be calculated if true, otherwise nan will be in quality_result's appropriate field. | |
std::shared_ptr< face_sdk::data_container > | face_color_container = nullptr |
The container with face_color algorithm data. Can be nullptr if use_face_color_checker == false. | |
std::shared_ptr< face_sdk::data_container > | glasses_smile_occlusion_container = nullptr |
The container with glasses_smile_occlusion algorithm data. Can be nullptr if use_glasses_smile_occlusion_checker == false. | |
std::shared_ptr< face_sdk::data_container > | red_eyes_container = nullptr |
The container with red_eyes algorithm data. Can be nullptr if use_red_eyes_checker == false. | |
std::shared_ptr< face_sdk::data_container > | background_container = nullptr |
The container with background algorithm data. Can be nullptr if use_background_checker == false. | |
std::shared_ptr< face_sdk::data_container > | mask_container = nullptr |
The container with mask algorithm data. Can be nullptr if use_mask_checker == false. | |
Contains information about quality_checker modules you want to initialize.