Skip to content

Program for identifying and counting user specified objects in an image.

License

Notifications You must be signed in to change notification settings

stefanbo92/Image-Analyser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image-Analyser

Program for identifying and counting user specified objects in an image.

Usage:

First rename the image to analyse to "img.png" and then run

python analyser.py

Specify the object you want to detect and count by selecting it with a bounding rectangel. The brogram will then show all of these objects and count them. For now the object detection only works with a simple template matching. In the future a neural network should be implemented for more robust object detection.

OpenCV and Scipy are required for running the python script.

Examples:

qAAMg2

dANrFV

About

Program for identifying and counting user specified objects in an image.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages