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

AVS.ImageSum Method

Computes the sum of the image pixel values.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inImageAvlNet.ImageInput image.
inRoiAvlNet.NullableRef<AvlNet.Region>Range of pixels to be processed. Default value: atl::NIL.
outSumColorAvlNet.Pixel
outSumValueAvlNet.NullableValue<float> Can be null to skip this parameter calculation.

Function Overrides

See also