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

AVS.DifferenceImage_Shifted Method

Computes the non-negative distances between corresponding pixel values.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void DifferenceImage_Shifted
(
	AvlNet.Image inImage1,
	AvlNet.Image inImage2,
	AvlNet.Box inBox1,
	AvlNet.Box inBox2,
	AvlNet.Image outImage
)

Parameters

Name Type Range Default Description
inImage1AvlNet.ImageFirst input image.
inImage2AvlNet.ImageSecond input image.
inBox1AvlNet.Box
inBox2AvlNet.Box
outImageAvlNet.ImageOutput image.

See also