Skip to content

Detect coins in live video, calculate their total value in rupees, and display the result using OpenCV and CVZone libraries. πŸ’°

Notifications You must be signed in to change notification settings

SyedFahad7/CoinVision--Coin-Counter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

7 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Coin VISION

This Python project uses OpenCV and CVZone libraries to detect coins from a live video feed, calculate their total value in rupees, and display the result on-screen.

Features

  • Captures video from a camera and applies image processing techniques to detect coins.
  • Uses contour detection to identify different coin sizes and calculate their value based on predefined criteria.
  • Displays the total value of detected coins in rupees on the screen.

Requirements

  • Python 3.x
  • OpenCV
  • CVZone

Installation

  1. Clone the repository:

    git clone https://github.com/your_username/your_repository.git
    cd your_repository
  2. Install dependencies:

pip install -r requirements.txt

Usage

Connect a camera or webcam to your computer.

Run the script:

python coin_detection.py

Adjust the trackbars in the settings window to optimize coin detection based on lighting conditions.

PDF presentation

presentation

πŸš€ About Me

I'm a full stack Web & App Developer and an undergrad Data Science Student πŸ‘¨β€πŸ’»πŸ™Œ

Authors

About

Detect coins in live video, calculate their total value in rupees, and display the result using OpenCV and CVZone libraries. πŸ’°

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages