Skip to content

Commit 154ca76

Browse files
committed
Fix description
1 parent c5f4a6f commit 154ca76

File tree

3 files changed

+15
-11
lines changed

3 files changed

+15
-11
lines changed

docs/source/samples/depth_preview.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@ over XLink to transfer the results to the host real-time, and displays the depth
66
Note that disparity is used in this case, as it colorizes in a more intuitive way.
77
Below is also a preview of using different median filters side-by-side on a depth image.
88
There are 3 depth modes which you can select inside the code:
9-
#. lr_check: computes disparity with sub-pixel interpolation (5 fractional bits), suitable for long range
10-
#. extended_disparity: mirror rectified frames: true to have disparity/depth normal (non-mirrored)
11-
#. subpixel: suitable for short range objects
9+
10+
#. `lr_check`: used for better occlusion handling. For more information `click here <https://docs.luxonis.com/en/latest/pages/faq/#left-right-check-depth-mode>`__
11+
#. `extended_disparity`: suitable for short range objects. For more information `click here <https://docs.luxonis.com/en/latest/pages/faq/#extended-disparity-depth-mode>`__
12+
#. `subpixel`: suitable for long range. For more information `click here <https://docs.luxonis.com/en/latest/pages/faq/#subpixel-disparity-depth-mode>`__
1213

1314
.. rubric:: Similiar samples:
1415

docs/source/samples/stereo_depth_from_host.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@ Stereo Depth from host
22
======================
33

44
This example shows depth map from host using stereo images. There are 3 depth modes which you can select inside the code:
5-
#. lr_check: computes disparity with sub-pixel interpolation (5 fractional bits), suitable for long range
6-
#. extended_disparity: mirror rectified frames: true to have disparity/depth normal (non-mirrored)
7-
#. subpixel: suitable for short range objects
5+
6+
#. `lr_check`: used for better occlusion handling. For more information `click here <https://docs.luxonis.com/en/latest/pages/faq/#left-right-check-depth-mode>`__
7+
#. `extended_disparity`: suitable for short range objects. For more information `click here <https://docs.luxonis.com/en/latest/pages/faq/#extended-disparity-depth-mode>`__
8+
#. `subpixel`: suitable for long range. For more information `click here <https://docs.luxonis.com/en/latest/pages/faq/#subpixel-disparity-depth-mode>`__
9+
810
Otherwise a median with kernel_7x7 is activated.
911

1012
.. rubric:: Similiar samples:

docs/source/samples/stereo_depth_video.rst

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@ Stereo Depth Video
44
This example is an upgraded :ref:`Depth Preview`. It has higher resolution (720p), each frame can be shown
55
(mono left-right, rectified left-right, disparity and depth). There are 6 modes which you can select
66
inside the code:
7-
#. withDepth: if you turn it off it will became :ref:`Mono Preview`, so it will show only the 2 mono cameras
8-
#. outputDepth: if you turn it on it will show the depth
9-
#. lrcheck: computes disparity with sub-pixel interpolation (5 fractional bits), suitable for long range
10-
#. extended: mirror rectified frames: true to have disparity/depth normal (non-mirrored)
11-
#. subpixel: suitable for short range objects
7+
8+
#. `withDepth`: if you turn it off it will became :ref:`Mono Preview`, so it will show only the 2 mono cameras
9+
#. `outputDepth`: if you turn it on it will show the depth
10+
#. `lrcheck`: used for better occlusion handling. For more information `click here <https://docs.luxonis.com/en/latest/pages/faq/#left-right-check-depth-mode>`__
11+
#. `extended`: suitable for short range objects. For more information `click here <https://docs.luxonis.com/en/latest/pages/faq/#extended-disparity-depth-mode>`__
12+
#. `subpixel`: suitable for long range. For more information `click here <https://docs.luxonis.com/en/latest/pages/faq/#subpixel-disparity-depth-mode>`__
1213

1314
.. rubric:: Similiar samples:
1415

0 commit comments

Comments
 (0)