Uses of Interface
org.anchoranalysis.image.core.object.scale.AccessObjectMask
Packages that use AccessObjectMask
Package
Description
Scaling object-collections, or lists of elements with object-representations.
Scaling elements with an associated
ObjectMask
either collectively or independently.-
Uses of AccessObjectMask in org.anchoranalysis.image.core.object.scale
Classes in org.anchoranalysis.image.core.object.scale that implement AccessObjectMaskModifier and TypeClassDescriptionclassProvides access to the simple-case of a list ofObjectMasks.Methods in org.anchoranalysis.image.core.object.scale with parameters of type AccessObjectMaskModifier and TypeMethodDescriptionstatic <T> ScaledElements<T> Scaler.scaleElements(List<T> elements, ScaleFactor factor, boolean overlappingObjects, Extent clipTo, AccessObjectMask<T> access) Scales every element in a list collectively, ensuring the results remain inside a particular region.Constructors in org.anchoranalysis.image.core.object.scale with parameters of type AccessObjectMaskModifierConstructorDescriptionScaledElements(List<T> elements, ScaleFactor scaleFactor, ObjectScalingMethod scalingMethod, Optional<UnaryOperator<T>> preOperation, Optional<UnaryOperator<T>> postOperation, AccessObjectMask<T> access) Creates elements to be scaled. -
Uses of AccessObjectMask in org.anchoranalysis.image.core.object.scale.method
Methods in org.anchoranalysis.image.core.object.scale.method with parameters of type AccessObjectMaskModifier and TypeMethodDescription<T> Map<T, T> ObjectScalingMethod.scaleElements(List<T> elements, ScaleFactor scaleFactor, Optional<UnaryOperator<T>> preOperation, Optional<UnaryOperator<T>> postOperation, AccessObjectMask<T> access) Applies a scaling factor to elements, where each element is associated with a uniqueObjectMask.default <T> Map<T, T> ObjectScalingMethod.scaleElements(List<T> elements, ScaleFactor scaleFactor, AccessObjectMask<T> access) Applies a scaling factor to elements, where each element is associated with a uniqueObjectMask.