You are here: Start » FIL.NET » Invoke.GradientDirAndPresenceImage
Computes an image of gradient directions mapped to the range from 1 to 255. Zero means "no edge".
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void GradientDirAndPresenceImage ( Fil.Image inImage, Optional<Fil.Region> inRoi, Fil.GradientMaskOperator inOperator, float inEdgeThreshold, Fil.AngleRange inAngleRange, Fil.Image outDirectionsImage )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | Fil.Image | Input image. | ||
![]() | inRoi | Ftl.Optional<Fil.Region> | Range of output pixels to be computed. Default value: ftl::NIL. | ||
![]() | inOperator | Fil.GradientMaskOperator | Defines how the gradient is computed. | ||
![]() | inEdgeThreshold | float | <0.01f, INF> | 10.0f | Minimum edge magnitude (other pixels will be set to 0). Default value: 10.0f. |
![]() | inAngleRange | Fil.AngleRange | _0_360 | Range of output angles. Default value: _0_360. | |
![]() | outDirectionsImage | Fil.Image |