I'm trying to rotate an image without imrotate. My output image is unintelligible. Would appreciate any help. Sharing my code, input and output images.
4 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Ishwarya Iyengar
am 24 Sep. 2015
Beantwortet: Image Analyst
am 24 Sep. 2015


Pic Source: Berkeley Segmentation Database
0 Kommentare
Akzeptierte Antwort
Image Analyst
am 24 Sep. 2015
newImg is a double. Try making it uint8:
newImg = zeros(nRowsNew,nColsNew,3, 'uint8');
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Geometric Transformation and Image Registration finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!