Uses of Class
org.anchoranalysis.plugin.image.task.stack.ChannelGetterForTimepoint
Packages that use ChannelGetterForTimepoint
Package
Description
Different approaches for converting sets of channels (RGB, independently etc.) to another image
format.
-
Uses of ChannelGetterForTimepoint in org.anchoranalysis.plugin.image.task.bean.format.convertstyle
Methods in org.anchoranalysis.plugin.image.task.bean.format.convertstyle with parameters of type ChannelGetterForTimepointModifier 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)