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

Rolling median background subtraction

Parameters:
Name # Type Description
Rolling ball: Median filter size (pixels) 1 integer The median is calculated over a width x width rectangular area around each pixel of the image.
Description:
This snippet can be used for rolling ball background subtraction. Link the input of the “Copy” and the first input of the “Image Aritmetics in Place” functions to the end of your pipeline. Continue the pipeline with the output of “Image Aritmetics in Place”.