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 77This 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
1212import 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
2424gray = 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 ⛳️
You can’t perform that action at this time.
0 commit comments