NeuroDactyl
matcher.h File Reference

Header file with fingerprint template DB and template matcher descriptions. More...

#include "config.h"
#include "extractor.h"
#include "export.h"
Include dependency graph for matcher.h:

Go to the source code of this file.

Classes

class  NeuroDactyl::TemplateDB
 Template DB Used for storing fingerprint templates with its IDs. More...
 

Namespaces

 NeuroDactyl
 Namespace containing all symbols from the NeuroDactyl SDK.
 

Functions

FPSERVERSDK_API NeuroDactyl::TemplateDBNeuroDactyl::constructTemplateDB (const NeuroDactyl::Config *cfg, size_t maxSize)
 
FPSERVERSDK_API NeuroDactyl::TemplateDBNeuroDactyl::constructTemplateDB (const NeuroDactyl::Config *cfg, const std::string &path)
 
float FPSERVERSDK_API NeuroDactyl::match (const NeuroDactyl::Template *template0, const NeuroDactyl::Template *template1)
 

Detailed Description

Header file with fingerprint template DB and template matcher descriptions.