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