Package org.anchoranalysis.plugin.image.feature.bean.dimensions


package org.anchoranalysis.plugin.image.feature.bean.dimensions
Features that are calculated from Dimensions.
  • Classes
    Class
    Description
    Area<T extends FeatureInputEnergy>
    Area of the stack (XY dimensions only, Z dimension is not considered).
    Extent<T extends FeatureInputEnergy>
    Width/height/depth of energy-stack in pixels depending on axis.
    ForSpecificAxis<T extends FeatureInputEnergy>
    Dimensions-calculation for one specific axis only.
    FromDimensionsBase<T extends FeatureInputDimensions>
    Base class for features that are calculated from Dimensions.
    Volume<T extends FeatureInputEnergy>
    Calculates the volume (x, y and z dimensions) of the scene from the dimensions
    VoxelPhysicalSize<T extends FeatureInputEnergy>
    The physical size of a pixel in a specific dimension.