Vibrant-Colors / node-vibrant

🎨 Extract prominent colors from an image
MIT License
2.01k stars 107 forks source link

Color delta based clustering algorithm for quantization #58

Open akfish opened 6 years ago

akfish commented 6 years ago

The MMCQ quantizer is not suitable for this kinda of applications. It does not reflect how human eyes percept colors. The generated colors are often unnatural. And most color information is simply lost.

I'm investigating a new approach to quantize the color, which uses color delta as distance function for clustering. Early experiments showed promising results.

polarathene commented 4 years ago

Did anything come from this?