Class IntensityMeanShellMaxSlice
Constructs a 'shell' around an object by a number of dilation/erosion operations (not including
the original object-mask) and measures the mean intensity of this shell
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected double
calculateForShell
(ObjectMask object, Channel channel) Calculates the feature value for the given shell and channel.Methods inherited from class org.anchoranalysis.plugin.image.feature.bean.object.single.intensity.IntensityMeanShellBase
calculateForChannel, checkMisconfigured, describeParameters, getEmptyValue, getEnergyIndexMask, getIterations, isInverse, isInverseMask, setEmptyValue, setEnergyIndexMask, setInverse, setInverseMask, setIterations
Methods inherited from class org.anchoranalysis.plugin.image.feature.bean.object.single.intensity.FeatureEnergyChannel
calculate, getEnergyIndex, setEnergyIndex
Methods inherited from class org.anchoranalysis.image.feature.bean.object.single.FeatureSingleObject
inputType
Methods inherited from class org.anchoranalysis.feature.bean.Feature
assignTo, beforeCalc, calculateCheckInitialized, castAs, createListChildFeatures, describeBean, descriptionLong, duplicateChangeName, getCustomName, getFriendlyName, onInitialization, setCustomName, toString
Methods inherited from class org.anchoranalysis.bean.initializable.InitializableBean
getInitialization, getLogger, getPropertyInitializer, initialize, initializeRecursive, initRecursiveWithInitializer, isInitialized
Methods inherited from class org.anchoranalysis.bean.AnchorBean
describeChildren, duplicateBean, fields, findFieldsOfClass, getBeanName, getLocalPath, localise
-
Constructor Details
-
IntensityMeanShellMaxSlice
public IntensityMeanShellMaxSlice()
-
-
Method Details
-
calculateForShell
protected double calculateForShell(ObjectMask object, Channel channel) throws FeatureCalculationException Description copied from class:IntensityMeanShellBase
Calculates the feature value for the given shell and channel.- Specified by:
calculateForShell
in classIntensityMeanShellBase
- Parameters:
object
- theObjectMask
representing the shellchannel
- theChannel
to calculate the feature on- Returns:
- the calculated feature value
- Throws:
FeatureCalculationException
- if the calculation fails
-