Uses of Class
org.anchoranalysis.image.bean.nonbean.ConsistentChannelChecker
Packages that use ConsistentChannelChecker
Package
Description
Combining multiple images together into a single image.
Tasks that involved stacks (usually each channel from an image) that are somehow
grouped-together.
Task(s) to export histograms of intensity values.
Non-bean classes about grouping channels or other inputs.
-
Uses of ConsistentChannelChecker in org.anchoranalysis.plugin.image.task.bean.combine
Methods in org.anchoranalysis.plugin.image.task.bean.combine with parameters of type ConsistentChannelCheckerModifier and TypeMethodDescriptionprotected GroupMapByName
<Channel, ChannelAggregator> AggregateChannelTask.createGroupMap
(ConsistentChannelChecker channelChecker, Optional<Stream<String>> groupIdentifiers, Optional<InputOutputContext> outputContext, OperationContext operationContext) -
Uses of ConsistentChannelChecker in org.anchoranalysis.plugin.image.task.bean.grouped
Methods in org.anchoranalysis.plugin.image.task.bean.grouped with parameters of type ConsistentChannelCheckerModifier and TypeMethodDescriptionprotected abstract GroupMapByName
<S, T> GroupedStackBase.createGroupMap
(ConsistentChannelChecker channelChecker, Optional<Stream<String>> groupIdentifiers, Optional<InputOutputContext> outputContext, OperationContext operationContext) Creates a map for the storing an aggregate-data-object for each group. -
Uses of ConsistentChannelChecker in org.anchoranalysis.plugin.image.task.bean.grouped.histogram
Methods in org.anchoranalysis.plugin.image.task.bean.grouped.histogram with parameters of type ConsistentChannelCheckerModifier and TypeMethodDescriptionprotected GroupMapByName
<Histogram, Histogram> ExportImageHistograms.createGroupMap
(ConsistentChannelChecker channelChecker, Optional<Stream<String>> groupIdentifiers, Optional<InputOutputContext> outputContext, OperationContext operationContext) -
Uses of ConsistentChannelChecker in org.anchoranalysis.plugin.image.task.grouped
Methods in org.anchoranalysis.plugin.image.task.grouped that return ConsistentChannelCheckerModifier and TypeMethodDescriptionGroupedSharedState.getChannelChecker()
Checks thatChannel
s have a consistent voxel-data type.Constructors in org.anchoranalysis.plugin.image.task.grouped with parameters of type ConsistentChannelCheckerModifierConstructorDescriptionChannelSource
(NamedStacks stackStore, ConsistentChannelChecker channelChecker, Optional<SizeXY> resizeTo, VoxelsResizer resizer) Creates a newChannelSource
instance.Constructor parameters in org.anchoranalysis.plugin.image.task.grouped with type arguments of type ConsistentChannelCheckerModifierConstructorDescriptionGroupedSharedState
(Optional<InputGrouper> grouper, Function<ConsistentChannelChecker, GroupMapByName<S, T>> createGroupMap) Creates a newGroupedSharedState
instance.