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

FIS.GradientDirAndPresenceImage Method

Computes an image of gradient directions mapped to the range from 1 to 255. Zero means "no edge".

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void GradientDirAndPresenceImage
(
	FilNet.Image inImage,
	FilNet.GradientMaskOperator inOperator,
	float inEdgeThreshold,
	FilNet.AngleRange inAngleRange,
	FilNet.Image outDirectionsImage
)

Parameters

Name Type Range Default Description
inImageFilNet.ImageInput image.
inOperatorFilNet.GradientMaskOperatorDefines how the gradient is computed.
inEdgeThresholdfloat<0.01f, INF>10.0fMinimum edge magnitude (other pixels will be set to 0). Default value: 10.0f.
inAngleRangeFilNet.AngleRange_0_360Range of output angles. Default value: _0_360.
outDirectionsImageFilNet.Image

Function Overrides

See also