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 TypeClassDescriptionclassImplementation ofHistogramProviderthat calls a single delegateHistogramProvider.Methods in org.anchoranalysis.image.bean.provider that return HistogramProviderModifier and TypeMethodDescriptionHistogramProviderUnary.getHistogram()The delegateHistogramProviderthat is called.Methods in org.anchoranalysis.image.bean.provider with parameters of type HistogramProviderModifier and TypeMethodDescriptionvoidHistogramProviderUnary.setHistogram(HistogramProvider histogram) The delegateHistogramProviderthat 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 TypeMethodDescriptionvoidConvertWithHistogram.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 TypeMethodDescriptionvoidScoreVoxels.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 TypeClassDescriptionclassThis cuts a Histogram below a threshold BUT TRANSFERS ALL THE COUNT greater than equal to the threshold into the bin just below the threshold valueclassclassThresholds a histogram using a CalculateLevel keeping only the values greater equal than the thresholdclassA provider that references an existingHistogramby 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 bysegmentMethods in org.anchoranalysis.plugin.image.bean.mask.provider.segment with parameters of type HistogramProviderModifier and TypeMethodDescriptionvoidSegmentChannel.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 TypeMethodDescriptionvoidFromHistogram.setHistogram(HistogramProvider histogram) If non-null, a histogram is extracted from this provider rather than the histogram from the inputted CSV.