You are here: Start » AVL.NET » AVL.GradientMagnitudeImage(AvlNet.Image, AvlNet.GradientMaskOperator, AvlNet.MagnitudeMeasure, int, AvlNet.Image)

AVL.GradientMagnitudeImage(AvlNet.Image, AvlNet.GradientMaskOperator, AvlNet.MagnitudeMeasure, int, AvlNet.Image)

Measures the strength of gradient at each pixel location with Sobel or Prewitt operator.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void GradientMagnitudeImage(
	AvlNet.Image inImage,
	AvlNet.GradientMaskOperator inOperator,
	AvlNet.MagnitudeMeasure inMeasure,
	int inScale,
	out AvlNet.Image outValueImage
)

Parameters

inImage
Type: AvlNet.Image
Input image
inOperator
Type: AvlNet.GradientMaskOperator
Defines how the gradient is computed
inMeasure
Type: AvlNet.MagnitudeMeasure
Defines how the gradient magnitude is computed
inScale
Type: System.Int32
Scales the resulting gradient magnitudes
outValueImage
Type: AvlNet.Image
Gradient magnitudes of the image

See also