Class FromMask
- All Implemented Interfaces:
Provider<Channel>
,ProviderAsStack
Creates a
Channel
directly from a Mask
without any modification.
This class extends FromMaskBase
to provide a simple implementation that returns the
channel associated with the mask.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.anchoranalysis.plugin.image.bean.channel.provider.mask.FromMaskBase
get, getMask, setMask
Methods inherited from class org.anchoranalysis.image.bean.provider.ChannelProvider
getAsStack
Methods inherited from class org.anchoranalysis.bean.initializable.InitializableBean
getInitialization, getLogger, getPropertyInitializer, initialize, initializeRecursive, initRecursiveWithInitializer, isInitialized, onInitialization
Methods inherited from class org.anchoranalysis.bean.AnchorBean
checkMisconfigured, describeBean, describeChildren, duplicateBean, fields, findFieldsOfClass, getBeanName, getLocalPath, localise, toString
-
Constructor Details
-
FromMask
public FromMask()
-
-
Method Details
-
createFromMask
Description copied from class:FromMaskBase
- Specified by:
createFromMask
in classFromMaskBase
- Parameters:
mask
- theMask
to create the channel from- Returns:
- the created
Channel
-