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

Measure mitochondrial shape parameters

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. Morphological parameters of individual mitochondria are transferred to the Excel Data Window.

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