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

Interface object for encapsulation data from MatchFoundCallback. 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.
 
Vector< VideoWorker.SearchResult > search_result
 All elements that distance less than distance_threshold (but at most k closest, where k is set in the config file under tag search_k).
 

Detailed Description

Interface object for encapsulation data from MatchFoundCallback.