https://github.com/moehmeni/picolor
Determine KMEANS , average axis etc. color of an Image
https://github.com/moehmeni/picolor
average-color color-detection color-picker dominant-colors image image-processing kmeans-image-clustering
Last synced: about 1 year ago
JSON representation
Determine KMEANS , average axis etc. color of an Image
- Host: GitHub
- URL: https://github.com/moehmeni/picolor
- Owner: moehmeni
- License: mit
- Created: 2021-10-24T10:42:25.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-30T19:07:48.000Z (over 4 years ago)
- Last Synced: 2025-04-09T23:46:32.084Z (about 1 year ago)
- Topics: average-color, color-detection, color-picker, dominant-colors, image, image-processing, kmeans-image-clustering
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# picolor
Determine KMEANS , average axis etc. color of an Image
## Usage
```python
from picolor import avg_color, kmeans_dominant_color
path_or_url = ""
print(avg_color(path_or_url))
print(kmeans_dominant_color(path_or_url))
```
## TODO
- Provide more algorithms
- More customization over the methods
- Anything useful