Uses of Package
org.anchoranalysis.image.bean.segment.object
Packages that use org.anchoranalysis.image.bean.segment.object
Package
Description
Base classes to segment a channel into objects.
Implementations of
ObjectCollectionProvider
involving segmentation.Implementations of
SegmentChannelIntoObjects
.Implementation of a Watershed transformation
based on Yeong et al. 2009.
-
Classes in org.anchoranalysis.image.bean.segment.object used by org.anchoranalysis.image.bean.segment.objectClassDescriptionA base class for algorithms to segment a channel into one or more objects.
-
Classes in org.anchoranalysis.image.bean.segment.object used by org.anchoranalysis.plugin.image.bean.object.provider.segmentClassDescriptionA base class for algorithms to segment a channel into one or more objects.
-
Classes in org.anchoranalysis.image.bean.segment.object used by org.anchoranalysis.plugin.image.bean.object.segment.channelClassDescriptionA base class for algorithms to segment a channel into one or more objects.Implementation of
SegmentChannelIntoObjects
that calls a single delegateSegmentChannelIntoObjects
. -
Classes in org.anchoranalysis.image.bean.segment.object used by org.anchoranalysis.plugin.image.bean.object.segment.channel.watershed.yeongClassDescriptionA base class for algorithms to segment a channel into one or more objects.
-
Classes in org.anchoranalysis.image.bean.segment.object used by org.anchoranalysis.plugin.imagej.bean.object.segmentClassDescriptionA base class for algorithms to segment a channel into one or more objects.