Class AutoLocalThreshold
- All Implemented Interfaces:
Provider<Mask>,ProviderAsStack
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
Description copied from class:FromChannelBase- Specified by:
createFromSourcein classFromChannelBase- Parameters:
channel- the source channel- Returns:
- the created mask
- Throws:
CreateException- if the mask creation fails
-
getMethod
-
setMethod
-
getRadius
public int getRadius() -
setRadius
public void setRadius(int radius)
-