Module rasters::histogram[][src]

Utilities to compute histogram

Structs

Config

Configuration to generate histogram. Can be constructed from min, max and either step-size or number of bins.

Histogram

A histogram that can be built by accumulating individual values, or other histograms.

Enums

HistBin

Represent the location of a value with respect to a histogram configuration.