Uses of Class
org.anchoranalysis.image.bean.unitvalue.distance.UnitValueDistance
Packages that use UnitValueDistance
Package
Description
Converting quantities of distance between units.
Implementations of
ObjectFilter
that
independently assess each element in a collection.Implementations of
ObjectCollectionProvider
involving merging objects together.Features that calculate the degree of overlap between two
ObjectMask
s.Conditions for merging
ObjectMask
s.-
Uses of UnitValueDistance in org.anchoranalysis.image.bean.unitvalue.distance
Subclasses of UnitValueDistance in org.anchoranalysis.image.bean.unitvalue.distanceModifier and TypeClassDescriptionclass
Implementation ofUnitValueDistance
that specifies a value in physical units, as described by particular recognized strings.class
Implementation ofUnitValueDistance
that specifies a value in voxels, ignoring any physical image resolution. -
Uses of UnitValueDistance in org.anchoranalysis.plugin.image.bean.object.filter.independent
Methods in org.anchoranalysis.plugin.image.bean.object.filter.independent that return UnitValueDistanceMethods in org.anchoranalysis.plugin.image.bean.object.filter.independent with parameters of type UnitValueDistanceModifier and TypeMethodDescriptionvoid
IntensityGreaterEqualThan.setThreshold
(UnitValueDistance threshold) -
Uses of UnitValueDistance in org.anchoranalysis.plugin.image.bean.object.provider.merge
Methods in org.anchoranalysis.plugin.image.bean.object.provider.merge that return UnitValueDistanceModifier and TypeMethodDescriptionMergeWithOptionalDistanceConstraint.getMaxDistance()
An optional maximum distance between objects that can be merged.Methods in org.anchoranalysis.plugin.image.bean.object.provider.merge with parameters of type UnitValueDistanceModifier and TypeMethodDescriptionvoid
MergeWithOptionalDistanceConstraint.setMaxDistance
(UnitValueDistance maxDistance) An optional maximum distance between objects that can be merged. -
Uses of UnitValueDistance in org.anchoranalysis.plugin.image.feature.bean.object.pair.overlap
Methods in org.anchoranalysis.plugin.image.feature.bean.object.pair.overlap that return UnitValueDistanceMethods in org.anchoranalysis.plugin.image.feature.bean.object.pair.overlap with parameters of type UnitValueDistanceModifier and TypeMethodDescriptionvoid
CostOverlapWithinMidpointDistance.setMaxDistance
(UnitValueDistance maxDistance) -
Uses of UnitValueDistance in org.anchoranalysis.plugin.image.object.merge.condition
Constructor parameters in org.anchoranalysis.plugin.image.object.merge.condition with type arguments of type UnitValueDistanceModifierConstructorDescriptionDistanceCondition
(Optional<UnitValueDistance> maxDistance, boolean suppressZ, MessageLogger logger) Creates a newDistanceCondition
instance.