simagen 0 Newbie Poster

I am (trying) creating a program with C++ to RESTORE A SHUFFLED IMAGE.

The program will be used to restore the original image from the standard original pic that has been shuffled, and will also be tested with the shuffled picture that has graphically edited with a NOISE effect this time.

I have created all the code to read in a text file and output the shuffled images etc etc, but need the Shuffled image to be arranged back to the original.

The shuffled image is 4x4 pixels.

I believe that similarity and/or dissimilarity measures are the way to go about this.. any ideas?

Thanks in advance!