You are here: Start » AVL.NET » AVL.ImageSum Method

AVL.ImageSum Method

Computes the sum of the image pixel values.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inImageAvlNet.ImageInput image.
outSumColorAvlNet.Pixel
outSumValuefloat

Hardware Acceleration

This operation supports automatic parallelization for multicore and multiprocessor systems.

Hardware acceleration settings may be manipulated with Settings class.

See also