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