| genre | Binary |
| status | stable |
| authors | Etienne von Lavante, Johann Drexl |
| package | MeVisLab/Standard |
| dll | MLComplexArithmetic |
| definition | MLComplexArithmetic.def |
| see also | ComplexArithmetic1, TypeComposer, Info, TypeDecomposer, TypeArithmetic1, TypeArithmetic2, Arithmetic0, Arithmetic1, Arithmetic2 |
| keywords | binary, double, dual, multiply, add, subtract, divide, complex, number, extended, carrier, datatype |
The module ComplexArithmetic2 performs arithmetic operations on two images of compelex variables.
The output is the processed image according to the selected function.
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.
Both input images need to be of complex type and to be of the same size and extent.
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. |