51 virtual float direction()
const = 0;
88 std::vector<NeuroDactyl::Detection*>& detections) = 0;
Class for system configuration.
Definition: config.h:27
Fingerprint detection class.
Definition: detector.h:46
virtual NeuroDactyl::BBox bbox() const =0
Detection bounding box.
virtual float confidence() const =0
Detection confidence.
Detector class Detector object is required for fingerprint detection.
Definition: detector.h:75
virtual void detect(const NeuroDactyl::Image *image, int dpi, float confidence, std::vector< NeuroDactyl::Detection * > &detections)=0
Image Class for work with images.
Definition: image.h:23
Header file with configuration description.
FPSERVERSDK_API NeuroDactyl::Detector * createDetector(const NeuroDactyl::Config *cfg)
FPSERVERSDK_API NeuroDactyl::Detection * constructDetection(const NeuroDactyl::Image *image, int dpi, NeuroDactyl::Point ¢er, float angle)
Header file with Image description.
Namespace containing all symbols from the NeuroDactyl SDK.
Definition: config.h:21
Bounding box structure.
Definition: detector.h:35
Point structure.
Definition: detector.h:26