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

FIS.ImageDifference Method

Measures dissimilarity between two images.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void ImageDifference
(
	FilNet.Image inImage,
	FilNet.Image inPatternImage,
	NullableRef<FilNet.Region> inRoi,
	FilNet.DistanceMeasure inDistanceMeasure,
	out float outDifference
)

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.
inDistanceMeasureFilNet.DistanceMeasureMeasure of distance.
outDifferencefloatValue of difference between pattern and image.

Function Overrides

See also