public static enum LevelsetSolverPDE.VelocityExpansionMode extends Enum<LevelsetSolverPDE.VelocityExpansionMode>
Enum Constant and Description |
---|
HEAVISIDE_APPROXIMATION
Velocity extrapolation is done by diffusing the Heaviside function.
|
ZERO_LEVEL_EXTRAPOLATION
Each pixel is assigned the velocity of the closest zero-level pixel.
|
Modifier and Type | Method and Description |
---|---|
static LevelsetSolverPDE.VelocityExpansionMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LevelsetSolverPDE.VelocityExpansionMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LevelsetSolverPDE.VelocityExpansionMode HEAVISIDE_APPROXIMATION
public static final LevelsetSolverPDE.VelocityExpansionMode ZERO_LEVEL_EXTRAPOLATION
public static LevelsetSolverPDE.VelocityExpansionMode[] values()
for (LevelsetSolverPDE.VelocityExpansionMode c : LevelsetSolverPDE.VelocityExpansionMode.values()) System.out.println(c);
public static LevelsetSolverPDE.VelocityExpansionMode 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 nullCopyright © 2010–2020 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.