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

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void InvertImage(
	AvlNet.Image inImage,
	AvlNet.Region inRoi,
	float inDividend,
	out AvlNet.Image outImage
)

Parameters

inImage
Type: AvlNet.Image
inRoi
Type: AvlNet.Region
inDividend
Type: System.Single
outImage
Type: AvlNet.Image

Hardware Acceleration

This operation supports automatic parallelization for multicore and multiprocessor systems.

Hardware acceleration settings may be manipulated with Settings class.

See also