ImageGear v26.3 - Updated
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)
    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