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