Next: Miscellaneous Operators
Up: Mask Generation
Previous: Mathematical Morphology Operators
The arithmetic operators require two operands, one of which
must be a volume offset specified in the Src1 operand.
The second operand can either be another volume offset
or a constant value dependent on the Src2 operand being
set to Idx or Const, respectively.
There are 4 operators in the Arithmetic category:
{
} xxxxx
- Add
-
Performs an arithmetic ``Addition'' operation between corresponding
pixels from the two 3D image volumes or one 3D image volume and a constant
value (i.e. ).
- Sub
-
Performs an arithmetic ``Subtraction'' operation between corresponding
pixels from the two 3D image volumes or one 3D image volume and a constant
value (i.e. ).
- Mult
-
Performs an arithmetic ``Multiplication'' operation between corresponding
pixels from the two 3D image volumes or one 3D image volume and a constant
value (i.e. ).
- Div
-
Performs a arithmetic ``Division'' operation between corresponding
pixels from the two 3D image volumes or one 3D image volume and a constant
value (i.e. ).
Next: Miscellaneous Operators
Up: Mask Generation
Previous: Mathematical Morphology Operators