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

AVL.PowerImage(AvlNet.Image, AvlNet.Region, float, AvlNet.Image)

Exponentiates each pixel to the given power.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void PowerImage(
	AvlNet.Image inImage,
	AvlNet.Region inRoi,
	float inValue,
	out AvlNet.Image outImage
)

Parameters

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

Remarks

When diagnostic mode is used, this filter will check correctness of input data and throw an exception if possibility of NaN value in output image occur. When working in optimized mode, this check is omitted.

Hardware Acceleration

This operation supports automatic parallelization for multicore and multiprocessor systems.

Hardware acceleration settings may be manipulated with Settings class.

See also