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