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

AVS.DifferenceImage_Flex Method

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inImage1AvlNet.ImageFirst input image.
inImage2AvlNet.ImageSecond input image.
inTileWidthint<1, INF>16Default value: 16.
inTileTranslationModeAvlNet.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.
outImageAvlNet.ImageOutput image.

Function Overrides

See also