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
ObjectMasks.Conditions for merging
ObjectMasks.-
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 TypeMethodDescriptiondoubleDistancePhysical.resolve(Optional<UnitConverter> unitConverter, DirectionVector direction) doubleDistanceVoxels.resolve(Optional<UnitConverter> unitConverter, DirectionVector direction) abstract doubleUnitValueDistance.resolve(Optional<UnitConverter> unitConverter, DirectionVector direction) Resolves the distance using aDirectionVector.doubleUnitValueDistance.resolve(Optional<UnitConverter> unitConverter, Point3d point1, Point3d point2) Resolves the distance using the direction between two points of typePoint3d.doubleUnitValueDistance.resolve(Optional<UnitConverter> unitConverter, Point3i point1, Point3i point2) Resolves the distance using the direction between two points of typePoint3i.doubleUnitValueDistance.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 doubleUnitValueExtent.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 TypeMethodDescriptiondoubleAreaPhysical.resolveToVoxels(Optional<UnitConverter> unitConverter) doubleAreaPixels.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 TypeMethodDescriptiondoubleVolumePhysical.resolveToVoxels(Optional<UnitConverter> unitConverter) doubleVolumeVoxels.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 doubleConvertFromPhysicalVolume.convertToPhysical(double value, UnitConverter unitConverter) Converts the input value from physical volume units to voxel units.protected doubleConvertToPhysicalAreaXY.convertToPhysical(double value, UnitConverter unitConverter) Converts the input value from pixel units to physical area units in an isometric XY plane.protected doubleConvertToPhysicalDistance.convertToPhysical(double value, UnitConverter unitConverter) Converts the input value to physical distance along the specified direction.protected doubleConvertToPhysicalVolume.convertToPhysical(double value, UnitConverter unitConverter) Converts the input value from voxel units to physical volume units.protected abstract doubleFeatureConvertUnits.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 optionalUnitConverterbased 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 TypeMethodDescriptionbooleanBeforeCondition.accept(ObjectMask source, ObjectMask destination, Optional<UnitConverter> unitConverter) Checks if the source and destination objects satisfy the condition for merging.booleanDistanceCondition.accept(ObjectMask source, ObjectMask destination, Optional<UnitConverter> unitConverter) voidAndCondition.updateSourceObject(ObjectMask source, Optional<UnitConverter> unitConverter) voidNeighborhoodCondition.updateSourceObject(ObjectMask source, Optional<UnitConverter> unitConverter) voidUpdatableBeforeCondition.updateSourceObject(ObjectMask source, Optional<UnitConverter> unitConverter) Updates the source object and performs any necessary pre-computations.voidWrapAsUpdatable.updateSourceObject(ObjectMask source, Optional<UnitConverter> unitConverter)