You are here: Start » FIL.NET » Invoke.GradientMagnitudeImage
Measures the strength of gradient at each pixel location.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void GradientMagnitudeImage ( Fil.Image inImage, Optional<Fil.Region> inRoi, Fil.GradientMaskOperator inOperator, Fil.MagnitudeMeasure inMeasure, int inScale, Fil.Image outValueImage )
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. | ||
![]() | inMeasure | Fil.MagnitudeMeasure | Hypot | Defines how the gradient magnitude is computed. Default value: Hypot. | |
![]() | inScale | int | <1, 16> | 1 | Scales the resulting gradient magnitudes. Default value: 1. |
![]() | outValueImage | Fil.Image | Gradient magnitudes of the image. |