https://github.com/NIST-BWS/wsabi2
Combining biometrics and web services to enable multimodal biometric interoperability and enhance mobile identification and remote authentication.
A WS-Biometric Devices Walkthrough is now available. This document provides step by step instructions to develop a WS-BD web camera service.
This page last updated Monday, August 24, 2015
bws [at] nist.gov (subject: , body: ) (bws[at]nist[dot]gov) is an email list dedicated to an open and public discussion on biometrics, web services, service oriented architecture, and related technologies. The list has over 350 members from industry, government, and academia.
There are no requirements to join and participate in the discussion. The list is also used to announce developments regarding NIST biometric web services projects.
To subscribe to the list, send an email to bws-request [at] nist.gov (subject: subscribe, body: ) (bws-request[at]nist[dot]gov) with "subscribe" as the subject.
"Web services" is a general term given to machine-to-machine communication using the same protocols that underlie the web. Our computers, cellular phone, set-top boxes (i.e., digital video recorders, cable boxes)—even our alarm clocks—all natively understand these common protocols. By using Web services as a means for interoperability, the capabilities and reach of biometrics is significantly improved.
Web services make it easier to allow
WS-Biometric Devices, or WS-BD, is a new command & control protocol for biometric devices. It uses the language for the web; proprietary knowledge of sensor interfaces are no longer required. Desktop, laptop, tablet, and smartphone applications can access sensors just as easily as they can navigate to a website.
The WS-Biometric Devices specification has been published as NIST Special Publication 500-288.
Download NIST Special Publication 500-288 (PDF, 843 KB)
NIST continually welcomes feedback, comments, and questions on the specification for consideration during updates. Send your comments directly to the WS-Biometric Devices team by emailing 500-288comments [at] nist.gov (500-288comments[at]nist[dot]gov).
NIST has written two reference implementations against the WS-Biometric Devices specification. To help ensure the quality of the specification, they were developed independently on two different platforms. See the included README files for more information.
The January 2015 version of the .NET Reference Implementation includes experimental support for JavaScript Object Notation (JSON) as a optional message payload.
.NET REFERENCE IMPLEMENTATION (JANUARY 2015) (ZIP, 889 KB)
Java Reference Implementation (v1.1.28) (ZIP, 393 KB)
The .NET reference implementation has been written in Visual Basic .NET, but is accessible from any .NET programming language. Both implementations include comprehensive integration tests that demonstrate how to use the specification and the implementation.
The following document was developed as a tool developers can use to facilitate their understanding and development of a WS-BD service. This result of document is a WS-BD service with live preview/streaming. The libraries used in this walkthrough are compatible with most commercial-off-the-shelf web cameras (via DirectShow interface).
WS-BIOMETRIC DEVICES WALKTHROUGH (PDF, 1.13 MB)
NIST has authored a reference application that showcases the WS-Biometric Devices (WS-BD) specification. The wsabi application (web services for acquiring biometric information) is a touchscreen-based app for collecting biometric data from WS-Biometric Device -capable sensors.
The (iOS / Objective-C) source code for wsabi is located at the project's GitHub repository:
https://github.com/NIST-BWS/wsabi2
The user interface for wsabi was generated through a series of formal usability tests. NIST IR 8003, Design and Testing of a Mobile Touchscreen Interface for Multi-Modal Biometric Capture documents the user testing resulting recommendations for general purpose biometric capture with touch & gesture.
Download Design and Testing of a Mobile Touchscreen Interface for Multi-Modal Biometric Capture (PDF, 3.079 MB)
Biometric Identity Assurance Services
BIAS defines a framework to deploy and invoke biometric operations, such as enrolling, identifying (comparing one to many), and verifying (comparing one to one) biometric information over a service-oriented architecture. It is a high-level abstraction that supports any biometric modality or data format.
The OASIS BIAS TC has developed a Simple Object Access Protocol (SOAP) Profile aligning to INCITS 442:2010 – Biometric Identity Assurance Services (BIAS).
The OASIS BIAS SOAP Profile became an official OASIS standard on 24 May 2012. The OASIS Biometrics TC continues to maintain the BIAS standard.
NIST developed a reference implementation to complement the 24 May 2012 standard. There are two components: a service and a client. The service is written in Visual Basic.Net and the client in Adobe Flex. It is a functional service which matches fingerprints using the Bozorth3 algorithm from NBIS.Net.
Download BIAS Reference Implementation (14 January 2013) (ZIP, 10.1 MB)
NIST Biometric Image Software for .NET (NBIS.Net)
The NIST Biometric Image Software (NBIS) distribution contains C source code for use in biometrics processing and analysis. NBIS.Net is an interoperability layer that provides a direct in-process interface to the native NBIS libraries directly from .Net.
Download NBIS.Net 5.0.0 (11 March 2015) (ZIP 3,920 KB)
The 11 March 2015 version has been updated to support NBIS 5.0.0. NBIS.Net only supports 32-bit (Intel x86) architectures. Please contact us if you are interested in collaborating on (Intel/AMD) 64-bit support.