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

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


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

Parameters

ioState
Type: AvlNet.ImagePointTransformsState
inImage
Type: AvlNet.Image
inRoi
Type: AvlNet.Region
inValue
Type: System.Single
outImage
Type: AvlNet.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