|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of MTBLevelsetFunctionDerivable in de.unihalle.informatik.MiToBo.segmentation.levelset.core |
---|
Fields in de.unihalle.informatik.MiToBo.segmentation.levelset.core declared as MTBLevelsetFunctionDerivable | |
---|---|
protected MTBLevelsetFunctionDerivable |
LevelsetSolverDerivatives.phi
Level set function. |
Methods in de.unihalle.informatik.MiToBo.segmentation.levelset.core that return MTBLevelsetFunctionDerivable | |
---|---|
MTBLevelsetFunctionDerivable |
LevelsetSolverDerivatives.getPhi()
Get current level set function. |
Uses of MTBLevelsetFunctionDerivable in de.unihalle.informatik.MiToBo.segmentation.levelset.core.energies.derivable |
---|
Methods in de.unihalle.informatik.MiToBo.segmentation.levelset.core.energies.derivable with parameters of type MTBLevelsetFunctionDerivable | |
---|---|
double |
MTBLevelsetEnergyDerivable.getDerivative(MTBLevelsetFunctionDerivable phi,
int x,
int y,
int z)
Get the energy derivative value, i.e. velocity, for position (x,y,z). |
double |
MTBLevelEnergyDerivable_Length.getDerivative(MTBLevelsetFunctionDerivable phi,
int x,
int y,
int z)
|
double |
MTBLevelEnergyDerivable_CVRegionFit.getDerivative(MTBLevelsetFunctionDerivable phi,
int x,
int y,
int z)
|
double |
MTBLevelEnergyDerivable_Area.getDerivative(MTBLevelsetFunctionDerivable phi,
int x,
int y,
int z)
|
double |
MTBLevelsetEnergyDerivable.getDerivativeWithoutDelta(MTBLevelsetFunctionDerivable phi,
int x,
int y,
int z)
Get the energy derivative value, i.e. velocity, for position (x,y,z). |
double |
MTBLevelEnergyDerivable_Length.getDerivativeWithoutDelta(MTBLevelsetFunctionDerivable phi,
int x,
int y,
int z)
|
double |
MTBLevelEnergyDerivable_CVRegionFit.getDerivativeWithoutDelta(MTBLevelsetFunctionDerivable phi,
int x,
int y,
int z)
|
double |
MTBLevelEnergyDerivable_Area.getDerivativeWithoutDelta(MTBLevelsetFunctionDerivable phi,
int x,
int y,
int z)
|
void |
MTBLevelsetEnergyDerivable.updateStatus(MTBLevelsetFunctionDerivable phi)
Function which updates the internal status of the energy. |
void |
MTBLevelEnergyDerivable_Length.updateStatus(MTBLevelsetFunctionDerivable phi)
|
void |
MTBLevelEnergyDerivable_CVRegionFit.updateStatus(MTBLevelsetFunctionDerivable phi)
|
void |
MTBLevelEnergyDerivable_Area.updateStatus(MTBLevelsetFunctionDerivable phi)
|
Uses of MTBLevelsetFunctionDerivable in de.unihalle.informatik.MiToBo.segmentation.levelset.PDE.datatypes |
---|
Subclasses of MTBLevelsetFunctionDerivable in de.unihalle.informatik.MiToBo.segmentation.levelset.PDE.datatypes | |
---|---|
class |
MTBLevelsetFunctionPDE
Class representing a 3-dimensional level set function. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |