You are here: Start » FIL.NET » FIS.GradientImage_Mask Method

FIS.GradientImage_Mask Method

Computes a gradient image with a Sobel or Prewitt operator.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void GradientImage_Mask
(
	FilNet.Image inImage,
	NullableRef<FilNet.Region> inRoi,
	FilNet.GradientMaskOperator inOperator,
	int inScale,
	FilNet.Image outGradientImage
)

Parameters

Name Type Range Default Description
inImageFilNet.ImageInput image.
inRoiFilNet.NullableRef<FilNet.Region>Range of outGradientImage pixels to be computed. Default value: ftl::NIL.
inOperatorFilNet.GradientMaskOperatorDefines how the gradient is computed.
inScaleint<1, 16>1Scales the resulting gradients. Default value: 1.
outGradientImageFilNet.ImageGradients of the image.

Function Overrides

See also