This document is archived and information here might be outdated. Recommended version. |
The histogram values of the statistics.
[Visual Basic .NET]
Public Property Histogram As Object
[C#]
public object Histogram {get; set;}
[C++]
HRESULT get_Histogram(
Variant* Histogram
);
[C++]
HRESULT put_Histogram(
VARIANT Histogram
);
[C++] Parameters Histogram [out, retval]
Histogram is a parameter of type VARIANT* Histogram [in]
Histogram is a parameter of type VARIANT
This method returns a single dimensional array of value of size 256. Each value in the array is the normalized count of pixels in the specific bin.
The pixel values in the raster, if they are beyond 0-255, will be binned (or reclassfied) to 0-255.