Uses of Class
org.anchoranalysis.plugin.image.bean.mask.provider.FromChannelBase
Packages that use FromChannelBase
Package
Description
Implementations of
MaskProvider that convert
providers of other types to ObjectMasks.Implementations of
MaskProvider where an ObjectCollection is created by segmenting a Channel.-
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.