ComplexArithmetic2¶
-
MLModule
¶ genre Binary
author MeVis Medical Solutions AG
package MeVisLab/Standard
dll MLComplexArithmetic
definition MLComplexArithmetic.def see also ComplexArithmetic1
,TypeComposer
,Info
,TypeDecomposer
,TypeArithmetic1
,TypeArithmetic2
,Arithmetic0
,Arithmetic1
,Arithmetic2
keywords multiply
,add
,subtract
,divide
,number
,real
,imaginary
Purpose¶
The module ComplexArithmetic2
performs arithmetic operations on two images of compelex variables.
The output is the processed image according to the selected function.
Usage¶
Both input images have to be in complex number format, use TypeComposer
to create a complex number format if neccessary. With any other data type the output is invalidated.
Input Fields¶
Both input images need to be of complex type and to be of the same size and extent.
Parameter Fields¶
Visible Fields¶
Operators¶
-
name:
Operators
, type:
Enum
, default:
Add
¶ Defeines the operator to be applied on the input images.
Values:
Title | Name | Description |
---|---|---|
Add | Add | Adds the voxel values of both input images. |
Subtract | Subtract | Subtracts the value of voxels of the second input image from the values of voxel of the first input image. |
Multiply | Multiply | Multiplies the voxel values of both input images. |
Divide | Divide | Divides the value of voxels of the second input image by the values of voxel of the first input image. |