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

FIS.AddToImage Method

Adds a scalar value to each pixel.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void AddToImage
(
	FilNet.Image inImage,
	NullableRef<FilNet.Region> inRoi,
	float inValue,
	FilNet.Image outImage
)

Parameters

Name Type Range Default Description
inImageFilNet.ImageInput image.
inRoiFilNet.NullableRef<FilNet.Region>Range of pixels to be processed. Default value: ftl::NIL.
inValuefloat50.0fValue to be added. Default value: 50.0f.
outImageFilNet.ImageOutput image.

Function Overrides

See also