ClearMap.ImageProcessing.Filter#
This sub-package provides various volumetric filter kernels and structure elments
A set of linear filters can be applied to the data using
LinearFilter
.
Because its utility for cell detection the difference of Gaussians filter
is implemented directly in DoGFilter
.
The fitler kernels defined in FilterKernel
can be used in combination with the Convolution
module.
Structured elements defined in
StructureElements
can be used in
combination with various morphological operations, e.g. used in the
:mod:~ClearMap.ImageProcessing.BackgroundRemoval` module.
Sub-packages and modules#
Implementation of various volumetric filter kernels.
This sub-package provides various volumetric filters to extract orientation measures.
Rank filter module.
Routines to generate structure elements for filters.