Reconstruction
Class: NodeImageOpeningByReconstruction
This filter preserves regions, in the foreground, that can completely contain the structuring element. At the same time, this filter eliminates all other regions of foreground pixels. Contrary to the morphological opening, the opening by reconstruction preserves the shape of the components that are not removed by erosion. The opening by reconstruction of an image “f” is defined as:
OpeningByReconstruction(f) = DilationByRecontruction(f, Erosion(f)).
Opening by reconstruction not only removes structures destroyed by the erosion, but also levels down the contrast of the brightest regions. If PreserveIntensities is on, a subsequent reconstruction by dilation using a marker image that is the original image for all unaffected pixels.
Opening by reconstruction is described in Chapter 6.3.9 of Pierre Soille's book "Morphological Image Analysis: Principles and Applications", Second Edition, Springer, 2003.
Inputs
Image
Input image.
Type: Image4DFloat, Required, Single
Outputs
Out
Resulting image.
Type: Image4DFloat
Settings
Kernel Selection
The shape of the structuring element.
Values: Annulus, Ball, Box, Cross
Radius X Integer
The radius of the kernel in the X direction, specified in voxels.
Radius Y Integer
The radius of the kernel in the Y direction, specified in voxels.
Radius Z Integer
The radius of the kernel in the Z direction, specified in voxels.
References
See also
Keywords:
Copyright © 2022, NONPI Medical AB