Latent_Palm_Matcher.
More...
#include <Tech5_GalleryMatcher_ServerE.h>
|
virtual bool | init_license (const char *licensePath)=0 |
| init_license Function set license More...
|
|
virtual uint32_t | verify_palm (MatchingParameters &matchingParameters, uint8_t *probe_palm_template, uint8_t *gallery_palm_template, double &score, double &logFAR)=0 |
| verify_palm Function verify two palm templates More...
|
|
virtual uint32_t | insert_record (std::string &id, uint8_t *palmTemplate)=0 |
| insert_record 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_PLP (MatchingParameters &matchingParameters, TpTemplate probe_palm_template, const uint32_t number_threads, const uint32_t candidate_list_length, std::vector< candidates_string > &candidate_list)=0 |
| identify_PL Function performs palmprint-palm latents identification in 1 step. NOTE: function can be called only in FAST_IDENTIFY mode More...
|
|
virtual uint32_t | identify_LPLP (MatchingParameters &matchingParameters, uint8_t *probe_palm_template, const uint32_t number_threads, const uint32_t candidate_list_length, std::vector< candidates_string > &candidate_list)=0 |
| identify_LPLP Function performs palm latent - palm latents identification in 1 step. NOTE: function can be called only in FAST_IDENTIFY mode More...
|
|
The documentation for this class was generated from the following file: