Sparkier / Hierarchical-Image-Explorer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

finish color match method

daniel-stucke opened this issue · comments

Complete the color match method to find an image group representative

Suggestion: describe or point to a link describing the color math method to make it self-explanatory

The color matching method grabs the color palette of an image and returns the dominant color of an image. The dominant color is then converted into the LAB color space and compared to other dominant colors by using the delta-e algorithm. The lower the delta-e, the more similar are the colors.