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

AVS.ImageDifferenceImage Method

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,
	AvlNet.Image outImage
)

Parameters

Name Type Range Default Description
inImageAvlNet.ImageInput image.
inPatternImageAvlNet.ImagePattern to be compared with input image.
inDistanceMeasureAvlNet.DistanceMeasureMeasure of distance.
outImageAvlNet.ImageOutput image.

Function Overrides

See also