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

Measure intensities using segmentation of another image

Parameters:
Name # Type Description
Channel Number for Cell or Nucleus Stain 1 integer Channel number associated with the image. Use Edit/Rename to view or change channel number.
Channel Number to be measured 2 integer Channel number associated with the image. Use Edit/Rename to view or change channel number.
Subtract reference image background 3 boolean Use I/O Set Reference Image or the Context Menu of the Image Window to mark Background Reference Images. The Background Reference Image with the corresponding channel number will be subtracted here. Adjust channel numbers with Edit/Rename if needed.
Local background subtraction by median rolling ball 4 boolean Rolling ball-style background subtraction will be performed: the median of the image is subtracted from the image
Rolling ball: median filter size 5 integer The median is calculated over a width x width rectangular area around each pixel of the image.
Background Level (Percentile) 6 real Background is calculated as frame-by-frame median of those pixels that are the darker than this percentile of image histogram for the duration of the entire recording. This has no effect if rolling ball is used.
Image stabilizer compares to first frame 7 boolean “Yes” is the fastest way of image stabilization. Turn it off if the image changes a lot during the time lapse, and it is not possible to compare later frames to the first frame any more
Image stabilizer period (frames) 8 integer 1 if comparing to the first frame. Use more frames if not comparing to the first frame and the view field drifts slowly.
ROI drawing: approximate cell diameter 9 integer Diameter of the cells in pixels
ROI drawing: debris cutoff (percentile) 10 real Brighter details of the image than this will be ignored
ROI drawing: minimum cell fluorescence (%) 11 real Cells dimmer than this will be rejected. Increase this value if debris dimmer than the cells is detected.
ROI drawing: cell boundaries (% of peak fluorescence) 12 real The boundary of each object is determined as this % of the maximal intensity of the object relative to its neighborhood
ROI drawing: weld segments into round objects 13 boolean Weld touching segments if they form a rounder object together. Use this to avoid objects fragmenting into multiple segments.
Plot normalization 14 string This option supersedes ΔF/F0 normalization.
Show results in microplate format 15 boolean Organizes data in table according to microplate well associations in additional worksheets.
Description:
Segments an image of cytosolic or nuclear stain into single cells or nuclei, and then measures intensities in an other channel, after performing background subtraction.


To adjust segmentation:
If single cells are detected as multiple segments, increase the approximate cell diameter.
If multiple cells are detected as single segments, decrease the approximate cell diameter.
If debris is detected as cells, increase minimum cell fluorescence.
If dimmer cells are missed, decrease minimum cell fluorescence.
If only bright debris is detected, decrease debris cutoff percentile.
If brightest areas are clipped or fused, Increase debris cutoff percentile.
If ROIs are smaller than cells, decrease cell boundaries (% of peak fluorescence).
If ROIs are too large or spilling over to background, increase cell boundaries (% of peak fluorescence).


Version history
V2: local and reference image background subtraction options were added to the pipeline.
Improved segmentation.