Uses of Class
org.anchoranalysis.image.core.stack.named.NamedStacks
Packages that use NamedStacks
Package
Description
A collection of
Stacks, each with a unique identifier
as a name.Non-bean classes for a mapping of names to
Channels.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 eachStackin 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 TypeMethodDescriptionvoidNamedChannelsConcatenate.addAsSeparateChannels(NamedStacks stackCollection, int t, Logger logger) voidNamedChannelsMap.addAsSeparateChannels(NamedStacks destination, int timeIndex, Logger logger) voidOpenedNamedChannels.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 NamedStacksExposes 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 NamedStacksChannelConvertStyle.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 newChannelSourceinstance.