Biometrics
Robotics
Resources
Ordering
Services

MegaMatcher Standard SDK and Extended SDK

Download
MegaMatcher SDK
brochure
(PDF)

MegaMatcher SDK is intended for development of AFIS or multi-biometric face-fingerprint identification products.

MegaMatcher 3.0 SDK includes server-side software and a set of modules for developing client-side applications. .NET components are included for rapid development of client-side software. MegaMatcher 3.0 supports BioAPI 2.0. To ensure system compatibility with other software, WSQ library is included, as well as modules for conversion between MegaMatcher template and biometric standards.

MegaMatcher 3.0 is suitable not only for developing civil AFIS, but also for forensic AFIS applications, as it includes an API for latent fingerprint template editing. Latent fingerprint template editing is necessary in order to submit a latent fingerprint (for example, one taken from a crime scene) for the identification into AFIS. Also MegaMatcher is able to match rolled and flat fingerprints between themselves.

There are these types of MegaMatcher 3.0 SDK:

  • MegaMatcher 3.0 Standard SDK for developing a client/server based multi-biometric face-fingerprint identification product. This SDK is suitable for network-based and web-based systems with database size ranging from several thousands records up to million records. The SDK includes ready-to-use server-side software and a set of components for developing client-side applications.
  • MegaMatcher 3.0 Extended SDK for developing a large-scale network-based AFIS or multi-biometric identification product. The fault-tolerant scalable cluster software allows to perform fast parallel matching, processes high number of identification requests and handles databases with practically unlimited size. The SDK includes all components of MegaMatcher 3.0 Standard SDK and ready-to-use cluster server and node software. This SDK also allows to develop network-based and web-based systems.

The table below compares MegaMatcher 3.0 Standard SDK and MegaMatcher 3.0 Extended SDK.

  MegaMatcher Standard SDK MegaMatcher Extended SDK
 • MegaMatcher 3.0 Cluster Server   1 license
 • MegaMatcher 3.0 Cluster Node   2 licenses
 • MegaMatcher 3.0 Server 1 license 1 license
 • MegaMatcher 3.0 Client 2 licenses 2 licenses

List of components and supported platforms

The table below explains which modules can run on the specified platforms.

SDK components Microsoft Windows Microsoft Windows Vista Linux
32 bit 64 bit 32 bit 32 bit 64 bit
 • MegaMatcher 3.0 feature extraction and matching algorithm + + + + +
MegaMatcher Cluster Server (not included in MegaMatcher 3.0 Standard SDK)
 • Cluster Server software + + + + +
 • Cluster administrating software + + + + +
 • Microsoft SQL Server support module + + +    
 • Oracle database support module +   + + +
 • MySQL database support module + + + + +
MegaMatcher Cluster Node (not included in MegaMatcher 3.0 Standard SDK)
 • Cluster Node software + + + + +
 • MySQL database support module + + + + +
 • SQLite database support module + + + + +
 • Microsoft Access database support module +   +    
MegaMatcher Server
 • Server software + + + + +
 • Source code of sample web server software + + +    
 • Microsoft SQL Server support module + + +    
 • Oracle database support module +   + + +
 • MySQL database support module + + + + +
MegaMatcher Client
 • MegaMatcher Extractor module (.NET wrapper is included) + + + + +
 • Client communication module (.NET wrapper is included) + + + + +
 • Java web client sample application + + +    
 • C sample client application + + + + +
 • .NET sample client application + + +    
 • Fingerprint segmentation module + + + + +
 • Fingerprint classification module + + + + +
 • .NET fingerprint view component + + +    
 • MySQL database support module + + + + +
 • SQLite database support module + + + + +
 • .NET sample of latent fingerprint editor + + +    
 • NImages Pro (WSQ) library
(wrapper for .NET is included)
+ + + + +
 • NTFI library + + + + +
 • BioAPI 2.0 (ISO/IEC 19784-1:2006) support +   +    
 • Biometric standards support modules
