Bob’s Core I/O Routines¶
This package is a part of Bob.
This module contains a basic interface to read and write files of various
types. It provides generic functions bob.io.base.save()
and
bob.io.base.load()
to write and read various types of data. In this
interface, data is mainly written using the bob.io.base.HDF5File
interface. To enable further types of IO, please import one of the following
packages (the list might not be exhaustive):
- Bob's Audio I/O Routines to load and save audio data of various kinds
- Bob's I/O Routines for Images of Various type to load and save images of various kinds
- Bob's Video I/O Routines to load and save videos of various types
- Matlab(R) I/O Support for Bob to load and save matrices in basic matlab
.mat
files