Skip to content
This repository has been archived by the owner on Mar 14, 2023. It is now read-only.

This will detect image average color then we can find what is the darkest color

Notifications You must be signed in to change notification settings

lakmalniranga/OpenCV-average-color-detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

OpenCV Python average color detection

This will detect image average color using OpenCV, then we can find out what is the darkest color.

Used Libraries

  1. OpenCV 2.x
  2. PyQT 4

Usage

  1. Detect pixel dot color on the image
  2. Average color for entire image in RGB format
  3. Detect darkest and lightest color

Screenshot

Qt Gui screenshot

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

License

This project is licensed under the MIT License

About

This will detect image average color then we can find what is the darkest color

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages