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.termination |
Provides classes for calculating several termination strategies of the snake optimization.
|
Modifier and Type | Field and Description |
---|---|
protected MTBTermination |
SnakeOptimizerSingleVarCalc.termCriterion
Termination criterion.
|
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 |
MTBTermAreaDiff
Check upon snake termination by the area within the snake.
|
class |
MTBTermAreaDiffSlidingOffset
Check upon snake termination by area change within the snake.
|
class |
MTBTermMaxIterations
Check upon snake termination by a given number of maximal iterations of the
snake.
|
class |
MTBTermMotionDiff
Check on snake termination by motion difference.
|
Modifier and Type | Method and Description |
---|---|
abstract MTBTermination |
MTBTermination.clone()
Clones this object.
|
Copyright © 2010–2020 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.