public abstract class LevelSetImplementation extends SparseFieldLevelSet
CONVERGENCE_FACTOR, CONVERGENCE_WEIGHT, DELTA_T, img, init_state, INSIDE, INSIDE_FAR, needInit, OUTSIDE, OUTSIDE_FAR, phi, seed_grey_zero, seed_greyvalue, source, STATE_ZERO, zScale| Constructor and Description |
|---|
LevelSetImplementation(ImageContainer image,
ImageProgressContainer img_progress,
StateContainer init_state,
double convergence) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
cleanup() |
protected abstract double |
getDeltaPhi(int x,
int y,
int z) |
protected void |
init() |
protected abstract void |
updateDeltaT()
Updates the time step for numerical solution.
|
dumpStateMap, getStateContainer, getStateMap, steppublic LevelSetImplementation(ImageContainer image, ImageProgressContainer img_progress, StateContainer init_state, double convergence)
protected void init()
init in class SparseFieldLevelSetprotected void cleanup()
cleanup in class SparseFieldLevelSetprotected abstract void updateDeltaT()
updateDeltaT in class SparseFieldLevelSetprotected abstract double getDeltaPhi(int x,
int y,
int z)
getDeltaPhi in class SparseFieldLevelSetCopyright © 2015–2021 Fiji. All rights reserved.