How to extract non linear picture from JPG file
1 次查看(过去 30 天)
显示 更早的评论
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 个评论
Image Analyst
2013-11-22
编辑:Image Analyst
2013-11-22
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.
回答(1 个)
Walter Roberson
2013-11-22
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
0 个评论
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!