Uses of Class
org.anchoranalysis.image.bean.ImageBean
| Package | Description |
|---|---|
| org.anchoranalysis.image.bean.channel |
Base classes for performing operations on
Channels. |
| org.anchoranalysis.image.bean.object |
Beans pertaining to
ObjectMask and their
collections. |
| org.anchoranalysis.image.bean.provider |
Base classes for providers of different core data entities related to images.
|
| org.anchoranalysis.image.bean.provider.stack |
A provider of
Stacks. |
| org.anchoranalysis.image.bean.segment |
Base classes to perform image segmentation, transforming an image into another meaningful entity
or entities.
|
| org.anchoranalysis.image.bean.segment.binary |
Base classes to perform binary-segmentation.
|
| org.anchoranalysis.image.bean.segment.object |
Base classes to segment a channel into objects.
|
| org.anchoranalysis.image.bean.spatial |
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.channel Modifier and Type Class Description classConvertChannelTo<T>Creates 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.object Modifier and Type Class Description classObjectFilterBase class for filtering anObjectCollectionto remove objects according to a criteria.classObjectMatcherMatches an object with other objects. -
Uses of ImageBean in org.anchoranalysis.image.bean.provider
Subclasses of ImageBean in org.anchoranalysis.image.bean.provider Modifier and Type Class Description classBeanProviderAsStackBase<T,S>A provider base-class that as well as providing typeS, also provides aStack.classChannelProviderclassChannelProviderBinaryImplementation ofChannelProviderthat calls twoChannelProviders that must provideChannels of the same dimensions.classChannelProviderTernaryImplementation ofChannelProviderthat calls threeChannelProviders that must provideChannels of the same dimensions.classChannelProviderUnaryImplementation ofChannelProviderthat calls a single delegateChannelProvider.classDimensionsProviderBase class for beans that implementProviderto provideDimensions.classHistogramProviderBase class for beans that implementProviderto provide aHistogram.classHistogramProviderUnaryImplementation ofHistogramProviderthat calls a single delegateHistogramProvider.classMaskProviderclassMaskProviderUnaryImplementation ofMaskProviderthat calls a single delegateMaskProvider.classObjectCollectionProviderBase class for beans that implementProviderto provide anObjectCollection.classObjectCollectionProviderUnaryImplementation 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.stack Modifier and Type Class Description classArrangeCreates a stack that combines other stacks.classStackProviderclassStackProviderUnaryImplementation ofStackProviderthat calls a single delegateProvider<Stack>. -
Uses of ImageBean in org.anchoranalysis.image.bean.segment
Subclasses of ImageBean in org.anchoranalysis.image.bean.segment Modifier and Type Class Description classSegmentationBean<T>Performs 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.binary Modifier and Type Class Description classBinarySegmentationPerforms a segmentation on voxels so that each voxel has an on or off state after the operation.classBinarySegmentationReferenceUses an existingBinarySegmentationthat is located by a unique identifier.classBinarySegmentationThresholdImplementation ofBinarySegmentationthat performs global thresholding.classBinarySegmentationUnaryAn 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.object Modifier and Type Class Description classSegmentChannelIntoObjectsA base class for algorithms to segment a channel into one or more objects.classSegmentChannelIntoObjectsUnaryImplementation ofSegmentChannelIntoObjectsthat calls a single delegateSegmentChannelIntoObjects. -
Uses of ImageBean in org.anchoranalysis.image.bean.spatial
Subclasses of ImageBean in org.anchoranalysis.image.bean.spatial Modifier and Type Class Description classScaleCalculatorCalculating a scaling-factor from dimensions.