(wrappers for .NET are included)
See list of standards below
+ + + + +

MegaMatcher Cluster Server

Cluster Server licenses and software are not included in MegaMatcher 3.0 Standard SDK.

MegaMatcher Cluster Server splits the templates database and distributes it between cluster nodes.

Microsoft SQL Server, Oracle and MySQL database support modules with source codes are included for Cluster Server component. Custom modules for working with other databases can also be developed by integrator and used with MegaMatcher Cluster Server components. See the table above for details on platform compatability.

MegaMatcher Cluster Node

Cluster Node licenses and software are not included in MegaMatcher 3.0 Standard SDK.

MegaMatcher Cluster Node is a component of the cluster, which performs the actual template matching using the MegaMatcher's fused face-fingerprint identification algorithm or, optionally, face or fingerprint identification engine. Each Cluster Node performs template matching within its own part of the database. Obviously, a larger number of nodes results in faster matching, because each node operates on a smaller part of the database. Cluster Node can store templates using a database, or using RAM for achieving better performance.

Microsoft SQL Server, Microsoft Access, SQLite and MySQL support modules (with source code) are included for node component. See the table above for details on platform compatability.

MegaMatcher Server

  • MegaMatcher Server runs on single PC and is intended for moderate size systems like local AFIS or multi-biometric identification system. The Server performs the biometric template matching and provides the same functionality as MegaMatcher Cluster software, except the parallel matching ability.
  • Microsoft SQL Server, Oracle and MySQL database support modules with source codes are included for Server component. Custom modules for working with other databases can also be developed by integrator and used with MegaMatcher Server component. See the table above for details on platform compatability.
  • Source code of sample web server software. The software accepts biometric templates from MegaMatcher web client application, sends them to MegaMatcher Server for matching and returns matching results to the client application. The web server is stand-alone and does not require any third-party web server software (like Apache or Microsoft IIS).

MegaMatcher Client

