Merge Channels
This function block allows users to combine three separate RGB channels into a single RGB image. It provides a straightforward method for reconstructing color images from their component channels.
📥 Inputs
Red Channel
The grayscale image representing the red channel.
Green Channel
The grayscale image representing the green channel.
Blue Channel
The grayscale image representing the blue channel.
📤 Outputs
Image RGB
The output is a composite RGB image formed by merging the red, green, and blue channels.
🕹️ Controls
This function block does not have specific controls, as inputs are directly provided through the linked channels.
🎨 Features
Channel Merging
Combines individual grayscale channel images into a single color image efficiently.
📝 Usage Instructions
Input Channels: Connect grayscale images to the inputs corresponding to their respective channels (red, green, blue).
Execute: Run the block to merge the channels and produce a combined RGB image.
📊 Evaluation
Upon evaluation, this function block will generate an RGB image output based on the individual channel inputs you’ve connected.
💡 Tips and Tricks
🛠️ Troubleshooting
Last updated