Skip to content
Snippets Groups Projects
Commit 57283040 authored by Vincent POLLET's avatar Vincent POLLET
Browse files

Add bob.io.stream and bob.ip.stereo

parent 9bcb4a01
No related branches found
No related tags found
1 merge request!26Add bob.io.stream and bob.ip.stereo
Pipeline #53621 passed
...@@ -42,6 +42,8 @@ requirements: ...@@ -42,6 +42,8 @@ requirements:
- bob.ip.facedetect - bob.ip.facedetect
- gridtk - gridtk
- bob.ip.qualitymeasure - bob.ip.qualitymeasure
- bob.io.stream
- bob.ip.stereo
- bob.pipelines - bob.pipelines
- bob.learn.tensorflow - bob.learn.tensorflow
- bob.bio.base - bob.bio.base
......
...@@ -54,12 +54,14 @@ Index of all packages ...@@ -54,12 +54,14 @@ Index of all packages
bob.io.image <bob/bob.io.image/doc/index.rst> bob.io.image <bob/bob.io.image/doc/index.rst>
bob.io.video <bob/bob.io.video/doc/index.rst> bob.io.video <bob/bob.io.video/doc/index.rst>
bob.io.audio <bob/bob.io.audio/doc/index.rst> bob.io.audio <bob/bob.io.audio/doc/index.rst>
bob.io.stream <bob/bob.io.stream/doc/index.rst>
bob.ip.base <bob/bob.ip.base/doc/index.rst> bob.ip.base <bob/bob.ip.base/doc/index.rst>
bob.ip.binseg <bob/bob.ip.binseg/doc/index.rst> bob.ip.binseg <bob/bob.ip.binseg/doc/index.rst>
bob.ip.color <bob/bob.ip.color/doc/index.rst> bob.ip.color <bob/bob.ip.color/doc/index.rst>
bob.ip.facedetect <bob/bob.ip.facedetect/doc/index.rst> bob.ip.facedetect <bob/bob.ip.facedetect/doc/index.rst>
bob.ip.gabor <bob/bob.ip.gabor/doc/index.rst> bob.ip.gabor <bob/bob.ip.gabor/doc/index.rst>
bob.ip.qualitymeasure <bob/bob.ip.qualitymeasure/doc/index.rst> bob.ip.qualitymeasure <bob/bob.ip.qualitymeasure/doc/index.rst>
bob.ip.stereo <bob/bob.ip.stereo/doc/index.rst>
bob.learn.activation <bob/bob.learn.activation/doc/index.rst> bob.learn.activation <bob/bob.learn.activation/doc/index.rst>
bob.learn.em <bob/bob.learn.em/doc/index.rst> bob.learn.em <bob/bob.learn.em/doc/index.rst>
bob.learn.linear <bob/bob.learn.linear/doc/index.rst> bob.learn.linear <bob/bob.learn.linear/doc/index.rst>
......
...@@ -22,6 +22,7 @@ Data Input and Output ...@@ -22,6 +22,7 @@ Data Input and Output
* :ref:`bob.io.image` * :ref:`bob.io.image`
* :ref:`bob.io.video` * :ref:`bob.io.video`
* :ref:`bob.io.audio` * :ref:`bob.io.audio`
* :ref:`bob.io.stream`
Signal, Audio, Image and Video Processing Signal, Audio, Image and Video Processing
----------------------------------------- -----------------------------------------
...@@ -34,6 +35,7 @@ Signal, Audio, Image and Video Processing ...@@ -34,6 +35,7 @@ Signal, Audio, Image and Video Processing
* :ref:`bob.ip.facedetect` * :ref:`bob.ip.facedetect`
* :ref:`bob.ip.qualitymeasure` * :ref:`bob.ip.qualitymeasure`
* :ref:`bob.ip.binseg` * :ref:`bob.ip.binseg`
* :ref:`bob.ip.stereo`
Machine Learning Machine Learning
......
...@@ -27,12 +27,14 @@ README of all Packages ...@@ -27,12 +27,14 @@ README of all Packages
bob.io.base <bob/bob.io.base/README.rst> bob.io.base <bob/bob.io.base/README.rst>
bob.io.image <bob/bob.io.image/README.rst> bob.io.image <bob/bob.io.image/README.rst>
bob.io.video <bob/bob.io.video/README.rst> bob.io.video <bob/bob.io.video/README.rst>
bob.io.stream <bob/bob.io.stream/README.rst>
bob.ip.base <bob/bob.ip.base/README.rst> bob.ip.base <bob/bob.ip.base/README.rst>
bob.ip.binseg <bob/bob.ip.binseg/README.rst> bob.ip.binseg <bob/bob.ip.binseg/README.rst>
bob.ip.color <bob/bob.ip.color/README.rst> bob.ip.color <bob/bob.ip.color/README.rst>
bob.ip.facedetect <bob/bob.ip.facedetect/README.rst> bob.ip.facedetect <bob/bob.ip.facedetect/README.rst>
bob.ip.gabor <bob/bob.ip.gabor/README.rst> bob.ip.gabor <bob/bob.ip.gabor/README.rst>
bob.ip.qualitymeasure <bob/bob.ip.qualitymeasure/README.rst> bob.ip.qualitymeasure <bob/bob.ip.qualitymeasure/README.rst>
bob.ip.stereo <bob/bob.ip.stereo/README.rst>
bob.ip.tensorflow_extractor <bob/bob.ip.tensorflow_extractor/README.rst> bob.ip.tensorflow_extractor <bob/bob.ip.tensorflow_extractor/README.rst>
bob.learn.activation <bob/bob.learn.activation/README.rst> bob.learn.activation <bob/bob.learn.activation/README.rst>
bob.learn.em <bob/bob.learn.em/README.rst> bob.learn.em <bob/bob.learn.em/README.rst>
......
...@@ -24,6 +24,8 @@ bob/bob.db.atnt ...@@ -24,6 +24,8 @@ bob/bob.db.atnt
bob/bob.ip.facedetect bob/bob.ip.facedetect
bob/gridtk bob/gridtk
bob/bob.ip.qualitymeasure bob/bob.ip.qualitymeasure
bob/bob.io.stream
bob/bob.ip.stereo
bob/bob.pipelines bob/bob.pipelines
bob/bob.bio.base bob/bob.bio.base
bob/bob.bio.gmm bob/bob.bio.gmm
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment