I wanted to create a photomosaic in python using the PIL library.
Will FFT help me in finding the best match for a picture from the given set of pictures?
I have tried with rgb colour space but the ouput seems to be ok. I would need robust performance so thought of using fft.
Kindly provide some other valuable suggestions too.