Package org.anchoranalysis.image.feature.bean.physical
Features that convert to/from physical spatial units (e.g. meters) as opposed to pixels/voxels.
-
Class Summary Class Description ConvertFromPhysicalVolume<T extends FeatureInputWithResolution> Converts a feature from physical volume units to voxel units.ConvertToPhysicalAreaXY<T extends FeatureInputWithResolution> Converts a feature value representing area in pixel units to physical area units in an isometric XY plane.ConvertToPhysicalDistance<T extends FeatureInputWithResolution> Converts a distance feature to physical units along a specified direction.ConvertToPhysicalVolume<T extends FeatureInputWithResolution> Converts a feature value representing volume in voxel units to physical volume units.FeatureConvertUnits<T extends FeatureInputWithResolution> An abstract base class for features that convert units between physical and voxel space.WithResolutionBase<T extends FeatureInputWithResolution> Base class for a feature that requires input resolution to be calculated.