Uses of Interface
org.anchoranalysis.image.io.channel.map.NamedChannelsMap
Packages that use NamedChannelsMap
Package
Description
Non-bean classes for reading a
Channel
from the
filesystem.Non-bean classes for a mapping of names to
Channel
s.-
Uses of NamedChannelsMap in org.anchoranalysis.image.io.channel.input
Methods in org.anchoranalysis.image.io.channel.input that return NamedChannelsMapModifier and TypeMethodDescriptionabstract NamedChannelsMap
NamedChannelsInput.createChannelsForSeries
(int seriesIndex, Logger logger) Creates aNamedChannelsMap
representing the channels for a particular series in this input. -
Uses of NamedChannelsMap in org.anchoranalysis.image.io.channel.map
Classes in org.anchoranalysis.image.io.channel.map that implement NamedChannelsMapModifier and TypeClassDescriptionclass
Exposes one or more instances of aNamedChannelsMap
as a single aggregatedNamedChannelsMap
.class
A set of namedChannel
s available from anOpenedImageFile
.Constructors in org.anchoranalysis.image.io.channel.map with parameters of type NamedChannelsMapModifierConstructorDescriptionNamedChannelsConcatenate
(NamedChannelsMap... maps) Create with arguments to concatenate.