3DiVi Face SDK  3.21.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Groups
com.vdt.face_recognition.sdk.TemplateCreatedCallbackData Class Reference

Interface object for encapsulation data from TemplateCreatedCallback. More...

Public Attributes

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

Detailed Description

Interface object for encapsulation data from TemplateCreatedCallback.