public static enum RawStereoDepthConfig.CostMatching.DisparityWidth extends Enum<RawStereoDepthConfig.CostMatching.DisparityWidth>
| Enum Constant and Description |
|---|
DISPARITY_64 |
DISPARITY_96 |
| Modifier and Type | Field and Description |
|---|---|
int |
value |
| Modifier and Type | Method and Description |
|---|---|
RawStereoDepthConfig.CostMatching.DisparityWidth |
intern() |
String |
toString() |
static RawStereoDepthConfig.CostMatching.DisparityWidth |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RawStereoDepthConfig.CostMatching.DisparityWidth[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RawStereoDepthConfig.CostMatching.DisparityWidth DISPARITY_64
public static final RawStereoDepthConfig.CostMatching.DisparityWidth DISPARITY_96
public static RawStereoDepthConfig.CostMatching.DisparityWidth[] values()
for (RawStereoDepthConfig.CostMatching.DisparityWidth c : RawStereoDepthConfig.CostMatching.DisparityWidth.values()) System.out.println(c);
public static RawStereoDepthConfig.CostMatching.DisparityWidth 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.CostMatching.DisparityWidth intern()
public String toString()
toString in class Enum<RawStereoDepthConfig.CostMatching.DisparityWidth>Copyright © 2023. All rights reserved.