You are here: Start » FIL.NET » Invoke.ImageDifferenceImage

Invoke.ImageDifferenceImage

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

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void ImageDifferenceImage
(
	Fil.Image inImage,
	Fil.Image inPatternImage,
	Optional<Fil.Region> inRoi,
	Optional<Fil.Region> inPatternRoi,
	Fil.DistanceMeasure inDistanceMeasure,
	Fil.Image outImage
)

Parameters

Name Type Range Default Description
inImageFil.ImageInput image.
inPatternImageFil.ImagePattern to be compared with input image.
inRoiFtl.Optional<Fil.Region>Range of pixels to be processed. Default value: ftl::NIL.
inPatternRoiFtl.Optional<Fil.Region>Range of pixels in the pattern to be processed. Default value: ftl::NIL.
inDistanceMeasureFil.DistanceMeasureMeasure of distance.
outImageFil.ImageOutput image.

See also