Skip to content

Commit

Permalink
updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dusty-nv committed Jul 15, 2020
1 parent 83f6682 commit eb67e45
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 5 additions & 3 deletions docs/aux-image.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<img src="https://github.com/dusty-nv/jetson-inference/raw/master/docs/images/deep-vision-header.jpg" width="100%">
<p align="right"><sup><a href="aux-streaming.md">Back</a> | <a href="../README.md#hello-ai-world">Next</a> | </sup><a href="../README.md#hello-ai-world"><sup>Contents</sup></a>
<p align="right"><sup><a href="aux-streaming.md">Back</a> | <a href="../CHANGELOG.md">Next</a> | </sup><a href="../README.md#hello-ai-world"><sup>Contents</sup></a>
<br/>
<sup>Appendix</sup></p>

Expand Down Expand Up @@ -449,7 +449,9 @@ CUDA(cudaOverlay(imgInputA, dimsA, imgOutput, dimsOutput, 0, 0));
CUDA(cudaOverlay(imgInputB, dimsB, imgOutput, dimsOutput, dimsA.x, 0));
```
##
<p align="right">Back | <b><a href="aux-streaming.md">Camera Streaming and Multimedia</a></b>
<p align="right">Next | <b><a href="../CHANGELOG.md">Change Log</a></b>
<br/>
Back | <b><a href="aux-streaming.md">Camera Streaming and Multimedia</a></p>
<p align="right">Back | <b></b>
<p align="center"><sup>© 2016-2020 NVIDIA | </sup><a href="../README.md#hello-ai-world"><sup>Table of Contents</sup></a></p>
1 change: 0 additions & 1 deletion docs/aux-streaming.md
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,6 @@ int main( int argc, char** argv )
}
```
##
<p align="right">Next | <b><a href="aux-image.md">Image Manipulation with CUDA</a></b>
<p align="center"><sup>© 2016-2020 NVIDIA | </sup><a href="../README.md#hello-ai-world"><sup>Table of Contents</sup></a></p>

0 comments on commit eb67e45

Please sign in to comment.