Uses of Class
org.anchoranalysis.plugin.image.bean.mask.provider.FromChannelBase
Packages that use FromChannelBase
Package
Description
Implementations of
MaskProvider
that use FIJI.Implementations of
MaskProvider
that convert
providers of other types to ObjectMask
s.-
Uses of FromChannelBase in org.anchoranalysis.plugin.fiji.bean.mask.provider
Subclasses of FromChannelBase in org.anchoranalysis.plugin.fiji.bean.mask.providerModifier and TypeClassDescriptionclass
Applies local thresholding algorithm using Fiji's {link Auto_Local_Threshold} plugin -
Uses of FromChannelBase in org.anchoranalysis.plugin.image.bean.mask.provider.convert
Modifier and TypeClassDescriptionclass
Creates a mask from an existing channel, reusing the channel's buffer and considering all 0 values as off, and 255 values as on. -
Uses of FromChannelBase in org.anchoranalysis.plugin.image.bean.mask.provider.segment
Modifier and TypeClassDescriptionclass
Applies aBinarySegmentation
algorithm to derive a mask from a channelclass
Thresholds a channel to produce a mask, reusing (and modifying) the input-buffers of the channel if possible.