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