To display an image
Ältere Kommentare anzeigen
I want to display images from a for loop. Whenever i write imagesc() drawnow; I do get the images but they are scaled. I donot want the scaled images. When I am using imshow instead of imagesc then it gives just blank figure? How could i view those images without being scaled?
1 Kommentar
Walter Roberson
am 2 Sep. 2012
When you say "scaled" are you referring to size or to color range?
What is size() of your image (please show all values returned by size()) ? What is class() of your image?
What is max(YourImage(:)) and min(YourImage(:)), where here YourImage is your variable name ?
Akzeptierte Antwort
Weitere Antworten (1)
Star Strider
am 2 Sep. 2012
0 Stimmen
I suggest image rather than imagesc if you do not want them scaled.
Kategorien
Mehr zu Image Processing Toolbox finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!