NeuroDactyl
NeuroDactyl::Detector Class Referenceabstract

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
 

Detailed Description

Detector class Detector object is required for fingerprint detection.

Member Function Documentation

◆ detect()

virtual void NeuroDactyl::Detector::detect ( const NeuroDactyl::Image image,
int  dpi,
float  confidence,
std::vector< NeuroDactyl::Detection * > &  detections 
)
pure virtual

Detects fingerprints on an image

Parameters
[in]imageInput image
[in]dpiImage resolution in dots per inch
[in]confidenceDetection confidence (detection with confidence > will be returned)
[out]detectionsDetected fingerprints
Exceptions
NeuroDactyl::Exceptionwhen input image is not supported

The documentation for this class was generated from the following file: