Uses of Class
org.anchoranalysis.image.bean.ImageBean
Packages that use ImageBean
Package
Description
Base classes for performing operations on
Channels.Beans pertaining to
ObjectMask and their
collections.Base classes for providers of different core data entities related to images.
A provider of
Stacks.Base classes to perform image segmentation, transforming an image into another meaningful entity
or entities.
Base classes to perform binary-segmentation.
Base classes to segment a channel into objects.
Beans to define entities or operate that consider Euclidian space.
-
Uses of ImageBean in org.anchoranalysis.image.bean.channel
Subclasses of ImageBean in org.anchoranalysis.image.bean.channelModifier and TypeClassDescriptionclassCreates aChannelConverterfor converting a channel to a particular type. -
Uses of ImageBean in org.anchoranalysis.image.bean.object
Subclasses of ImageBean in org.anchoranalysis.image.bean.objectModifier and TypeClassDescriptionclassBase class for filtering anObjectCollectionto remove objects according to a criteria.classMatches an object with other objects. -
Uses of ImageBean in org.anchoranalysis.image.bean.provider
Subclasses of ImageBean in org.anchoranalysis.image.bean.providerModifier and TypeClassDescriptionclassA provider base-class that as well as providing typeS, also provides aStack.classclassImplementation ofChannelProviderthat calls twoChannelProviders that must provideChannels of the same dimensions.classImplementation ofChannelProviderthat calls threeChannelProviders that must provideChannels of the same dimensions.classImplementation ofChannelProviderthat calls a single delegateChannelProvider.classBase class for beans that implementProviderto provideDimensions.classclassImplementation ofHistogramProviderthat calls a single delegateHistogramProvider.classclassImplementation ofMaskProviderthat calls a single delegateMaskProvider.classBase class for beans that implementProviderto provide anObjectCollection.classImplementation ofObjectCollectionProviderthat calls a single delegateProvider<ObjectCollection>. -
Uses of ImageBean in org.anchoranalysis.image.bean.provider.stack
Subclasses of ImageBean in org.anchoranalysis.image.bean.provider.stackModifier and TypeClassDescriptionclassCreates a stack that combines other stacks.classclassImplementation ofStackProviderthat calls a single delegateProvider<Stack>. -
Uses of ImageBean in org.anchoranalysis.image.bean.segment
Subclasses of ImageBean in org.anchoranalysis.image.bean.segmentModifier and TypeClassDescriptionclassPerforms some kind of segmentation on an image. -
Uses of ImageBean in org.anchoranalysis.image.bean.segment.binary
Subclasses of ImageBean in org.anchoranalysis.image.bean.segment.binaryModifier and TypeClassDescriptionclassPerforms a segmentation on voxels so that each voxel has an on or off state after the operation.classUses an existingBinarySegmentationthat is located by a unique identifier.classImplementation ofBinarySegmentationthat performs global thresholding.classAn implementation ofBinarySegmentationthat delegates to one otherBinarySegmentation. -
Uses of ImageBean in org.anchoranalysis.image.bean.segment.object
Subclasses of ImageBean in org.anchoranalysis.image.bean.segment.objectModifier and TypeClassDescriptionclassA base class for algorithms to segment a channel into one or more objects.classImplementation ofSegmentChannelIntoObjectsthat calls a single delegateSegmentChannelIntoObjects. -
Uses of ImageBean in org.anchoranalysis.image.bean.spatial
Subclasses of ImageBean in org.anchoranalysis.image.bean.spatialModifier and TypeClassDescriptionclassCalculating a scaling-factor from dimensions.