diff --git a/doc/api.rst b/doc/api.rst index 9ea9c7804991d2c91c29b5ef78e7edb175ff15ca..5eb74b6d158d2fa9283e7009af7ebd9a98b8e62d 100644 --- a/doc/api.rst +++ b/doc/api.rst @@ -30,6 +30,12 @@ UTFVP Database .. automodule:: bob.bio.vein.database.utfvp +3D Fingervein Database +====================== + +.. automodule:: bob.bio.vein.database.fv3d + + Pre-processors -------------- diff --git a/doc/links.rst b/doc/links.rst index 0deb5c4989e717613218cd8fd7b3889645607bd6..54efc7b8643938429e7e42c01240f654279009b9 100644 --- a/doc/links.rst +++ b/doc/links.rst @@ -13,6 +13,7 @@ .. _virtualbox: https://www.virtualbox.org .. _hdf5: http://www.hdfgroup.org/HDF5 .. _vera fingervein: https://www.idiap.ch/dataset/vera-fingervein +.. _3d fingervein: https://www.idiap.ch/dataset/3d-fingervein .. _utfvp: http://scs.ewi.utwente.nl/downloads/show,Finger%20Vein/ .. _put: http://biometrics.put.poznan.pl/vein-dataset/ .. _installation: https://www.idiap.ch/software/bob/install diff --git a/doc/resources.rst b/doc/resources.rst index 8e4730082a4ed08fe8dea9a1c1e90d54d1c393dc..13af4336150bde514f0fc1f3b075c391bbbfe3ad 100644 --- a/doc/resources.rst +++ b/doc/resources.rst @@ -44,6 +44,14 @@ UTFVP Database .. automodule:: bob.bio.vein.configurations.utfvp :members: +.. _bob.bio.vein.resources.database.fv3d: + +3D Fingervein Database +====================== + +.. automodule:: bob.bio.vein.configurations.fv3d + :members: + .. _bob.bio.vein.resources.recognition: Recognition Systems