Uses of Class
org.anchoranalysis.plugin.image.task.grouped.ChannelSource
| Package | Description |
|---|---|
| org.anchoranalysis.plugin.image.task.bean.combine |
Combining multiple images together into a single image.
|
| org.anchoranalysis.plugin.image.task.bean.grouped |
Tasks that involved stacks (usually each channel from an image) that are somehow
grouped-together.
|
| org.anchoranalysis.plugin.image.task.bean.grouped.histogram |
Task(s) to export histograms of intensity values.
|
| org.anchoranalysis.plugin.image.task.bean.grouped.selectchannels |
Selecting a subset of a set of channels.
|
-
Uses of ChannelSource in org.anchoranalysis.plugin.image.task.bean.combine
Methods in org.anchoranalysis.plugin.image.task.bean.combine with parameters of type ChannelSource Modifier and Type Method Description protected org.anchoranalysis.core.functional.checked.CheckedFunction<org.anchoranalysis.image.core.channel.Channel,org.anchoranalysis.image.core.channel.Channel,org.anchoranalysis.core.exception.CreateException>AggregateChannelTask. createChannelDeriver(ChannelSource source) -
Uses of ChannelSource in org.anchoranalysis.plugin.image.task.bean.grouped
Methods in org.anchoranalysis.plugin.image.task.bean.grouped with parameters of type ChannelSource Modifier and Type Method Description protected abstract org.anchoranalysis.core.functional.checked.CheckedFunction<org.anchoranalysis.image.core.channel.Channel,S,org.anchoranalysis.core.exception.CreateException>GroupedStackBase. createChannelDeriver(ChannelSource source)A function to derive the individual type used for aggregation from aChannel. -
Uses of ChannelSource in org.anchoranalysis.plugin.image.task.bean.grouped.histogram
Methods in org.anchoranalysis.plugin.image.task.bean.grouped.histogram with parameters of type ChannelSource Modifier and Type Method Description protected org.anchoranalysis.core.functional.checked.CheckedFunction<org.anchoranalysis.image.core.channel.Channel,org.anchoranalysis.math.histogram.Histogram,org.anchoranalysis.core.exception.CreateException>ExportImageHistograms. createChannelDeriver(ChannelSource source) -
Uses of ChannelSource in org.anchoranalysis.plugin.image.task.bean.grouped.selectchannels
Methods in org.anchoranalysis.plugin.image.task.bean.grouped.selectchannels with parameters of type ChannelSource 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)