ImageGear .NET - Updated
CalculateStatistics Method




ImageGear24.Core Assembly > ImageGear.Processing Namespace > ImGearRasterProcessing Class : CalculateStatistics Method
Raster page object process.
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)
public static ImGearChannelStatistics[] CalculateStatistics( 
   ImGearRasterPage page
)
public: static ImGearChannelStatistics[]* CalculateStatistics( 
   ImGearRasterPage* page
) 
public:
static array<ImGearChannelStatistics>^ CalculateStatistics( 
   ImGearRasterPage^ page
) 

Parameters

page
Raster page object process.

Return Value

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

Reference

ImGearRasterProcessing Class
ImGearRasterProcessing Members
ImGearROI Class
ImGearChannelStatistics Structure
ImGearRasterPage Class