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