Uses of Class
org.anchoranalysis.plugin.image.task.grouped.ChannelSource
Packages that use ChannelSource
Package
Description
Combining multiple images together into a single image.
Tasks that involved stacks (usually each channel from an image) that are somehow
grouped-together.
Task(s) to export histograms of intensity values.
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 ChannelSourceModifier and TypeMethodDescriptionprotected CheckedFunction
<Channel, Channel, 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 ChannelSourceModifier and TypeMethodDescriptionprotected abstract CheckedFunction
<Channel, S, 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 ChannelSourceModifier and TypeMethodDescriptionprotected CheckedFunction
<Channel, Histogram, 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 ChannelSourceModifier 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)