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, step
public LevelSetImplementation(ImageContainer image, ImageProgressContainer img_progress, StateContainer init_state, double convergence)
protected void init()
init
in class SparseFieldLevelSet
protected void cleanup()
cleanup
in class SparseFieldLevelSet
protected abstract void updateDeltaT()
updateDeltaT
in class SparseFieldLevelSet
protected abstract double getDeltaPhi(int x, int y, int z)
getDeltaPhi
in class SparseFieldLevelSet
Copyright © 2015–2021 Fiji. All rights reserved.