Uses of Class
org.esa.snap.core.util.math.Histogram
-
Packages that use Histogram Package Description org.esa.snap.core.datamodel Contains SNAP's central classes and interfaces used for an in-memory presentation of remote sensing data products.org.esa.snap.core.util.math Provides utility classes for mathematical operations. -
-
Uses of Histogram in org.esa.snap.core.datamodel
Methods in org.esa.snap.core.datamodel with parameters of type Histogram Modifier and Type Method Description ImageInfo
RasterDataNode. createDefaultImageInfo(double[] histoSkipAreas, Histogram histogram)
Creates an instance of a default image information. -
Uses of Histogram in org.esa.snap.core.util.math
Methods in org.esa.snap.core.util.math that return Histogram Modifier and Type Method Description static Histogram
Histogram. computeHistogram(RenderedImage image, javax.media.jai.ROI roi, int numBins, Range range)
static Histogram
Histogram. computeHistogramByte(byte[] values, IndexValidator validator, int numBins, Range range, Histogram histo, ProgressMonitor pm)
Computes the histogram for the values in the givenbyte
array in the given value range.static Histogram
Histogram. computeHistogramDouble(double[] values, IndexValidator validator, int numBins, Range range, Histogram histogram, ProgressMonitor pm)
Computes the histogram for the values in the givendouble
array in the given value range.static Histogram
Histogram. computeHistogramDouble(DoubleList values, IndexValidator validator, int numBins, Range range, Histogram histo, ProgressMonitor pm)
Computes the histogram for the values in the givenHistogram.DoubleList
in the given value range.static Histogram
Histogram. computeHistogramFloat(float[] values, IndexValidator validator, int numBins, Range range, Histogram histogram, ProgressMonitor pm)
Computes the histogram for the values in the givenfloat
array in the given value range.static Histogram
Histogram. computeHistogramGeneric(Object values, boolean unsigned, IndexValidator validator, int numBins, Range range, Histogram histogram, ProgressMonitor pm)
Computes the histogram for the values in the givenHistogram.DoubleList
in the given value range.static Histogram
Histogram. computeHistogramInt(int[] values, IndexValidator validator, int numBins, Range range, Histogram histogram, ProgressMonitor pm)
Computes the histogram for the values in the givenint
array in the given value range.static Histogram
Histogram. computeHistogramShort(short[] values, IndexValidator validator, int numBins, Range range, Histogram histo, ProgressMonitor pm)
Computes the histogram for the values in the givenshort
array in the given value range.static Histogram
Histogram. computeHistogramUByte(byte[] values, IndexValidator validator, int numBins, Range range, Histogram histo, ProgressMonitor pm)
Computes the histogram for the values in the givenbyte
array in the given value range.static Histogram
Histogram. computeHistogramUInt(int[] values, IndexValidator validator, int numBins, Range range, Histogram histogram, ProgressMonitor pm)
Computes the histogram for the values in the givenint
array in the given value range.static Histogram
Histogram. computeHistogramUShort(short[] values, IndexValidator validator, int numBins, Range range, Histogram histo, ProgressMonitor pm)
Computes the histogram for the values in the givenshort
array in the given value range.Methods in org.esa.snap.core.util.math with parameters of type Histogram Modifier and Type Method Description static Histogram
Histogram. computeHistogramByte(byte[] values, IndexValidator validator, int numBins, Range range, Histogram histo, ProgressMonitor pm)
Computes the histogram for the values in the givenbyte
array in the given value range.static Histogram
Histogram. computeHistogramDouble(double[] values, IndexValidator validator, int numBins, Range range, Histogram histogram, ProgressMonitor pm)
Computes the histogram for the values in the givendouble
array in the given value range.static Histogram
Histogram. computeHistogramDouble(DoubleList values, IndexValidator validator, int numBins, Range range, Histogram histo, ProgressMonitor pm)
Computes the histogram for the values in the givenHistogram.DoubleList
in the given value range.static Histogram
Histogram. computeHistogramFloat(float[] values, IndexValidator validator, int numBins, Range range, Histogram histogram, ProgressMonitor pm)
Computes the histogram for the values in the givenfloat
array in the given value range.static Histogram
Histogram. computeHistogramGeneric(Object values, boolean unsigned, IndexValidator validator, int numBins, Range range, Histogram histogram, ProgressMonitor pm)
Computes the histogram for the values in the givenHistogram.DoubleList
in the given value range.static Histogram
Histogram. computeHistogramInt(int[] values, IndexValidator validator, int numBins, Range range, Histogram histogram, ProgressMonitor pm)
Computes the histogram for the values in the givenint
array in the given value range.static Histogram
Histogram. computeHistogramShort(short[] values, IndexValidator validator, int numBins, Range range, Histogram histo, ProgressMonitor pm)
Computes the histogram for the values in the givenshort
array in the given value range.static Histogram
Histogram. computeHistogramUByte(byte[] values, IndexValidator validator, int numBins, Range range, Histogram histo, ProgressMonitor pm)
Computes the histogram for the values in the givenbyte
array in the given value range.static Histogram
Histogram. computeHistogramUInt(int[] values, IndexValidator validator, int numBins, Range range, Histogram histogram, ProgressMonitor pm)
Computes the histogram for the values in the givenint
array in the given value range.static Histogram
Histogram. computeHistogramUShort(short[] values, IndexValidator validator, int numBins, Range range, Histogram histo, ProgressMonitor pm)
Computes the histogram for the values in the givenshort
array in the given value range.
-