Changed the layout of the "Structure of a Biometric Recognition Experiment".
Compare changes
+ 32
− 25
@@ -16,32 +16,39 @@ Just a little bit of theory, and then: off we go.
@@ -16,32 +16,39 @@ Just a little bit of theory, and then: off we go.
1. Data preprocessing: Raw data is preprocessed, e.g., for face recognition, faces are detected, images are aligned and photometrically enhanced.
6. Model enroller training: The ways how to enroll models from extracted or projected features is learned.
The communication between two steps is file-based, usually using a binary HDF5_ interface, which is implemented in the :py:class:`bob.io.base.HDF5File` class.
E.g. most of the feature extractors do not need a special training step, or some algorithms do not require a subspace projection.