Split
The Split block splits the R, G, and B channels of an image into individual gray scale channels.
Library
ComputerVision/Images/Operations
Parameters
Name | Label | Description | Data Type | Valid Values |
---|---|---|---|---|
externalActivation | External activation | This parameter defines if the block receives or inherits an external activation. When External Activation is used, an additional activation port is added to the block. Default is OFF. | Number | 0 |
Ports
Name | Type | Description | IO Type | Number |
---|---|---|---|---|
image | explicit | input | 1 | |
B | explicit | output | 1 | |
G | explicit | output | 2 | |
R | explicit | output | 3 | |
Port 5 | activation | input | externalActivation |