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

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

Public Attributes

int stream_id
 Integer id of the video stream (0 <= stream_id < streams_count).
 
int first_frame_id
 Integer id of the frame when the face first detected by a tracker.
 
int last_frame_id
 Integer id of the frame when the face was lost.
 
float best_quality
 Best sample quality over all frames.
 
int best_quality_frame_id
 Integer id of the frame where that best quality was.
 
RawSample best_quality_sample
 The best quality sample from the best_quality_frame_id frame. Will be null if "weak_tracks_in_tracking_callback" is enabled and all samples with that track_id are flagged as "weak=true".
 
Template best_quality_templ
 Template of the best_quality_sample. Will be null if processing_threads_count is zero or best_quality_sample is null.
 
int track_id
 ID of the lost face (track_id). track_id is equal to sample.getID() for a sample given in any VideoWorker callback.
 
boolean sti_person_id_set
 Flag indicating that sti_person_id is set. sti_person_id is not set, if short time identification is disabled or no templates were generated for this track.
 
int sti_person_id
 ID of "sti_person", which is a set of tracks formed by short time identification. sti_person_id is equal to track_id of the first member of this "sti_person" set of tracks.
 

Detailed Description

Interface object for encapsulation data from TrackingLostCallback.