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
Features 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 newDrawColoredObjectsinstance. -
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 aDisplayStackfrom aRGBStack.StackDisplayer.deriveFrom(Stack stack) Derives aDisplayStackfrom 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 theDisplayStackas 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 DrawObjectsGeneratorDrawObjectsGenerator.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 DrawObjectsGeneratorDrawObjectsGenerator.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 DrawObjectsGeneratorDrawObjectsGenerator.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 RGBStackDrawCroppedObjectsGenerator.generateBackgroundRegion(ObjectCollectionWithProperties objects, io.vavr.control.Either<Dimensions, DisplayStack> background) protected RGBStackDrawObjectsGenerator.generateBackgroundRegion(ObjectCollectionWithProperties objects, io.vavr.control.Either<Dimensions, DisplayStack> background) protected abstract RGBStackObjectsAsRGBGenerator.generateBackgroundRegion(ObjectCollectionWithProperties objects, io.vavr.control.Either<Dimensions, DisplayStack> background) Creates aRGBStackcontaining the background, without objects being drawn upon it.static DrawObjectsGeneratorDrawObjectsGenerator.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.voidObjectsAsRGBGenerator.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 newObjectsAsRGBGeneratorinstance. -
Uses of DisplayStack in org.anchoranalysis.image.io.stack
Methods in org.anchoranalysis.image.io.stack with parameters of type DisplayStackModifier and TypeMethodDescriptionstatic RGBStackConvertStackToRGB.convert(DisplayStack stack, boolean alwaysNew) Converts all of aDisplayStackto aRGBStack.static RGBStackConvertStackToRGB.convertCropped(DisplayStack stack, BoundingBox box) Converts a bounding-box region inDisplayStackto 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 ScaleableBackgroundScaleableBackground.noScaling(DisplayStack stack) Creates a background from a stack without any scaling.static ScaleableBackgroundScaleableBackground.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 StackDisplayStackGenerator.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 newRasterGeneratorDelegateToDisplayStackinstance. -
Uses of DisplayStack in org.anchoranalysis.mpp.io.output
Methods in org.anchoranalysis.mpp.io.output that return DisplayStackModifier and TypeMethodDescriptionstatic DisplayStackBackgroundCreator.createBackground(NamedProviderStore<Stack> stackCollection, String backgroundStackName, StackDisplayer displayer) Creates a backgroundDisplayStackfrom 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 DisplayStackThumbnailFromStack.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 TypeMethodDescriptionvoidWriteIntoDirectory.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 TypeMethodDescriptionvoidWriteIntoDirectory.writeList(String outputName, List<DisplayStack> stacks, boolean always2D) Writes a list of display-stacks.