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