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 ChannelcreateFromChannel(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, setRadiusInMetersMethods inherited from class org.anchoranalysis.image.bean.provider.ChannelProviderUnary
get, getChannel, setChannelMethods inherited from class org.anchoranalysis.image.bean.provider.ChannelProvider
getAsStackMethods inherited from class org.anchoranalysis.bean.initializable.InitializableBean
getInitialization, getLogger, getPropertyInitializer, initialize, initializeRecursive, initRecursiveWithInitializer, isInitialized, onInitializationMethods 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:WithRadiusBaseCreates a new channel from an existing channel and a radius.- Specified by:
createFromChannelin classWithRadiusBase- Parameters:
channel- the inputChannelradius- the radius in voxels- Returns:
- the newly created
Channel - Throws:
ProvisionFailedException- if the channel creation fails
-