RasterHistogram

A class for a raster histogram.

Property

Type

Description

Bins

double[]

Array of double values that translate pixel values to integer bin indexes.

Counts

object

Count array in doubles.

Max

double

Maximum value.

Min

double

Minimum value.

Size

int

Remarks

An object used to manage the histogram of the raster pixels. It can be retrieved from a raster band.

2/28/2020