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

[DOC] fix doc references to stereo filters

parent 4b662a6c
Branches
Tags
1 merge request!15Add bob.io.stream.filters for stereo operations
Pipeline #47663 passed
......@@ -139,7 +139,7 @@ class StreamWarp(bob.io.stream.StreamFilter):
"""Warp `data` at `indices` to the output shape of `warp_to`.
This function sets the warp transform, the computation is done in
:meth:`~bob.io.stream.StreamWarp.process_frame`.
:meth:`~bob.ip.stereo.StreamWarp.process_frame`.
Parameters
----------
......@@ -233,7 +233,7 @@ class StreamStereo(bob.io.stream.StreamFilter):
"""Compute 3d map at `indices` from `data` and `match_with_stream`'s data.
This function loads `match_with_stream`'s data and set the camera pair for the stereo algorithm. The actual
computation is performed in :meth:`bob.io.stream.StreamStereo.process_frame`.
computation is performed in :meth:`bob.ip.stereo.StreamStereo.process_frame`.
Parameters
----------
......@@ -283,7 +283,7 @@ class StreamReproject(bob.io.stream.StreamFilter):
Stream onto which the data will be projected.
right_stream : :obj:`~bob.io.stream.Stream` or :obj:`~bob.io.stream.StreamFilter`
Stream used to build `map_3d` using stereo algorithms.
map_3d : :obj:`~bob.io.stream.StreamStereo`
map_3d : :obj:`~bob.ip.stereo.StreamStereo`
3d map filter.
"""
......@@ -296,7 +296,7 @@ class StreamReproject(bob.io.stream.StreamFilter):
Stream onto which the data will be projected.
right_stream : :obj:`~bob.io.stream.Stream` or :obj:`~bob.io.stream.StreamFilter`
Stream used to build `map_3d`.
map_3d : :obj:`~bob.io.stream.StreamStereo`
map_3d : :obj:`~bob.ip.stereo.StreamStereo`
3d map filter.
name : str
"reproject": identifier name to use this filter from the :obj:`~bob.io.stream.Stream` class.
......@@ -342,7 +342,7 @@ class StreamReproject(bob.io.stream.StreamFilter):
"""Project `data` onto `left_stream`'s camera.
The method loads `map_3d`'s data and sets the `CameraPair` from `stream_left` and `stream_right`. The actual
projection is performed frame per frame in :meth:`bob.io.stream.StreamReproject.process_frame`.
projection is performed frame per frame in :meth:`bob.ip.stereo.StreamReproject.process_frame`.
Parameters
----------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment