Class Area<T extends org.anchoranalysis.feature.input.FeatureInputEnergy>
Object
org.anchoranalysis.bean.AnchorBean<B>
org.anchoranalysis.bean.initializable.InitializableBean<org.anchoranalysis.feature.bean.Feature<T>,org.anchoranalysis.feature.initialization.FeatureInitialization>
org.anchoranalysis.feature.bean.Feature<T>
org.anchoranalysis.plugin.image.feature.bean.dimensions.FromDimensionsBase<T>
org.anchoranalysis.plugin.image.feature.bean.dimensions.Area<T>
- Type Parameters:
T- feature-input-type
public class Area<T extends org.anchoranalysis.feature.input.FeatureInputEnergy> extends FromDimensionsBase<T>
Area of the stack (XY dimensions only, Z dimension is not considered).
- Author:
- Owen Feehan
-
Constructor Summary
Constructors Constructor Description Area() -
Method Summary
Modifier and Type Method Description protected doublecalculateFromDimensions(org.anchoranalysis.image.core.dimensions.Dimensions dim)Calculates a feature value from the given dimensions.Methods inherited from class org.anchoranalysis.plugin.image.feature.bean.dimensions.FromDimensionsBase
calculate, inputTypeMethods inherited from class org.anchoranalysis.feature.bean.Feature
assignTo, beforeCalc, calculateCheckInitialized, castAs, createListChildFeatures, describeBean, describeParameters, descriptionLong, duplicateChangeName, getCustomName, getFriendlyName, onInitialization, setCustomName, toStringMethods inherited from class org.anchoranalysis.bean.initializable.InitializableBean
getInitialization, getLogger, getPropertyInitializer, initialize, initializeRecursive, initRecursiveWithInitializer, isInitialized
-
Constructor Details
-
Area
public Area()
-
-
Method Details
-
calculateFromDimensions
protected double calculateFromDimensions(org.anchoranalysis.image.core.dimensions.Dimensions dim)Description copied from class:FromDimensionsBaseCalculates a feature value from the given dimensions.- Specified by:
calculateFromDimensionsin classFromDimensionsBase<T extends org.anchoranalysis.feature.input.FeatureInputEnergy>- Parameters:
dim- theDimensionsto calculate from- Returns:
- the calculated feature value
-