3DiVi Face SDK  3.21.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Groups
face_sdk.modules.video_worker.MatchFoundCallbackData Class Reference

MatchFound callback data. More...

Public Member Functions

def __init__
 Found elements with a distance less than distance_threshold (but not more than k nearest elements, the value of k is set in the configuration file tagged as search_k tag). More...
 
def __repr__
 
- Public Member Functions inherited from face_sdk.modules.video_worker.TemplateCreatedCallbackData
def __init__
 Integer id of the video stream (0 <= stream_id < streams_count). More...
 
def __repr__
 

Public Attributes

 search_results
 
- Public Attributes inherited from face_sdk.modules.video_worker.TemplateCreatedCallbackData
 stream_id
 
 frame_id
 
 quality
 
 sample
 
 templ
 

Detailed Description

MatchFound callback data.