You are here: Start » AVL.NET » Function Reference » Image » Image Point Transforms » AVL.PowerImage

AVL.PowerImage

Exponentiates each pixel to the given power.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void PowerImage
(
	AvlNet.Image inImage,
	float inValue,
	AvlNet.Image outImage
)

Parameters

Name Type Range Default Description
inImageAvlNet.ImageInput image.
inValuefloat2.0fThe exponent. Default value: 2.0f.
outImageAvlNet.ImageOutput 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.

Function Overrides

See also