SoArithmeticImageProcessingArithmeticOperators Enumeration |
Namespace: OIV.ImageViz.Engines.ArithmeticAndLogic.ArithmeticOperations
Member name | Value | Description | |
---|---|---|---|
ADD | 0 | The ADD arithmetic operator adds two images and . The formula is: Remarks:
See also: OIV.ImageViz.Engines.ArithmeticAndLogic.ArithmeticOperations.SoArithmeticValueProcessing, OIV.ImageViz.Engines.ArithmeticAndLogic.LogicalOperations.SoLogicalImageProcessing, SoAbsoluteImageProcessing. | |
SUBTRACT | 1 | The SUBTRACT arithmetic operator subtract an image from . The formula is: Remarks:
| |
MULTIPLY | 2 | The MULTIPLY arithmetic operator multiplies an image by another . The formula is: Remarks:
| |
DIVIDE | 3 | The DIVIDE arithmetic operator divides an image by another . The formula is: Remarks:
| |
MINIMUM | 4 | The MINIMUM arithmetic operator computes the minimum value between two images and . The formula is: For binary images, the MINIMUM operator is equivalent to a logical AND. | |
MAXIMUM | 5 | The MAXIMUM arithmetic operator computes the maximum value between two images and . The formula is: For binary images, the MAXIMUM operator is equivalent to a logical OR. |