You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

One dimensional binning

  • Class HBins is a helper for 1-d binning. It works with equal- and variable-size binning schemes, has simplest possible initialization and allows to retrieve all possible information about bins like edges, centers, widths, etc. Also it has methods for fast conversion of the input array of values into histogram indexes. This class is used as binning descriptor for other histogram types.
  • Doc: HBins, test examples

2-d Polar histogram

  • Class HPolar is a 2-d polar histogram for n-d array. It involves pixel coordinate arrays to convert n-d array of values to 2-d image and sort them in bins. This class is inherited in implementation of the Radial Background Subtraction Algorithm.
  • Doc: HPolar, test01, 2, 3

Spectral histogram for n-d array

  • Class HSpectrum is a spectral histogram for n-d array. Initialization describes spectral bins. Method fill(nda) allows to add statistics to spectral histogram.  At the end method spectrum returns results.
  • Doc: HSpectrum, example_equidistantexample_varsize

References

  • No labels