Class BackgroundSubtractor
- All Implemented Interfaces:
Provider<Channel>
,ProviderAsStack
Subtracts background from a channel using ImageJ's
BackgroundSubtracter
.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Channel
createFromChannel
(Channel channel, int radius) Creates a new channel from an existing channel and a radius.Methods inherited from class org.anchoranalysis.plugin.imagej.bean.channel.provider.WithRadiusBase
createFromChannel, getRadius, isRadiusInMeters, setRadius, setRadiusInMeters
Methods inherited from class org.anchoranalysis.image.bean.provider.ChannelProviderUnary
get, getChannel, setChannel
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
-
BackgroundSubtractor
public BackgroundSubtractor()
-
-
Method Details
-
createFromChannel
Description copied from class:WithRadiusBase
Creates a new channel from an existing channel and a radius.- Specified by:
createFromChannel
in classWithRadiusBase
- Parameters:
channel
- the inputChannel
radius
- the radius in voxels- Returns:
- the newly created
Channel
- Throws:
ProvisionFailedException
- if the channel creation fails
-