Node Connectivity

There are 2898 nodes that can be used as successor for a node with an output port of type Table.

Gaussian Convolution StreamableDeprecated

A Gaussian blur (also known as Gaussian smoothing) is the result of blurring an image by a Gaussian function.

Max Filter Streamable

Applys Max filtering to images in n-dimensions

Max Homogeneity Streamable

This Node provides Edge-Preserving denoising via searching for homogeneous neighborhoods around each pixel.

Median Filter Streamable

Applys Median filtering to images in n-dimensions

Min Filter Streamable

Applys Min filtering to images in n-dimensions

Quantile Filter Streamable

A constant-time Quantile Filter. If you choose quantile = 50, you approximate a median filter.

Sigma Filter Streamable

Applies sigma filtering to the input images.

Sobel Filter Streamable

Applies the Sobel-Operator to the input images. Use signed image types (like byte, short, etc) to avoid unwanted image artifacts.

Variance Filter Streamable

Applys Variance filtering to images in n-dimensions

Compare Segments 

Compares two tables of segments (binary image masks) according to how many relativ pixels they have in common. Hence the actual segment shape AND the […]