You are here: Start » AVL.NET » Invoke.ImageDifference

Invoke.ImageDifference

Measures dissimilarity between two images.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void ImageDifference
(
	Avl.Image inImage,
	Avl.Image inPatternImage,
	Optional<Avl.Region> inRoi,
	Avl.DistanceMeasure inDistanceMeasure,
	out float outDifference
)

Parameters

Name Type Range Default Description
inImageAvl.ImageInput image.
inPatternImageAvl.ImagePattern to be compared with input image.
inRoiAtl.Optional<Avl.Region>Range of pixels to be processed. Default value: atl::NIL.
inDistanceMeasureAvl.DistanceMeasureMeasure of distance.
outDifferencefloatValue of difference between pattern and image.

See also