Split Image
This function block allows you to separate a given RGB image into its individual color channels: Red, Green, and Blue.
π₯ Inputs
Image RGB
This input accepts an RGB image that you want to split into its color channels.
π€ Outputs
Red Channel
The output image containing only the red channel data from the original RGB image.
Green Channel
The output image containing only the green channel data from the original RGB image.
Blue Channel
The output image containing only the blue channel data from the original RGB image.
πΉοΈ Controls
No specific controls are available for this function block. It simply processes the RGB image as input.
π¨ Features
Channel Separation
The block splits the RGB image into three distinct grayscale images representing the intensity of each channel.
Easy Integration
Outputs can be used directly in other function blocks for further processing, such as blending or filtering.
π Usage Instructions
Input RGB Image: Connect an RGB image to the
Image RGB
input.Evaluate the Block: Run the block to split the image into its red, green, and blue channels.
Access Outputs: Retrieve the split channels from the respective outputs for further processing.
π Evaluation
When the block is executed, it will provide three images corresponding to the red, green, and blue channels of the input RGB image.
π‘ Tips and Tricks
π οΈ Troubleshooting
Last updated