Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.io.image
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
bob
bob.io.image
Commits
8f3758ce
Commit
8f3758ce
authored
11 years ago
by
André Anjos
Browse files
Options
Downloads
Patches
Plain Diff
Updated README
parent
399d19ab
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.rst
+60
-18
60 additions, 18 deletions
README.rst
with
60 additions
and
18 deletions
README.rst
+
60
−
18
View file @
8f3758ce
...
...
@@ -2,23 +2,23 @@
.. Andre Anjos <andre.anjos@idiap.ch>
.. Thu 29 Aug 2013 16:07:57 CEST
.. image:: https://travis-ci.org/bioidiap/xbob.io.ma
tlab
.svg?branch=master
:target: https://travis-ci.org/bioidiap/xbob.io.ma
tlab
.. image:: https://coveralls.io/repos/bioidiap/xbob.io.ma
tlab
/badge.png
:target: https://coveralls.io/r/bioidiap/xbob.io.ma
tlab
.. image:: http://img.shields.io/github/tag/bioidiap/xbob.io.ma
tlab
.png
:target: https://github.com/bioidiap/xbob.io.ma
tlab
.. image:: http://img.shields.io/pypi/v/xbob.io.ma
tlab
.png
:target: https://pypi.python.org/pypi/xbob.io.ma
tlab
.. image:: http://img.shields.io/pypi/dm/xbob.io.ma
tlab
.png
:target: https://pypi.python.org/pypi/xbob.io.ma
tlab
===========================
========
Support for
Matlab I/O in bob::io
===========================
========
.. image:: https://travis-ci.org/bioidiap/xbob.io.
i
ma
ge
.svg?branch=master
:target: https://travis-ci.org/bioidiap/xbob.io.
i
ma
ge
.. image:: https://coveralls.io/repos/bioidiap/xbob.io.
i
ma
ge
/badge.png
:target: https://coveralls.io/r/bioidiap/xbob.io.
i
ma
ge
.. image:: http://img.shields.io/github/tag/bioidiap/xbob.io.
i
ma
ge
.png
:target: https://github.com/bioidiap/xbob.io.
i
ma
ge
.. image:: http://img.shields.io/pypi/v/xbob.io.
i
ma
ge
.png
:target: https://pypi.python.org/pypi/xbob.io.
i
ma
ge
.. image:: http://img.shields.io/pypi/dm/xbob.io.
i
ma
ge
.png
:target: https://pypi.python.org/pypi/xbob.io.
i
ma
ge
===========================
Image I/O
Support for
Bob
===========================
This package contains no bindings. By importing it, you activate a transparent
plugin that makes possible reading and writing to
Matlab(R)
files using
plugin that makes possible reading and writing to
image
files using
:py:mod:`xbob.io.base` functionality.
Installation
...
...
@@ -27,6 +27,48 @@ Installation
Install it through normal means, via PyPI or use ``zc.buildout`` to bootstrap
the package and run test units.
External Library Requirements
=============================
To properly install this package, you will need the following C/C++ components
pre-installed:
1. ``bob-io >= 2.0.0a2``
2. ``libtiff-4``
3. ``libpng``
4. ``libjpeg``
5. ``giflib``
6. ``netpbm``
To test for the availability of the libraries listed above, use the command
``pkg-config``::
$ pkg-config --modversion libtiff-4
4.0.2
$ pkg-config --modversion bob-io
2.0.0a3
.. note::
Unfortunately, ``libjpeg``, ``giflib`` and ``netpbm`` do **not** offer
``pkg-config`` files as of this time. Detection is based on an algorithm
implemented inside ``setup.py``. There are no version requirements on these
libraries. Any version will work.
If these libraries are installed in non-standard paths on your system, make
sure to set ``prefixes`` variable on your buildout.
If any of the components is not installed on paths accessible by
``pkg-config``, you have two options:
1. Set the environment variable ``PKG_CONFIG_PATH`` so that ``.pc`` files for
each of those distributions can be properly located (see ``man pkg-config``
for details);
2. If you are using ``zc.buildout`` to setup your working environment, you can
use the buildout variable ``prefixes`` to define the path to the
installation area for your external packages.
Documentation
-------------
...
...
@@ -46,7 +88,7 @@ application, make sure to import this module, before calling
:py:func:`xbob.io.base.open` or similar::
>>> import xbob.io.base
>>> import xbob.io.ma
tlab
>>> import xbob.io.
i
ma
ge
>>> xbob.io.base.open('myfile.mat', 'r')
Testing
...
...
@@ -54,7 +96,7 @@ Testing
You can run a set of tests using the nose test runner::
$ nosetests -sv xbob.io.ma
tlab
$ nosetests -sv xbob.io.
i
ma
ge
.. warning::
...
...
@@ -71,7 +113,7 @@ You can run our documentation tests using sphinx itself::
You can test overall test coverage with::
$ nosetests --with-coverage --cover-package=xbob.io.ma
tlab
$ nosetests --with-coverage --cover-package=xbob.io.
i
ma
ge
The ``coverage`` egg must be installed for this to work properly.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment