MATLAB Sorting a jumbled face uding Matlab

  • Thread starter Thread starter i.mehrzad
  • Start date Start date
  • Tags Tags
    Matlab Sorting
AI Thread Summary
The discussion centers around developing a MATLAB code to rearrange jumbled images of human faces. The approach involves leveraging the symmetry of human faces by randomly placing image parts and calculating the deviation between the left and right sides to determine their alignment. The user seeks advice on simplifying the implementation of this idea and is looking for resources to better understand the coding process. Suggestions include focusing on matching pixels at the boundaries of image parts to enhance accuracy in reassembling the face.
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 treshold 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.
 

Similar threads

Replies
12
Views
3K
Replies
4
Views
3K
Replies
3
Views
3K
Replies
1
Views
3K
Replies
1
Views
3K
Replies
1
Views
13K
Back
Top