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 double calculateFromDimensions​(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, inputType

    Methods inherited from class org.anchoranalysis.feature.bean.Feature

    assignTo, beforeCalc, calculateCheckInitialized, castAs, createListChildFeatures, describeBean, describeParameters, 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

    checkMisconfigured, describeChildren, duplicateBean, fields, findFieldsOfClass, getBeanName, getLocalPath, localise

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • Area

      public Area()
  • Method Details

    • calculateFromDimensions

      protected double calculateFromDimensions​(org.anchoranalysis.image.core.dimensions.Dimensions dim)
      Description copied from class: FromDimensionsBase
      Calculates a feature value from the given dimensions.
      Specified by:
      calculateFromDimensions in class FromDimensionsBase<T extends org.anchoranalysis.feature.input.FeatureInputEnergy>
      Parameters:
      dim - the Dimensions to calculate from
      Returns:
      the calculated feature value