Class AutoLocalThreshold
Object
AnchorBean<MaskProvider>
InitializableBean<MaskProvider, ImageInitialization>
ImageBean<MaskProvider>
BeanProviderAsStackBase<MaskProvider, Mask>
MaskProvider
FromChannelBase
AutoLocalThreshold
- All Implemented Interfaces:
Provider<Mask>,ProviderAsStack
public class AutoLocalThreshold
extends FromChannelBase
Applies local thresholding algorithm using Fiji's {link Auto_Local_Threshold} plugin
The thresholding procedure it applied to each slice independently.
- Author:
- Owen Feehan
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.anchoranalysis.plugin.image.bean.mask.provider.FromChannelBase
get, getChannel, setChannelMethods inherited from class org.anchoranalysis.image.bean.provider.MaskProvider
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
-
AutoLocalThreshold
public AutoLocalThreshold()
-
-
Method Details
-
createFromSource
protected Mask createFromSource(Channel channel) throws CreateException - Specified by:
createFromSourcein classFromChannelBase- Throws:
CreateException
-
getMethod
-
setMethod
-
getRadius
public int getRadius() -
setRadius
public void setRadius(int radius)
-