public static enum SoArithmeticImageProcessing.ArithmeticOperators extends java.lang.Enum<SoArithmeticImageProcessing.ArithmeticOperators> implements IntegerValuedEnum
Enum Constant and Description |
---|
ADD
The ADD arithmetic operator adds two images
![]() ![]() |
DIVIDE
The DIVIDE arithmetic operator divides an image
![]() ![]() |
MAXIMUM
The MAXIMUM arithmetic operator computes the maximum value between two images
![]() ![]() |
MINIMUM
The MINIMUM arithmetic operator computes the minimum value between two images
![]() ![]() |
MULTIPLY
The MULTIPLY arithmetic operator multiplies an image
![]() ![]() |
SUBTRACT
The SUBTRACT arithmetic operator subtract an image
![]() ![]() |
Modifier and Type | Method and Description |
---|---|
static SoArithmeticImageProcessing.ArithmeticOperators |
fromValue(int val)
Deprecated.
Use
valueOf(int) instead. |
int |
getValue()
Returns the integer value of the enum constant.
|
static SoArithmeticImageProcessing.ArithmeticOperators |
valueOf(int val)
Returns the enum constant of this type with the specified integer value
|
static SoArithmeticImageProcessing.ArithmeticOperators |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SoArithmeticImageProcessing.ArithmeticOperators[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SoArithmeticImageProcessing.ArithmeticOperators ADD
Remarks:
See also: SoArithmeticValueProcessing
, SoLogicalImageProcessing
, SoAbsoluteImageProcessing.
public static final SoArithmeticImageProcessing.ArithmeticOperators SUBTRACT
Remarks:
public static final SoArithmeticImageProcessing.ArithmeticOperators MULTIPLY
Remarks:
public static final SoArithmeticImageProcessing.ArithmeticOperators DIVIDE
Remarks:
public static final SoArithmeticImageProcessing.ArithmeticOperators MINIMUM
For binary images, the MINIMUM operator is equivalent to a logical AND.
public static final SoArithmeticImageProcessing.ArithmeticOperators MAXIMUM
For binary images, the MAXIMUM operator is equivalent to a logical OR.
public static SoArithmeticImageProcessing.ArithmeticOperators[] values()
for (SoArithmeticImageProcessing.ArithmeticOperators c : SoArithmeticImageProcessing.ArithmeticOperators.values()) System.out.println(c);
public static SoArithmeticImageProcessing.ArithmeticOperators valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null@Deprecated public static SoArithmeticImageProcessing.ArithmeticOperators fromValue(int val)
valueOf(int)
instead.public static SoArithmeticImageProcessing.ArithmeticOperators valueOf(int val)
public int getValue()
IntegerValuedEnum
getValue
in interface IntegerValuedEnum
Generated on January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com