An open API service indexing awesome lists of open source software.

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

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