public class IqmOpFracPyramid extends AbstractOperator
isCancelable, name, parentTask, pcs, type
Constructor and Description |
---|
IqmOpFracPyramid() |
Modifier and Type | Method and Description |
---|---|
private double[] |
calculatePDM(javax.media.jai.PlanarImage pi)
This method calculates the sum of differences according to the PDM
(see Mayrhofer-R., PhD thesis, Med.
|
private double[] |
calculateTotalsBlanketMethod(javax.media.jai.PlanarImage pi)
This method calculates the area of a grey value surface one step of
Blanket Method (Minkowski dilation for surface) according to Tang, Tao,
Lam.
|
private double[] |
calculateTotalsEntropyMethod(javax.media.jai.PlanarImage pi)
This method calculates the entropy of a grey value surface
|
private double[] |
calculateTotalsGradientMethod(javax.media.jai.PlanarImage pi,
float[] scale)
PGM - Pyramidal Gradients Method (Sobel kernel)
This method calculates the area of a grey value surface based on the
PGM method developed by Michael Mayrhofer-R.
|
String |
getName() |
OperatorType |
getType() |
IResult |
run(IWorkPackage wp) |
addProgressListener, fireProgressChanged, getParentTask, getPcs, getProgressListeners, initializeOperator, isCancelable, isCancelled, setCancelable, setParentTask
private double[] calculateTotalsGradientMethod(javax.media.jai.PlanarImage pi, float[] scale)
PlanarImage
- pi;private double[] calculatePDM(javax.media.jai.PlanarImage pi)
PlanarImage
- pi;private double[] calculateTotalsBlanketMethod(javax.media.jai.PlanarImage pi)
PlanarImage
- pi2;private double[] calculateTotalsEntropyMethod(javax.media.jai.PlanarImage pi)
PlanarImage
- pi2;public IResult run(IWorkPackage wp)
run
in interface IOperator
run
in class AbstractOperator
public String getName()
getName
in interface IOperator
getName
in class AbstractOperator
public OperatorType getType()
getType
in interface IOperator
getType
in class AbstractOperator
Copyright © 2009–2016 Helmut Ahammer, Philipp Kainz. All rights reserved.