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 complex 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 necessary. With any other data type, the output is invalidated.

Windows

Default Panel

../../../Modules/ML/MLComplexArithmetic/mhelp/Images/Screenshots/ComplexArithmetic2._default.png

Input Fields

Both input images need to be of complex type and of the same size and extent.

input0

name: input0, type: Image

input1

name: input1, type: Image

Output Fields

output0

name: output0, type: Image

Parameter Fields

Visible Fields

Operators

name: Operators, type: Enum, default: Add

Defines 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.