This will detect image average color using OpenCV, then we can find out what is the darkest color.
- OpenCV 2.x
- PyQT 4
- Detect pixel dot color on the image
- Average color for entire image in RGB format
- Detect darkest and lightest color
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
This project is licensed under the MIT License