Skip to content

lemonad/colorhull

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

An R implementation of the palette extraction part of Tam, Echevarria and Gingold's paper ”Efficient palette-based decomposition and recoloring of images via RGBXY-space geometry” (2018).

Needs glpk and qhull installed locally, e.g.

brew install glpk
brew install qhull

Examples

Extracting palettes using k-means often misses perceptually important colors:

k-means

Whereas colorhull includes these but might also produce additional colors without much perceptual importance:

colorhull

[Photo by author.]

About

Generate color themes from images

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages