You are here: Start » AVL.NET » AVS.ImageDifference Method

AVS.ImageDifference Method

Measures dissimilarity between two images.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void ImageDifference
(
	AvlNet.Image inImage,
	AvlNet.Image inPatternImage,
	AvlNet.DistanceMeasure inDistanceMeasure,
	out float outDifference
)

Parameters

Name Type Range Default Description
inImageAvlNet.ImageInput image.
inPatternImageAvlNet.ImagePattern to be compared with input image.
inDistanceMeasureAvlNet.DistanceMeasureMeasure of distance.
outDifferencefloatValue of difference between pattern and image.

Function Overrides

See also