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

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


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

Parameters

inImage
Type: AvlNet.Image
inRoi
Type: AvlNet.Region
outSumColor
Type: AvlNet.Pixel
outSumValue
Type: System.Single

Hardware Acceleration

This operation supports automatic parallelization for multicore and multiprocessor systems.

Hardware acceleration settings may be manipulated with Settings class.

See also