Skip to content

Jenittan/Coin-Detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Coin-Detection

🪙 Coin Detection using OpenCV

This repository contains a Jupyter Notebook Coin-Detection.ipynb that demonstrates coin detection using Python and OpenCV.
The project identifies and counts coins in an image by applying image preprocessing, contour detection, and circle detection techniques.


📖 Overview

The main goal of this project is to automatically detect coins from an image based on their circular shape and size.
It uses techniques like:

  • Grayscale conversion
  • Gaussian blurring
  • Edge detection (Canny or HoughCircles)
  • Contour detection and filtering
  • Drawing bounding circles and counting coins

🧰 Technologies Used

  • Python 3.8+
  • OpenCV
  • NumPy
  • Matplotlib (optional for visualization)

⚙️ Installation

  1. Clone this repository:
    git clone https://github.com/<your-username>/Coin-Detection.git
    cd Coin-Detection
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published