![]() |
NeuroDactyl
|
Detector class Detector object is required for fingerprint detection. More...
#include <detector.h>
Public Member Functions | |
| virtual void | detect (const NeuroDactyl::Image *image, int dpi, float confidence, std::vector< NeuroDactyl::Detection * > &detections)=0 |
|
pure virtual |
Detects fingerprints on an image
| [in] | image | Input image |
| [in] | dpi | Image resolution in dots per inch |
| [in] | confidence | Detection confidence (detection with confidence > will be returned) |
| [out] | detections | Detected fingerprints |
| NeuroDactyl::Exception | when input image is not supported |