Skip to content

Commit aabe809

Browse files
committed
commit
1 parent 1de7886 commit aabe809

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# OpenCV 4.0 Tutorial
2-
2+
[![](https://img.shields.io/badge/opencv-v4.0.0-orange.svg)](https://opencv.org/) [![](https://img.shields.io/badge/opencv-tutorial-brightgreen.svg)](https://docs.opencv.org/4.0.0/d9/df8/tutorial_root.html)
33
## Introduction
44

5-
This repository contains source code of OpenCV Tutorial application, the environment is python3.0 and opencv4.0
5+
This repository contains source code of OpenCV Tutorial application, the environment is python3.0 and opencv4.0.
66

77
## Sample
88
- Image load
@@ -20,14 +20,14 @@ cv2.destroyAllWindows()
2020
gray = cv2.cvtColor(src, cv.COLOR_BGR2GRAY)
2121
```
2222
---
23-
**More opencv4.0 tutorials plese flow the learning road as below** 👇👇👇
23+
**More opencv4.0 tutorials plese follow the learning road as below** 👇👇👇
2424

25-
## Learning Road ⛳️⛳️⛳️
25+
## Learning Road ⛳️
2626
- ✔️ : **Basic**
2727
- ✏️ : **Attention**
2828
- ❣️ : **Important**
2929

30-
No | Description | TODO
30+
No | Description | Annotation
3131
:--------: | :--------: | :--------:
3232
code_001 | [OpenCV之图片读取与显示](python/code_001/opencv_001.py) | ✔️
3333
code_002 | [OpenCV之图片灰度化](python/code_002/opencv_002.py) | ✔️

0 commit comments

Comments
 (0)