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