AK Python
1.86K subscribers
39 photos
2 videos
11 files
236 links
Join here to unlock your programming ability
Download Telegram
Edge detection project video is out now
👍
Good morning Programmers 👍
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()
Here is the code for edge detection
Here is the blog form of the previous video tutorial❤️
Doesn't care about numbers but every milestone achievements some what qualities will increase..❤️

Thanks for watching my videos ❤️👍
#ykyg
Did you know?

Russia built a computer that ran on water: in 1936.
It was also called a Water Integrator and was originally designed to solve the problem of cracking in concrete. It's now found in Moscow's Polytechnic Museum.

Share support
Check out this article👍
Check out this project article 👍 useful one
New video out now..! Checkout❤️
Here is the blog for our latest video. Full source code and explanation available❤️
Pick a time Video uploads..!
Anonymous Poll
38%
2:00 PM
40%
6:00PM
22%
8:00PM
Which of the following computer language is used for artificial intelligence?
Anonymous Quiz
19%
FORTRAN
35%
PROLOG
15%
COBOL
32%
C