ArcObjects Library Reference (DataSourcesRaster)  

IHistogramSpecification Interface

Provides access to members that control histogram specification.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

Description
Method GetLookup Returns the look-up array for the requested band for remapping pixel values.
Read/write property InputHistogram The collection of histograms that describe the distribution of input values.
Read/write property 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.
Method 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.