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


package org.anchoranalysis.plugin.image.bean.channel.provider.mask
Implementations of ChannelProvider that involve conversion from or application of Masks.
  • Classes
    Class
    Description
    Creates a Channel directly from a Mask without any modification.
    A base class for a ChannelProvider which also uses a binary-mask, but which doesn't use any other ChannelProvider as an input.
    A base class for a ChannelProviderUnary which also uses a binary mask.
    Set pixels NOT IN the mask to 0, but keep pixels IN the mask identical.