oaustegard / Lottie_Playlist

MIT License
1 stars 0 forks source link

Overall Hue, Brightness #20

Open oaustegard opened 2 years ago

oaustegard commented 2 years ago

Extract all vivid colored pixels from the image (Saturation (0.15, 1], PB (0.18, 0.95)), partition the overall image hue into a band, then sort by overall image perceived brightness (simple sum of all pixels/number of pixels).

Question: best way to extract overall image hue?

oaustegard commented 2 years ago

See #19

oaustegard commented 2 years ago

Seems to work better - I'm calling this good enough for now. (Potential improvement - classify very dark and very light images in separate bands (start and end?))

image