Skip to content

A script to identify different color objects in an image

License

Notifications You must be signed in to change notification settings

Ian-Yy/ColorRecognition

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Color recognition works to identify different color candies in an image.

Basic Usage

Install dependencies

pip install -r requirements.txt

To count the number of colored candy in an image

python color_detect.py -i 'path to image'

Example

python color_detect.py -i ./images/image1.jpg

In the same directory you are running the program a file out.jpg with the color count showing on the image will be created.

  • A sample output.Code is still buggy.

Sample image

ToDo

  • Allow color count in videos.

About

A script to identify different color objects in an image

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%