0

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.

Josh Heitzman
  • 1,816
  • 1
  • 14
  • 26

1 Answers1

2

An implementation to spark ideas might be useful. link

Otherwise google "image similarity measures". The top link is going to be this question which again might provide the needed direction your looking for.

Community
  • 1
  • 1
enjoylife
  • 3,801
  • 1
  • 24
  • 33