Package | Description |
---|---|
de.unihalle.informatik.MiToBo.segmentation.activecontours.energies | |
de.unihalle.informatik.MiToBo.segmentation.basics | |
de.unihalle.informatik.MiToBo.segmentation.levelset.core | |
de.unihalle.informatik.MiToBo.segmentation.levelset.PDE.datatypes | |
de.unihalle.informatik.MiToBo.segmentation.snakes.datatypes |
Provides basic datatypes for MiToBo explicit active contours (snakes).
|
de.unihalle.informatik.MiToBo.topology |
Modifier and Type | Method and Description |
---|---|
protected double |
MTBActiveContourEnergy_CVRegionFit.calcEnergy(MTBSegmentationInterface seg)
Calculates the absolute energy value for the given segmentation.
|
protected double |
MTBActiveContourEnergy_CVRegionFit.calcInteriorEnergy(MTBSegmentationInterface seg)
Calculates the interior part of energy value for the given
segmentation.
|
protected double |
MTBActiveContourEnergy_MeanSep.getDerivative(MTBSegmentationInterface seg,
int x,
int y,
int z)
Returns the energy derivative value at position (x,y,z).
|
protected double |
MTBActiveContourEnergy_CVRegionFit.getDerivative(MTBSegmentationInterface seg,
int x,
int y,
int z)
Returns the energy derivative value at position (x,y,z).
|
protected void |
MTBActiveContourEnergy_MeanSep.updateParameters(MTBSegmentationInterface seg)
Updates internal parameters according to given segmentation.
|
protected void |
MTBActiveContourEnergy_CVRegionFit.updateParameters(MTBSegmentationInterface mem)
Updates parameters according to given membership.
|
Modifier and Type | Class and Description |
---|---|
class |
MTBSegmentation2D
Class for representing 2D segmentations of image data.
|
class |
MTBSegmentation3D
Class for representing 3D segmentations of image data.
|
Modifier and Type | Field and Description |
---|---|
private MTBSegmentationInterface |
CalcSegmentationStatistics.segmentation
Segmentation object.
|
protected MTBSegmentationInterface |
SegmentationInitializer.segObject |
Modifier and Type | Method and Description |
---|---|
MTBSegmentationInterface |
SegmentationInitializer.getSegmentation()
Get the generated segmentation object.
|
protected MTBSegmentationInterface |
SegmentationInitializer.getSynthMask(SegmentationInitializer.SegmentationDimension sDim)
Generate synthetic mask.
|
Modifier and Type | Method and Description |
---|---|
void |
CalcSegmentationStatistics.setSegmentation(MTBSegmentationInterface seg)
Specifiy image segmentation.
|
Constructor and Description |
---|
CalcSegmentationStatistics(MTBImage im,
MTBSegmentationInterface seg)
Default constructor.
|
CalcSegmentationStatistics(MTBImage im,
MTBSegmentationInterface seg,
Vector<CalcSegmentationStatistics.CalcTargets> targets)
Default constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
MTBLevelsetFunctionDerivable
Level set function supporting optimization based on variational calculus.
|
Modifier and Type | Field and Description |
---|---|
protected MTBSegmentationInterface |
LevelsetSolver.initialSegmentation
Initial segmentation for initializing level set function.
|
Modifier and Type | Method and Description |
---|---|
MTBSegmentationInterface |
LevelsetSolver.getInitialSegmentation()
Get initial segmentation.
|
Modifier and Type | Class and Description |
---|---|
class |
MTBLevelsetFunctionPDE
Class representing a 3-dimensional level set function.
|
Constructor and Description |
---|
MTBLevelsetFunctionPDE(int w,
int h,
int d,
MTBSegmentationInterface seg,
boolean default_fallback)
Constructor to build a level set function from a segmentation object.
|
MTBLevelsetFunctionPDE(int w,
int h,
int d,
MTBSegmentationInterface seg,
boolean default_fallback,
int border)
Constructor to build a level set function from a segmentation object.
|
Modifier and Type | Class and Description |
---|---|
class |
MTBSnake
Active Contour (Snake) datatype.
|
Modifier and Type | Method and Description |
---|---|
boolean |
MTBTopologicalNumber.topoNumberIsOne(MTBSegmentationInterface segmentation,
int x,
int y,
int z,
int c)
Check if topological for the class
c is one in the
pixel with coordinate (x,y,z) in the segmentation object
segmentation . |
Copyright © 2010–2020 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.