Skip to content

Commit 3481369

Browse files
authored
Update footer (#814)
* Update docs footer (cherry picked from commit 3a452669844cc1dfab829af8dd54515f1ae6f7f5) * update clang version * Updated dockerfile * Second test, change pybind_mkdoc * Updated back to luxonis pybind mkdoc, new commit
1 parent bfe6578 commit 3481369

File tree

3 files changed

+4
-27
lines changed

3 files changed

+4
-27
lines changed

docs/requirements_mkdoc.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
git+https://github.com/luxonis/pybind11_mkdoc.git@47a353ae22a3ca2fe1ca47f47b38613dcfb1043b
1+
git+https://github.com/luxonis/pybind11_mkdoc.git@59746f8d1645c9f00ebfb534186334d0154b5bd6

docs/source/includes/footer-short.rst

Lines changed: 2 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,5 @@
11
.. raw:: html
22

3-
<h2>Got questions?</h2>
3+
<h2>Got questions?</h2>
44

5-
We're always happy to help with code or other questions you might have.
6-
7-
.. raw:: html
8-
9-
<div class="cta-row cta-row-short">
10-
<div class="cta-box">
11-
<a href="https://discord.gg/luxonis">
12-
<img src="https://docs.luxonis.com/en/latest/_images/discord.png" alt="Discord"/>
13-
<h5 class="cta-title">Community Discord</h5>
14-
</a>
15-
</div>
16-
<div class="cta-box">
17-
<a href="https://discuss.luxonis.com/">
18-
<img src="https://docs.luxonis.com/en/latest/_images/forum.png" alt="forum"/>
19-
<h5 class="cta-title">Discussion Forum</h5>
20-
</a>
21-
</div>
22-
<div class="cta-box">
23-
<a href="mailto:[email protected]">
24-
<img src="https://docs.luxonis.com/en/latest/_images/email.png" alt="forum"/>
25-
<h5 class="cta-title">Email Support</h5>
26-
</a>
27-
</div>
28-
</div>
5+
Head over to <a href="https://discuss.luxonis.com/"><strong>Discussion Forum</strong></a> for technical support or any other questions you might have.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ just note it's a very large output (eg. 1280*800*96 => 98MB for each frame).
277277

278278
Stereo Subpixel mode will calculate subpixel disparity by looking at the confidence values of the 2 neighboring disparity pixels in each direction.
279279
In the above example graph, in normal mode, StereoDepth would just get the max disparity = 34 pixels, but in Subpixel
280-
mode, it will return a bit more, eg. 37.375 pixels, as confidences for pixels 35 and 36 are quite high as well.
280+
mode, it will return a bit more, eg. 34.375 pixels, as confidences for pixels 35 and 36 are quite high as well.
281281

282282
**TL;DR:** Stereo Subpixel mode should always provide more accurate depth, but will consume additional HW resources (see :ref:`Stereo depth FPS` for impact).
283283

0 commit comments

Comments
 (0)