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 TypeClassDescriptionclassMaximum-intensity-projection acrossChannels.classMean-intensity-projection acrossChannels.classMinimum-intensity-projection acrossChannels.classAn aggregator that calculates the aggregation of every voxel across successive channels via aProjectableBuffer.classProjection 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 theChannels.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 TypeMethodDescriptionvoidAggregateChannelTask.setAggregator(ChannelAggregator aggregator) How to aggregate theChannels.