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 TypeClassDescriptionclass
Area expressed in square meters, or units thereof.class
Area expressed in pixels.class
A 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 TypeClassDescriptionclass
A base class for a value that describes a volume measurement on the image.class
Volume expressed in cubic meters, or units thereof.class
Volume 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 TypeMethodDescriptionvoid
ConnectedComponentsFromMask.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 TypeMethodDescriptionvoid
UnitsWithinRange.setMax
(UnitValueExtent max) Maximum-boundary for acceptable rangevoid
UnitsWithinRange.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 TypeMethodDescriptionvoid
FillHoles.setMaxVolume
(UnitValueExtent maxVolume) The maximum volume of a hole to be filled.