how to restore the original image frome Horizontal tensile version?
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commento
Image Analyst
il 15 Feb 2013
Why not just adapt your code here: http://www.mathworks.com/matlabcentral/answers/34102#answer_75162?
Risposte (1)
Image Analyst
il 15 Feb 2013
Do you know the angle? If so, use imrotate(). If not, use imregister().
0 Commenti
Vedere anche
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!