Image repetition in the same window

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?

回答(1 个)

Image Analyst
Image Analyst 2015-2-18
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 个评论

I am actually working with grey images, does that still apply? I haven't figured out the problem but when i limit the size of the image to the size of the first image in the window it doesn't tend to repeat itself. Thank you
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.
I guess it was a glitch in my code since after i changed the size limit it worked fine.
Thank you for your help.

请先登录,再进行评论。

类别

帮助中心File Exchange 中查找有关 Convert Image Type 的更多信息

提问:

2015-2-18

编辑:

2015-2-20

Community Treasure Hunt

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

Start Hunting!

Translated by