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

AVL.ImageSum(AvlNet.Image, AvlNet.Region, AvlNet.Pixel)

Computes the sum of the image pixel values.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void ImageSum(
	AvlNet.Image inImage,
	AvlNet.Region inRoi,
	out AvlNet.Pixel outSumColor
)

Parameters

inImage
Type: AvlNet.Image
Input image
inRoi
Type: AvlNet.Region
Range of pixels to be processed, or null.
outSumColor
Type: AvlNet.Pixel

Remarks

See full override for more details.

See also