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

FIS.DifferenceImage_Flex Method

Computes the non-negative distances between corresponding pixel values using tiles.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void DifferenceImage_Flex
(
	FilNet.Image inImage1,
	FilNet.Image inImage2,
	int inTileWidth,
	FilNet.TileTranslationMode inTileTranslationMode,
	bool inOutputFromColorImage,
	FilNet.Image outImage
)

Parameters

Name Type Range Default Description
inImage1FilNet.ImageFirst input image.
inImage2FilNet.ImageSecond input image.
inTileWidthint<1, INF>16Default value: 16.
inTileTranslationModeFilNet.TileTranslationModeFourDirectionsDefault value: FourDirections.
inOutputFromColorImageboolFalseFlag indicating whether to use every channel of the input images separately to compute results or only channels average. Default value: False.
outImageFilNet.ImageOutput image.

Function Overrides

See also