Labeling Resizer

Resizes the labeling in each dimension. The resulting values at each position in the labeling are set according to the resizing strategy. Please note, that the input values for each dimension can be interpreted in several ways.

Options

Resizing Strategy
Determines the strategy, how to fill the resized labeling.
  1. Nearest Neighbor Interpolation: Pixel values are interpolated according to their neighbors.
  2. Periodical Extension: Pixel values are repeated periodically.
  3. Border Extension: Pixel values on the border of the labeling are repeated.
  4. Fill with Zero Value: Fill pixel values with zero value of the input labeling.

Remark: Extensions and Filling Strategies are only useful in the case that the output labeling is larger than the input labeling.

New Dimension Sizes

Specify here the size of the resulting labeling for each dimension. If a dimension doesn't exist in the labeling at hand the according dimension will be ignored. There are three different ways of how the dimensions of the result labelings will be calculated with respected to the specified values for each dimension:

  1. Absolute Labeling Size: Size of the resulting labeling for each dimension. Output dimension = specified value.
  2. Scaling Factor: Factor to scale dimensions of input labeling for each dimension. Output dimensions = input dimension * specified value.
  3. Calibration: Input values are interpreted as the new calibration values. For example, this is useful for arbitrarily calibrated labelings, to enforce, that the calibration in each dimension is one. Due to rounding errors, the resulting calibration will only approach this definition (depending on the labeling size). Output dimensions = ((calibration of input labeling) / (specified value)) * (input dimension).

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.

Input Ports

Icon
Labelings

Output Ports

Icon
Resized Labelings

Views

Image Viewer
Another, possibly interactive, view on table cells. Displays the selected cells with their associated viewer if it exists. Available views are:
- Labeling View
-- View on a labeling/segmentation
- Image Viewer
-- This viewer renders the selected image-cell.
- 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.
- XML
-- XML tree
- 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.
- Missing Value Viewer
-- An empty viewer that is shown when the input cell has no value to display.
- Histogram Viewer
-- This viewer shows the histogram of the currently selected image.

Workflows

  • No workflows found

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.