Steve on Image Processing

May 18th, 2009

Overview window preference in R2009a

A few years ago we introduced the Image Tool for image viewing, navigation, pixel-value display, cropping, etc. Here's a screen shot:

Image Tool screenshot

The window on the left is called the "Overview Window." It helps you see where you are when you are zooming in on a large image.

Until the latest toolbox release, R2009a, the Overview Window always appeared whenever you launched the Image Tool. Quite a few customers told us they didn't like this behavior.

If you select the File / Preferences menu in R2009a, you'll see a new "Image Processing" choice. This new preferences panel lets you choose whether the Overview Window always appears when the Image Tool is launched. You can see the Overview Window checkbox circled below.

Image Processing preferences panel screenshot

By default, the checkbox is off, meaning that the Overview Window will not display. To make the Overview Window appear, click on its icon (the first one on the left), or select the Tools / Overview menu.

Leave a Reply

Wrap code fragments inside <pre> tags, like this:

<pre class="code">
a = magic(3);
sum(a)
</pre>

If you have a "<" character in your code, either follow it with a space or replace it with "&lt;" (including the semicolon).


Steve Eddins manages the Image & Geospatial development team at The MathWorks and coauthored Digital Image Processing Using MATLAB. He writes here about image processing concepts, algorithm implementations, and MATLAB.

  • Sana: hi steve, could you explain to me how i would be able to use the dir function, to do a loop through a directory...
  • Nishtha: Sir, I have preprocessed the image in following steps: [1] adaptive histogram equalization [2] thresholding...
  • Kristof: I also strongly support the idea. I have just recently bumped into the problem that im2single was not...
  • Steve: David—I’ m glad you found it useful!
  • David Lalejini: I found your example very useful for finding connected nodes in a large set of input pairs. I start...
  • tommy: Dear Steve, I have a question,please if you are kind to help me regarding the accumulator array dimensions of...
  • Steve: Abc—I don’t know how to distinguish the faces. You might try posting your question in the MATLAB...
  • Manju: well if we have a few ovals within each other like in a cell how do we measure the distance from the center...
  • Steve: Manju—What do you mean? How is each region defined?
  • Manju: if we have 2-3 regions within each other how do we measure the regions of each one?

These postings are the author's and don't necessarily represent the opinions of The MathWorks.