Uses of Class
org.anchoranalysis.bean.NullParametersBean
Packages that use NullParametersBean
Package
Description
Defining, loading, initializing Anchor Beans.
Base classes for providers of different core data entities related to images.
Base classes for thresholding and calculating levels for thresholding.
Beans to combine multiple stacks into a single stack before outputting.
Beans related to creating
Marks.Proposing
Marks or other data-structures with particular
attributes.Implementations of
Thresholder that use FIJI.Implementations of
ColorProvider.Thresholding of intensity values represented in at
Histogram.Implementations of
Thresholder that call ImageJ.-
Uses of NullParametersBean in org.anchoranalysis.bean
Subclasses of NullParametersBean in org.anchoranalysis.beanModifier and TypeClassDescriptionclassNamedBean<T extends AnchorBean<?>>A bean with an associated textual name. -
Uses of NullParametersBean in org.anchoranalysis.image.bean.provider
Subclasses of NullParametersBean in org.anchoranalysis.image.bean.providerModifier and TypeClassDescriptionclass -
Uses of NullParametersBean in org.anchoranalysis.image.bean.threshold
Subclasses of NullParametersBean in org.anchoranalysis.image.bean.thresholdModifier and TypeClassDescriptionclassCalculates a threshold-level from a histogram.classImplementation ofCalculateLevelthat calls a single delegateCalculateLevel.classThresholds voxels to create a binary-voxels using global thresholding.classPerforms global thresholding. -
Uses of NullParametersBean in org.anchoranalysis.image.io.bean.stack.combine
Subclasses of NullParametersBean in org.anchoranalysis.image.io.bean.stack.combineModifier and TypeClassDescriptionclassCombines aProvider<Stack>with a label. -
Uses of NullParametersBean in org.anchoranalysis.mpp.bean.mark.factory
Subclasses of NullParametersBean in org.anchoranalysis.mpp.bean.mark.factoryModifier and TypeClassDescriptionclassA factory for creating marks with unique identifiers. -
Uses of NullParametersBean in org.anchoranalysis.mpp.bean.proposer
Subclasses of NullParametersBean in org.anchoranalysis.mpp.bean.proposerModifier and TypeClassDescriptionclassAn abstract base class for proposing a list of points based on a given point and mark.classAn abstract base class for proposing scalar values. -
Uses of NullParametersBean in org.anchoranalysis.plugin.fiji.bean.threshold
Subclasses of NullParametersBean in org.anchoranalysis.plugin.fiji.bean.thresholdModifier and TypeClassDescriptionclassApplies automatic thresholding using ImageJ's Auto_Threshold plugin. -
Uses of NullParametersBean in org.anchoranalysis.plugin.image.bean.color.provider
Subclasses of NullParametersBean in org.anchoranalysis.plugin.image.bean.color.providerModifier and TypeClassDescriptionclassCombines one or moreColorProviders into a unitaryColorProvider.classGenerates colors to match the size of an object-collection. -
Uses of NullParametersBean in org.anchoranalysis.plugin.image.bean.histogram.threshold
Modifier and TypeClassDescriptionclassBase class forCalculateLevelimplementations that operate on a list of otherCalculateLevelobjects.classACalculateLevelUnarythat calculates a level relative to a threshold, with an alternative calculation method.classClamps the input-histogram to a certain maximum value, and then delegates the calculate-level.classA constant value for thresholding.classSpecifies a constant if a histogram is empty, otherwise delegates to another {#link org.anchoranalysis.image.bean.threshold.CalculateLevel}classCalculates a level from the first delegate and if greater than a threshold, recalculates from a second delegate.classCalculates a level from the first delegate and if less than a threshold, recalculates from a second delegate.classThe maximum value of one or more {#link org.anchoranalysis.image.bean.threshold.CalculateLevel}classThe minimum value of one or more {#link org.anchoranalysis.image.bean.threshold.CalculateLevel}classPerforms auto-thresholding using Otsu's method.classSimilar to Otsu, but weighs the variances differently of background and foreground.classCalculates the threshold value from a quantile of a histogram. -
Uses of NullParametersBean in org.anchoranalysis.plugin.imagej.bean.threshold
Subclasses of NullParametersBean in org.anchoranalysis.plugin.imagej.bean.thresholdModifier and TypeClassDescriptionclassA thresholder that applies a simple intensity threshold and then fills holes in 2D.