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,
	NullableRef<AvlNet.Region> inRoi,
	NullableRef<AvlNet.Region> inPatternRoi,
	AvlNet.DistanceMeasure inDistanceMeasure,
	AvlNet.Image outImage
)

Parameters

Name Type Range Default Description
inImageAvlNet.ImageInput image.
inPatternImageAvlNet.ImagePattern to be compared with input image.
inRoiAvlNet.NullableRef<AvlNet.Region>Range of pixels to be processed. Default value: atl::NIL.
inPatternRoiAvlNet.NullableRef<AvlNet.Region>Range of pixels in the pattern to be processed. Default value: atl::NIL.
inDistanceMeasureAvlNet.DistanceMeasureMeasure of distance.
outImageAvlNet.ImageOutput image.

Function Overrides

See also