public static enum NIVision.KernelFamily extends Enum<NIVision.KernelFamily>
| Enum Constant and Description |
|---|
GAUSSIAN_FAMILY |
GRADIENT_FAMILY |
LAPLACIAN_FAMILY |
SMOOTHING_FAMILY |
| Modifier and Type | Method and Description |
|---|---|
static NIVision.KernelFamily |
fromValue(int val) |
int |
getValue() |
static NIVision.KernelFamily |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NIVision.KernelFamily[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NIVision.KernelFamily GRADIENT_FAMILY
public static final NIVision.KernelFamily LAPLACIAN_FAMILY
public static final NIVision.KernelFamily SMOOTHING_FAMILY
public static final NIVision.KernelFamily GAUSSIAN_FAMILY
public static NIVision.KernelFamily[] values()
for (NIVision.KernelFamily c : NIVision.KernelFamily.values()) System.out.println(c);
public static NIVision.KernelFamily 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 static NIVision.KernelFamily fromValue(int val)
public int getValue()
Copyright © 2015. All rights reserved.