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

AVL.GradientImage(AvlNet.Image, AvlNet.GradientOperator, float, 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
)

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

See also