Sorting a jumbled face uding Matlab

  • Context: MATLAB 
  • Thread starter Thread starter i.mehrzad
  • Start date Start date
  • Tags Tags
    Matlab Sorting
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 2K views
i.mehrzad
Messages
84
Reaction score
0
I am developing a MATLAB code for the problem.

I have a idea but would like to improve it and therefore would want to ask for opinions.

We are given a jumbled up image of a human face.
We have to arrange the face back into place.
We will be shown and given the randomized image. The randomized image in general will comprise of parts(p's) 20(4X5,4X4...) parts. Dont expect it to be many.


My idea. I will use the face that the from face of an individual is symmetrical. Therefore i plan to take the p's and place them in random order, and
check for symmetry. In brief i will take left hand side of image-right hand side of image. Calculate deviation and i will set the threshold value.

Any idea which iseasier to implement. I myself am not understanding how to make the code for doing the above.



Any reference websites that i can read and get something read.
 
Physics news on Phys.org
It sounds like it would be better to try to match up the pixels on the boundaries of each part of the image.