Uses of Class
org.anchoranalysis.image.core.stack.DisplayStack
Packages that use DisplayStack
Package
Description
Generates output images to illustrate a
Assignment
between annotations.What to compare an annotation (ground truth) against?
Defines the key data object,
Stack
, and related
classes.Non-beans pertaining to segmentation of images via model inference.
Writing an
ObjectCollection
to the filesystem as
RGB raster-images.Non-bean classes for reading / writing a
Stack
from
and to the filesystem.Base classes for generators that ultimately write only a bounding-box portion of a
Stack
to the filesystem.Base classes for generators that ultimately write a
Stack
to the filesystem.Non-beans for writing data structures related to marked point processes from the file system.
Implementations of
ThumbnailFromStack
.Non-bean classes pertaining to
Feature
s as used in tasks.Non-bean classes for thumbnail creation.
Testing utilities and fixtures with no greater downstream dependency than anchor-image-io
or anchor-io-bioformats or anchor-imagej.
-
Uses of DisplayStack in org.anchoranalysis.annotation.io.assignment.generator
Constructors in org.anchoranalysis.annotation.io.assignment.generator with parameters of type DisplayStackModifierConstructorDescriptionDrawColoredObjects
(DisplayStack background, boolean flatten, int outlineWidth) Creates a newDrawColoredObjects
instance. -
Uses of DisplayStack in org.anchoranalysis.annotation.io.bean.comparer
Methods in org.anchoranalysis.annotation.io.bean.comparer with parameters of type DisplayStackModifier and TypeMethodDescriptionMultipleComparer.createComparisonStacks
(AnnotationWithMarks annotation, DisplayStack background, Path annotationPath, ColorScheme colorScheme, Path modelDirectory, OperationContext context, boolean debugMode) -
Uses of DisplayStack in org.anchoranalysis.image.bean.displayer
Methods in org.anchoranalysis.image.bean.displayer that return DisplayStackModifier and TypeMethodDescriptionStackDisplayer.deriveFrom
(Channel channel) Creates from aChannel
.StackDisplayer.deriveFrom
(RGBStack rgbStack) Derives aDisplayStack
from aRGBStack
.StackDisplayer.deriveFrom
(Stack stack) Derives aDisplayStack
from aRGBStack
. -
Uses of DisplayStack in org.anchoranalysis.image.core.stack
Methods in org.anchoranalysis.image.core.stack that return DisplayStackModifier and TypeMethodDescriptionDisplayStack.extractSlice
(int z) Extract a particular z-slice from theDisplayStack
as a new stack, applying any applicable conversion.DisplayStack.projectMax()
Creates a Maximum Intensity Projection of each channel. -
Uses of DisplayStack in org.anchoranalysis.image.inference.segment
Methods in org.anchoranalysis.image.inference.segment that return DisplayStackModifier and TypeMethodDescriptionSegmentedObjectsAtScale.backgroundDisplayStack()
LikeSegmentedObjectsAtScale.background()
but instead creates aDisplayStack
. -
Uses of DisplayStack in org.anchoranalysis.image.io.object.output.rgb
Methods in org.anchoranalysis.image.io.object.output.rgb that return types with arguments of type DisplayStackModifier and TypeMethodDescriptionio.vavr.control.Either
<Dimensions, DisplayStack> ObjectsAsRGBGenerator.getBackground()
A background image or dimensions to define an empty background.Methods in org.anchoranalysis.image.io.object.output.rgb with parameters of type DisplayStackModifier and TypeMethodDescriptionstatic DrawObjectsGenerator
DrawObjectsGenerator.outlineSingleColor
(int outlineWidth, DisplayStack background, RGBColor color) Creates a generator that draws an outline around objects on a background using a single color for all objects.static DrawObjectsGenerator
DrawObjectsGenerator.outlineVariedColors
(int numberColors, int outlineWidth, DisplayStack background) Creates a generator that draws an outline around objects on a background using varied colors for the objects.static DrawObjectsGenerator
DrawObjectsGenerator.withBackgroundAndColors
(DrawObject drawObject, DisplayStack background, ColorIndex colorIndex) Creates a generator that draws an object in a particular way with particular colors and background.Method parameters in org.anchoranalysis.image.io.object.output.rgb with type arguments of type DisplayStackModifier and TypeMethodDescriptionprotected RGBStack
DrawCroppedObjectsGenerator.generateBackgroundRegion
(ObjectCollectionWithProperties objects, io.vavr.control.Either<Dimensions, DisplayStack> background) protected RGBStack
DrawObjectsGenerator.generateBackgroundRegion
(ObjectCollectionWithProperties objects, io.vavr.control.Either<Dimensions, DisplayStack> background) protected abstract RGBStack
ObjectsAsRGBGenerator.generateBackgroundRegion
(ObjectCollectionWithProperties objects, io.vavr.control.Either<Dimensions, DisplayStack> background) Creates aRGBStack
containing the background, without objects being drawn upon it.static DrawObjectsGenerator
DrawObjectsGenerator.outlineVariedColors
(int numberColors, int outlineWidth, io.vavr.control.Either<Dimensions, DisplayStack> background) Creates a generator that draws an outline around objects on a background using varied colors for the objects.void
ObjectsAsRGBGenerator.setBackground
(io.vavr.control.Either<Dimensions, DisplayStack> background) A background image or dimensions to define an empty background.Constructors in org.anchoranalysis.image.io.object.output.rgb with parameters of type DisplayStackModifierConstructorDescriptionDrawCroppedObjectsGenerator
(DrawObject drawObject, DisplayStack background, Padding padding, ColorIndex colors) Create with a particular background and method for drawing-objects.Constructor parameters in org.anchoranalysis.image.io.object.output.rgb with type arguments of type DisplayStackModifierConstructorDescriptionObjectsAsRGBGenerator
(DrawObject drawObject, ObjectDrawAttributes attributes, io.vavr.control.Either<Dimensions, DisplayStack> background) Creates a newObjectsAsRGBGenerator
instance. -
Uses of DisplayStack in org.anchoranalysis.image.io.stack
Methods in org.anchoranalysis.image.io.stack with parameters of type DisplayStackModifier and TypeMethodDescriptionstatic RGBStack
ConvertStackToRGB.convert
(DisplayStack stack, boolean alwaysNew) Converts all of aDisplayStack
to aRGBStack
.static RGBStack
ConvertStackToRGB.convertCropped
(DisplayStack stack, BoundingBox box) Converts a bounding-box region inDisplayStack
to aRGBStack
. -
Uses of DisplayStack in org.anchoranalysis.image.io.stack.output.box
Methods in org.anchoranalysis.image.io.stack.output.box with parameters of type DisplayStackModifier and TypeMethodDescriptionstatic ScaleableBackground
ScaleableBackground.noScaling
(DisplayStack stack) Creates a background from a stack without any scaling.static ScaleableBackground
ScaleableBackground.scaleBy
(DisplayStack stack, ScaleFactor scaleFactor, VoxelsResizer resizer) Creates a background from a stack with scaling. -
Uses of DisplayStack in org.anchoranalysis.image.io.stack.output.generator
Methods in org.anchoranalysis.image.io.stack.output.generator with parameters of type DisplayStackModifier and TypeMethodDescriptionprotected Stack
DisplayStackGenerator.convertBeforeAssign
(DisplayStack element) Constructor parameters in org.anchoranalysis.image.io.stack.output.generator with type arguments of type DisplayStackModifierConstructorDescriptionRasterGeneratorDelegateToDisplayStack
(SingleFileTypeGenerator<T, DisplayStack> delegate, boolean rgb) Creates a newRasterGeneratorDelegateToDisplayStack
instance. -
Uses of DisplayStack in org.anchoranalysis.mpp.io.output
Methods in org.anchoranalysis.mpp.io.output that return DisplayStackModifier and TypeMethodDescriptionstatic DisplayStack
BackgroundCreator.createBackground
(NamedProviderStore<Stack> stackCollection, String backgroundStackName, StackDisplayer displayer) Creates a backgroundDisplayStack
from a named stack in a collection. -
Uses of DisplayStack in org.anchoranalysis.plugin.image.bean.thumbnail.stack
Methods in org.anchoranalysis.plugin.image.bean.thumbnail.stack that return DisplayStackModifier and TypeMethodDescriptionScaleToSize.thumbnailFor
(Stack stack) abstract DisplayStack
ThumbnailFromStack.thumbnailFor
(Stack stack) Creates a thumbnail for a stack. -
Uses of DisplayStack in org.anchoranalysis.plugin.image.task.feature
Methods in org.anchoranalysis.plugin.image.task.feature that return types with arguments of type DisplayStackModifier and TypeMethodDescriptionResultsVectorWithThumbnail.getThumbnail()
Supplier for the optional thumbnailDisplayStack
. -
Uses of DisplayStack in org.anchoranalysis.plugin.image.thumbnail
Methods in org.anchoranalysis.plugin.image.thumbnail that return DisplayStackModifier and TypeMethodDescriptionThumbnailBatch.thumbnailFor
(T element) Creates a thumbnail for an element in the batch. -
Uses of DisplayStack in org.anchoranalysis.test.image
Methods in org.anchoranalysis.test.image with parameters of type DisplayStackModifier and TypeMethodDescriptionvoid
WriteIntoDirectory.writeStack
(String outputName, DisplayStack stack) Writes a DisplayStack to the output directory.Method parameters in org.anchoranalysis.test.image with type arguments of type DisplayStackModifier and TypeMethodDescriptionvoid
WriteIntoDirectory.writeList
(String outputName, List<DisplayStack> stacks, boolean always2D) Writes a list of display-stacks.