How to extract non linear picture from JPG file

1 view (last 30 days)
I'm new to matlab, anyone guide me to extract the nonlinear picture from a JPG file. I have a JPG file, which has 3 nonlinear picture, I want to extract these three piece of nonlinear picture in my JPG file.
thank you in advance waiting for response.
  3 Comments
Ibrahim Thorig
Ibrahim Thorig on 22 Nov 2013
Non linear means, i have a scan image which has torn picture piece. for example:
ls find the attached
Image Analyst
Image Analyst on 22 Nov 2013
Edited: Image Analyst on 22 Nov 2013
Is there a real world need for you to do this, or is it just a homework exercise? How did you ever come to have pictures of some torn up photograph at oddball angles? If you work in forensics and need to reconstruct a photo that the suspect tore up, this can be done very easily with Photoshop and manual interaction. There is no need to write some complicated program when you don't have to.

Sign in to comment.

Answers (1)

Walter Roberson
Walter Roberson on 22 Nov 2013
The JPEG image format cannot store non-rectangular images. MATLAB cannot store non-rectangular arrays.
What you can do in some cases is to read in rectangular images, and found the visual boundary of them, and construct a "mask" to select only the visual object. See for example http://www.mathworks.com/matlabcentral/answers/76961

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!