import cv2
import numpy as numpy
from matplotlib import pyplot as plt
img=cv2.imread('Cristiano_Ronaldo_2018.jpg',0)
edges=cv2.Canny(img,100,200)
plt.subplot(121),plt.imshow(img,cmap='gray')
plt.title('Original image'),plt.xticks([]),plt.yticks([])
plt.subplot(122),plt.imshow(edges,cmap='gray')
plt.title('Edge Image'),plt.xticks([]),plt.yticks([])
plt.show()
import numpy as numpy
from matplotlib import pyplot as plt
img=cv2.imread('Cristiano_Ronaldo_2018.jpg',0)
edges=cv2.Canny(img,100,200)
plt.subplot(121),plt.imshow(img,cmap='gray')
plt.title('Original image'),plt.xticks([]),plt.yticks([])
plt.subplot(122),plt.imshow(edges,cmap='gray')
plt.title('Edge Image'),plt.xticks([]),plt.yticks([])
plt.show()
AKPython Blogs: Typing speed calculator program in python [ 15 lines ]
https://akpythonblog.blogspot.com/2021/03/hello-python-programmers-this-is-ak-in_30.html?m=1
https://akpythonblog.blogspot.com/2021/03/hello-python-programmers-this-is-ak-in_30.html?m=1
Blogspot
Typing speed calculator program in python [ 15 lines ]
AKPython Blogs: Realtime QRcode scanner using python [ 30 lines ]
https://akpythonblog.blogspot.com/2021/03/realtime-qrcode-scanner-using-python-30.html?m=1
https://akpythonblog.blogspot.com/2021/03/realtime-qrcode-scanner-using-python-30.html?m=1
Blogspot
Realtime QRcode scanner using python [ 30 lines ]
Here is the blog for our latest video. Full source code and explanation available❤️
Which of the following computer language is used for artificial intelligence?
Anonymous Quiz
19%
FORTRAN
35%
PROLOG
15%
COBOL
32%
C