Skip to content

AbanobNageh/Egyptian-Coin-Detection

Repository files navigation

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

About

Coin detection in pictures using Circle Hough Transform

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages