Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
bob.ip.stereo
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
Show more breadcrumbs
bob
bob.ip.stereo
Commits
bbab91ef
Commit
bbab91ef
authored
4 years ago
by
Vincent POLLET
Browse files
Options
Downloads
Patches
Plain Diff
[DOC] fix doc references to stereo filters
parent
4b662a6c
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!15
Add bob.io.stream.filters for stereo operations
Pipeline
#47663
passed
4 years ago
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
bob/ip/stereo/stereo_stream_filters.py
+5
-5
5 additions, 5 deletions
bob/ip/stereo/stereo_stream_filters.py
with
5 additions
and
5 deletions
bob/ip/stereo/stereo_stream_filters.py
+
5
−
5
View file @
bbab91ef
...
...
@@ -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.i
o
.stre
am
.StreamWarp.process_frame`.
:meth:`~bob.i
p
.st
e
re
o
.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.i
o
.stre
am
.StreamStereo.process_frame`.
computation is performed in :meth:`bob.i
p
.st
e
re
o
.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.i
o
.stre
am
.StreamStereo`
map_3d : :obj:`~bob.i
p
.st
e
re
o
.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.i
o
.stre
am
.StreamStereo`
map_3d : :obj:`~bob.i
p
.st
e
re
o
.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.i
o
.stre
am
.StreamReproject.process_frame`.
projection is performed frame per frame in :meth:`bob.i
p
.st
e
re
o
.StreamReproject.process_frame`.
Parameters
----------
...
...
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