Provides access to members that control a raster histogram.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
IRasterHistogram is used to obtain the histogram of pixel values in a raster band.
Members
Description | ||
---|---|---|
Bin | Translates pixel values to integer Bin index. | |
BinFunction | The Bin function that maps pixel value into histogram index. | |
Counts | Count array in doubles. |
CoClasses that implement IRasterHistogram
CoClasses and Classes | Description |
---|---|
RasterHistogram | A raster histogram class. |