Operation: image calculation

image calculation operation

Author:

The operation uses the class ImageCalculator from ImageJ.

Example

first input image    second input image    result image

Description

The operation applies one of the operations "Add","Subtract","Multiply","Divide", "AND", "OR", "XOR", "Min", "Max", "Average", "Difference" or "Copy" to the two input images, pixel by pixel.

Options

options
operator: Select the operator you want to apply to the two images.
float result: If float result is selected, the result image will be of type 32-bit and will therefor be able to represent floating point values..

Parameter

inputImage (ImagePlus): The first operand for the operation.
secondInputImage (ImagePlus): The second operand for the operation.

Results

The only result is the result image.