indragiek / DominantColor

Finding dominant colors of an image using k-means clustering
MIT License
960 stars 92 forks source link

Memoize color difference and color conversions #9

Closed indragiek closed 9 years ago

indragiek commented 9 years ago

Might be able to make it perform a little better by memoizing the results of RGB <-> LAB conversions and the CIE 2000 color diff algorithm.