improve translation imge
Show older comments
hello there..
i need your help.. what the codes to change this image
become this
help me please.
Answers (1)
Image Analyst
on 4 Mar 2012
Trivial: just simply crop
croppedImage = originalImage(row1:row2, col1:col2);
Of course you need to specify what row1 and col1 are. Maybe you can use 30 or something so you'd get something like this:
croppedImage = originalImage(30:end, 30:end);
3 Comments
Walter Roberson
on 4 Mar 2012
It is a bit difficult to tell visually, but it appears to me that as well as cropping, there is also a bit of image rotation there. My eyes say the result is a bit over-rotated.
Image Analyst
on 4 Mar 2012
Yeah, someone else has a survey form question out there about rotating the form but it has square boxes. Perhaps last years fruit or road signs is this years survey forms. Seems like we've had a rash of form alignment questions in the past few months.
Walter Roberson
on 5 Mar 2012
"Mark-Sense Forms are the new Fruit!"
Hmmmm... needs some re-wording to become a good cliche.
Categories
Find more on Blocked Images in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!