RasterLayer.GetStatistics
RasterLayer.GetStatistics method
Calcola statistiche riassuntive costituite da conteggio, somma, media, min, max.
public RasterStatistics GetStatistics(int bandIndex = 0, bool excludeNodataValue = true)
Parametro | Tipo | Descrizione |
---|---|---|
bandIndex | Int32 | L’indice della banda. La numerazione parte da 0. |
excludeNodataValue | Boolean | Consente di escludere i valori ’nodata’. Se ’excludeNodataValue’ è impostato su false, vengono considerati tutti i pixel. |
Valore di ritorno
Le statistiche riassuntive.
Guarda anche
- class RasterStatistics
- class RasterLayer
- spazio dei nomi Aspose.Gis.Raster
- assemblea Aspose.GIS