Convolver

Generic Convolver to convolve an image with a given kernel (i.e. another image). One way to create kernels is the "Convolution Kernel Creator"-node. Remark: All incoming kernels must have the same number of dimensions, else you have to use two different convolvers (one after the other).

Options

Kernel Settings
The column containing the kernel images.
Dimension Selection
Select the orientation of the kernel. The number of select dimensions must be the same as the number of dimensions of the kernel. If your kernel has the same dimensionality as your input image, this setting has no effect).
Calculate as Float
If checked, the complete convolution will be calculated in float precision. The result will also be a float image.
Out of Bounds Selection

The 'OutOfBounds Strategy' is used when an algorithm needs access to pixels which lie outside of an image (for example convolutions). The strategy determines how an image is extended, for examples see here

Column Selection

Column Creation Mode

Mode how to handle the selected column. The processed column can be added to a new table, appended to the end of the table, or the old column can be replaced by the new result

Column Suffix
A suffix appended to the column name. If "Append" is not selected, it can be left empty.
Column Selection
Selection of the columns to be processed.

Convolution Settings

ImgLib 2 Add dimension Convolution

Based on ImgLib2's Fourier Transformation implemenation. Image and Kernels are converted to FourierSpace and convolved there. Each convolution is applied on the input image individually. The results are stored in an additional dimension.

ImgLib 2 Iterative Convolution

Based on ImgLib2's Fourier Transformation implemenation. Image and Kernels are converted to FourierSpace and convolved there. Each convolution is applied on the result of the last one

Direct Iterative Convolution

Direct convolution of the image. Convolution takes place in image space. Each convolution is applied on the result of the last one

Direct Convolution (Add Dimension)

Direct convolution of the image. Convolution takes place in image space. Each convolution is applied on the input image individually. The results are stored in an additional dimension.

Input Ports

Icon
Images
Icon
Kernels

Output Ports

Icon
Convolved Images

Views

Image Viewer
Another, possibly interactive, view on table cells. Displays the selected cells with their associated viewer if it exists. Available views are:
- Missing Value Viewer
-- An empty viewer that is shown when the input cell has no value to display.
- XML
-- XML tree
- Image Viewer
-- This viewer renders the selected image-cell.
- BigDataViewer
-- A viewer shown when the user selects an interval of rows and columns in the viewer. This viewer combines all images and labelings in the selected interval to one image by rendering them next to each other. Alternatively, the images and labelings can be layed over each other.
- Histogram Viewer
-- This viewer shows the histogram of the currently selected image.
- Combined View
-- A viewer shown when the user selects an interval of rows and columns in the viewer. This viewer combines all images and labelings in the selected interval to one image by rendering them next to each other. Alternatively, the images and labelings can be layed over each other.
- Labeling View
-- View on a labeling/segmentation

Workflows

Links

Developers

You want to see the source code for this node? Click the following button and we’ll use our super-powers to find it for you.