Uses of Class
org.anchoranalysis.image.core.dimensions.UnitConverter
Packages that use UnitConverter
Package
Description
Base classes providing inputs to feature calculations.
Converting quantities of distance between units.
Converting quantities of extent (area or volume) between units.
Converting quantities of area between units.
Converting quantities of volume between units.
Classes to describe the size of images or components of images both in voxels and physically.
Features that convert to/from physical spatial units (e.g. meters) as opposed to pixels/voxels.
Implementations of
ObjectCollectionProvider
involving merging objects together.Merging
ObjectMask
s.Conditions for merging
ObjectMask
s.-
Uses of UnitConverter in org.anchoranalysis.feature.input
Methods in org.anchoranalysis.feature.input that return types with arguments of type UnitConverterModifier and TypeMethodDescriptionFeatureInputEnergy.getUnitConverterOptional()
Converts voxelized measurements to/from physical units. -
Uses of UnitConverter in org.anchoranalysis.image.bean.unitvalue.distance
Method parameters in org.anchoranalysis.image.bean.unitvalue.distance with type arguments of type UnitConverterModifier and TypeMethodDescriptiondouble
DistancePhysical.resolve
(Optional<UnitConverter> unitConverter, DirectionVector direction) double
DistanceVoxels.resolve
(Optional<UnitConverter> unitConverter, DirectionVector direction) abstract double
UnitValueDistance.resolve
(Optional<UnitConverter> unitConverter, DirectionVector direction) Resolves the distance using aDirectionVector
.double
UnitValueDistance.resolve
(Optional<UnitConverter> unitConverter, Point3d point1, Point3d point2) Resolves the distance using the direction between two points of typePoint3d
.double
UnitValueDistance.resolve
(Optional<UnitConverter> unitConverter, Point3i point1, Point3i point2) Resolves the distance using the direction between two points of typePoint3i
.double
UnitValueDistance.resolveForAxis
(Optional<UnitConverter> unitConverter, Axis axis) Resolves the distance in a direction aligned to a particular axis. -
Uses of UnitConverter in org.anchoranalysis.image.bean.unitvalue.extent
Method parameters in org.anchoranalysis.image.bean.unitvalue.extent with type arguments of type UnitConverterModifier and TypeMethodDescriptionabstract double
UnitValueExtent.resolveToVoxels
(Optional<UnitConverter> unitConverter) Resolves a measurement of area/volume (in whatever units) to units corresponding to the image pixels/voxels. -
Uses of UnitConverter in org.anchoranalysis.image.bean.unitvalue.extent.area
Method parameters in org.anchoranalysis.image.bean.unitvalue.extent.area with type arguments of type UnitConverterModifier and TypeMethodDescriptiondouble
AreaPhysical.resolveToVoxels
(Optional<UnitConverter> unitConverter) double
AreaPixels.resolveToVoxels
(Optional<UnitConverter> unitConverter) -
Uses of UnitConverter in org.anchoranalysis.image.bean.unitvalue.extent.volume
Method parameters in org.anchoranalysis.image.bean.unitvalue.extent.volume with type arguments of type UnitConverterModifier and TypeMethodDescriptiondouble
VolumePhysical.resolveToVoxels
(Optional<UnitConverter> unitConverter) double
VolumeVoxels.resolveToVoxels
(Optional<UnitConverter> unitConverter) -
Uses of UnitConverter in org.anchoranalysis.image.core.dimensions
Methods in org.anchoranalysis.image.core.dimensions that return UnitConverterModifier and TypeMethodDescriptionResolution.unitConvert()
Converts voxelized measurements to/from physical units.Methods in org.anchoranalysis.image.core.dimensions that return types with arguments of type UnitConverterModifier and TypeMethodDescriptionDimensions.unitConvert()
Converts voxel-scaled measurements to/from physical units. -
Uses of UnitConverter in org.anchoranalysis.image.feature.bean.physical
Methods in org.anchoranalysis.image.feature.bean.physical with parameters of type UnitConverterModifier and TypeMethodDescriptionprotected double
ConvertFromPhysicalVolume.convertToPhysical
(double value, UnitConverter unitConverter) Converts the input value from physical volume units to voxel units.protected double
ConvertToPhysicalAreaXY.convertToPhysical
(double value, UnitConverter unitConverter) Converts the input value from pixel units to physical area units in an isometric XY plane.protected double
ConvertToPhysicalDistance.convertToPhysical
(double value, UnitConverter unitConverter) Converts the input value to physical distance along the specified direction.protected double
ConvertToPhysicalVolume.convertToPhysical
(double value, UnitConverter unitConverter) Converts the input value from voxel units to physical volume units.protected abstract double
FeatureConvertUnits.convertToPhysical
(double value, UnitConverter unitConverter) Converts the input value to physical units. -
Uses of UnitConverter in org.anchoranalysis.plugin.image.bean.object.provider.merge
Methods in org.anchoranalysis.plugin.image.bean.object.provider.merge that return types with arguments of type UnitConverterModifier and TypeMethodDescriptionprotected Optional
<UnitConverter> MergeBase.unitConvertOptional()
Gets an optionalUnitConverter
based on the image resolution. -
Uses of UnitConverter in org.anchoranalysis.plugin.image.object.merge
Constructor parameters in org.anchoranalysis.plugin.image.object.merge with type arguments of type UnitConverterModifierConstructorDescriptionMergeGraph
(PayloadCalculator payloadCalculator, UpdatableBeforeCondition beforeCondition, Optional<UnitConverter> unitConverter, AssignPriority prioritizer, Logger logger, boolean logPayload) Constructor. -
Uses of UnitConverter in org.anchoranalysis.plugin.image.object.merge.condition
Method parameters in org.anchoranalysis.plugin.image.object.merge.condition with type arguments of type UnitConverterModifier and TypeMethodDescriptionboolean
BeforeCondition.accept
(ObjectMask source, ObjectMask destination, Optional<UnitConverter> unitConverter) Checks if the source and destination objects satisfy the condition for merging.boolean
DistanceCondition.accept
(ObjectMask source, ObjectMask destination, Optional<UnitConverter> unitConverter) void
AndCondition.updateSourceObject
(ObjectMask source, Optional<UnitConverter> unitConverter) void
NeighborhoodCondition.updateSourceObject
(ObjectMask source, Optional<UnitConverter> unitConverter) void
UpdatableBeforeCondition.updateSourceObject
(ObjectMask source, Optional<UnitConverter> unitConverter) Updates the source object and performs any necessary pre-computations.void
WrapAsUpdatable.updateSourceObject
(ObjectMask source, Optional<UnitConverter> unitConverter)