You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Computer Vision - A Basic Artificial Intelligence Project
Libraries used - OpenCV, Numpy, Matplotlib
Turn the images to grayscale.
Blur image slightly to remove noise.
Using Canny Algorithm to detect edges.
Connect the edges and make them thicker & visible using dilate
Calculating and drawing contours