Uses of Class
org.anchoranalysis.plugin.image.task.channel.aggregator.NamedChannels
| Package | Description |
|---|---|
| org.anchoranalysis.plugin.image.task.bean.grouped.selectchannels |
Selecting a subset of a set of channels.
|
| org.anchoranalysis.plugin.image.task.channel.aggregator |
Combines multiple
Channels voxel-wise to form a
single aggregated Channel. |
-
Uses of NamedChannels in org.anchoranalysis.plugin.image.task.bean.grouped.selectchannels
Methods in org.anchoranalysis.plugin.image.task.bean.grouped.selectchannels that return NamedChannels Modifier and Type Method Description NamedChannelsAll. selectChannels(ChannelSource source, boolean checkType)abstract NamedChannelsFromStacks. selectChannels(ChannelSource source, boolean checkType)Takes a stack-collection and extracts a set of references to particular channels (each with a name).NamedChannelsOne. selectChannels(ChannelSource source, boolean checkType)NamedChannelsSpecificAndRename. 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 NamedChannels Constructor Description NamedChannels(Stream<NamedChannels> channelsToCombine)Creates by combining multiple existingNamedChannels.