.. _bob.pad.base.implemented: =================================== Tools implemented in bob.pad.base =================================== Please not that some parts of the code in this package are dependent on and reused from :ref:`bob.bio.base ` package. Summary ------- Base Classes ~~~~~~~~~~~~ Most of the base classes are reused from :ref:`bob.bio.base `. Only one base class that is presentation attack detection specific, ``Algorithm`` is implemented in this package. .. autosummary:: bob.pad.base.algorithm.Algorithm bob.pad.base.algorithm.Predictions Implementations ~~~~~~~~~~~~~~~ .. autosummary:: bob.pad.base.database.PadDatabase bob.pad.base.database.PadFile Preprocessors and Extractors ---------------------------- Preprocessors and Extractors from the :ref:`bob.bio.base ` package can also be used in this package. Please see :any:`bob.bio.base.implemented` for more details. Algorithms ---------- .. automodule:: bob.pad.base.algorithm Databases --------- .. automodule:: bob.pad.base.database Grid Configuration ------------------ Code related to grid is reused from :ref:`bob.bio.base ` package. Please see the corresponding documentation. .. include:: links.rst