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

Compare with Current View Page History

« Previous Version 2 Next »

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

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 the Radial Background Subtraction Algorithm.
  • Doc: HPolar

Spectral histogram for n-d array

  • Class HSpectrum is a spectral histogram for n-d array.
  • Doc: HSpectrum

References

  • No labels