This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IH > IHistogramSpecification Interface (ArcObjects .NET 10.5 SDK) |
Provides access to members that control histogram specification.
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 and Classes | Description |
---|---|
HistogramSpecification | A class for histogram specification. |