Uses of Class
org.anchoranalysis.image.bean.channel.ChannelAggregator
Packages that use ChannelAggregator
Package
Description
Implementations of
ConvertChannelTo
and ConvertChannelToWithHistogram
.Combining multiple images together into a single image.
-
Uses of ChannelAggregator in org.anchoranalysis.plugin.image.bean.channel.aggregator
Subclasses of ChannelAggregator in org.anchoranalysis.plugin.image.bean.channel.aggregatorModifier and TypeClassDescriptionclass
Maximum-intensity-projection acrossChannel
s.class
Mean-intensity-projection acrossChannel
s.class
Minimum-intensity-projection acrossChannel
s.class
An aggregator that calculates the aggregation of every voxel across successive channels via aProjectableBuffer
.class
Projection of the standard-deviation of voxels values across all inputs. -
Uses of ChannelAggregator in org.anchoranalysis.plugin.image.task.bean.combine
Methods in org.anchoranalysis.plugin.image.task.bean.combine that return ChannelAggregatorModifier and TypeMethodDescriptionAggregateChannelTask.getAggregator()
How to aggregate theChannel
s.Methods in org.anchoranalysis.plugin.image.task.bean.combine that return types with arguments of type ChannelAggregatorModifier and TypeMethodDescriptionprotected GroupMapByName
<Channel, ChannelAggregator> AggregateChannelTask.createGroupMap
(ConsistentChannelChecker channelChecker, Optional<Stream<String>> groupIdentifiers, Optional<InputOutputContext> outputContext, OperationContext operationContext) Methods in org.anchoranalysis.plugin.image.task.bean.combine with parameters of type ChannelAggregatorModifier and TypeMethodDescriptionvoid
AggregateChannelTask.setAggregator
(ChannelAggregator aggregator) How to aggregate theChannel
s.