You are here: Start » AVL.NET » AVL.AbsoluteValueImage(AvlNet.Image, AvlNet.Region, AvlNet.Image)

AVL.AbsoluteValueImage(AvlNet.Image, AvlNet.Region, AvlNet.Image)

Transforms pixel values to their absolute values pixel by pixel.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void AbsoluteValueImage(
	AvlNet.Image inImage,
	AvlNet.Region inRoi,
	out AvlNet.Image outImage
)

Parameters

inImage
Type: AvlNet.Image
Input image
inRoi
Type: AvlNet.Region
Range of pixels to be processed, or null.
outImage
Type: AvlNet.Image
Output image

Hardware Acceleration

This operation supports automatic parallelization for multicore and multiprocessor systems.

Hardware acceleration settings may be manipulated with Settings class.

See also