You are here: Start » AVL.NET » AVL.ImageStatistics(AvlNet.Image, AvlNet.Region, AvlNet.Location, float, AvlNet.Location, float, AvlNet.Pixel, float, AvlNet.Pixel, float)

AVL.ImageStatistics(AvlNet.Image, AvlNet.Region, AvlNet.Location, float, AvlNet.Location, float, AvlNet.Pixel, float, AvlNet.Pixel, float)

Computes various statistics of the image pixel values.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void ImageStatistics(
	AvlNet.Image inImage,
	AvlNet.Region inRoi,
	out AvlNet.Location outMinimumLocation,
	out float outMinimumValue,
	out AvlNet.Location outMaximumLocation,
	out float outMaximumValue,
	out AvlNet.Pixel outAverageColor,
	out float outAverageValue,
	out AvlNet.Pixel outSumColor,
	out float outSumValue
)

Parameters

inImage
Type: AvlNet.Image
Input image
inRoi
Type: AvlNet.Region
Range of pixels to be processed, or null.
outMinimumLocation
Type: AvlNet.Location
outMinimumValue
Type: System.Single
outMaximumLocation
Type: AvlNet.Location
outMaximumValue
Type: System.Single
outAverageColor
Type: AvlNet.Pixel
outAverageValue
Type: System.Single
outSumColor
Type: AvlNet.Pixel
outSumValue
Type: System.Single

See also