okaneco / kmeans-colors

k-means clustering library and binary to find dominant colors in images
Apache License 2.0
133 stars 9 forks source link

Move color impls to their own module, add lints #32

Closed okaneco closed 4 years ago

okaneco commented 4 years ago

Create colors module for Lab and Srgb, future colors Add lints to lib.rs Add lints to main.rs for binary Update dependencies