3DiVi Face SDK  3.21.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Groups
com.vdt.face_recognition.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 (boolean value)
 Set the flag enabling 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 (Vector< 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
 
boolean _short_time_identification_enabled
 
float _short_time_identification_distance_threshold
 
float _short_time_identification_outdate_time_seconds
 
Vector< ActiveLiveness.CheckType > _active_liveness_checks_order
 

Detailed Description

Parameters of the VideoWorker constructor.

Member Function Documentation

Params com.vdt.face_recognition.sdk.VideoWorker.Params.age_gender_estimation_threads_count ( int  value)
inline

Set the number of threads for age_gender estimation.

Returns
*this
Params com.vdt.face_recognition.sdk.VideoWorker.Params.emotions_estimation_threads_count ( int  value)
inline

Set the number of threads for estimation of emotions.

Returns
*this
Params com.vdt.face_recognition.sdk.VideoWorker.Params.matching_threads_count ( int  value)
inline

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

Returns
*this
Params com.vdt.face_recognition.sdk.VideoWorker.Params.processing_threads_count ( int  value)
inline

Set the number of threads for creating templates.

Returns
*this
Params com.vdt.face_recognition.sdk.VideoWorker.Params.recognizer_config ( FacerecService.Config  value)
inline

Set the Recognizer configuration file with optionally overridden parameters.

Returns
*this
Params com.vdt.face_recognition.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 com.vdt.face_recognition.sdk.VideoWorker.Params.short_time_identification_distance_threshold ( float  value)
inline

Set the recognition distance threshold for short time identification.

Returns
*this
Params com.vdt.face_recognition.sdk.VideoWorker.Params.short_time_identification_enabled ( boolean  value)
inline

Set the flag enabling short time identification.

Returns
*this
Params com.vdt.face_recognition.sdk.VideoWorker.Params.short_time_identification_outdate_time_seconds ( float  value)
inline

Set outdate_time in seconds for short time identification.

Returns
*this
Params com.vdt.face_recognition.sdk.VideoWorker.Params.streams_count ( int  value)
inline

Set the number of video streams.

Returns
*this
Params com.vdt.face_recognition.sdk.VideoWorker.Params.video_worker_config ( FacerecService.Config  value)
inline

Set the VideoWorker configuration file with optionally overridden parameters.

Returns
*this