Use the new sequential preprocessors and annotators API here
Now that we have an implementation of the [Sequential Preprocessor](https://www.idiap.ch/software/bob/docs/bob/bob.bio.base/master/implemented.html#bob.bio.base.preprocessor.SequentialPreprocessor), it makes sense to take some of the preprocessors here and implement them using that. Also, some preprocessors like FaceDetect could take advantage of our new annotators API.
issue