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

Latest commit

 

History

History
24 lines (19 loc) · 755 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 755 Bytes

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