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

FIS.DifferenceImage Method

Computes the non-negative distances between corresponding pixel values.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void DifferenceImage
(
	FilNet.Image inImage1,
	FilNet.Image inImage2,
	NullableRef<FilNet.Region> inRoi,
	FilNet.Image outImage
)

Parameters

Name Type Range Default Description
inImage1FilNet.ImageFirst input image.
inImage2FilNet.ImageSecond input image.
inRoiFilNet.NullableRef<FilNet.Region>Range of pixels to be processed. Default value: ftl::NIL.
outImageFilNet.ImageOutput image.

Function Overrides

See also