You are here: Start » AVL.NET » AVL.RotateImageGradients Method

AVL.RotateImageGradients Method

Rotates image gradients.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void RotateImageGradients(
	AvlNet.Image inImage,
	AvlNet.Region inRoi,
	float inAngle,
	out AvlNet.Image outImage
)

Parameters

Name Type Range Default Description
inImageAvlNet.ImageInput image.
inRoiAvlNet.RegionRange of pixels to be processed. Default value: atl::NIL, or null.
inAnglefloat
outImageAvlNet.ImageOutput image.

See also