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

TemplateCreated callback data. More...

Public Attributes

ulong stream_id
 Integer id of the video stream (0 <= stream_id < streams_count).
 
ulong frame_id
 Integer id of the frame (that was returned by VideoWorker.addVideoFrame).
 
RawSample sample
 Face sample.
 
double quality
 Face sample quality. The same as from the FaceQualityEstimator.
 
Template templ
 Template created for this sample.
 

Detailed Description

TemplateCreated callback data.