Morphological reconstruction¶
Performs morphological reconstruction from a seed image and mask image. Values are spread from the seed values, as long as they are greater than or lower than the mask (for dillation respectively erosion)
Documentation¶
Performs morphological reconstruction from a seed image and mask image. Values are spread from the seed values, as long as they are greater than or lower than the mask (for dillation respectively erosion)
Definition¶
Input ports¶
- seed
Type: imageDescription: Seed image- mask
Type: imageDescription: Mask image
Output ports¶
- result
Type: imageDescription: Result
Configuration¶
- Method (method)
Morphological method (dilation/erotion)
- Offset (offset)
Offset applied to seed image before reconstruction
Examples¶
Example flows demonstrating this node:
Implementation¶
- class node_reconstruction.MorphologicalReconstruction[source]