Uses of Class
org.anchoranalysis.image.bean.nonbean.spatial.arrange.BoundingBoxEnclosed
Packages that use BoundingBoxEnclosed
Package
Description
Non-beans to specify how to form a single-image by spatially combining other images.
Non-bean classes pertaining to combining stacks into a single stack.
-
Uses of BoundingBoxEnclosed in org.anchoranalysis.image.bean.nonbean.spatial.arrange
Methods in org.anchoranalysis.image.bean.nonbean.spatial.arrange that return BoundingBoxEnclosedModifier and TypeMethodDescriptionStackArrangement.get(int index) Gets theBoundingBoxcorresponding to a particular index.Methods in org.anchoranalysis.image.bean.nonbean.spatial.arrange that return types with arguments of type BoundingBoxEnclosedModifier and TypeMethodDescriptionStackArrangement.boxes()Where to locate a respective image on a larger image.StackArrangement.iterator()Methods in org.anchoranalysis.image.bean.nonbean.spatial.arrange with parameters of type BoundingBoxEnclosedModifier and TypeMethodDescriptionvoidStackArrangement.add(BoundingBoxEnclosed box) Adds a newBoundingBoxEnclosedto the arrangement.Constructor parameters in org.anchoranalysis.image.bean.nonbean.spatial.arrange with type arguments of type BoundingBoxEnclosedModifierConstructorDescriptionStackArrangement(Extent extent, List<BoundingBoxEnclosed> boxes) Creates a newStackArrangementinstance. -
Uses of BoundingBoxEnclosed in org.anchoranalysis.plugin.image.task.slice
Constructor parameters in org.anchoranalysis.plugin.image.task.slice with type arguments of type BoundingBoxEnclosedModifierConstructorDescriptionMontageSharedState(Map<Path, BoundingBoxEnclosed> boxes, Extent sizeCombined, VoxelsResizer resizer, ExecutionTimeRecorder executionTimeRecorder) Create with a mapping fromPaths to boxes.