You are here: Start » AVL.NET » Invoke.DifferenceImage_Shifted

Invoke.DifferenceImage_Shifted

Computes the non-negative distances between corresponding pixel values.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void DifferenceImage_Shifted
(
	Avl.Image inImage1,
	Avl.Image inImage2,
	Avl.Box inBox1,
	Avl.Box inBox2,
	Avl.Image outImage
)

Parameters

Name Type Range Default Description
inImage1Avl.ImageFirst input image.
inImage2Avl.ImageSecond input image.
inBox1Avl.Box
inBox2Avl.Box
outImageAvl.ImageOutput image.

See also