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 image
Seed image
- mask image
Mask image
Output ports¶
- result image
Result
Configuration¶
- Method (method)
Morphological method (dilation/erotion)
- Offset (offset)
Offset applied to seed image before reconstruction
Examples¶
Implementation¶
- class node_reconstruction.MorphologicalReconstruction[source]