Uses of Class
org.anchoranalysis.image.feature.bean.physical.WithResolutionBase
Packages that use WithResolutionBase
Package
Description
Features that convert to/from physical spatial units (e.g. meters) as opposed to pixels/voxels.
Beans involving physical units for measurement.
-
Uses of WithResolutionBase in org.anchoranalysis.image.feature.bean.physical
Subclasses of WithResolutionBase in org.anchoranalysis.image.feature.bean.physicalModifier and TypeClassDescriptionclass
Converts a feature from physical volume units to voxel units.class
Converts a feature value representing area in pixel units to physical area units in an isometric XY plane.class
Converts a distance feature to physical units along a specified direction.class
Converts a feature value representing volume in voxel units to physical volume units.class
FeatureConvertUnits<T extends FeatureInputWithResolution>
An abstract base class for features that convert units between physical and voxel space. -
Uses of WithResolutionBase in org.anchoranalysis.plugin.image.feature.bean.physical
Subclasses of WithResolutionBase in org.anchoranalysis.plugin.image.feature.bean.physicalModifier and TypeClassDescriptionclass
UnitsWithinRange<T extends FeatureInputWithResolution>
Checks if a value lies within a range defined by units (a minimum and maximum boundary)