NeuroDactyl
detector.h File Reference

Header file with fingerprint detector and detection descriptions. More...

#include <memory>
#include <vector>
#include "config.h"
#include "image.h"
#include "export.h"
Include dependency graph for detector.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

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...
 

Namespaces

 NeuroDactyl
 Namespace containing all symbols from the NeuroDactyl SDK.
 

Functions

FPSERVERSDK_API NeuroDactyl::DetectionNeuroDactyl::constructDetection (const NeuroDactyl::Image *image, int dpi, NeuroDactyl::Point &center, float angle)
 
FPSERVERSDK_API NeuroDactyl::DetectorNeuroDactyl::createDetector (const NeuroDactyl::Config *cfg)
 

Detailed Description

Header file with fingerprint detector and detection descriptions.

The file contains all declarations regarding detection process: NeuroDactyl::Detection, NeuroDactyl::Detector and NeuroDactyl::createDetector