Uses of Class
org.anchoranalysis.image.bean.provider.HistogramProvider
Packages that use HistogramProvider
Package
Description
Base classes for providers of different core data entities related to images.
Implementations of
ChannelProvider
that converts a
Channel
from one voxel-type to another.Implementations of
ChannelProvider
that assign a
score to particular subregions of a channel.Implementations of
HistogramProvider
.Source of rows in feature-tables with
FeatureSource
and derived classes.-
Uses of HistogramProvider in org.anchoranalysis.image.bean.provider
Subclasses of HistogramProvider in org.anchoranalysis.image.bean.providerModifier and TypeClassDescriptionclass
Implementation ofHistogramProvider
that calls a single delegateHistogramProvider
.Methods in org.anchoranalysis.image.bean.provider that return HistogramProviderModifier and TypeMethodDescriptionHistogramProviderUnary.getHistogram()
The delegateHistogramProvider
that is called.Methods in org.anchoranalysis.image.bean.provider with parameters of type HistogramProviderModifier and TypeMethodDescriptionvoid
HistogramProviderUnary.setHistogram
(HistogramProvider histogram) The delegateHistogramProvider
that is called. -
Uses of HistogramProvider in org.anchoranalysis.plugin.image.bean.channel.provider.convert
Methods in org.anchoranalysis.plugin.image.bean.channel.provider.convert that return HistogramProviderModifier and TypeMethodDescriptionConvertWithHistogram.getHistogram()
If set, a histogram used in conversion to describe input intensities (across perhaps multiple images).Methods in org.anchoranalysis.plugin.image.bean.channel.provider.convert with parameters of type HistogramProviderModifier and TypeMethodDescriptionvoid
ConvertWithHistogram.setHistogram
(HistogramProvider histogram) If set, a histogram used in conversion to describe input intensities (across perhaps multiple images). -
Uses of HistogramProvider in org.anchoranalysis.plugin.image.bean.channel.provider.score
Methods in org.anchoranalysis.plugin.image.bean.channel.provider.score that return types with arguments of type HistogramProviderMethod parameters in org.anchoranalysis.plugin.image.bean.channel.provider.score with type arguments of type HistogramProviderModifier and TypeMethodDescriptionvoid
ScoreVoxels.setHistogramsExtra
(List<HistogramProvider> histogramsExtra) -
Uses of HistogramProvider in org.anchoranalysis.plugin.image.bean.histogram.provider
Subclasses of HistogramProvider in org.anchoranalysis.plugin.image.bean.histogram.providerModifier and TypeClassDescriptionclass
This cuts a Histogram below a threshold BUT TRANSFERS ALL THE COUNT greater than equal to the threshold into the bin just below the threshold valueclass
class
Thresholds a histogram using a CalculateLevel keeping only the values greater equal than the thresholdclass
A provider that references an existingHistogram
by its identifier. -
Uses of HistogramProvider in org.anchoranalysis.plugin.image.bean.mask.provider.segment
Methods in org.anchoranalysis.plugin.image.bean.mask.provider.segment that return HistogramProviderModifier and TypeMethodDescriptionSegmentChannel.getHistogram()
An optional histogram of voxel intensity values which can be used bysegment
Methods in org.anchoranalysis.plugin.image.bean.mask.provider.segment with parameters of type HistogramProviderModifier and TypeMethodDescriptionvoid
SegmentChannel.setHistogram
(HistogramProvider histogram) An optional histogram of voxel intensity values which can be used bysegment
-
Uses of HistogramProvider in org.anchoranalysis.plugin.image.task.bean.feature.source
Methods in org.anchoranalysis.plugin.image.task.bean.feature.source that return HistogramProviderModifier and TypeMethodDescriptionFromHistogram.getHistogram()
If non-null, a histogram is extracted from this provider rather than the histogram from the inputted CSV.Methods in org.anchoranalysis.plugin.image.task.bean.feature.source with parameters of type HistogramProviderModifier and TypeMethodDescriptionvoid
FromHistogram.setHistogram
(HistogramProvider histogram) If non-null, a histogram is extracted from this provider rather than the histogram from the inputted CSV.