TECH5 Gallery Matcher ServerE 2.7.0
Public Member Functions | Static Public Member Functions
Tech5Finger::Latent_Matcher Class Referenceabstract

Latent_Matcher. More...

#include <Tech5_GalleryMatcher_ServerE.h>

Public Member Functions

virtual bool init_license (const char *licensePath)=0
 init_license Function set license More...
 
virtual uint32_t verify_latent (MatchingParameters &matchingParameters, uint8_t *latent_template, uint8_t *finger_template, double &score, double &logFAR)=0
 verify_latent Function verify latent template with latent or fingerprint template More...
 
virtual uint32_t insert_latent (std::string &id, uint8_t *latent)=0
 insert_latent Function insert record in memory database that is used in indentification More...
 
virtual uint32_t delete_record (std::string &id)=0
 delete_record Function delete record from memory database that is used in indentification More...
 
virtual uint64_t get_final_gallery_size () const =0
 get_final_gallery_size More...
 
virtual bool isRecordExist (std::string &id)=0
 isRecordExist More...
 
virtual uint32_t identify_TL (MatchingParameters &matchingParameters, TpTemplate &probeTpTemplate, const uint32_t number_threads, const uint32_t candidate_list_length, std::vector< candidates_string > &candidate_list)=0
 identify_TL Function performs tenprint-latents identification in 1 step. NOTE: function can be called only in FAST_IDENTIFY mode More...
 
virtual uint32_t identify_LL (MatchingParameters &matchingParameters, uint8_t *latent_template, const uint32_t number_threads, const uint32_t candidate_list_length, std::vector< candidates_string > &candidate_list)=0
 identify_LL Function performs latent-latents identification in 1 step. NOTE: function can be called only in FAST_IDENTIFY mode More...
 

Static Public Member Functions

static Latent_Matchercreate (IDENTIFY_MODE identify_mode, bool check_doubles)
 create create object of Latent_Matcher More...
 
static void cancel (Latent_Matcher *&matcher)
 cancel delete object of LT_Matcher
 
static uint32_t get_max_template_size ()
 get_max_template_size More...
 

Detailed Description

Latent_Matcher.


The documentation for this class was generated from the following file: