Uses of Interface
org.anchoranalysis.image.io.channel.map.NamedChannelsMap
| Package | Description |
|---|---|
| org.anchoranalysis.image.io.channel.input |
Non-bean classes for reading a
Channel from the
filesystem. |
| org.anchoranalysis.image.io.channel.map |
Non-bean classes for a mapping of names to
Channels. |
-
Uses of NamedChannelsMap in org.anchoranalysis.image.io.channel.input
Methods in org.anchoranalysis.image.io.channel.input that return NamedChannelsMap Modifier and Type Method Description abstract NamedChannelsMapNamedChannelsInput. createChannelsForSeries(int seriesIndex, Logger logger)Creates aNamedChannelsMaprepresenting 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 NamedChannelsMap Modifier and Type Class Description classNamedChannelsConcatenateExposes one or more instances of aNamedChannelsMapas a single aggregatedNamedChannelsMap.classOpenedNamedChannelsA set of namedChannels available from anOpenedImageFile.Constructors in org.anchoranalysis.image.io.channel.map with parameters of type NamedChannelsMap Constructor Description NamedChannelsConcatenate(NamedChannelsMap... maps)Create with arguments to concatenate.