public static enum RawStereoDepthConfig.CensusTransform.KernelSize extends Enum<RawStereoDepthConfig.CensusTransform.KernelSize>
| Enum Constant and Description |
|---|
AUTO |
KERNEL_5x5 |
KERNEL_7x7 |
KERNEL_7x9 |
| Modifier and Type | Field and Description |
|---|---|
int |
value |
| Modifier and Type | Method and Description |
|---|---|
RawStereoDepthConfig.CensusTransform.KernelSize |
intern() |
String |
toString() |
static RawStereoDepthConfig.CensusTransform.KernelSize |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RawStereoDepthConfig.CensusTransform.KernelSize[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RawStereoDepthConfig.CensusTransform.KernelSize AUTO
public static final RawStereoDepthConfig.CensusTransform.KernelSize KERNEL_5x5
public static final RawStereoDepthConfig.CensusTransform.KernelSize KERNEL_7x7
public static final RawStereoDepthConfig.CensusTransform.KernelSize KERNEL_7x9
public static RawStereoDepthConfig.CensusTransform.KernelSize[] values()
for (RawStereoDepthConfig.CensusTransform.KernelSize c : RawStereoDepthConfig.CensusTransform.KernelSize.values()) System.out.println(c);
public static RawStereoDepthConfig.CensusTransform.KernelSize valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic RawStereoDepthConfig.CensusTransform.KernelSize intern()
public String toString()
toString in class Enum<RawStereoDepthConfig.CensusTransform.KernelSize>Copyright © 2023. All rights reserved.