You are here: Start » FIL.NET » FIS.DifferenceImage_Shifted Method

FIS.DifferenceImage_Shifted Method

Computes the non-negative distances between corresponding pixel values.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inImage1FilNet.ImageFirst input image.
inImage2FilNet.ImageSecond input image.
inBox1FilNet.Box
inBox2FilNet.Box
outImageFilNet.ImageOutput image.

See also