Uses of Class
org.anchoranalysis.image.io.channel.input.ChannelMap
| Package | Description |
|---|---|
| org.anchoranalysis.image.io.bean.channel |
Beans pertaining to reading
Channels as input. |
| org.anchoranalysis.image.io.channel.map |
Non-bean classes for a mapping of names to
Channels. |
-
Uses of ChannelMap in org.anchoranalysis.image.io.bean.channel
Methods in org.anchoranalysis.image.io.bean.channel that return ChannelMap Modifier and Type Method Description abstract ChannelMapChannelMapCreator. 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 ChannelMap Constructor Description OpenedNamedChannels(OpenedImageFile openedFile, ChannelMap channelMap, int seriesIndex)