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
This algorithm will find the number of coins present in a given image. It uses Gaussian Blur then it applies canny_edge detection to find the contours in the blurred image and finally extracting the each coin present in the image and displaying it.