Uses of Class
org.anchoranalysis.image.bean.unitvalue.extent.UnitValueExtent
Packages that use UnitValueExtent
Package
Description
Converting quantities of area between units.
Converting quantities of volume between units.
Implementations of
ObjectCollectionProvider
involving connected-components.Beans involving physical units for measurement.
Implementations of
MaskProvider that call ImageJ.-
Uses of UnitValueExtent in org.anchoranalysis.image.bean.unitvalue.extent.area
Subclasses of UnitValueExtent in org.anchoranalysis.image.bean.unitvalue.extent.areaModifier and TypeClassDescriptionclassArea expressed in square meters, or units thereof.classArea expressed in pixels.classA base class for a value that describes an area measurement on the image. -
Uses of UnitValueExtent in org.anchoranalysis.image.bean.unitvalue.extent.volume
Subclasses of UnitValueExtent in org.anchoranalysis.image.bean.unitvalue.extent.volumeModifier and TypeClassDescriptionclassA base class for a value that describes a volume measurement on the image.classVolume expressed in cubic meters, or units thereof.classVolume expressed in voxels. -
Uses of UnitValueExtent in org.anchoranalysis.plugin.image.bean.object.provider.connected
Methods in org.anchoranalysis.plugin.image.bean.object.provider.connected that return UnitValueExtentMethods in org.anchoranalysis.plugin.image.bean.object.provider.connected with parameters of type UnitValueExtentModifier and TypeMethodDescriptionvoidConnectedComponentsFromMask.setMinVolume(UnitValueExtent minVolume) -
Uses of UnitValueExtent in org.anchoranalysis.plugin.image.feature.bean.physical
Methods in org.anchoranalysis.plugin.image.feature.bean.physical that return UnitValueExtentModifier and TypeMethodDescriptionUnitsWithinRange.getMax()Maximum-boundary for acceptable rangeUnitsWithinRange.getMin()Minimum-boundary for acceptable rangeMethods in org.anchoranalysis.plugin.image.feature.bean.physical with parameters of type UnitValueExtentModifier and TypeMethodDescriptionvoidUnitsWithinRange.setMax(UnitValueExtent max) Maximum-boundary for acceptable rangevoidUnitsWithinRange.setMin(UnitValueExtent min) Minimum-boundary for acceptable range -
Uses of UnitValueExtent in org.anchoranalysis.plugin.imagej.bean.mask.provider
Methods in org.anchoranalysis.plugin.imagej.bean.mask.provider that return UnitValueExtentModifier and TypeMethodDescriptionFillHoles.getMaxVolume()The maximum volume of a hole to be filled.Methods in org.anchoranalysis.plugin.imagej.bean.mask.provider with parameters of type UnitValueExtentModifier and TypeMethodDescriptionvoidFillHoles.setMaxVolume(UnitValueExtent maxVolume) The maximum volume of a hole to be filled.