Uses of Class
org.anchoranalysis.plugin.image.task.stack.ChannelGetterForTimepoint
| Package | Description |
|---|---|
| org.anchoranalysis.plugin.image.task.bean.format.convertstyle |
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 ChannelGetterForTimepoint Modifier and Type Method Description abstract org.anchoranalysis.image.core.stack.named.NamedStacksChannelConvertStyle. convert(Set<String> channelNames, ChannelGetterForTimepoint channelGetter, org.anchoranalysis.core.log.Logger logger)Converts a particular set of channels.org.anchoranalysis.image.core.stack.named.NamedStacksExtractToRGB. convert(Set<String> channelNames, ChannelGetterForTimepoint channelGetter, org.anchoranalysis.core.log.Logger logger)org.anchoranalysis.image.core.stack.named.NamedStacksIndependentChannels. convert(Set<String> channelNames, ChannelGetterForTimepoint channelGetter, org.anchoranalysis.core.log.Logger logger)org.anchoranalysis.image.core.stack.named.NamedStacksRGBIfNamesMatch. convert(Set<String> channelNames, ChannelGetterForTimepoint channelGetter, org.anchoranalysis.core.log.Logger logger)