improve translation imge
Afficher commentaires plus anciens
hello there..
i need your help.. what the codes to change this image
become this
help me please.
Réponses (1)
Image Analyst
le 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 commentaires
Walter Roberson
le 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
le 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
le 5 Mar 2012
"Mark-Sense Forms are the new Fruit!"
Hmmmm... needs some re-wording to become a good cliche.
Catégories
En savoir plus sur Blocked Images dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!