Uses of Class
org.anchoranalysis.plugin.image.task.channel.aggregator.NamedChannels
Packages that use NamedChannels
Package
Description
Selecting a subset of a set of channels.
-
Uses of NamedChannels in org.anchoranalysis.plugin.image.task.bean.grouped.selectchannels
Methods in org.anchoranalysis.plugin.image.task.bean.grouped.selectchannels that return NamedChannelsModifier and TypeMethodDescriptionAll.selectChannels
(ChannelSource source, boolean checkType) abstract NamedChannels
FromStacks.selectChannels
(ChannelSource source, boolean checkType) Takes a stack-collection and extracts a set of references to particular channels (each with a name).One.selectChannels
(ChannelSource source, boolean checkType) SpecificAndRename.selectChannels
(ChannelSource source, boolean checkType) -
Uses of NamedChannels in org.anchoranalysis.plugin.image.task.channel.aggregator
Constructor parameters in org.anchoranalysis.plugin.image.task.channel.aggregator with type arguments of type NamedChannelsModifierConstructorDescriptionNamedChannels
(Stream<NamedChannels> channelsToCombine) Creates by combining multiple existingNamedChannels
.