File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
# 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 )
3
3
## Introduction
4
4
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.
6
6
7
7
## Sample
8
8
- Image load
@@ -20,14 +20,14 @@ cv2.destroyAllWindows()
20
20
gray = cv2.cvtColor(src, cv.COLOR_BGR2GRAY )
21
21
```
22
22
---
23
- ** More opencv4.0 tutorials plese flow the learning road as below** 👇👇👇
23
+ ** More opencv4.0 tutorials plese follow the learning road as below** 👇👇👇
24
24
25
- ## Learning Road ⛳️⛳️⛳️
25
+ ## Learning Road ⛳️
26
26
- ✔️ : ** Basic**
27
27
- ✏️ : ** Attention**
28
28
- ❣️ : ** Important**
29
29
30
- No | Description | TODO
30
+ No | Description | Annotation
31
31
:--------: | :--------: | :--------:
32
32
code_001 | [ OpenCV之图片读取与显示] ( python/code_001/opencv_001.py ) | ✔️
33
33
code_002 | [ OpenCV之图片灰度化] ( python/code_002/opencv_002.py ) | ✔️
You can’t perform that action at this time.
0 commit comments