.. vim: set fileencoding=utf-8 : .. @author: Manuel Guenther .. @date: Thu Dec 6 12:28:25 CET 2012 ============== 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 :py:class:`bob.db.xm2vts.Database` complies with the standard biometric verification database as described in `bob.db.base `, implementing the interface :py:class:`bob.db.base.SQLiteDatabase`. .. todo:: Explain the particularities of the :py:class:`bob.db.xm2vts.Database`. .. _xm2vts: http://www.ee.surrey.ac.uk/CVSSP/xm2vtsdb .. _bob: https://www.idiap.ch/software/bob