Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 268 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 268 Bytes

Counting_coins

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.