Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 993 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 993 Bytes

Egyptian-Coin-Detection

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:

  1. “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.
  2. “CoinDetection-V2.py” this version works on all images in the data set but is slow.

A sample of the result:

The original image:

alt text

After Canny edge detection:

alt text

Final image:

alt text