Maximum Images
This function block is designed to create a new image by calculating the maximum pixel values from two input images pixel by pixel.
📥 Inputs
Image Any
The first input image from which to extract pixel values.
Image Any
The second input image from which to extract pixel values.
📤 Outputs
Image Any
The output image that consists of maximum pixel values drawn from the input images.
🕹️ Controls
This function block does not have any specific controls as it operates purely based on the input images provided.
🎨 Features
Pixel-wise Comparison
The ability to compare two images and create a resultant image based on the maximum pixel values ensures superior pixel preservation.
📝 Usage Instructions
Input Images: Connect two images to the inputs of this function block.
Ensure Same Dimensions: Verify that both input images have the same resolution. If they do not, use the
Image Resize
block to adjust one of the images to match the other.Evaluate: Run the block to generate the output image that reflects the maximum values of the input images.
📊 Evaluation
When executed, the output will display a single image created from the maximum pixel values, effectively performing an element-wise maximum comparison.
💡 Tips and Tricks
🛠️ Troubleshooting
Last updated