This document is archived and information here might be outdated.  Recommended version.


IHistogramSpecification Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IH > IHistogramSpecification Interface
ArcGIS Developer Help

IHistogramSpecification Interface

Provides access to members that control histogram specification.

Product Availability

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

Members

Name 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.

Classes that implement IHistogramSpecification

Classes Description
HistogramSpecification A class for histogram specification.