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

FIS.ImageDifferenceImage Method

Computes an image of differences between a moving pattern and the input image.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void ImageDifferenceImage
(
	FilNet.Image inImage,
	FilNet.Image inPatternImage,
	NullableRef<FilNet.Region> inRoi,
	NullableRef<FilNet.Region> inPatternRoi,
	FilNet.DistanceMeasure inDistanceMeasure,
	FilNet.Image outImage
)

Parameters

Name Type Range Default Description
inImageFilNet.ImageInput image.
inPatternImageFilNet.ImagePattern to be compared with input image.
inRoiFilNet.NullableRef<FilNet.Region>Range of pixels to be processed. Default value: ftl::NIL.
inPatternRoiFilNet.NullableRef<FilNet.Region>Range of pixels in the pattern to be processed. Default value: ftl::NIL.
inDistanceMeasureFilNet.DistanceMeasureMeasure of distance.
outImageFilNet.ImageOutput image.

Function Overrides

See also