You are here: Start » AVL.NET » AVL.ImageDifference(AvlNet.Image, AvlNet.Image, AvlNet.DistanceMeasure, float)

AVL.ImageDifference(AvlNet.Image, AvlNet.Image, AvlNet.DistanceMeasure, float)

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

inImage
Type: AvlNet.Image
Input image
inPatternImage
Type: AvlNet.Image
Pattern to be compared with input image
inDistanceMeasure
Type: AvlNet.DistanceMeasure
Measure of distance
outDifference
Type: System.Single
Value of difference between pattern and image

See also