Image Preprocessing Methods

From Eigenvector Research Documentation Wiki
Revision as of 16:13, 9 March 2012 by imported>Donal (→‎Background Subtraction (Flatfield))
Jump to navigation Jump to search

MIA_Toolbox adds several extra preprocessing methods to the standard set available in the Analysis window's Preprocessing menu choices. These image-specific preprocessing methods are aware of the 2-D image nature of the data and are applied two dimensionally.

Image Preprocessing Methods

These image preprocessing methods are available from the Analysis menu by selecting "Preprocession" -> "X-block" and choosing "Custom".

Analyisis Preprocessing Menu

which presents the available preprocessing methods. These image preprocessing methods are listed under "Image Filters"

Available Methods Interface

This preprocessing methods window allows you to add selected methods to the X-block preprocessing, and the selected methods are shown in the panel on the right. You can configure available parameters for any of these chosen methods by selecting it and then clicking the "Settings" button which opens a new "Settings" window.

Available Methods

The image analysis preprocessing methods are:

  • Background Subtraction (Flatfield)
  • Close (Dilate+Erode)
  • Dilate
  • Erode
  • Max
  • Median
  • Mean
  • Min
  • Open (Erode+Dilate)
  • Trimmed Mean
  • Trimmed Median

Method Descriptions

The methods and their configurable parameters are described here:

Background Subtraction (Flatfield)

Rolling-ball background subtraction for images.

Parameters:

'Light Background': A checkbox, disabled by default. Enabled indicates the image has a light background.
'Radius': Specifies the radius of the rolling ball in units of pixels.

Description:

Background subtraction subtracts a low-frequency 2D background from an image using the rolling-ball method implemented in ImageJ's Subtract Background command. The method identifies and removes a background from each slab of an image. The method is applied to each slice of the image in turn. The method involves considering the 2-D grayscale image as a 3-D surface, where height is given by pixel intensity. The surface mapped by the center of a ball as it rolls over the 3-D surface identifies a smoother background surface (after adjusting its height by the ball radius). If 'Light Background' is not enabled, implying a dark background, then the ball would roll along the underside of the 3-D surface. If 'Light Background' is enabled the ball would roll along the upper side of the 3-D surface. The method is based on the concept of the rolling ball algorithm described in Stanley Sternberg's article, "Biomedical Image Processing", IEEE Computer, January 1983. Also see http://imagejdocu.tudor.lu/doku.php?id=gui:process:subtract_background for further details.

Dilate

Erode

Close (Dilate+Erode)

Open (Erode+Dilate)

Max, Min, Median and Mean

Parameters: Window

These methods

Trimmed Median and Trimmed Mean

Parameters: Window

These methods