You are here: Start » FIL.NET » FIS.ImageSum Method

FIS.ImageSum Method

Computes the sum of the image pixel values.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inImageFilNet.ImageInput image.
inRoiFilNet.NullableRef<FilNet.Region>Range of pixels to be processed. Default value: ftl::NIL.
outSumColorFilNet.Pixel
outSumValuefloat

Function Overrides

See also