Azzera filtri
Azzera filtri

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.

2 visualizzazioni (ultimi 30 giorni)
Pic Source: Berkeley Segmentation Database

Risposta accettata

Image Analyst
Image Analyst il 24 Set 2015
newImg is a double. Try making it uint8:
newImg = zeros(nRowsNew,nColsNew,3, 'uint8');

Più risposte (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by