You are here: Start » Filter Reference » Histogram
Histogram
Histogram Basics |
||||
| Icon | Name | Description / Applications | Modules | |
|---|---|---|---|---|
| ConvertToCumulativeHistogram |
|
Computes the cumulative histogram of input histogram. |
FoundationBasic | |
| CreateHistogram |
|
Creates the histogram of the array of real numbers. |
FoundationBasic | |
| CreateUniformHistogram |
|
Creates a uniform histogram of desired parameters with common value of all bins. |
FoundationBasic | |
| GetHistogramBin |
|
Returns the value of a single histogram bin. |
FoundationBasic | |
| GetHistogramCorrespondingBin |
|
Selects a bin that the given value in the histogram domain falls into and returns the value of this bin. |
FoundationBasic | |
| HistogramIndices |
|
Returns an array of histogram elements' indices. |
FoundationBasic | |
| MakeHistogram |
|
Creates a histogram out of an array of bin values. |
FoundationBasic | |
| SetHistogramBin |
|
Sets the value of a single histogram bin. |
FoundationBasic | |
| SetHistogramCorrespondingBin |
|
Selects a bin that the given value in the histogram domain falls into and sets the value of this bin. |
FoundationBasic | |
| SkipEmptyDataHistogram |
|
If the input histogram contains any non-zero bin, then the histogram is copied to the output; otherwise Nil is returned. Secures against domain errors caused by histograms representing empty data sets, e.g. just before the HistogramDataAverage filter is to be invoked. |
FoundationBasic | |
| SkipEmptyHistogram |
|
If the input histogram contains at least one bin, then it is copied to the output; otherwise Nil is returned. Secures against domain errors caused by empty histograms, e.g. just before the HistogramAverage filter is to be invoked. |
FoundationBasic | |
Histogram Combinators |
||||
| Icon | Name | Description / Applications | Modules | |
| AddHistograms |
|
Adds two histograms bar by bar. |
FoundationBasic | |
| AddHistograms_OfArray |
|
Adds histograms of an array bar by bar. |
FoundationBasic | |
| AddHistograms_OfLoop |
|
Adds histograms appearing in consecutive iterations bar by bar. |
FoundationBasic | |
| DifferenceHistogram |
|
Computes histogram representing difference between corresponding bars of given histograms. |
FoundationBasic | |
| DivideHistograms |
|
Divides two histograms bar by bar. |
FoundationBasic | |
| MaximumHistogram |
|
Computes the maximum of two histograms bar by bar. |
FoundationBasic | |
| MaximumHistogram_OfArray |
|
Computes the maximum of histograms of an array bar by bar. |
FoundationBasic | |
| MaximumHistogram_OfLoop |
|
Computes the maximum of histograms appearing in consecutive iterations bar by bar. |
FoundationBasic | |
| MinimumHistogram |
|
Computes the minimum of two histograms bar by bar. |
FoundationBasic | |
| MinimumHistogram_OfArray |
|
Computes the minimum of histograms of an array bar by bar. |
FoundationBasic | |
| MinimumHistogram_OfLoop |
|
Computes the minimum of histograms appearing in consecutive iterations bar by bar. |
FoundationBasic | |
| MultiplyHistograms |
|
Multiplies two histograms bar by bar. |
FoundationBasic | |
| MultiplyHistograms_OfArray |
|
Multiply histograms of an array bar by bar. |
FoundationBasic | |
| MultiplyHistograms_OfLoop |
|
Multiply histograms appearing in consecutive iterations bar by bar. |
FoundationBasic | |
| SubtractHistograms |
|
Subtracts two histograms bar by bar. |
FoundationBasic | |
Histogram Data Statistics |
||||
| Icon | Name | Description / Applications | Modules | |
| HistogramDataAverage |
|
Computes the average of the histogrammed numeric data. |
FoundationBasic | |
| HistogramDataMaximum |
|
Computes the approximation of the largest value of the histogrammed numeric data. |
FoundationBasic | |
| HistogramDataMedian |
|
Computes the median of the histogrammed numeric data. |
FoundationBasic | |
| HistogramDataMinimum |
|
Computes the approximation of the smallest value of the histogrammed numeric data. |
FoundationBasic | |
| HistogramDataNthValue |
|
Computes nth smallest (or largest) value of the histogrammed numeric data. |
FoundationBasic | |
| HistogramDataQuantile |
|
Computes the specified quantile of the histogrammed numeric data. |
FoundationBasic | |
| HistogramDataSize |
|
Computes the number of elements of the histogrammed numeric data. |
FoundationBasic | |
| HistogramDataStandardDeviation |
|
Computes the standard deviation of the histogrammed numeric data. |
FoundationBasic | |
| HistogramDataVariance |
|
Computes the variance of the histogrammed numeric data. |
FoundationBasic | |
Histogram Features |
||||
| Icon | Name | Description / Applications | Modules | |
| HistogramAverage |
|
Computes the average of histogram bin values. |
FoundationBasic | |
| HistogramLocalExtrema |
|
Computes the histogram local extrema. |
FoundationBasic | |
| HistogramMaximum |
|
Computes histogram bar values maximum - its location and value. |
FoundationBasic | |
| HistogramMinimum |
|
Computes histogram bar values minimum - its location and value. |
FoundationBasic | |
| HistogramSize |
|
Computes the number of histogram bins. |
FoundationBasic | |
| HistogramSum |
|
Computes the sum of histogram bin values. |
FoundationBasic | |
Histogram Local Transforms |
||||
| Icon | Name | Description / Applications | Modules | |
| SmoothHistogram_Gauss |
|
Smooths a histogram by averaging points within a kernel using gaussian-weighted average. |
FoundationBasic | |
| SmoothHistogram_Mean |
|
Smooths a histogram by averaging points within a kernel. |
FoundationBasic | |
Histogram Metrics |
||||
| Icon | Name | Description / Applications | Modules | |
| HistogramDistance |
|
Computes the numeric distance between two histograms. |
FoundationBasic | |
| HistogramIntersection |
|
Calculates normalized histogram intersection norm. |
FoundationBasic | |
Histogram Point Transforms |
||||
| Icon | Name | Description / Applications | Modules | |
| AbsoluteHistogram |
|
Transforms each bin value to its absolute value. |
FoundationBasic | |
| AddToHistogram |
|
Increases each bin value by a number. |
FoundationBasic | |
| DivideHistogram |
|
Divides each bin value by a number. |
FoundationBasic | |
| MultiplyHistogram |
|
Multiplies each bin value by a number. |
FoundationBasic | |
| NegateHistogram |
|
Negates each bin value. |
FoundationBasic | |
| SubtractFromHistogram |
|
Decreases each bin value by a number. |
FoundationBasic | |
Histogram Relations |
||||
| Icon | Name | Description / Applications | Modules | |
| TestHistogramDominatesHistogram |
|
Checks whether the values in the first histogram are greater or equal than corresponding values in the second histogram. |
FoundationBasic | |
Histogram Spatial Transforms |
||||
| Icon | Name | Description / Applications | Modules | |
| CropHistogram |
|
Confines a histogram to its continuous segment. |
FoundationBasic | |
