Package org.anchoranalysis.plugin.image.bean.channel.provider.intensity


package org.anchoranalysis.plugin.image.bean.channel.provider.intensity
Implementations of ChannelProvider that manipulate the intensity-values of the voxels of a Channel's voxels.
  • Classes
    Class
    Description
    Blurs an image using a particular strategy (defaults to a gaussian blur in each slice)
    Creates a new channel which is a merged version of two input channels according to rules.
    Applies a median-filter with square kernel
    Corrects a channel in the following way
    Rewrites the intensity for each object-mask (assume no overlap) so that its mean is 128
    Changes the voxel values to map the range of 0th quantile to xth quantile across the entire voxel data range
    Scales the channel in the X and Y dimensions.