Skip to content
Snippets Groups Projects
user avatar
Manuel Gunther authored
2e405fc7
History

Bob's Core I/O Routines

This module contains a basic interface to read and write files of various types. It provides generic functions :py:func:`bob.io.base.save` and :py:func:`bob.io.base.load` to write and read various types of data. In this interface, data is mainly written using the :py:class:`bob.io.base.HDF5File` interface. To enable further types of IO, please import one of the following packages (the list might not be exhaustive):

  • :ref:`bob.io.image <bob.io.image>` to load and save images of various kinds
  • :ref:`bob.io.video <bob.io.video>` to load and save videos of various types
  • :ref:`bob.io.matlab <bob.io.matlab>` to load and save matrices in basic matlab .mat files

Documentation

TODO

Indices and tables

  • :ref:`genindex`
  • :ref:`modindex`
  • :ref:`search`