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,
	FilNet.Box? inBox1,
	FilNet.Box? inBox2,
	int inTileWidth,
	int? inTileHeight,
	FilNet.TileTranslationMode inTileTranslationMode,
	bool inOutputFromColorImage,
	FilNet.Image outImage
)

Parameters

Name Type Range Default Description
inImage1FilNet.ImageFirst input image.
inImage2FilNet.ImageSecond input image.
inBox1FilNet.Box?
inBox2FilNet.Box?
inTileWidthint<1, INF>16Default value: 16.
inTileHeightint?<1, INF>
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