✒️ 中文版本
This repository contains source code of OpenCV Tutorial application, the environment is python3.0 and opencv4.0.
- Image load
import cv2
src = cv2.imread("test.png")
cv2.namedWindow("input", cv2.WINDOW_AUTOSIZE)
cv2.imshow("input", src)
cv2.waitKey(0)
cv2.destroyAllWindows()
- Gray Image
gray = cv2.cvtColor(src, cv.COLOR_BGR2GRAY)
More opencv4.0 tutorials plese follow the learning road as below 👇👇👇
Annotation:
- ✔️ : Basic
- ✏️ : Attention
- ❣️ : Important
⛳️ The weight can be download from Google Driver: