File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 7
7
This repository contains source code of OpenCV Tutorial application, the environment is python3.0 and opencv4.0.
8
8
9
9
## Sample
10
- - Image load
10
+ - ** Image load**
11
11
``` python
12
12
import cv2
13
13
@@ -19,13 +19,15 @@ cv2.destroyAllWindows()
19
19
```
20
20
<div align =center ><img src =" https://i.loli.net/2019/05/22/5ce4b40258c9155103.jpg " width =200 ></div >
21
21
22
- - Gray Image
22
+ - ** Gray Image**
23
23
``` python
24
24
gray = cv2.cvtColor(src, cv.COLOR_BGR2GRAY )
25
25
```
26
26
27
27
<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 >
28
28
29
+
30
+
29
31
*** More opencv4.0 tutorials plese follow the learning road as below*** 👇👇👇
30
32
31
33
## Learning Road ⛳️
You can’t perform that action at this time.
0 commit comments