Skip to content

Commit

Permalink
docs: Add whitespace between text and images (#2689)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hofer-Julian authored Dec 11, 2024
1 parent 32b98a1 commit 311bd35
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/examples/cpp-sdl.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ description: How to build and run an SDL application in C++
---

![](https://storage.googleapis.com/prefix-cms-images/docs/sdl_examle.png)

The `cpp-sdl` example is located in the pixi repository.

```shell
Expand Down
5 changes: 4 additions & 1 deletion docs/examples/opencv.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ pixi run start
```

The screen that starts should look like this:

![](https://storage.googleapis.com/prefix-cms-images/docs/opencv_face_recognition.png)

Check out the `webcame_capture.py` to see how we detect a face.
Expand All @@ -34,7 +35,9 @@ Check out the `webcame_capture.py` to see how we detect a face.
Next to face recognition, a camera calibration example is also included.

You'll need a checkerboard for this to work.
Print this: [![chessboard](https://github.com/opencv/opencv/blob/4.x/doc/pattern.png?raw=true)](https://github.com/opencv/opencv/blob/4.x/doc/pattern.png)
Print this:

[![chessboard](https://github.com/opencv/opencv/blob/4.x/doc/pattern.png?raw=true)](https://github.com/opencv/opencv/blob/4.x/doc/pattern.png)

Then run

Expand Down

0 comments on commit 311bd35

Please sign in to comment.