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 | Method and Description |
---|---|
protected SnakeOptimizer.Snake_status |
SnakeOptimizerCoupled.doIteration() |
protected SnakeOptimizer.Snake_status |
SnakeOptimizerSingleGreedy.doIteration()
Performs one single optimization step, i.e. iterates once over all points.
|
protected SnakeOptimizer.Snake_status |
SnakeOptimizerSingleVarCalc.doIteration()
Performs one single optimization step.
|
protected abstract SnakeOptimizer.Snake_status |
SnakeOptimizer.doIteration()
Here the main work should be done.
|
static SnakeOptimizer.Snake_status |
SnakeOptimizer.Snake_status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SnakeOptimizer.Snake_status[] |
SnakeOptimizer.Snake_status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Field and Description |
---|---|
protected SnakeOptimizer.Snake_status |
MTBTermination.status
Status of current snake.
|
Modifier and Type | Method and Description |
---|---|
abstract SnakeOptimizer.Snake_status |
MTBTermination.terminate()
Method to check termination status of the snake.
|
SnakeOptimizer.Snake_status |
MTBTermAreaDiffSlidingOffset.terminate()
Termination is done when the area difference of the former and the current
snake is below a given fraction factor or if a maximum number of iterations
is reached.
|
SnakeOptimizer.Snake_status |
MTBTermMaxIterations.terminate()
Termination is done when a maximum number of snake iterations is reached.
|
SnakeOptimizer.Snake_status |
MTBTermMotionDiff.terminate()
Termination is done when the snake control point motion of the former and
the current snake is below a given fraction factor or if a maximum number
of iterations is reached.
|
SnakeOptimizer.Snake_status |
MTBTermAreaDiff.terminate()
Termination is done when the area difference of the former and the current
snake is below a given fraction factor or if a maximum number of iterations
is reached.
|
Copyright © 2010–2020 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.