public static enum SoTensorVotingProcessing2d.OutputSelections extends java.lang.Enum<SoTensorVotingProcessing2d.OutputSelections> implements IntegerValuedEnum
Enum Constant and Description |
---|
BALLNESS
Enable the computation of the output ballness image.
|
ORIENTATION_VECTOR
Enable the computation of the output orientation vector image.
|
SALIENCY
Enable the computation of the output saliency image.
|
TENSOR
Enable the computation of the output tensor image.
|
Modifier and Type | Method and Description |
---|---|
int |
getValue()
Returns the integer value of the enum constant.
|
static SoTensorVotingProcessing2d.OutputSelections |
valueOf(int val)
Returns the enum constant of this type with the specified integer value
|
static SoTensorVotingProcessing2d.OutputSelections |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SoTensorVotingProcessing2d.OutputSelections[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SoTensorVotingProcessing2d.OutputSelections TENSOR
public static final SoTensorVotingProcessing2d.OutputSelections ORIENTATION_VECTOR
public static final SoTensorVotingProcessing2d.OutputSelections SALIENCY
public static final SoTensorVotingProcessing2d.OutputSelections BALLNESS
public static SoTensorVotingProcessing2d.OutputSelections[] values()
for (SoTensorVotingProcessing2d.OutputSelections c : SoTensorVotingProcessing2d.OutputSelections.values()) System.out.println(c);
public static SoTensorVotingProcessing2d.OutputSelections 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 nullpublic static SoTensorVotingProcessing2d.OutputSelections valueOf(int val)
public int getValue()
IntegerValuedEnum
getValue
in interface IntegerValuedEnum
Generated on July 31, 2019, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com