Uses of Class
org.anchoranalysis.image.core.object.scale.ScaledElements
Packages that use ScaledElements
Package
Description
Scaling object-collections, or lists of elements with object-representations.
-
Uses of ScaledElements in org.anchoranalysis.image.core.object.scale
Methods in org.anchoranalysis.image.core.object.scale that return ScaledElementsModifier 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.static ScaledElements
<ObjectMask> Scaler.scaleObjects
(ObjectCollection objects, ScaleFactor factor) Scales every object-mask in a collection collectively.static ScaledElements
<ObjectMask> Scaler.scaleObjects
(ObjectCollection objects, ScaleFactor factor, boolean overlappingObjects, Optional<UnaryOperator<ObjectMask>> preOperation, Optional<UnaryOperator<ObjectMask>> postOperation) Scales every object-mask in a collection collectively (if not overlappjng), allowing for additional manipulation before and after scaling.static ScaledElements
<ObjectMask> Scaler.scaleObjects
(ObjectCollection objects, ScaleFactor factor, boolean overlappingObjects, Extent clipTo) Scales every object-mask in a collection collectively, ensuring the results remain inside a particular region.