Uses of Class
org.anchoranalysis.image.core.stack.named.NamedStacks
Packages that use NamedStacks
Package
Description
A collection of
Stack
s, each with a unique identifier
as a name.Non-bean classes for a mapping of names to
Channel
s.Non-bean classes for reading a
Stack
from the
filesystem.Different approaches for converting sets of channels (RGB, independently etc.) to another image
format.
Non-bean classes about grouping channels or other inputs.
-
Uses of NamedStacks in org.anchoranalysis.image.core.stack.named
Methods in org.anchoranalysis.image.core.stack.named that return NamedStacksModifier and TypeMethodDescriptionNamedStacks.applyOperation
(UnaryOperator<Stack> operation, Optional<Dimensions> dimensions) Applies an operation on eachStack
in the collection and returns a new derived collection.NamedStacksUniformSize.asNamedStacks()
Exposes the stacks as aNamedStacks
.Creates a new collection containing only items whose keys exist in a particular set. -
Uses of NamedStacks in org.anchoranalysis.image.io.channel.map
Methods in org.anchoranalysis.image.io.channel.map with parameters of type NamedStacksModifier and TypeMethodDescriptionvoid
NamedChannelsConcatenate.addAsSeparateChannels
(NamedStacks stackCollection, int t, Logger logger) void
NamedChannelsMap.addAsSeparateChannels
(NamedStacks destination, int timeIndex, Logger logger) void
OpenedNamedChannels.addAsSeparateChannels
(NamedStacks destination, int timeIndex, Logger logger) -
Uses of NamedStacks in org.anchoranalysis.image.io.stack.input
Methods in org.anchoranalysis.image.io.stack.input that return NamedStacksModifier and TypeMethodDescriptiondefault NamedStacks
Exposes the input as a set of named stacks (inferring the names). -
Uses of NamedStacks in org.anchoranalysis.plugin.image.task.bean.format.convertstyle
Methods in org.anchoranalysis.plugin.image.task.bean.format.convertstyle that return NamedStacksModifier and TypeMethodDescriptionabstract NamedStacks
ChannelConvertStyle.convert
(Set<String> channelNames, ChannelGetterForTimepoint channelGetter, Logger logger) Converts a particular set of channels.ExtractToRGB.convert
(Set<String> channelNames, ChannelGetterForTimepoint channelGetter, Logger logger) IndependentChannels.convert
(Set<String> channelNames, ChannelGetterForTimepoint channelGetter, Logger logger) RGBIfNamesMatch.convert
(Set<String> channelNames, ChannelGetterForTimepoint channelGetter, Logger logger) -
Uses of NamedStacks in org.anchoranalysis.plugin.image.task.grouped
Methods in org.anchoranalysis.plugin.image.task.grouped that return NamedStacksConstructors in org.anchoranalysis.plugin.image.task.grouped with parameters of type NamedStacksModifierConstructorDescriptionChannelSource
(NamedStacks stackStore, ConsistentChannelChecker channelChecker, Optional<SizeXY> resizeTo, VoxelsResizer resizer) Creates a newChannelSource
instance.