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

Refactor out raw array indexing in favor of iterators #25

Closed okaneco closed 4 years ago

okaneco commented 4 years ago

Change hashmaps in sort.rs to use u64 instead of u32 for counters