Skip to content

d4rk-lucif3r/Currency-Detection-OpenCV

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Currency Detection using OpenCV

    


OpenCV to detect and idnetify the denomination of Indian Currency from web cam stream. It uses ORB to Detect Keypoints and BEBLID to compute the Images and FLANN based Matcher to match the images in video stream.

Installation

pip install -r requirements.txt

Usage

from Helpers.Detector import Detector
detect_obj = Detector() # Object Creation
detect_obj.start() # Initialising the Detector
while True:
    detect_obj.detect() # Detecting Images in video Stream

About

Currency Detection using OpenCV

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages