Skip to content
Snippets Groups Projects
Commit 229fa61c authored by Amir MOHAMMADI's avatar Amir MOHAMMADI
Browse files

Merge branch 'issue-104' into 'master'

Mentions bob.bio.vein on bob.bio.base docs (closes #104)

Closes #104

See merge request !133
parents 8e3b63ed 536d8433
No related branches found
No related tags found
1 merge request!133Mentions bob.bio.vein on bob.bio.base docs (closes #104)
Pipeline #
...@@ -4,6 +4,7 @@ bob.bio.gmm ...@@ -4,6 +4,7 @@ bob.bio.gmm
bob.bio.video bob.bio.video
bob.bio.csu bob.bio.csu
bob.bio.spear bob.bio.spear
bob.bio.vein
bob.learn.linear bob.learn.linear
gridtk gridtk
bob.db.youtube bob.db.youtube
...@@ -192,6 +192,7 @@ Here is a list of implementations: ...@@ -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.face <bob.bio.face>` : :ref:`bob.bio.face.implemented`
* :ref:`bob.bio.video <bob.bio.video>` : :ref:`bob.bio.video.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.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` .. * :ref:`bob.bio.spear <bob.bio.spear>` : :ref:`bob.bio.spear.implemented`
......
...@@ -30,6 +30,7 @@ All of these packages can be easily combined. ...@@ -30,6 +30,7 @@ All of these packages can be easily combined.
Here is a growing list of derived packages: 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.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.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.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]_. * :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]_.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment