ImageGear v26.5 - Updated March 3, 2025
ImageGear.Core Assembly / ImageGear.Processing Namespace / ImGearRasterProcessing Class / CalculateStatistics Method
Raster page object process.




In This Topic
CalculateStatistics Method
In This Topic
Calculates statistics for all channels of the image, separately for each channel.
Syntax
'Declaration
 
Public Shared Function CalculateStatistics( _
   ByVal page As ImGearRasterPage _
) As ImGearChannelStatistics()
 
'Usage
 
Dim page As ImGearRasterPage
Dim value() As ImGearChannelStatistics
 
value = ImGearRasterProcessing.CalculateStatistics(page)

Parameters

page
Raster page object process.

Return Value

Remarks
This method takes image's Region of Interest (ROI) into account.
See Also