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

Subtract background of TILED images using 2DDFT: calibrated

Parameters:
Name # Type Description
Number of tiles in x 1 integer The image consists of this number of equal sized tiles in x dimension.
Number of tiles in y 2 integer The image consists of this number of equal sized tiles in y dimension.
Typical object size (microns) 3 real Cut on of the band pass Butterworth filter
Calculate absolute values 4 boolean Calculates absolute value after filtering. Required for intensity measurements on high pass and band pass filtered images.
Description:
Removes patterned background originating from tiling using high pass filtering.
Uses pixel size information to generate filter for background suppression. Optimal for tiled images that are composed of quadrangular frames sized power of 2.
Tiled images: the background tiling pattern is efficiently removed by spatial filtering if the recording was performed without overlap and image registration. Provide the number of tiles in x and y direction.