![]() |
NeuroDactyl
|
Header file with Person and PersonDB descriptions. More...

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::Person * | NeuroDactyl::constructPerson () |
| FPSERVERSDK_API NeuroDactyl::PersonDB * | NeuroDactyl::constructPersonDB (const NeuroDactyl::Config *cfg, size_t maxSize) |
| FPSERVERSDK_API NeuroDactyl::PersonDB * | NeuroDactyl::constructPersonDB (const NeuroDactyl::Config *cfg, const std::string &filename) |
| float FPSERVERSDK_API | NeuroDactyl::match (const NeuroDactyl::Person *person0, const NeuroDactyl::Person *person1) |
Header file with Person and PersonDB descriptions.