Uses of Class
org.anchoranalysis.plugin.image.task.grouped.GroupMapByName
| Package | Description |
|---|---|
| org.anchoranalysis.plugin.image.task.bean.combine |
Combining multiple images together into a single image.
|
| org.anchoranalysis.plugin.image.task.bean.grouped |
Tasks that involved stacks (usually each channel from an image) that are somehow
grouped-together.
|
| org.anchoranalysis.plugin.image.task.bean.grouped.histogram |
Task(s) to export histograms of intensity values.
|
| org.anchoranalysis.plugin.image.task.grouped |
Non-bean classes about grouping channels or other inputs.
|
-
Uses of GroupMapByName in org.anchoranalysis.plugin.image.task.bean.combine
Methods in org.anchoranalysis.plugin.image.task.bean.combine that return GroupMapByName Modifier and Type Method Description protected GroupMapByName<org.anchoranalysis.image.core.channel.Channel,org.anchoranalysis.image.bean.channel.ChannelAggregator>AggregateChannelTask. createGroupMap(org.anchoranalysis.image.bean.nonbean.ConsistentChannelChecker channelChecker, Optional<Stream<String>> groupIdentifiers, Optional<org.anchoranalysis.io.output.outputter.InputOutputContext> outputContext, org.anchoranalysis.core.time.OperationContext operationContext) -
Uses of GroupMapByName in org.anchoranalysis.plugin.image.task.bean.grouped
Methods in org.anchoranalysis.plugin.image.task.bean.grouped that return GroupMapByName Modifier and Type Method Description protected abstract GroupMapByName<S,T>GroupedStackBase. createGroupMap(org.anchoranalysis.image.bean.nonbean.ConsistentChannelChecker channelChecker, Optional<Stream<String>> groupIdentifiers, Optional<org.anchoranalysis.io.output.outputter.InputOutputContext> outputContext, org.anchoranalysis.core.time.OperationContext operationContext)Creates a map for the storing an aggregate-data-object for each group. -
Uses of GroupMapByName in org.anchoranalysis.plugin.image.task.bean.grouped.histogram
Methods in org.anchoranalysis.plugin.image.task.bean.grouped.histogram that return GroupMapByName Modifier and Type Method Description protected GroupMapByName<org.anchoranalysis.math.histogram.Histogram,org.anchoranalysis.math.histogram.Histogram>ExportImageHistograms. createGroupMap(org.anchoranalysis.image.bean.nonbean.ConsistentChannelChecker channelChecker, Optional<Stream<String>> groupIdentifiers, Optional<org.anchoranalysis.io.output.outputter.InputOutputContext> outputContext, org.anchoranalysis.core.time.OperationContext operationContext) -
Uses of GroupMapByName in org.anchoranalysis.plugin.image.task.grouped
Methods in org.anchoranalysis.plugin.image.task.grouped that return GroupMapByName Modifier and Type Method Description GroupMapByName<S,T>GroupedSharedState. getGroupMap()Gets the group map, creating it if it doesn't exist yet.Constructor parameters in org.anchoranalysis.plugin.image.task.grouped with type arguments of type GroupMapByName Constructor Description GroupedSharedState(Optional<org.anchoranalysis.io.input.grouper.InputGrouper> grouper, Function<org.anchoranalysis.image.bean.nonbean.ConsistentChannelChecker,GroupMapByName<S,T>> createGroupMap)