User’s Guide

This package contains the access API and descriptions for the BANCA English Database. The actual raw data for the database should be downloaded from the original URL. This API is only compatible with the images from the BANCA English database.

This package only contains the Bob accessor methods to use the DB directly from python, with our certified protocols. The BANCA database interface provides several face verification protocols, i.e., 'P', 'G', 'Mc', 'Md', 'Ma', 'Ud', 'Ua'. These protocols are defined in detail in [Bail2003].

[Bail2003]Enrique Bailly-Bailliére and others. The BANCA Database and Evaluation Protocol, Lecture Notes in Computer Science Vol. 2688, pages 625-638, 2003.

The Database Interface

The bob.db.banca.Database complies with the standard biometric verification database as described in Common Functionality in all Verification Databases, implementing both interfaces bob.db.verification.utils.ZTDatabase and bob.db.verification.utils.SQLiteDatabase.

Todo

Explain the particularities of the bob.db.banca.Database database.

Table Of Contents

Previous topic

BANCA Database Verification Protocols

Next topic

Python API

This Page