NeuroDactyl
person.h File Reference

Header file with Person and PersonDB descriptions. More...

#include <vector>
#include "extractor.h"
Include dependency graph for person.h:

Go to the source code of this file.

Classes

class  NeuroDactyl::Person
 Person Used for storing fingerprint templates of one person. More...
 
class  NeuroDactyl::PersonDB
 Person DB Used for storing persons with its IDs. More...
 

Namespaces

 NeuroDactyl
 Namespace containing all symbols from the NeuroDactyl SDK.
 

Functions

FPSERVERSDK_API NeuroDactyl::PersonNeuroDactyl::constructPerson ()
 
FPSERVERSDK_API NeuroDactyl::PersonDBNeuroDactyl::constructPersonDB (const NeuroDactyl::Config *cfg, size_t maxSize)
 
FPSERVERSDK_API NeuroDactyl::PersonDBNeuroDactyl::constructPersonDB (const NeuroDactyl::Config *cfg, const std::string &filename)
 
float FPSERVERSDK_API NeuroDactyl::match (const NeuroDactyl::Person *person0, const NeuroDactyl::Person *person1)
 

Detailed Description

Header file with Person and PersonDB descriptions.