MegaMatcher Standard and Extended SDKs include a set of modules that are intended for the development of biometric system's client-side applications. A client application gathers biometric samples, extracts biometric template information from them and sends extracted template for matching to MegaMatcher Server and/or MegaMatcher Cluster Server.

  • MegaMatcher Extractor module performs fingerprint or facial image processing and extracts unique biometric features, that are sent to MegaMatcher Server or Clister Server for identification. The Extractor module can be used with fingerprint images from fingerprint scanners and/or files and with face images from cameras and/or files.
    .NET wrapper for MegaMatcher Extractor module is included. The module is compiled in native code therefore .Net applications require a special wrapper to access module's API.
  • The Client communication module allows sending a task to MegaMatcher Server, querying status of the task, getting the results and removing the task from server. This component hides all low level communications and provides high-level API for the developer.
  • Fingerprint view component (.NET) shows captured fingerprint image. This component is also able to show extracted minutia points.
  • Fingerprint segmentation module separates fingerprints if an image contains more than one fingerprint. This component enables fingerprints Neurotechnology from scanned tenprint card or image captured using scanners that allow to scan two or more fingers at once.
  • Fingerprint pattern classification module allows to determine a fingerprint pattern class. The classification is usually used in forensics, but also it can be used to increase fingerprint matching speed. The defined classes are:
    • Left Slant Loop;
    • Right Slant Loop;
    • Tented Arch;
    • Whorl;
    • Scar;
    • "Unknown" – for the nondetermined classes.
  • Scanners support component allows manipulating scanners that are connected to the PC. See the table above for the list of supported scanners and platform compatability.
  • Camera support component allows manipulating cameras and webcams that are connected to the PC.
  • Latent Fingerprint Editor. In most cases automated image processing is unable to extract all minutiae or extracts a lot of false minutiae from latent fingerprint image (for example, taken from the crime scene). Therefore, an expert should manually edit a fingerprint template in order to submit it to an AFIS for the identification.
    Sample latent fingerprint template editor shows how to change minutia's coordinates, direction, type and other parameters. Sample editor is available for Microsoft .Net environment.
  • NImages Pro (WSQ) library. WSQ (Wavelet Scalar Quantization) fingerprint image compression allows compressing image up to 10-15 times. WSQ compression process is "lossy", meaning that the reconstructed image isn't equal to the original (some information has been lost). However, the WSQ algorithm was specially designed to minimize the loss of fingerprint information, so that the reconstructed image is as close as possible to the original.
    MegaMatcher 3.0 SDK contains a WSQ compression and decompression library, which can be used to minimize storage size of fingerprint images and for data interchange between systems. .NET wrapper is included.
  • NTFI library. Neurotechnology Token Face Image (NTFI) library is intended to provide token* face images compatible with the Face Image Format as in ISO/IEC 19794 standard. This face image format enables range of applications on variety of devices, including devices that have limited resources required for data storage, and improves recognition accuracy by specifying data format, scene constraints (lighting, pose), photographic properties (positioning, camera focus) and digital image attributes (image resolution, image size).
    The NTFI library has the following features:
    • Token face image creation from an image containing human face using eye coordinates which may be either hand marked or detected automatically using Neurotechnology VeriLook face detection algorithm.
    • Face is detected and eye coordinates are acquired using state-of-the-art Neurotechnology VeriLook face detection and recognition algorithm.
    • Geometrical normalization of face image according to proportions and photographic properties in ISO/IEC 19794 standard.
    • Intelligent image padding algorithm for cut of parts of token face image as in ISO/IEC 19794 standard.
    • Test the created token face image for following quality criteria suggested in ISO/IEC 19794 standard:
      • Background uniformity – the background in the token face image should be uniform, not cluttered.
      • Sharpness – the token face image should not be blurred.
      • Too light or too dark images – the token face image should not be too dark or too light.
      • Exposure range of an image – the token face image should have a reasonable exposure range to represent as much details of the subject in the image as possible.
    • Evaluate token face image quality based on suggestions of ISO/IEC 19794 standard (Using the quality criteria above).
  • Biometric Standard Support modules. These modules can be used for biometric data interchange between MegaMatcher and biometric systems. The following standards are supported:
    • BioAPI 2.0 (ISO/IEC 19784-1:2006) Framework and Biometric Service Provider (BSP) for face and fingerprint identification engine
    • ISO/IEC 19794-2 (Information technology – Biometric data interchange formats – Part 2: Fingerprint minutiae data)
    • ISO/IEC 19794-4 (Information technology – Biometric data interchange formats – Part 4: Finger image data)
    • ISO/IEC 19794-5 (Information technology – Biometric data interchange formats – Part 5: Face image data)
    • ANSI INCITS 378-2004 (Finger Minutiae Format for Data Interchange)(ANSI378)
    • ANSI INCITS 381-2004 (American National Standard for Information Technology – Finger Image-Based Data Interchange Format)
    • ANSI INCITS 385-2004 (American National Standard for Information Technology – Face Recognition Format for Data Interchange)
    • ANSI/NIST-ITL 1-2007 (Data Format for the Interchange of Fingerprint, Facial, & Other Biometric Information - Part 1)
    MegaMatcher Biometric Standard Support modules can also be used to edit all standard templates, except ANSI/NIST-ITL 1-2007.
    .NET wrappers for each module are included.

*Token in this context is used as "symbolic image, good enough image for machine recognition". Token Image as in ISO/IEC19794-5: "A Face Image Type that specifies frontal images with a specific geometric size and eye positioning based on the width and height of the image. This image type is suitable for minimizing the storage requirements for computer face recognition tasks such as verification while still offering vendor independence and human verification (versus human examination which requires more detail) capabilities."

Supported fingerprint scanners

The table below explains which scanners are supported by MegaMatcher SDK under certain platforms.

