Filter löschen
Filter löschen

Image repetition in the same window

7 Ansichten (letzte 30 Tage)
nazneen
nazneen am 18 Feb. 2015
Bearbeitet: nazneen am 20 Feb. 2015
I am not sure why this is happening but for some of my images that i display using imshow the image gets repeated thrice in the same window (as three columns) . Can someone please help me out with this? Do you require the code?

Antworten (1)

Image Analyst
Image Analyst am 18 Feb. 2015
It could be that you're looking at a raw color image that has not been demosaiced properly, for example if you just read in a BMP image with fread() instead of imread().
  3 Kommentare
Image Analyst
Image Analyst am 20 Feb. 2015
Can you attach the image? If it displays fine for me then it must be your code. Use the debugger to step through it and find out what line of code(s) does the display.
nazneen
nazneen am 20 Feb. 2015
Bearbeitet: nazneen am 20 Feb. 2015
I guess it was a glitch in my code since after i changed the size limit it worked fine.
Thank you for your help.

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Images 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!

Translated by