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,
	out 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
outSumValuefloat

Function Overrides

See also