We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ef3414 commit a3ed861Copy full SHA for a3ed861
README.md
@@ -7,7 +7,7 @@
7
This repository contains source code of OpenCV Tutorial application, the environment is python3.0 and opencv4.0.
8
9
## Sample
10
-- Image load
+- **Image load**
11
```python
12
import cv2
13
@@ -19,13 +19,15 @@ cv2.destroyAllWindows()
19
```
20
<div align=center><img src="https://i.loli.net/2019/05/22/5ce4b40258c9155103.jpg" width=200></div>
21
22
-- Gray Image
+- **Gray Image**
23
24
gray = cv2.cvtColor(src, cv.COLOR_BGR2GRAY)
25
26
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
29
+
30
31
***More opencv4.0 tutorials plese follow the learning road as below*** 👇👇👇
32
33
## Learning Road ⛳️
0 commit comments