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