Morphological reconstruction

../../../../_images/image_reconstruct.svg

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: image
Description: Seed image
mask
Type: image
Description: Mask image

Output ports

result
Type: image
Description: 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]