diff --git a/doc/extra-intersphinx.txt b/doc/extra-intersphinx.txt index c087b9d736f5a34bc72de90874ca8c78bd13883d..48dfcde18f8ccc009b1a2bc918ef3c26ace86972 100644 --- a/doc/extra-intersphinx.txt +++ b/doc/extra-intersphinx.txt @@ -4,6 +4,7 @@ bob.bio.gmm bob.bio.video bob.bio.csu bob.bio.spear +bob.bio.vein bob.learn.linear gridtk bob.db.youtube diff --git a/doc/implementation.rst b/doc/implementation.rst index 4bc3e11b0aed2f875af0cb104537006c1e4ee090..55908a9a79f496e94710ea1f63e6ce84a7c843df 100644 --- a/doc/implementation.rst +++ b/doc/implementation.rst @@ -192,6 +192,7 @@ Here is a list of implementations: * :ref:`bob.bio.face <bob.bio.face>` : :ref:`bob.bio.face.implemented` * :ref:`bob.bio.video <bob.bio.video>` : :ref:`bob.bio.video.implemented` * :ref:`bob.bio.gmm <bob.bio.gmm>` : :ref:`bob.bio.gmm.implemented` +* :ref:`bob.bio.vein <bob.bio.vein>` : :ref:`bob.bio.vein.api` .. * :ref:`bob.bio.spear <bob.bio.spear>` : :ref:`bob.bio.spear.implemented` diff --git a/doc/index.rst b/doc/index.rst index 3ccf7ff508c80f07a649ece07465705974209018..59c610e4569e3f3b516883877b853dbb27acaba6 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -30,6 +30,7 @@ All of these packages can be easily combined. Here is a growing list of derived packages: * :ref:`bob.bio.spear <bob.bio.spear>` Tools to run speaker recognition experiments, including voice activity detection, Cepstral feature extraction, and speaker databases +* :ref:`bob.bio.vein <bob.bio.vein>` Tools to run vein recognition experiments, such as finger RoI detection, image binarization and template matching, and access to multiple vein image databases * :ref:`bob.bio.face <bob.bio.face>` Tools to run face recognition experiments, such as face detection, facial feature extraction and comparison, and face image databases * :ref:`bob.bio.video <bob.bio.video>` An extension of face recognition algorithms to run on video data, and the according video databases * :ref:`bob.bio.gmm <bob.bio.gmm>` Algorithms based on Gaussian Mixture Modeling (GMM) such as Inter-Session Variability modeling (ISV) or Total Variability modeling (TV, aka. I-Vector) [Pri07]_ and [ESM+13]_.