Package | Description |
---|---|
de.unihalle.informatik.MiToBo.segmentation.snakes.optimize |
Provides classes for performing snake-based segmentation on images.
|
de.unihalle.informatik.MiToBo.segmentation.snakes.optimize.stepsize |
Provides classes for calculating several update strategies of the snake step size gamma.
|
Modifier and Type | Field and Description |
---|---|
protected MTBGammaUpdate |
SnakeOptimizerSingleVarCalc.gammaUpdater
Gamma update strategy.
|
Constructor and Description |
---|
SnakeOptimizerSingleVarCalc(MTBImage img,
MTBPolygon2DSet initSnake,
MTBSet_SnakeEnergyDerivable energs,
MTBGammaUpdate gamUpdater,
Double gammas,
MTBTermination tc,
Boolean resample,
Double segLength)
Default constructor with parameters.
|
Modifier and Type | Class and Description |
---|---|
class |
MTBGammaFixed
Class for gamma adaptation with a fixed decreasing factor for all gamma
values.
|
class |
MTBGammaNone
Class which is not changing the gamma values.
|
class |
MTBGammaPtWiseExtEner
Class for gamma adaptation depending on the external energy values for each
snake control point.
|
Modifier and Type | Method and Description |
---|---|
abstract MTBGammaUpdate |
MTBGammaUpdate.clone()
Clones this object.
|
Copyright © 2010–2020 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.