.. _bob.bio.face.implemented:

=================================
Tools implemented in bob.bio.face
=================================

Summary
-------

Databases
~~~~~~~~~

.. autosummary::
   bob.bio.face.database.ARFaceBioDatabase
   bob.bio.face.database.AtntBioDatabase
   bob.bio.face.database.CasiaAfricaDatabase
   bob.bio.face.database.MobioDatabase
   bob.bio.face.database.ReplayBioDatabase
   bob.bio.face.database.ReplayMobileBioDatabase
   bob.bio.face.database.GBUBioDatabase
   bob.bio.face.database.LFWBioDatabase
   bob.bio.face.database.MultipieDatabase
   bob.bio.face.database.FargoBioDatabase
   bob.bio.face.database.MEDSDatabase
   bob.bio.face.database.MorphDatabase
   bob.bio.face.database.PolaThermalDatabase
   bob.bio.face.database.CBSRNirVis2Database


Face Image Annotators
~~~~~~~~~~~~~~~~~~~~~

.. autosummary::
   bob.bio.face.annotator.Base
   bob.bio.face.annotator.BobIpFacedetect
   bob.bio.face.annotator.BobIpFlandmark
   bob.bio.face.annotator.BobIpMTCNN
   bob.bio.face.annotator.BobIpTinyface


Image Preprocessors
~~~~~~~~~~~~~~~~~~~

.. autosummary::
   bob.bio.face.preprocessor.Base
   bob.bio.face.preprocessor.FaceCrop

   bob.bio.face.preprocessor.TanTriggs
   bob.bio.face.preprocessor.HistogramEqualization
   bob.bio.face.preprocessor.SelfQuotientImage
   bob.bio.face.preprocessor.INormLBP


Image Feature Extractors
~~~~~~~~~~~~~~~~~~~~~~~~

.. autosummary::
   bob.bio.face.extractor.DCTBlocks
   bob.bio.face.extractor.GridGraph
   bob.bio.face.extractor.LGBPHS
   bob.bio.face.extractor.MxNetModel
   bob.bio.face.extractor.PyTorchLoadedModel
   bob.bio.face.extractor.PyTorchLibraryModel
   bob.bio.face.extractor.TensorFlowModel
   bob.bio.face.extractor.OpenCVModel

Face Recognition Algorithms
~~~~~~~~~~~~~~~~~~~~~~~~~~~

.. autosummary::
   bob.bio.face.algorithm.GaborJet
   bob.bio.face.algorithm.Histogram


Databases
---------
.. automodule:: bob.bio.face.database

Annotators
----------

.. automodule:: bob.bio.face.annotator

Preprocessors
-------------

.. automodule:: bob.bio.face.preprocessor

Extractors
----------

.. automodule:: bob.bio.face.extractor

Algorithms
----------

.. automodule:: bob.bio.face.algorithm

Utilities
---------

.. automodule:: bob.bio.face.utils

.. include:: links.rst