Skip to content

Commit ddd6bd0

Browse files
committed
Updated based on change request
1 parent 6340e71 commit ddd6bd0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
2.8 KB
Loading

docs/source/components/nodes/stereo_depth.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ Currently configurable blocks
154154

155155
.. tab:: Confidence Threshold
156156

157-
- **Confidence threshold**: Stereo depth algorithm searches for the matching feature from right camera point to the left image (along the 96 disparity levels). During this process it computes the cost for each disparity level and chooses the minimal cost between two disparities and uses it to compute the confidence at each pixel. Stereo node will output disparity/depth pixels only where depth confidence is below the **confidence threshold** (lower the confidence value means better depth accuracy). Note: This threshold only applies to Normal stereo mode as of now.
157+
- **Confidence threshold**: Stereo depth algorithm searches for the matching feature from right camera point to the left image (along the 96 disparity levels). During this process it computes the cost for each disparity level and chooses the minimal cost between two disparities and uses it to compute the confidence at each pixel. Stereo node will output disparity/depth pixels only where depth confidence is below the **confidence threshold** (lower the confidence value means better depth accuracy).
158158
- **LR check threshold**: Disparity is considered for the output when the difference between LR and RL disparities is smaller than the LR check threshold.
159159

160160
.. doxygenfunction:: dai::StereoDepthConfig::setConfidenceThreshold

docs/source/includes/depth-filters.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
.. tab:: Median
44

55
This is a non-edge preserving `Median filter <https://en.wikipedia.org/wiki/Median_filter>`__, which can be used
6-
to reduce noise and smoothen the depth map.
6+
to reduce noise and smoothen the depth map. Median filter is implemented in hardware, so it's the fastest filter.
77

88
.. doxygenenum:: dai::MedianFilter
99
:project: depthai-core
@@ -12,7 +12,7 @@
1212
.. tab:: Speckle
1313

1414
**Speckle Filter** is used to reduce the speckle noise. Speckle noise is a region with huge
15-
variance between neighboring depth pixels, and speckle filter tries to filter this region.
15+
variance between neighboring disparity/depth pixels, and speckle filter tries to filter this region.
1616

1717
.. doxygenstruct:: dai::RawStereoDepthConfig::PostProcessing::SpeckleFilter
1818
:project: depthai-core
@@ -46,7 +46,7 @@
4646

4747
.. tab:: Threshold
4848

49-
**Threshold Filter** filters out all depth pixels outside the configured min/max
49+
**Threshold Filter** filters out all disparity/depth pixels outside the configured min/max
5050
threshold values.
5151

5252
.. autoclass:: depthai.RawStereoDepthConfig.PostProcessing.ThresholdFilter

0 commit comments

Comments
 (0)