Image processing pipelines in Image Analyst MKII
Image Analyst MKIIPipelines Glossary
HomeWorkflowImage Processing BasicsFunctions GlossaryPipelines GlossaryProtocolsQuick How ToSearch

Segment mitochondria

Parameters:
Name # Type Description
Largest mitochondrion size (width in pixels) 1 real Give an approximate width of the largest mitochondria. This value controls the high pass filter to suppress larger than mitochondrial details. It does not act as a classifier for mitochondria, so slightly larger objects will also appear in the image. Decrease this value if smaller mitochondria are lost during segmentation. Increase this value if noise passes through from background.
Sensitivity (top range scaling, percentile) 2 real A percentile value, typically between 95-99.99 percentile. Decrease this value to increase sensitivity, if dimmer mitochondria are lost during analysis, or if bright debris is present in the image. Increase this value if noise passes through from background.
Minimum size (area, pixels) 3 integer Minimum size of mitochondria to detect. This is an object classifier, smaller objects than the specified size will be removed. Decrease this value if smaller mitochondria are lost during the analysis. Increase this value if noise passes through from background.
Description:
Mitochondrial profiles are detected by uniform (global) thresholding in high pass filtered and rescaled images. The uniform threshold level-based simple segmentation used here prevents objects breaking up in contrast to the seed-based watershed segmentation used for nuclei segmentation. This is the core algorithm of the mitochondria:cytosol volume fractionator. Segmented images can be used to measure morphological parameters, such as length, width and roundness, and how these properties change in time. Segmented images can be also used for determining fluorescence intensities over individual mitochondria measured in other fluorescence channels.

See corresponding protocol at: http://help.imageanalyst.net/protocols_morphological_properties_of_mitochondria.html

Keywords: mitochondrial fission, mitochondrial fusion, mitochondrial fragmentation, mitochondrial swelling, mitochondrial dynamics, mitochondrial shape change, apoptosis, mitochondrial permeability pore opening

Version history:
V2:
Updated description