3DiVi Face SDK  3.21.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Groups
VDT.FaceRecognition.SDK.VideoWorker.Params Class Reference

Parameters of the VideoWorker constructor. More...

Public Member Functions

 Params ()
 Default constructor, set strings to empty, numbers to zero, flags to false.
 
Params video_worker_config (FacerecService.Config value)
 Set the VideoWorker configuration file with optionally overridden parameters. More...
 
Params recognizer_ini_file (string value)
 Set the name of the configuration file for Recognizer that will be used inside VideoWorker. More...
 
Params recognizer_config (FacerecService.Config value)
 Set the Recognizer configuration file with optionally overridden parameters. More...
 
Params streams_count (int value)
 Set the number of video streams. More...
 
Params processing_threads_count (int value)
 Set the number of threads for creating templates. More...
 
Params matching_threads_count (int value)
 Set the number of threads for matching templates with the database. More...
 
Params age_gender_estimation_threads_count (int value)
 Set the number of threads for age_gender estimation. More...
 
Params emotions_estimation_threads_count (int value)
 Set the number of threads for estimation of emotions. More...
 
Params short_time_identification_enabled (bool value)
 Set the flag that enables short time identification. More...
 
Params short_time_identification_distance_threshold (float value)
 Set the recognition distance threshold for short time identification. More...
 
Params short_time_identification_outdate_time_seconds (float value)
 Set outdate_time in seconds for short time identification. More...
 
Params active_liveness_checks_order (ActiveLiveness.CheckType[] value)
 Set the order for checking the active liveness.
 

Public Attributes

FacerecService.Config _video_worker_config
 
string _recognizer_ini_file
 
FacerecService.Config _recognizer_config
 
int _streams_count
 
int _processing_threads_count
 
int _matching_threads_count
 
int _age_gender_estimation_threads_count
 
int _emotions_estimation_threads_count
 
bool _short_time_identification_enabled
 
float _short_time_identification_distance_threshold
 
float _short_time_identification_outdate_time_seconds
 
ActiveLiveness.CheckType[] _active_liveness_checks_order
 

Detailed Description

Parameters of the VideoWorker constructor.

Member Function Documentation

Params VDT.FaceRecognition.SDK.VideoWorker.Params.age_gender_estimation_threads_count ( int  value)
inline

Set the number of threads for age_gender estimation.

Returns
*this
Params VDT.FaceRecognition.SDK.VideoWorker.Params.emotions_estimation_threads_count ( int  value)
inline

Set the number of threads for estimation of emotions.

Returns
*this
Params VDT.FaceRecognition.SDK.VideoWorker.Params.matching_threads_count ( int  value)
inline

Set the number of threads for matching templates with the database.

Returns
this
Params VDT.FaceRecognition.SDK.VideoWorker.Params.processing_threads_count ( int  value)
inline

Set the number of threads for creating templates.

Returns
this
Params VDT.FaceRecognition.SDK.VideoWorker.Params.recognizer_config ( FacerecService.Config  value)
inline

Set the Recognizer configuration file with optionally overridden parameters.

Returns
this
Params VDT.FaceRecognition.SDK.VideoWorker.Params.recognizer_ini_file ( string  value)
inline

Set the name of the configuration file for Recognizer that will be used inside VideoWorker.

Returns
this
Params VDT.FaceRecognition.SDK.VideoWorker.Params.short_time_identification_distance_threshold ( float  value)
inline

Set the recognition distance threshold for short time identification.

Returns
this
Params VDT.FaceRecognition.SDK.VideoWorker.Params.short_time_identification_enabled ( bool  value)
inline

Set the flag that enables short time identification.

Returns
*this
Params VDT.FaceRecognition.SDK.VideoWorker.Params.short_time_identification_outdate_time_seconds ( float  value)
inline

Set outdate_time in seconds for short time identification.

Returns
this
Params VDT.FaceRecognition.SDK.VideoWorker.Params.streams_count ( int  value)
inline

Set the number of video streams.

Returns
this
Params VDT.FaceRecognition.SDK.VideoWorker.Params.video_worker_config ( FacerecService.Config  value)
inline

Set the VideoWorker configuration file with optionally overridden parameters.

Returns
this