Uses of Class
org.anchoranalysis.image.bean.provider.BeanProviderAsStackBase
| Package | Description |
|---|---|
| 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. |
-
Uses of BeanProviderAsStackBase in org.anchoranalysis.image.bean.provider
Subclasses of BeanProviderAsStackBase in org.anchoranalysis.image.bean.provider Modifier and Type Class Description 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.classMaskProviderclassMaskProviderUnaryImplementation ofMaskProviderthat calls a single delegateMaskProvider. -
Uses of BeanProviderAsStackBase in org.anchoranalysis.image.bean.provider.stack
Subclasses of BeanProviderAsStackBase 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>.