Uses of Class
org.anchoranalysis.image.io.channel.input.ChannelMap
Packages that use ChannelMap
Package
Description
Beans pertaining to reading
Channel
s as input.Non-bean classes for a mapping of names to
Channel
s.Implementations of
ChannelMapCreator
.-
Uses of ChannelMap in org.anchoranalysis.image.io.bean.channel
Methods in org.anchoranalysis.image.io.bean.channel that return ChannelMapModifier and TypeMethodDescriptionabstract ChannelMap
ChannelMapCreator.create
(OpenedImageFile openedFile, Logger logger) Creates theChannelMap
. -
Uses of ChannelMap in org.anchoranalysis.image.io.channel.map
Constructors in org.anchoranalysis.image.io.channel.map with parameters of type ChannelMapModifierConstructorDescriptionOpenedNamedChannels
(OpenedImageFile openedFile, ChannelMap channelMap, int seriesIndex) Creates a newOpenedNamedChannels
instance. -
Uses of ChannelMap in org.anchoranalysis.plugin.io.bean.channel.map
Methods in org.anchoranalysis.plugin.io.bean.channel.map that return ChannelMapModifier and TypeMethodDescriptionAutoname.create
(OpenedImageFile openedFile, Logger logger) FromEntries.create
(OpenedImageFile openedFile, Logger logger) FromMetadata.create
(OpenedImageFile openedFile, Logger logger) SingleChannel.create
(OpenedImageFile openedFile, Logger logger)