Fingerprint scanners Microsoft Windows Microsoft Windows Vista Linux
32 bit 64 bit 32 bit 32 bit 64 bit
 • DigitalPersona U.are.U 2000 +        
 • DigitalPersona U.are.U 4000 / 4500 +   +    
 • Cross Match Verifier 300 / 310 / 320 / L SCAN Guardian-F +        
 • Identix DFR 2080, DFR 2090 and DFR 2100 +        
 • Green Bit DactyScan 26 +        
 • Hongda S680 +        
 • Zvetco Verifi P5000 +   +    
 • ZKSoftware ZK6000 +   +    
 • Jstac Athena 210 +        
 • Dakty NAOS-A +        
 • TST Biometrics BiRD 3 +        
 • Futronic FS80 / FS88 + + + +  
 • Futronic eFAM (FS84) + + + + +
 • Futronic FS90 +     +  
 • NITGEN eNBioScan-F +   + +  
 • NITGEN Fingkey Hamster / Fingkey Hamster II +   +    
 • SecuGen Hamster III + + + +  
 • SecuGen Hamster Plus / Hamster IV + + +    
 • BioLink U-Match MatchBook v.3.5 +   + +  
 • Dermalog ZF1 +        
 • Suprema BioMini / RealScan-S / SFR300-S +        
 • Testech Bio-i +   +    
 • Digent FD1000 +   +    
 • UPEK TouchChip TCRU1C / TCRU2C +   +    
 • LighTuning LTT-C500 +        
 • Tacoma CMOS +   + + +
 • BiometriKa FX 2000 / FX 3000 +   + +  
 • BiometriKa HiScan +     +  
 • Lumidigm Venus Series sensors +   +    
 • Certis Image +        
 • Startek FM200 +   + + +
 • Fujitsu MBF200 +     + +

System Requirements and Supported Development Environments

System Requirements for MegaMatcher Server and Cluster software

  • PC with x86 compatible CPU (32bit and 64bit processors are supported, Pentium4 2GHz processor or better is recommended)
  • TCP/IP network support
  • Linux specific requirements:
    • Linux 2.6 or newer
    • GCC-4.0.x or newer
    • pkg-config-0.21 or newer
    • GNU Make 3.81 or newer
    • MySQL or Oracle server (Oracle for x86-64 and any other DB servers require a custom support module to be developed by the integrator)
    • GTK+ 2.10.x or newer libs and dev packages
    • libtiff-3.8.x or newer libs and dev packages
  • Microsoft Windows specific requirements:
    • Microsoft Windows 2000/XP/2003/Vista (32bit or 64bit versions)
    • Microsoft SQL Server, MySQL or Oracle server (Oracle for x86-64 and any other DB servers require a custom support module to be developed by the integrator)

System Requirements for MegaMatcher Client Components:

  • PC with x86 compatible CPU (32bit and 64bit processors are supported, Pentium4 2GHz processor or better is recommended)
  • TCP/IP network support
  • Linux specific requirements:
    • Linux 2.6 or newer
    • GCC-4.0.x or newer
    • GNU Make 3.81 or newer
  • Microsoft Windows specific requirements:
    • Microsoft Windows 2000/XP/2003/Vista (32bit or 64bit versions)
    • Microsoft .NET framework 2.0 (for .NET components)
    • Microsoft Visual Studio 2005 SP1 or newer (for application development)

Supported Development Environments

These development environments are supported by MegaMatcher SDK:

  • Microsoft Visual Studio 2005 SP1 (or newer) for Microsoft Windows platform
  • GNU C compiler for Linux platform
Products
AFIS and multi-biometric face-fingerprint identification for large-scale systems.
MegaMatcher

Face identification for PC or Web solutions and surveillance applications.
VeriLook

Fingerprint identification for PC and Web solutions.
VeriFinger

Eye iris identification for PC and Web solutions.
VeriEye

Object recognition for robotics and computer vision.
SentiSight

More products:
Copyright © 1998 - 2009 Neurotechnology | Privacy Policy