User’s Guide¶
This package contains the access API and descriptions for the XM2VTS database. It only contains the Bob accessor methods to use the DB directly from python, with our certified protocols. The actual raw data for the XM2VTS database should be downloaded from the original URL.
The Database Interface¶
The bob.db.xm2vts.Database
complies with the standard biometric verification database as described in bob.db.base <bob.db.base>, implementing the interface bob.db.base.SQLiteDatabase
.
Todo
Explain the particularities of the bob.db.xm2vts.Database
.