Uses of Class
org.anchoranalysis.image.bean.displayer.StackDisplayer
Packages that use StackDisplayer
Package
Description
Instance-segmentation of a
Stack
.Non-beans pertaining to segmentation of images via model inference.
Non-bean classes for reading / writing a
Stack
from
and to the filesystem.Non-beans for writing data structures related to marked point processes from the file system.
Task to compare a set of annotations to a segmentation or another set of annotations.
Implementations of
StackProvider
that color
portions of an image.Implementations of
ThumbnailFromObjects
.Implementations of
ThumbnailFromStack
.Combining multiple images together into a single image.
Utilities for testing-related reading and writing to the filesystem.
-
Uses of StackDisplayer in org.anchoranalysis.image.bean.displayer
Subclasses of StackDisplayer in org.anchoranalysis.image.bean.displayerModifier and TypeClassDescriptionclass
Implementation ofStackDisplayer
that converts to unsigned-8bit by taking the upper and lower quantiles of the intensity range. -
Uses of StackDisplayer in org.anchoranalysis.image.inference.bean.segment.instance
Methods in org.anchoranalysis.image.inference.bean.segment.instance that return StackDisplayerModifier and TypeMethodDescriptionSegmentStackIntoObjectsScaleDecode.getDisplayer()
How to convert an image to be displayed to the user.Methods in org.anchoranalysis.image.inference.bean.segment.instance with parameters of type StackDisplayerModifier and TypeMethodDescriptionvoid
SegmentStackIntoObjectsScaleDecode.setDisplayer
(StackDisplayer displayer) How to convert an image to be displayed to the user. -
Uses of StackDisplayer in org.anchoranalysis.image.inference.segment
Methods in org.anchoranalysis.image.inference.segment that return StackDisplayerModifier and TypeMethodDescriptionSegmentedBackground.getDisplayer()
How to convert the background in an image suitable to be displayed.Constructors in org.anchoranalysis.image.inference.segment with parameters of type StackDisplayerModifierConstructorDescriptionSegmentedBackground
(DualScale<Stack> background, StackDisplayer displayer) Creates a newSegmentedBackground
instance.SegmentedObjectsAtScale
(List<LabelledWithConfidence<MultiScaleObject>> source, Function<MultiScaleObject, ObjectMask> extractObject, Stack background, StackDisplayer displayer, ExecutionTimeRecorder executionTimeRecorder, String executionTimeSuffix) Creates a newSegmentedObjectsAtScale
instance. -
Uses of StackDisplayer in org.anchoranalysis.image.io.stack
Methods in org.anchoranalysis.image.io.stack with parameters of type StackDisplayerModifier and TypeMethodDescriptionstatic RGBStack
ConvertStackToRGB.convert
(Stack stack, StackDisplayer displayer, boolean alwaysNew) Converts all of aDisplayStack
to aRGBStack
. -
Uses of StackDisplayer in org.anchoranalysis.mpp.io.output
Methods in org.anchoranalysis.mpp.io.output with parameters of type StackDisplayerModifier and TypeMethodDescriptionstatic DisplayStack
BackgroundCreator.createBackground
(NamedProviderStore<Stack> stackCollection, String backgroundStackName, StackDisplayer displayer) Creates a backgroundDisplayStack
from a named stack in a collection. -
Uses of StackDisplayer in org.anchoranalysis.plugin.annotation.bean.comparison
Methods in org.anchoranalysis.plugin.annotation.bean.comparison that return StackDisplayerModifier and TypeMethodDescriptionCompareAnnotations.getDisplayer()
How to convert an image to be displayed to the user.Methods in org.anchoranalysis.plugin.annotation.bean.comparison with parameters of type StackDisplayerModifier and TypeMethodDescriptionvoid
CompareAnnotations.setDisplayer
(StackDisplayer displayer) How to convert an image to be displayed to the user. -
Uses of StackDisplayer in org.anchoranalysis.plugin.image.bean.stack.provider.color
Methods in org.anchoranalysis.plugin.image.bean.stack.provider.color that return StackDisplayerModifier and TypeMethodDescriptionColoredBase.getDisplayer()
How to convert an image to be displayed to the user.Methods in org.anchoranalysis.plugin.image.bean.stack.provider.color with parameters of type StackDisplayerModifier and TypeMethodDescriptionvoid
ColoredBase.setDisplayer
(StackDisplayer displayer) How to convert an image to be displayed to the user. -
Uses of StackDisplayer in org.anchoranalysis.plugin.image.bean.thumbnail.object
Methods in org.anchoranalysis.plugin.image.bean.thumbnail.object that return StackDisplayerModifier and TypeMethodDescriptionOutlinePreserveRelativeSize.getDisplayer()
How to convert an image so that it can be displayed.Methods in org.anchoranalysis.plugin.image.bean.thumbnail.object with parameters of type StackDisplayerModifier and TypeMethodDescriptionvoid
OutlinePreserveRelativeSize.setDisplayer
(StackDisplayer displayer) How to convert an image so that it can be displayed. -
Uses of StackDisplayer in org.anchoranalysis.plugin.image.bean.thumbnail.stack
Methods in org.anchoranalysis.plugin.image.bean.thumbnail.stack that return StackDisplayerModifier and TypeMethodDescriptionScaleToSize.getDisplayer()
How to convert an image to be displayed to the user.Methods in org.anchoranalysis.plugin.image.bean.thumbnail.stack with parameters of type StackDisplayerModifier and TypeMethodDescriptionvoid
ScaleToSize.setDisplayer
(StackDisplayer displayer) How to convert an image to be displayed to the user. -
Uses of StackDisplayer in org.anchoranalysis.plugin.image.task.bean.combine
Methods in org.anchoranalysis.plugin.image.task.bean.combine that return StackDisplayerModifier and TypeMethodDescriptionMontage.getDisplayer()
How to convert an image to be displayed to the user.Methods in org.anchoranalysis.plugin.image.task.bean.combine with parameters of type StackDisplayerModifier and TypeMethodDescriptionvoid
Montage.setDisplayer
(StackDisplayer displayer) How to convert an image to be displayed to the user. -
Uses of StackDisplayer in org.anchoranalysis.test.image.io
Methods in org.anchoranalysis.test.image.io that return StackDisplayerModifier and TypeMethodDescriptionstatic StackDisplayer
BeanInstanceMapFixture.ensureStackDisplayer()
Ensure aStackDisplayer
instance exists in the underlyingBeanInstanceMap
.