Uses of Class
org.anchoranalysis.image.feature.bean.physical.WithResolutionBase
| Package | Description |
|---|---|
| org.anchoranalysis.image.feature.bean.physical |
Features that convert to/from physical spatial units (e.g.
|
-
Uses of WithResolutionBase in org.anchoranalysis.image.feature.bean.physical
Subclasses of WithResolutionBase in org.anchoranalysis.image.feature.bean.physical Modifier and Type Class Description classConvertFromPhysicalVolume<T extends FeatureInputWithResolution>Converts a feature from physical volume units to voxel units.classConvertToPhysicalAreaXY<T extends FeatureInputWithResolution>Converts a feature value representing area in pixel units to physical area units in an isometric XY plane.classConvertToPhysicalDistance<T extends FeatureInputWithResolution>Converts a distance feature to physical units along a specified direction.classConvertToPhysicalVolume<T extends FeatureInputWithResolution>Converts a feature value representing volume in voxel units to physical volume units.classFeatureConvertUnits<T extends FeatureInputWithResolution>An abstract base class for features that convert units between physical and voxel space.