how to restore the original image frome Horizontal tensile version?
Afficher commentaires plus anciens
i have a rotated image and wanna to restore the original image, the rotated image is Horizontal tensile version of original image.i dont wanna to use the "imtransform" function and have to write the code by both bilinear and nearest neighbor . but i dont know how?!
1 commentaire
Image Analyst
le 15 Fév 2013
Why not just adapt your code here: http://www.mathworks.com/matlabcentral/answers/34102#answer_75162?
Réponses (1)
Image Analyst
le 15 Fév 2013
0 votes
Do you know the angle? If so, use imrotate(). If not, use imregister().
Catégories
En savoir plus sur Geometric Transformation and Image Registration dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!