3DiVi Face SDK
3.24.1
|
Interface object for creating and matching templates. More...
Public Member Functions | |
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... | |
Interface object for creating and matching templates.