This project detects egyptian coins in the images of the included dataset by using circle hough transform, circle hough transform is implemented without using any built is functions.
Code Versions:
- “CoinDetection.py” this version is optimized to work on the included image called “test_image.png” for quick testing, this version take a short time to complete.
- “CoinDetection-V2.py” this version works on all images in the data set but is slow.
A sample of the result:
The original image:
After Canny edge detection:
Final image: