Microscopy Image Browser Toolbar

Toolbar under the main menu. The toolbar offers fast access to few most frequently used functions.

Back to Index --> User Guide

Contents

Paste dataset from the system clipboard

Pastes image from the system clipboard. This functionality is implemented using IMCLIPBOARD function by Jiro Doke, MathWorks, 2010.

Save model

Saves model to a file in the Matlab format. The file name is not asked, which means that the im_browser will use:

Development shortcut...

Reserved for the development purposes

Zoom in

Increases magnification in 1.5 times.

1:1

Magnifies to 100% magnification.

Fit to screen

Fits the image to the view image panel.

Zoom out

Decreases magnification by 1.5 times.

Fast pan mode

Panning an image means moving the image displayed in the Image View panel. This mode is enabled during pressing of the right mouse button. Normally to pan the image im_browser gets full sized image of the currently shown slice. When the Width/Height of the image is high it results is a small lag. Enabling this mode reduces the lag, but does not allow to see the full image during the panning process.

Undo

Does Undo operation (Ctrl+Z shortcut): restore the previous state of the dataset. The length of the Undo history can be set in the Menu->File->Preferences.

Demonstration of the undo/redo system is available in the following video:
https://youtu.be/PrY3Eo02gU8

Redo

Does Redo operation: re-apply the last undone action.

Movie player

Starts movie player that allows fast overlook of the stack.

Make snapshot

Makes snapshot of the current slice. See more here.

XY, ZX, or ZY

Changes the viewing plane orientation. Default is the XY plane. Some tools may not work if the dataset is not in the XY orientation. There are following key shortcuts that allow to switch the plane of the dataset. As shown on the image below, placing the mouse cursor in the XY view above the intersection of two colored lines and pressing Alt+3 will switch the orientation to the ZY plane.

A demonstration is available in the following video:
https://youtu.be/4NXSEkrhnts

Line measure tool

Measures linear distance. See more in the Tools menu.

Interpolation type

Changes type of the interpolator: for shapes, or for lines. See more in the Selection menu.

Type of image rescaling for visualization

Changes type of the image resizing for the visualization: use 'nearest' to see unmodified pixels and 'bicubic' for smooth appearance. Note! the nearest option gives the fastest and bicubic the slowest performance.

A demonstration is available in the following video:
https://youtu.be/N7jFSUOrVCg

Block-mode switch

When enabled the filters will only be applied to the part of the dataset shown on the screen. This speeds up performance and may be good for any kind of tests. Please note: this is not compatible with ROIs, i.e. when the ROIs are shown im_browser will work with the full dataset.

Show ROI switch

Turns ON/OFF visualization of ROIs

Volume Rendering

Render the dataset using the shear-warp transform. Applicable to fairly small datasets. The electron microscopy datasets should be inverted for proper visualization.

A demonstration is available in the following video:
https://youtu.be/rCYSTKF0TsM

Turn on parallel processing

Starts matlab parallel processing routine. Requires the parallel processing toolbox. It seems that it is not really needed, Matlab handles the paralling of processing automatically in many cases.

Swap left and right mouse button

In the default state the left mouse button is responsible for panning the image and the right mouse button for selection, when this button is pressed the mouse button behavior is swapped. These modes can also be set from the Menu->File->Preferences dialog.

Mouse button

Switches the way of zooming and changing the slices of the dataset. When the button is not pressed the mouse wheel changes the magnification and the Q and W buttons change the slices. These modes can also be set from the Menu->File->Preferences dialog.

Back to Index --> User Guide