This document is archived and information here might be outdated. Recommended version. |
The collection of target histograms that describe the desired distribution of output values. These are the histograms to which each input histogram is matched.
[Visual Basic .NET] Public Property TargetHistogram As IArray
[C#] public IArray TargetHistogram {get; set;}
[C++]
HRESULT get_TargetHistogram(
IArray* ppTargetHistograms
);
[C++]
HRESULT putref_TargetHistogram(
IArray** ppTargetHistograms
);
[C++]
Parameters ppTargetHistograms [in]
ppTargetHistograms is a parameter of type IArray* ppTargetHistograms [out, retval]
ppTargetHistograms is a parameter of type IArray**