Description

Apply pixel-wise intensity calculations for two images of matching dimensions.

Note: Images to be processed must have matching spatial dimensions and intensity bit-depths.

Parameters

Input image 1 (default = "") First image to be processed as part of calculation.

Input image 2 (default = "") Second image to be processed as part of calculation.

Overwrite mode (default = "Create new image") Controls how the resultant image should be output:

Output image (default = "") Name of the output image created during the image calculation. This image will be added to the workspace.

Output 32-bit image (default = "false") When enabled, the calculation will be performed on 32-bit float values. This is useful if the calculation is likely to create negative or decimal values. The output image will also be stored in the workspace as a 32-bit float image.

Calculation method (default = "Add image 1 and image 2") The calculation to apply to the two input images.
Set NaN values to zero (default = "false") If input images are 32-bit (or are being converted to 32-bit via "Output 32-bit image" option) the output image can contain NaN (not a number) values in place of any zeros.