Package org.anchoranalysis.image.bean.provider
Base classes for providers of different core data entities related to images.
-
Class Summary Class Description BeanProviderAsStackBase<T,S> A provider base-class that as well as providing typeS, also provides aStack.ChannelProvider ChannelProviderBinary Implementation ofChannelProviderthat calls twoChannelProviders that must provideChannels of the same dimensions.ChannelProviderTernary Implementation ofChannelProviderthat calls threeChannelProviders that must provideChannels of the same dimensions.ChannelProviderUnary Implementation ofChannelProviderthat calls a single delegateChannelProvider.ColorProvider DimensionsProvider Base class for beans that implementProviderto provideDimensions.HistogramProvider Base class for beans that implementProviderto provide aHistogram.HistogramProviderUnary Implementation ofHistogramProviderthat calls a single delegateHistogramProvider.MaskProvider MaskProviderUnary Implementation ofMaskProviderthat calls a single delegateMaskProvider.ObjectCollectionProvider Base class for beans that implementProviderto provide anObjectCollection.ObjectCollectionProviderUnary Implementation ofObjectCollectionProviderthat calls a single delegateProvider<ObjectCollection>.