Tools implemented in bob.bio.video¶
Summary¶
Wrapper class to run image preprocessing algorithms on video data. |
Databases¶
Details¶
- class bob.bio.video.transformer.VideoWrapper(estimator, **kwargs)[source]¶
Bases:
sklearn.base.TransformerMixin
,sklearn.base.BaseEstimator
Wrapper class to run image preprocessing algorithms on video data.
Parameters:
- estimatorstr or
sklearn.base.BaseEstimator
instance The transformer to be used to preprocess the frames.
- estimatorstr or