Skip to content

Commit a3ed861

Browse files
committed
README
1 parent 3ef3414 commit a3ed861

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
This repository contains source code of OpenCV Tutorial application, the environment is python3.0 and opencv4.0.
88

99
## Sample
10-
- Image load
10+
- **Image load**
1111
```python
1212
import cv2
1313

@@ -19,13 +19,15 @@ cv2.destroyAllWindows()
1919
```
2020
<div align=center><img src="https://i.loli.net/2019/05/22/5ce4b40258c9155103.jpg" width=200></div>
2121

22-
- Gray Image
22+
- **Gray Image**
2323
```python
2424
gray = cv2.cvtColor(src, cv.COLOR_BGR2GRAY)
2525
```
2626

2727
<div align=center><img src=https://i.loli.net/2019/05/22/5ce4b2ae1e7ce86434.png width=120> <img src=https://i.loli.net/2019/05/22/5ce4b2ae220a248459.png width=120></div>
2828

29+
30+
2931
***More opencv4.0 tutorials plese follow the learning road as below*** 👇👇👇
3032

3133
## Learning Road ⛳️

0 commit comments

Comments
 (0)