|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.unihalle.informatik.MiToBo.segmentation.levelset.nonPDE.MTBGenericEnergyNonPDE
de.unihalle.informatik.MiToBo.segmentation.levelset.nonPDE.MTBLengthEnergyNonPDE
de.unihalle.informatik.MiToBo.segmentation.levelset.nonPDE.MTBLengthEnergyKBNonPDE
de.unihalle.informatik.MiToBo.segmentation.levelset.nonPDE.MTBLengthEnergyKB2D2PNonPDE
de.unihalle.informatik.MiToBo.segmentation.levelset.nonPDE.MTBLengthEnergyKB2D2P4NNonPDE
public class MTBLengthEnergyKB2D2P4NNonPDE
Implements the (standard) length energy using length approximation due to Kolmogorov/Boykov for tw0 phases and 4 neighborhood.
Field Summary |
---|
Fields inherited from class de.unihalle.informatik.MiToBo.segmentation.levelset.nonPDE.MTBLengthEnergyKB2D2PNonPDE |
---|
e_x, e_y, w |
Fields inherited from class de.unihalle.informatik.MiToBo.segmentation.levelset.nonPDE.MTBLengthEnergyNonPDE |
---|
doNormalization, FLAG_LENGTH, mu, scaleFactor |
Fields inherited from class de.unihalle.informatik.MiToBo.segmentation.levelset.nonPDE.MTBGenericEnergyNonPDE |
---|
debug, name |
Constructor Summary | |
---|---|
MTBLengthEnergyKB2D2P4NNonPDE()
constructor |
|
MTBLengthEnergyKB2D2P4NNonPDE(double mu)
constructor |
Method Summary | |
---|---|
MTBGenericEnergyNonPDE |
init(MTBImage img,
MTBLevelsetMembership phi)
Here potentially anisotropic grids may be reflected setting weights accordingly |
Methods inherited from class de.unihalle.informatik.MiToBo.segmentation.levelset.nonPDE.MTBLengthEnergyKB2D2PNonPDE |
---|
deltaE, E |
Methods inherited from class de.unihalle.informatik.MiToBo.segmentation.levelset.nonPDE.MTBLengthEnergyKBNonPDE |
---|
createEnergy |
Methods inherited from class de.unihalle.informatik.MiToBo.segmentation.levelset.nonPDE.MTBLengthEnergyNonPDE |
---|
setScaleFactor, toString |
Methods inherited from class de.unihalle.informatik.MiToBo.segmentation.levelset.nonPDE.MTBGenericEnergyNonPDE |
---|
deltaE, estimateParams, getNewIndent, print, setDebug, updateParams, updateParams |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public MTBLengthEnergyKB2D2P4NNonPDE()
public MTBLengthEnergyKB2D2P4NNonPDE(double mu)
mu
- Method Detail |
---|
public MTBGenericEnergyNonPDE init(MTBImage img, MTBLevelsetMembership phi)
init
in class MTBLengthEnergyKBNonPDE
img
- the image to be segmentedphi
- the level set function associated with this energy object in its initial state
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |