![]() |
NeuroDactyl
|

Classes | |
| struct | NeuroDactyl::Point |
| Point structure. More... | |
| struct | NeuroDactyl::BBox |
| Bounding box structure. More... | |
| class | NeuroDactyl::Detection |
| Fingerprint detection class. More... | |
| class | NeuroDactyl::Detector |
| Detector class Detector object is required for fingerprint detection. More... | |
Functions | |
| FPSERVERSDK_API NeuroDactyl::Detection * | NeuroDactyl::constructDetection (const NeuroDactyl::Image *image, int dpi, NeuroDactyl::Point ¢er, float angle) |
| FPSERVERSDK_API NeuroDactyl::Detector * | NeuroDactyl::createDetector (const NeuroDactyl::Config *cfg) |
| FPSERVERSDK_API NeuroDactyl::Detection* NeuroDactyl::constructDetection | ( | const NeuroDactyl::Image * | image, |
| int | dpi, | ||
| NeuroDactyl::Point & | center, | ||
| float | angle | ||
| ) |
| FPSERVERSDK_API NeuroDactyl::Detector* NeuroDactyl::createDetector | ( | const NeuroDactyl::Config * | cfg | ) |
Creates detector object
| [in] | cfg | Configuration |
| NeuroDactyl::Exception | when input config is invalid |