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, setChannel
Methods inherited from class org.anchoranalysis.image.bean.provider.MaskProvider
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
-
AutoLocalThreshold
public AutoLocalThreshold()
-
-
Method Details
-
createFromSource
Description copied from class:FromChannelBase
- Specified by:
createFromSource
in 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)
-