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

AVL.ImageDifferenceImage(AvlNet.Image, AvlNet.Image, AvlNet.DistanceMeasure, AvlNet.Image)

Computes an image of differences between a moving pattern and the input image.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void ImageDifferenceImage(
	AvlNet.Image inImage,
	AvlNet.Image inPatternImage,
	AvlNet.DistanceMeasure inDistanceMeasure,
	out AvlNet.Image outImage
)

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
outImage
Type: AvlNet.Image
Output image

See also