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

Interface object for creating and matching templates. More...

Public Member Functions

def __init__
 
def processing
 Create a template. More...
 
def verify_match
 Compare two templates. More...
 
def create_index
 Create the TemplatesIndex for quick search. More...
 
def get_method_name
 Get a method name. More...
 
def search
 Search for the k nearest Templates in the TemplatesIndex. More...
 
def load_template
 Load the template. More...
 
def choose_representative_templates_set
 Choose templates set that best represent original templates. More...
 
def get_roc_curve_point_by_distance_threshold
 Get a point on the ROC curve with a given distance threshold. More...
 
def get_roc_curve_point_by_far
 Get a point on the ROC curve with a given false acceptance rate (FAR). More...
 
def get_roc_curve_point_by_frr
 Get a point on the ROC curve with a given false rejection rate (FRR). More...
 
def get_roc_curve_point_by_score_threshold
 Get a point on the ROC curve with a given similarity score threshold. More...
 

Detailed Description

Interface object for creating and matching templates.