okaneco / kmeans-colors

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

Add `Calculate`, `Hamerly` impls for `[T; N]` #56

Open okaneco opened 1 year ago

okaneco commented 1 year ago

Implement kmeans traits for [T: Float; N] Make num-traits non-optional Add an example program to print out Srgb and [T; 3] results