IHistogramSpecification Interface

Provides access to members that control histogram specification.

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.

IHistogramSpecification.GetLookup Method

Returns the look-up array for the requested band for remapping pixel values.

Public Function GetLookup ( _
    ByVal iBand As Integer _
) As Object
public object GetLookup (
    int iBand
);

IHistogramSpecification.InputHistogram Property

The collection of histograms that describe the distribution of input values.

Public Property InputHistogram As IArray
public IArray InputHistogram {get; set;}

IHistogramSpecification.TargetHistogram Property

The collection of target histograms that describe the desired distribution of output values. These are the histograms to which each input histogram is matched.

Public Property TargetHistogram As IArray
public IArray TargetHistogram {get; set;}

IHistogramSpecification.Update Method

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.

Public Sub Update ( _
)
public void Update (
);

Classes that implement IHistogramSpecification

Classes Description
HistogramSpecification A class for histogram specification.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.