NeuroDactyl
Overview

Neurodactyl Fingerprint recognition SDK is designed for integration of fingerprint recognition features into third-party software or systems. The SDK is cross-platform and supports processing on CPU and GPU.
Neurodactyl fingerprint recongition SDK works with images as an input and supports standard scanned fingerprints (flats or rolls), photographed images (fingerprints contactlessly captured with mobile phone) and photographs of scans.
The SDK allows to match fingerprints against each other in 1:1, 1:N, M:N modes providing similarity score.
Programming interfaces: C, C++, C#

Features

  • Image decompression
  • Fingerprint detection on an image
  • Biometric template extraction
  • Biometric template matching in modes: 1:1 (verification), 1:N (identification), M:N (identification in batch mode)
  • Serialization of biometric templates and template database (TemplateDB)
  • Person to person matching

Before you start, check the Requirements

Installation of the SDK is simple and requires valid sofware license - see details here Installation and Licensing. You also need to set up configuration file. See Configuration

After the installation and configuring, check our quick guide on basic fingerprint recognition pipeline here Basic work principles of the SDK, see How to start with the SDK and Code examples

To learn more about batch mode implementation in the SDK see Batching