Face SDK  1.14.1 Mozart release
Face Recognition Software Development Kit
Public Attributes | List of all members
face_sdk::quality_checker_initializer Struct Reference

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_containerface_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_containerglasses_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_containerred_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_containerbackground_container = nullptr
 The container with background algorithm data. Can be nullptr if use_background_checker == false.
 
std::shared_ptr< face_sdk::data_containermask_container = nullptr
 The container with mask algorithm data. Can be nullptr if use_mask_checker == false.
 

Detailed Description

Contains information about quality_checker modules you want to initialize.


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