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 ObjectMasks.-
Uses of FromChannelBase in org.anchoranalysis.plugin.fiji.bean.mask.provider
Subclasses of FromChannelBase in org.anchoranalysis.plugin.fiji.bean.mask.providerModifier and TypeClassDescriptionclassApplies 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 TypeClassDescriptionclassCreates 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 TypeClassDescriptionclassApplies aBinarySegmentationalgorithm to derive a mask from a channelclassThresholds a channel to produce a mask, reusing (and modifying) the input-buffers of the channel if possible.