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