Skip to content

Commit 8187862

Browse files
committed
Final touches to docs
1 parent c422e2c commit 8187862

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/source/tutorials/configuring-stereo-depth.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -295,8 +295,8 @@ But with Stereo Subpixel mode enabled, there are many more unique values possibl
295295

296296
.. code-block:: python
297297
298-
# Number of unique values based on subpixel bits setting.
299-
Unique values = 94 * 2 ^ subpixel_bits + 2 (min/max value)
298+
# Number of unique values based on subpixel bits setting
299+
unique_values = 94 * 2 ^ subpixel_bits + 2 [min/max value]
300300
301301
.. math::
302302
94 * 2^3 + 2 = 754
@@ -478,6 +478,7 @@ For noisy pointcloud we suggest a few approaches:
478478

479479
* (mentioned above) Start with the :ref:`Fixing noisy depth <2. Fixing noisy depth>` chapter, as otherwise, noise will produce points all over the pointcloud
480480
* (mentioned above) Continue with the :ref:`Improving depth accuracy <3. Improving depth accuracy>` chapter - depth inaccuracy will be easily visible in pointcloud
481+
481482
* Enable Stereo subpixel mode, especially due to the :ref:`Stereo subpixel effect on layering`
482483

483484
* :ref:`Decimation filter for pointcloud` for faster processing (FPS) and additional filtering

0 commit comments

Comments
 (0)