You are here: Start » AVL.NET » AVL.GradientImage(AvlNet.Image, AvlNet.GradientOperator, float, AvlNet.Image, AvlNet.Image)

AVL.GradientImage(AvlNet.Image, AvlNet.GradientOperator, float, AvlNet.Image, AvlNet.Image)

Computes a gradient image with smoothing operator of any size. The output pixels are signed.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void GradientImage(
	AvlNet.Image inImage,
	AvlNet.GradientOperator inOperator,
	float inStdDevX,
	out AvlNet.Image outGradientImage,
	out AvlNet.Image diagGradientDirections
)

Parameters

inImage
Type: AvlNet.Image
Input image
inOperator
Type: AvlNet.GradientOperator
Defines how the gradient is computed
inStdDevX
Type: System.Single
Horizontal smoothing standard deviation
outGradientImage
Type: AvlNet.Image
Gradients of the image
diagGradientDirections
Type: AvlNet.Image
Gradient directions presented in a human readable format

See also