Suppose I have an image and want to show the distribution of colours in that image. Obviously, I can sort the pixels in a line and be done. But what if I wanted to preserve the original photo's dimensions, while minimising the colour distance across neighbouring pixels in both dimensions?
#graphics #computationalimaging #art
I'm thinking there has to be some obvious way to project the colour space onto two dimensions already, maybe this is a good start
@buherator@infosec.place How would that be applied? My goal is to simply rearrange the pixels, this seems more like signal processing.
@buherator@infosec.place I'll start looking at compressors using this and see if I find anything, thanks!