Uses of Class
org.anchoranalysis.image.core.stack.Stack
Packages that use Stack
Package
Description
Generates output images to illustrate a
Assignment
between annotations.What to compare an annotation (ground truth) against?
A particular stack used in feature-calculations called a
EnergyStack
together with related classes.Classes that aren't AnchorBeans that pertain to the initialization of image-related beans.
Non-beans to specify how to form a single-image by spatially combining other images.
Base classes for providers of different core data entities related to images.
A provider of
Stack
s.Conversions and operations involving Java AWT's
BufferedImage
.Converts a channel to other data-types.
Defines the key data object,
Stack
, and related
classes.A collection of
Stack
s, each with a unique identifier
as a name.Beans that define context (which feature, which energy-stack) for evaluating feature-inputs.
Instance-segmentation of a
Stack
.Non-beans pertaining to segmentation of images via model inference.
Beans to combine multiple stacks into a single stack before outputting.
Bean classes for reading raster-files from the filesystem.
Bean classes for writing raster-files to the filesystem.
Non-bean classes for a mapping of names to
Channel
s.Non-bean classes for writing a
Channel
to the
filesystem.Writing an
ObjectCollection
to the filesystem as a
single-channeled stack.Writing an
ObjectCollection
to the filesystem as
multiple binary singled-channeled images.Writing an
ObjectCollection
to the filesystem as
RGB raster-images.Non-bean classes for reading / writing a
Stack
from
and to the filesystem.Non-bean classes for reading a
Stack
from the
filesystem.Non-bean classes for writing a
Stack
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.A time-sequence of
Stack
s.Writing stacks to the file system using the Bioformats library.
Raster-writers that use ImageJ to write images to the filesystem.
Converts to and from ImageJ data-structures for images.
Non-beans for writing data structures related to marked point processes from the file system.
Implementations of
StackProvider
.Implementations of
StackProvider
that color
portions of an image.Implementations of
ThumbnailFromObjects
.Implementations of
ThumbnailFromStack
.Tasks for converting image-formats.
Tasks to scale an image.
Non-bean classes about grouping channels or other inputs.
Implementations of
StackProvider
that call
ImageJ.Implementations of
StackWriter
.Non-bean classes to help use multiple files to represent a single
Stack
.Buffers used in
org.anchoranalysis.plugin.io.multifile
.Segmenting a
Stack
using the ONNX Runtime to produce
an ObjectCollection
.Operations involving color-spaces and OpenCV.
Segmentation of a
Stack
using OpenCV.Conversion to/from OpenCV data-structures.
Testing utilities and fixtures with no greater downstream dependency than anchor-image-io
or anchor-io-bioformats or anchor-imagej.
Utilities for testing-related reading and writing to the filesystem.
Load test image data.
Fixtures or other helper classes for testing image segmentation algorithms.
-
Uses of Stack in org.anchoranalysis.annotation.io.assignment.generator
Methods in org.anchoranalysis.annotation.io.assignment.generator that return StackModifier and TypeMethodDescriptionDrawColoredObjects.createObjectsImage
(Assignment<ObjectMask> assignment, boolean left, AssignmentColorPool colorPool) Creates an image with the objects colored, as indicated in the class description.AssignmentGenerator.transform
(Assignment<ObjectMask> element) -
Uses of Stack in org.anchoranalysis.annotation.io.bean.comparer
Methods in org.anchoranalysis.annotation.io.bean.comparer that return types with arguments of type StackModifier and TypeMethodDescriptionMultipleComparer.createComparisonStacks
(AnnotationWithMarks annotation, DisplayStack background, Path annotationPath, ColorScheme colorScheme, Path modelDirectory, OperationContext context, boolean debugMode) -
Uses of Stack in org.anchoranalysis.feature.energy
Methods in org.anchoranalysis.feature.energy that return StackModifier and TypeMethodDescriptionEnergyStack.asStack()
Derive aStack
representation containing the identical channels to the current instance.EnergyStackWithoutParameters.asStack()
Derive aStack
representation containing the identical channels to the current instance.Constructors in org.anchoranalysis.feature.energy with parameters of type StackModifierConstructorDescriptionEnergyStack
(Stack stack) Create from aEnergyStack
without any additional parameters.EnergyStack
(Stack stack, Dictionary dictionary) Create from aStack
with associated parameters in aDictionary
.Create a energy-stack comprised of all channels from a stack -
Uses of Stack in org.anchoranalysis.image.bean.displayer
Methods in org.anchoranalysis.image.bean.displayer with parameters of type StackModifier and TypeMethodDescriptionStackDisplayer.deriveFrom
(Stack stack) Derives aDisplayStack
from aRGBStack
. -
Uses of Stack in org.anchoranalysis.image.bean.nonbean.init
Methods in org.anchoranalysis.image.bean.nonbean.init that return types with arguments of type StackModifier and TypeMethodDescriptionImageInitialization.combinedStacks()
Exposes several entities that have naturalStack
representations as a unifiedNamedProvider
.ImageInitialization.stacks()
A collection ofStack
s, indexed by name.Methods in org.anchoranalysis.image.bean.nonbean.init with parameters of type StackModifier and TypeMethodDescriptionvoid
Adds aStack
to the corresponding named-collection of stacks.Method parameters in org.anchoranalysis.image.bean.nonbean.init with type arguments of type StackModifier and TypeMethodDescriptionvoid
ImageInitialization.addStacksFrom
(NamedProvider<Stack> source) Adds all theStack
s available in aNamedProvider
using the corresponding identifiers. -
Uses of Stack in org.anchoranalysis.image.bean.nonbean.spatial.arrange
Methods in org.anchoranalysis.image.bean.nonbean.spatial.arrange with parameters of type StackModifier and TypeMethodDescriptionstatic void
StackCopierAtBox.copyImageInto
(Stack source, Stack destination, BoundingBox box) -
Uses of Stack in org.anchoranalysis.image.bean.provider
Methods in org.anchoranalysis.image.bean.provider that return Stack -
Uses of Stack in org.anchoranalysis.image.bean.provider.stack
Methods in org.anchoranalysis.image.bean.provider.stack that return StackModifier and TypeMethodDescriptionprotected abstract Stack
StackProviderUnary.createFromStack
(Stack stack) Creates aStack
given the entity provided by the delegate.Arrange.get()
StackProviderUnary.get()
StackProvider.getAsStack()
Methods in org.anchoranalysis.image.bean.provider.stack that return types with arguments of type StackModifier and TypeMethodDescriptionArrange.getList()
The stacks that are passed in respect order intoarrange
.StackProviderUnary.getStack()
The delegateProvider<Stack>
that is called.Methods in org.anchoranalysis.image.bean.provider.stack with parameters of type StackModifier and TypeMethodDescriptionprotected abstract Stack
StackProviderUnary.createFromStack
(Stack stack) Creates aStack
given the entity provided by the delegate.Method parameters in org.anchoranalysis.image.bean.provider.stack with type arguments of type StackModifier and TypeMethodDescriptionvoid
Adds a stack to the existing list of stack-providers.void
The stacks that are passed in respect order intoarrange
.void
The delegateProvider<Stack>
that is called. -
Uses of Stack in org.anchoranalysis.image.core.bufferedimage
Methods in org.anchoranalysis.image.core.bufferedimage that return StackModifier and TypeMethodDescriptionstatic Stack
CreateStackFromBufferedImage.createFrom
(BufferedImage bufferedImage) Create aStack
by converting aBufferedImage
.Methods in org.anchoranalysis.image.core.bufferedimage with parameters of type Stack -
Uses of Stack in org.anchoranalysis.image.core.channel.convert
Methods in org.anchoranalysis.image.core.channel.convert that return StackModifier and TypeMethodDescriptionChannelConverter.convert
(Stack stack, ConversionPolicy changeExisting) LikeChannelConverter.convert(Channel, ConversionPolicy)
but converts every channel in aStack
.Methods in org.anchoranalysis.image.core.channel.convert with parameters of type StackModifier and TypeMethodDescriptionChannelConverter.convert
(Stack stack, ConversionPolicy changeExisting) LikeChannelConverter.convert(Channel, ConversionPolicy)
but converts every channel in aStack
. -
Uses of Stack in org.anchoranalysis.image.core.stack
Methods in org.anchoranalysis.image.core.stack that return StackModifier and TypeMethodDescriptionRGBStack.asStack()
Exposes the underlying stack, storing the three RGB channels in respective order.DisplayStack.deriveStack
(boolean alwaysNew) Derives aStack
from the display-stack that will be converted to 8-bit if necessary.Stack.duplicateDeep()
Performs a deep copy of the stack, so that all channels are duplicated.Stack.duplicateShallow()
Performs a shallow copy of the stack, so that all channels are reused.Stack.extractSlice
(int z) Extract a particular z-slice from theStack
as a new stack.Stack.extractUpToThreeChannels()
ProviderAsStack.getAsStack()
Retrieves or creates aStack
representation of an entity.DisplayStack.getStack()
The underlying stack that will be displayed, possibly after conversion.Stack.mapChannel
(CheckedUnaryOperator<Channel, OperationFailedException> mapping) Produces a new stack with a particular mapping applied to each channel.Stack.mapChannelWithIndex
(CheckedBiFunction<Channel, Integer, Channel, OperationFailedException> mapping) Produces a new stack with a particular mapping applied to each channel (with an index of the channel also available).Stack.projectMax()
Creates a Maximum Intensity Projection of each channel.Methods in org.anchoranalysis.image.core.stack with parameters of type StackModifier and TypeMethodDescriptionfinal void
Stack.addChannelsFrom
(Stack stack) Add the channels from another instance into this instance.boolean
Stack.equalsDeep
(Stack other, boolean compareResolution) Are the two stack equal using a deep voxel by voxel comparison of each channel?Constructors in org.anchoranalysis.image.core.stack with parameters of type StackModifierConstructorDescriptionDisplayStack
(Stack stack) Create for a particularStack
where all channels are already guaranteed to be unsigned-bit.DisplayStack
(Stack stack, boolean eventuallyThree, Function<VoxelDataType, ChannelConverterAttached<Channel, UnsignedByteBuffer>> createConverter) Create for a particularStack
that may needed to be converted.Creates from an existing stack (which must have 1 or 3 channels). -
Uses of Stack in org.anchoranalysis.image.core.stack.named
Methods in org.anchoranalysis.image.core.stack.named that return types with arguments of type StackModifier and TypeMethodDescriptionNamedStacksSupplier.get()
Gets theNamedProvider
ofStack
s.NamedStacks.getOptional
(String identifier) Methods in org.anchoranalysis.image.core.stack.named with parameters of type StackModifier and TypeMethodDescriptionvoid
Add a stack.void
Adds an element to the store.Method parameters in org.anchoranalysis.image.core.stack.named with type arguments of type StackModifier and TypeMethodDescriptionvoid
NamedStacks.add
(String identifier, StoreSupplier<Stack> supplier) void
NamedStacks.addFrom
(NamedProvider<Stack> source) Adds aStack
from aNamedProvider
.void
NamedStacks.addFromWithPrefix
(NamedProvider<Stack> source, String prefix) LikeNamedStacks.addFrom(NamedProvider)
but additionally adds a prefix to the name when adding.NamedStacks.applyOperation
(UnaryOperator<Stack> operation, Optional<Dimensions> dimensions) Applies an operation on eachStack
in the collection and returns a new derived collection.<E extends Exception>
voidNamedStacks.forEach
(CheckedBiConsumer<String, StoreSupplier<Stack>, E> consumer) Iterates over each entry in the map. -
Uses of Stack in org.anchoranalysis.image.feature.bean.evaluator
Methods in org.anchoranalysis.image.feature.bean.evaluator that return types with arguments of type StackModifier and TypeMethodDescriptionFeatureEvaluator.getStackEnergy()
Optionally specifies an energy-stack to be associated with every calculation input.Method parameters in org.anchoranalysis.image.feature.bean.evaluator with type arguments of type StackModifier and TypeMethodDescriptionvoid
FeatureEvaluator.setStackEnergy
(Provider<Stack> stackEnergy) Optionally specifies an energy-stack to be associated with every calculation input. -
Uses of Stack in org.anchoranalysis.image.inference.bean.segment.instance
Methods in org.anchoranalysis.image.inference.bean.segment.instance with parameters of type StackModifier and TypeMethodDescriptionprotected abstract T
SegmentStackIntoObjectsScaleDecode.deriveInput
(Stack stack, Optional<double[]> subtractMeans) Derives the input tensor from an image.SegmentStackIntoObjectsPooled.segment
(Stack stack, ExecutionTimeRecorder executionTimeRecorder) Segments individually using a pool of size 1 just for one stack.abstract SegmentedObjects
SegmentStackIntoObjectsPooled.segment
(Stack stack, ConcurrentModelPool<T> modelPool, ExecutionTimeRecorder executionTimeRecorder) Segments a stack to produce an object-collection.SegmentStackIntoObjectsScaleDecode.segment
(Stack stack, ConcurrentModelPool<S> modelPool, ExecutionTimeRecorder executionTimeRecorder) SuppressNonMaximum.segment
(Stack stack, ConcurrentModelPool<T> modelPool, ExecutionTimeRecorder executionTimeRecorder) -
Uses of Stack in org.anchoranalysis.image.inference.segment
Methods in org.anchoranalysis.image.inference.segment that return StackModifier and TypeMethodDescriptionSegmentedBackground.atInputScale()
The background scaled to match the size of the input-image.SegmentedBackground.atModelScale()
The background scaled to match the size of the input for model inference.SegmentedObjectsAtScale.background()
The background image associated with this particular scale.Methods in org.anchoranalysis.image.inference.segment that return types with arguments of type StackModifier and TypeMethodDescriptionSegmentedBackground.getBackground()
The background image to use for segmentation, when visualizing segmentations.Constructors in org.anchoranalysis.image.inference.segment with parameters of type StackModifierConstructorDescriptionSegmentedObjectsAtScale
(List<LabelledWithConfidence<MultiScaleObject>> source, Function<MultiScaleObject, ObjectMask> extractObject, Stack background, StackDisplayer displayer, ExecutionTimeRecorder executionTimeRecorder, String executionTimeSuffix) Creates a newSegmentedObjectsAtScale
instance.Constructor parameters in org.anchoranalysis.image.inference.segment with type arguments of type StackModifierConstructorDescriptionSegmentedBackground
(DualScale<Stack> background, StackDisplayer displayer) Creates a newSegmentedBackground
instance. -
Uses of Stack in org.anchoranalysis.image.io.bean.stack.combine
Methods in org.anchoranalysis.image.io.bean.stack.combine that return StackMethods in org.anchoranalysis.image.io.bean.stack.combine that return types with arguments of type StackModifier and TypeMethodDescriptionWriteText.getRepeatZProvider()
Repeats the generated (2D) string in z, so it's the same z-size asintensityProvider
StackProviderWithLabel.getStack()
Provides the stack.Method parameters in org.anchoranalysis.image.io.bean.stack.combine with type arguments of type StackModifier and TypeMethodDescriptionvoid
WriteText.setRepeatZProvider
(Provider<Stack> repeatZProvider) Repeats the generated (2D) string in z, so it's the same z-size asintensityProvider
void
Provides the stack.Constructors in org.anchoranalysis.image.io.bean.stack.combine with parameters of type StackModifierConstructorDescriptionStackProviderWithLabel
(Stack stack, String label) Create for a particularStack
and label. -
Uses of Stack in org.anchoranalysis.image.io.bean.stack.reader
Methods in org.anchoranalysis.image.io.bean.stack.reader that return StackModifier and TypeMethodDescriptionStackReader.readStack
(Path path, OperationContext context) Opens a file atpath
that should contain only a single-stack. -
Uses of Stack in org.anchoranalysis.image.io.bean.stack.writer
Methods in org.anchoranalysis.image.io.bean.stack.writer with parameters of type StackModifier and TypeMethodDescriptionvoid
OneOrThreeChannelsWriter.writeStack
(Stack stack, Path filePath, StackWriteOptions options) abstract void
StackWriter.writeStack
(Stack stack, Path filePath, StackWriteOptions options) Writes a stack to the filesystem at a particular path.protected abstract void
OneOrThreeChannelsWriter.writeStackAfterCheck
(Stack stack, Path filePath) Writes theStack
to the file-system, after a check has already occurred that the correct number of channels exist.StackWriter.writeStackWithExtension
(Stack stack, Path filePath, StackWriteOptions options) Writes a stack to the filesystem at a particular path with an extension appended to the path. -
Uses of Stack in org.anchoranalysis.image.io.channel.map
Methods in org.anchoranalysis.image.io.channel.map that return types with arguments of type StackModifier and TypeMethodDescriptionNamedChannelsConcatenate.allChannelsAsStack
(int t, Logger logger) NamedChannelsMap.allChannelsAsStack
(int timeIndex, Logger logger) Combines all channels as a singleStack
at a particular time-frame.OpenedNamedChannels.allChannelsAsStack
(int t, Logger logger) -
Uses of Stack in org.anchoranalysis.image.io.channel.output
Methods in org.anchoranalysis.image.io.channel.output that return Stack -
Uses of Stack in org.anchoranalysis.image.io.object.output.grayscale
Methods in org.anchoranalysis.image.io.object.output.grayscale that return StackModifier and TypeMethodDescriptionObjectsAsUniqueValueGenerator.transform
(ObjectCollection element) ObjectsMergedAsMaskGenerator.transform
(ObjectCollection element) -
Uses of Stack in org.anchoranalysis.image.io.object.output.mask
Methods in org.anchoranalysis.image.io.object.output.mask that return Stack -
Uses of Stack in org.anchoranalysis.image.io.object.output.rgb
Methods in org.anchoranalysis.image.io.object.output.rgb that return StackModifier and TypeMethodDescriptionObjectsAsRGBGenerator.transform
(ObjectCollectionWithProperties element) -
Uses of Stack in org.anchoranalysis.image.io.stack
Methods in org.anchoranalysis.image.io.stack with parameters of type StackModifier and TypeMethodDescriptionstatic RGBStack
ConvertStackToRGB.convert
(Stack stack, StackDisplayer displayer, boolean alwaysNew) Converts all of aDisplayStack
to aRGBStack
. -
Uses of Stack in org.anchoranalysis.image.io.stack.input
Methods in org.anchoranalysis.image.io.stack.input that return StackModifier and TypeMethodDescriptiondefault Stack
Exposes the input as a singleStack
throw an error if more than one exists.Method parameters in org.anchoranalysis.image.io.stack.input with type arguments of type StackModifier and TypeMethodDescriptiondefault void
ProvidesStackInput.addToStoreInferNames
(NamedProviderStore<Stack> store, Logger logger) Adds the current object to a named-store of stacks (using the default series). -
Uses of Stack in org.anchoranalysis.image.io.stack.output
Methods in org.anchoranalysis.image.io.stack.output that return types with arguments of type StackModifier and TypeMethodDescriptionOutputSequenceStackFactory.incrementingByOne
(String subdirectoryName, OutputterChecked outputter) Creates an sequence of stacks in a subdirectory with a number in the outputted file name that increments each time by one.OutputSequenceStackFactory.withoutOrderCurrentDirectory
(String outputName, OutputterChecked outputter) Creates a sequence of stacks in the current context's directory that has no pattern.Methods in org.anchoranalysis.image.io.stack.output with parameters of type StackModifier and TypeMethodDescriptionstatic StackWriteAttributes
The options that narrowly describe a stack as possible.boolean
StackWriteAttributes.writeAsRGB
(Stack stack) Whether to write a stack in RGB mode?Method parameters in org.anchoranalysis.image.io.stack.output with type arguments of type StackModifier and TypeMethodDescriptionstatic void
NamedStacksOutputter.output
(NamedProvider<Stack> stacks, String outputName, boolean suppressSubdirectory, OutputterChecked outputter) Writes all or a subset from a set of named-stacks to a directory as a raster.void
OutputSequenceStackFactory.withoutOrderSubset
(NamedProvider<Stack> stacks, String outputName, boolean suppressSubdirectory, OutputterChecked outputter) Writes all or a subset from a set of named-stacks to a directory. -
Uses of Stack in org.anchoranalysis.image.io.stack.output.box
Methods in org.anchoranalysis.image.io.stack.output.box that return StackModifier and TypeMethodDescriptionScaleableBackground.extractRegionFromStack
(BoundingBox box) Extracts a portion of a stack (flattened and maybe scaled) corresponding to a bounding-boxDrawObjectOnStackGenerator.transform
(BoundedList<ObjectMask> element) ExtractBoundingBoxAreaFromStackGenerator.transform
(BoundingBox element) Method parameters in org.anchoranalysis.image.io.stack.output.box with type arguments of type StackModifier and TypeMethodDescriptionstatic DrawObjectOnStackGenerator
DrawObjectOnStackGenerator.createFromGenerator
(TransformingGenerator<BoundingBox, Stack> backgroundGenerator, int outlineWidth, ColorIndex colors) Creates an extracted-object generator that draws an outline - with default color green and flattened in Z. -
Uses of Stack in org.anchoranalysis.image.io.stack.output.generator
Methods in org.anchoranalysis.image.io.stack.output.generator that return StackModifier and TypeMethodDescriptionprotected Stack
DisplayStackGenerator.convertBeforeAssign
(DisplayStack element) protected Stack
FlattenStackGenerator.convertBeforeAssign
(Stack element) protected Stack
DisplayStackGenerator.convertBeforeTransform
(Stack stack) protected Stack
FlattenStackGenerator.convertBeforeTransform
(Stack stack) protected Stack
RasterGeneratorBridge.convertBeforeTransform
(Stack stack) protected abstract Stack
RasterGeneratorDelegateToRaster.convertBeforeTransform
(Stack stack) Converts an element before callingRasterGeneratorDelegateToRaster.transform(T)
on thedelegate
.Methods in org.anchoranalysis.image.io.stack.output.generator with parameters of type StackModifier and TypeMethodDescriptionprotected Stack
FlattenStackGenerator.convertBeforeAssign
(Stack element) protected Stack
DisplayStackGenerator.convertBeforeTransform
(Stack stack) protected Stack
FlattenStackGenerator.convertBeforeTransform
(Stack stack) protected Stack
RasterGeneratorBridge.convertBeforeTransform
(Stack stack) protected abstract Stack
RasterGeneratorDelegateToRaster.convertBeforeTransform
(Stack stack) Converts an element before callingRasterGeneratorDelegateToRaster.transform(T)
on thedelegate
.protected abstract String
RasterGenerator.selectFileExtension
(Stack stack, StackWriteOptions options, OutputWriteSettings settings, Optional<Logger> logger) Selects the file-extension to use for a particular stack.protected String
RasterGeneratorSelectFormat.selectFileExtension
(Stack stack, StackWriteOptions options, OutputWriteSettings settings, Optional<Logger> logger) Combines stack-write-options derived for a particular stack with the general write-options associated with theRasterGenerator
.protected abstract void
RasterGenerator.writeToFile
(T untransformedElement, Stack transformedElement, StackWriteOptions options, OutputWriteSettings settings, Path filePath) Writes a stack to the file-system.protected void
RasterGeneratorSelectFormat.writeToFile
(T element, Stack transformedElement, StackWriteOptions options, OutputWriteSettings settings, Path filePath) -
Uses of Stack in org.anchoranalysis.image.io.stack.time
Methods in org.anchoranalysis.image.io.stack.time that return StackModifier and TypeMethodDescriptionTimeSeries.getFrame
(int index) Gets a frame in the time-series.Methods in org.anchoranalysis.image.io.stack.time that return types with arguments of type StackConstructors in org.anchoranalysis.image.io.stack.time with parameters of type StackModifierConstructorDescriptionTimeSeries
(Stack frame) Creates aTimeSeries
containing a single frame only.Constructor parameters in org.anchoranalysis.image.io.stack.time with type arguments of type StackModifierConstructorDescriptionExtractFrameStore
(NamedProviderStore<Stack> stacks) Creates to extract at time-index 0.ExtractFrameStore
(NamedProviderStore<Stack> stacks, int timeIndex) Creates to extract at time-indextimeIndex
.TimeSeries
(Stream<Stack> frames) Creates aTimeSeries
from a stream of frames. -
Uses of Stack in org.anchoranalysis.io.bioformats.bean.writer
Methods in org.anchoranalysis.io.bioformats.bean.writer with parameters of type StackModifier and TypeMethodDescriptionvoid
BioformatsWriter.writeStack
(Stack stack, Path filePath, StackWriteOptions options) void
Tiff.writeStack
(Stack stack, Path filePath, StackWriteOptions options) -
Uses of Stack in org.anchoranalysis.io.imagej.bean.stack.writer
Methods in org.anchoranalysis.io.imagej.bean.stack.writer with parameters of type StackModifier and TypeMethodDescriptionvoid
ImageJRasterWriter.writeStack
(Stack stack, Path filePath, StackWriteOptions options) protected void
ImageJRasterWriter.writeStackTime
(Stack stack, Path path, boolean makeRGB) Writes a stack as a time-sequence (many images together in a single file.). -
Uses of Stack in org.anchoranalysis.io.imagej.convert
Methods in org.anchoranalysis.io.imagej.convert with parameters of type Stack -
Uses of Stack in org.anchoranalysis.mpp.io.output
Method parameters in org.anchoranalysis.mpp.io.output with type arguments of type StackModifier and TypeMethodDescriptionstatic DisplayStack
BackgroundCreator.createBackground
(NamedProviderStore<Stack> stackCollection, String backgroundStackName, StackDisplayer displayer) Creates a backgroundDisplayStack
from a named stack in a collection. -
Uses of Stack in org.anchoranalysis.plugin.image.bean.stack.provider
Methods in org.anchoranalysis.plugin.image.bean.stack.provider that return Stack -
Uses of Stack in org.anchoranalysis.plugin.image.bean.stack.provider.color
Methods in org.anchoranalysis.plugin.image.bean.stack.provider.color that return StackModifier and TypeMethodDescriptionstatic Stack
ThreeChannels.createRGBStack
(Channel channelRed, Channel channelGreen, Channel channelBlue, VoxelDataType outputType) Creates an RGB stack from up to three channels.ColoredBase.get()
ThreeChannels.get()
-
Uses of Stack in org.anchoranalysis.plugin.image.bean.thumbnail.object
Method parameters in org.anchoranalysis.plugin.image.bean.thumbnail.object with type arguments of type StackModifier and TypeMethodDescriptionOutlinePreserveRelativeSize.start
(ObjectCollection objects, StreamableCollection<BoundingBox> boundingBoxes, Optional<Stack> backgroundSource, ExecutionTimeRecorder executionTimeRecorder) abstract ThumbnailBatch
<ObjectCollection> ThumbnailFromObjects.start
(ObjectCollection objects, StreamableCollection<BoundingBox> boundingBoxes, Optional<Stack> background, ExecutionTimeRecorder executionTimeRecorder) Initializes a batch to create thumbnails. -
Uses of Stack in org.anchoranalysis.plugin.image.bean.thumbnail.stack
Methods in org.anchoranalysis.plugin.image.bean.thumbnail.stack with parameters of type StackModifier and TypeMethodDescriptionScaleToSize.thumbnailFor
(Stack stack) abstract DisplayStack
ThumbnailFromStack.thumbnailFor
(Stack stack) Creates a thumbnail for a stack. -
Uses of Stack in org.anchoranalysis.plugin.image.task.bean.format
Methods in org.anchoranalysis.plugin.image.task.bean.format that return types with arguments of type StackModifier and TypeMethodDescriptionprotected OutputSequenceIndexed
<Stack, String> ConvertImageFormat.createSharedStateJob
(InputOutputContext context) Sets a new output-sequence for the series.Method parameters in org.anchoranalysis.plugin.image.task.bean.format with type arguments of type StackModifier and TypeMethodDescriptionvoid
ConvertImageFormat.doStack
(InputBound<NamedChannelsInput, NoSharedState> input, OutputSequenceIndexed<Stack, String> sharedStateJob, int seriesIndex, int numberSeries, InputOutputContext context) void
ConvertImageFormat.endSeries
(NoSharedState sharedStateTask, OutputSequenceIndexed<Stack, String> sharedStateJob, InputOutputContext context) void
ConvertImageFormat.startSeries
(NoSharedState sharedStateTask, OutputSequenceIndexed<Stack, String> sharedStateJob, InputOutputContext context) -
Uses of Stack in org.anchoranalysis.plugin.image.task.bean.scale
Methods in org.anchoranalysis.plugin.image.task.bean.scale that return StackModifier and TypeMethodDescriptionprotected abstract Stack
ScaleImage.scaleStack
(Stack stack, Optional<ImageSizeSuggestion> suggestedSize, VoxelsResizer voxelsResizer, S sharedState) Produce a scaled version of aStack
, mapping each channel to a scaled version of itself.protected Stack
ScaleImageCommonSize.scaleStack
(Stack stack, Optional<ImageSizeSuggestion> suggestedSize, VoxelsResizer voxelsResizer, CommonSize sharedState) protected Stack
ScaleImageIndependently.scaleStack
(Stack stack, Optional<ImageSizeSuggestion> suggestedSize, VoxelsResizer voxelsResizer, NoSharedState sharedState) Methods in org.anchoranalysis.plugin.image.task.bean.scale with parameters of type StackModifier and TypeMethodDescriptionprotected abstract Stack
ScaleImage.scaleStack
(Stack stack, Optional<ImageSizeSuggestion> suggestedSize, VoxelsResizer voxelsResizer, S sharedState) Produce a scaled version of aStack
, mapping each channel to a scaled version of itself.protected Stack
ScaleImageCommonSize.scaleStack
(Stack stack, Optional<ImageSizeSuggestion> suggestedSize, VoxelsResizer voxelsResizer, CommonSize sharedState) protected Stack
ScaleImageIndependently.scaleStack
(Stack stack, Optional<ImageSizeSuggestion> suggestedSize, VoxelsResizer voxelsResizer, NoSharedState sharedState) -
Uses of Stack in org.anchoranalysis.plugin.image.task.grouped
Methods in org.anchoranalysis.plugin.image.task.grouped with parameters of type StackModifier and TypeMethodDescriptionChannelSource.extractChannel
(Stack stack, boolean checkType, int index) -
Uses of Stack in org.anchoranalysis.plugin.imagej.bean.stack.provider
Methods in org.anchoranalysis.plugin.imagej.bean.stack.provider that return StackMethods in org.anchoranalysis.plugin.imagej.bean.stack.provider with parameters of type Stack -
Uses of Stack in org.anchoranalysis.plugin.io.bean.stack.writer
Methods in org.anchoranalysis.plugin.io.bean.stack.writer with parameters of type StackModifier and TypeMethodDescriptionvoid
StackWriterDelegateBase.writeStack
(Stack stack, Path filePath, StackWriteOptions options) void
WriteResolutionXml.writeStack
(Stack stack, Path filePath, StackWriteOptions options) protected void
ImageIOWriter.writeStackAfterCheck
(Stack stack, Path filePath) -
Uses of Stack in org.anchoranalysis.plugin.io.multifile
Methods in org.anchoranalysis.plugin.io.multifile with parameters of type StackModifier and TypeMethodDescriptionvoid
SizeExtents.populateMissingFromArbitrarySlice
(Stack stackArbitrarySlice) -
Uses of Stack in org.anchoranalysis.plugin.io.multifile.buffer
Methods in org.anchoranalysis.plugin.io.multifile.buffer with parameters of type StackModifier and TypeMethodDescriptionvoid
MultiBufferSized.populateFrom
(Stack stackForFile, Optional<Integer> channelNum, Optional<Integer> sliceNum, Optional<Integer> timeIndex) Constructors in org.anchoranalysis.plugin.io.multifile.buffer with parameters of type Stack -
Uses of Stack in org.anchoranalysis.plugin.onnx.bean.object.segment.stack
Methods in org.anchoranalysis.plugin.onnx.bean.object.segment.stack with parameters of type StackModifier and TypeMethodDescriptionprotected ai.onnxruntime.OnnxTensor
SegmentObjectsFromONNXModel.deriveInput
(Stack stack, Optional<double[]> subtractMeans) -
Uses of Stack in org.anchoranalysis.plugin.opencv.bean.color
Methods in org.anchoranalysis.plugin.opencv.bean.color that return StackMethods in org.anchoranalysis.plugin.opencv.bean.color with parameters of type Stack -
Uses of Stack in org.anchoranalysis.plugin.opencv.bean.object.segment.stack
Methods in org.anchoranalysis.plugin.opencv.bean.object.segment.stack with parameters of type StackModifier and TypeMethodDescriptionprotected org.opencv.core.Mat
SegmentObjectsFromTensorFlowModel.deriveInput
(Stack stack, Optional<double[]> subtractMeans) -
Uses of Stack in org.anchoranalysis.plugin.opencv.bean.stack
Methods in org.anchoranalysis.plugin.opencv.bean.stack with parameters of type StackModifier and TypeMethodDescriptionprotected void
OpenCVWriter.writeStackAfterCheck
(Stack stack, Path filePath) -
Uses of Stack in org.anchoranalysis.plugin.opencv.convert
Methods in org.anchoranalysis.plugin.opencv.convert that return StackModifier and TypeMethodDescriptionstatic Stack
ConvertFromMat.toStack
(org.opencv.core.Mat mat) Convert from an OpenCVMat
to aStack
.Methods in org.anchoranalysis.plugin.opencv.convert with parameters of type StackModifier and TypeMethodDescriptionstatic org.opencv.core.Mat
Converts aStack
to aMat
.static org.opencv.core.Mat
ConvertToMat.makeRGBStack
(Stack stack, boolean swapRedBlueChannels) Derives aMat
representing an RGB stack. -
Uses of Stack in org.anchoranalysis.test.image
Methods in org.anchoranalysis.test.image that return StackModifier and TypeMethodDescriptionStackFixture.create
(ChannelSpecification channelSpecification, Extent extent) Creates a stack with a particular number of the channels of particular size.Methods in org.anchoranalysis.test.image with parameters of type StackModifier and TypeMethodDescriptionvoid
WriteIntoDirectory.writeObjects
(String outputName, ObjectCollection objects, Stack background) Writes the outline of objects on a background. -
Uses of Stack in org.anchoranalysis.test.image.io
Methods in org.anchoranalysis.test.image.io that return StackModifier and TypeMethodDescriptionTestLoaderImage.openStackFromFilePath
(Path filePath) Opens a stack from a file path.TestLoaderImage.openStackFromTestPath
(String testPath) Opens a stack from a test path. -
Uses of Stack in org.anchoranalysis.test.image.load
Methods in org.anchoranalysis.test.image.load that return StackModifier and TypeMethodDescriptionCarImageLoader.carGrayscale16Bit()
Loads and returns the 16-bit grayscale image of a car.CarImageLoader.carGrayscale8Bit()
Loads and returns the 8-bit grayscale image of a car.CarImageLoader.carRGB()
Loads and returns the RGB image of a car. -
Uses of Stack in org.anchoranalysis.test.image.segment
Methods in org.anchoranalysis.test.image.segment that return StackModifier and TypeMethodDescriptionprotected Stack
InstanceSegmentationTestBase.stackGrayscale()
Provides the grayscale stack to be tested.protected Stack
InstanceSegmentationTestBase.stackRGB()
Provides the RGB stack to be tested.