IStatsHistogram2 Interface

Provides access to members that controls stats and histogram.

Members

Name Description
Method Accumulate Accumulates a value and its count.
Method Empty Empties this RasterStatsHistogram and marks it invalid.
Method HasHistogram Checks if this StatsHistogram has histogram.
Method HasStats Checks if this StatsHistogram has stats.
Read/write property Histogram The histogram values of the statistics.
Read/write property Max The maximum value of the historgram.
Read/write property Mean The mean value of the historgram.
Read/write property Min The minimum value of the historgram.
Read-only property PixelCount The total pixel count.
Method PutHistogramMinmax Sets histogram min and max range.
Method PutStats Computes stats and histogram from a given Raster.
Method QueryHistogramMinmax Gets histogram min and max range.
Method QueryStats Computes stats and histogram from a given Raster.
Read/write property StdDev The standard deviation value of the historgram.
Method Update Updates the histogram after accumulation.

IStatsHistogram2.PixelCount Property

The total pixel count.

Public ReadOnly Property PixelCount As Double
public double PixelCount {get;}

Inherited Interfaces

Interfaces Description
IStatsHistogram Provides access to members that controls stats and histogram.

Classes that implement IStatsHistogram2

Classes Description
StatsHistogram A raster statistics and histogram class.

Remarks

The IStatsHistogram2 has the read-only property PixelCount.

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