Package org.anchoranalysis.image.bean.provider
package org.anchoranalysis.image.bean.provider
Base classes for providers of different core data entities related to images.
-
ClassesClassDescriptionA provider base-class that as well as providing type
S
, also provides aStack
.Implementation ofChannelProvider
that calls twoChannelProvider
s that must provideChannel
s of the same dimensions.Implementation ofChannelProvider
that calls threeChannelProvider
s that must provideChannel
s of the same dimensions.Implementation ofChannelProvider
that calls a single delegateChannelProvider
.Base class for beans that implementProvider
to provideDimensions
.Implementation ofHistogramProvider
that calls a single delegateHistogramProvider
.Implementation ofMaskProvider
that calls a single delegateMaskProvider
.Base class for beans that implementProvider
to provide anObjectCollection
.Implementation ofObjectCollectionProvider
that calls a single delegateProvider<ObjectCollection>
.