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 TypeClassDescriptionclassImplementation ofStackDisplayerthat 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 TypeMethodDescriptionvoidSegmentStackIntoObjectsScaleDecode.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 newSegmentedBackgroundinstance.SegmentedObjectsAtScale(List<LabelledWithConfidence<MultiScaleObject>> source, Function<MultiScaleObject, ObjectMask> extractObject, Stack background, StackDisplayer displayer, ExecutionTimeRecorder executionTimeRecorder, String executionTimeSuffix) Creates a newSegmentedObjectsAtScaleinstance. -
Uses of StackDisplayer in org.anchoranalysis.image.io.stack
Methods in org.anchoranalysis.image.io.stack with parameters of type StackDisplayerModifier and TypeMethodDescriptionstatic RGBStackConvertStackToRGB.convert(Stack stack, StackDisplayer displayer, boolean alwaysNew) Converts all of aDisplayStackto aRGBStack. -
Uses of StackDisplayer in org.anchoranalysis.mpp.io.output
Methods in org.anchoranalysis.mpp.io.output with parameters of type StackDisplayerModifier and TypeMethodDescriptionstatic DisplayStackBackgroundCreator.createBackground(NamedProviderStore<Stack> stackCollection, String backgroundStackName, StackDisplayer displayer) Creates a backgroundDisplayStackfrom 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 TypeMethodDescriptionvoidCompareAnnotations.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 TypeMethodDescriptionvoidColoredBase.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 TypeMethodDescriptionvoidOutlinePreserveRelativeSize.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 TypeMethodDescriptionvoidScaleToSize.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 TypeMethodDescriptionvoidMontage.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 StackDisplayerBeanInstanceMapFixture.ensureStackDisplayer()Ensure aStackDisplayerinstance exists in the underlyingBeanInstanceMap.