Prev: Relation between Hough & Radon Transform Matrices
Next: Memory Reallocation broken in R2008b and higher
From: Casper on 4 May 2010 16:55 I'm fairly sure it's the case but i'd rather ask than to make any assumptions. If an image is too large to be fitted onto your screen MatLab will issue the warning: Warning: Image is too big to fit on screen; displaying at 8% for instance. I'm assuming that the 8% image is a linear "downscaled" version of the origina image?
From: ImageAnalyst on 4 May 2010 22:54
On May 4, 4:55 pm, "Casper " <no...(a)box.diku.dk> wrote: > I'm fairly sure it's the case but i'd rather ask than to make any assumptions. If an image is too large to be fitted onto your screen MatLab will issue the warning: > > Warning: Image is too big to fit on screen; displaying at 8% > > for instance. I'm assuming that the 8% image is a linear "downscaled" version of the origina image? ------------------------------------------------------------------- Does it really matter? Why do you care if it's block averaged down or just takes nearest neighbor? It's just the display, and you probably won't notice. Perhaps you may have a little aliasing (moire pattern) but I doubt it. |