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,
	FilNet.DistanceMeasure inDistanceMeasure,
	out float outDifference
)

Parameters

Name Type Range Default Description
inImageFilNet.ImageInput image.
inPatternImageFilNet.ImagePattern to be compared with input image.
inDistanceMeasureFilNet.DistanceMeasureMeasure of distance.
outDifferencefloatValue of difference between pattern and image.

Function Overrides

See also