StripChannel0¶
- MacroModule¶
 genre
author
package
definition
see also
keywords
Purpose¶
Strips the first channel from the input image. This is a common use case if the input is a multi-channel classification result, containing the result for the ‘background’ class at channel index 0, which is typically redundant.
Usage¶
Just place behind your processing module, e.g. ApplyTileProcessorPageWise and set/connect the used channel dimension at Channel Dimension in Input Image.
Details¶
If the input image does not contain at least two channels in the specified Channel Dimension in Input Image, the output will be invalid.
Windows¶
Default Panel¶
Input Fields¶
inImage¶
- name: inImage, type: Image¶
 The input image, typically a multi-channel classification result.
Output Fields¶
outImage¶
- name: outImage, type: Image¶
 The stripped image.
Parameter Fields¶
Visible Fields¶
Channel Dimension in Input Image¶
- name: inChannelDimension, type: Enum, default: C¶
 The image dimension encoding the channels in the input image. If ‘NONE’ is selected, the input image is passed unchanged.
Values:
Title  | 
Name  | 
|---|---|
X  | 
X  | 
Y  | 
Y  | 
Z  | 
Z  | 
C  | 
C  | 
T  | 
T  | 
U  | 
U  | 
None  | 
NONE  |