Package org.anchoranalysis.image.feature.bean.physical
package org.anchoranalysis.image.feature.bean.physical
Features that convert to/from physical spatial units (e.g. meters) as opposed to pixels/voxels.
-
ClassesClassDescriptionConverts a feature from physical volume units to voxel units.Converts a feature value representing area in pixel units to physical area units in an isometric XY plane.Converts a distance feature to physical units along a specified direction.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.