Provides access to members that control histogram specification.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
Description | ||
---|---|---|
GetLookup | Returns the look-up array for the requested band for remapping pixel values. | |
InputHistogram | The collection of histograms that describe the distribution of input values. | |
TargetHistogram | The collection of target histograms that describe the desired distribution of output values. These are the histograms to which each input histogram is matched. | |
Update | Recalculates the look-up that maps input values -- having a distribution described by the input histograms -- to output values that have a distribution described by the target histograms. |
CoClasses that implement IHistogramSpecification
CoClasses and Classes | Description |
---|---|
HistogramSpecification | A class for histogram specification. |