You are here: Start » FIL.NET » FIS.GradientMagnitudeImage Method
FIS.GradientMagnitudeImage Method
Measures the strength of gradient at each pixel location.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void GradientMagnitudeImage ( FilNet.Image inImage, NullableRef<FilNet.Region> inRoi, FilNet.GradientMaskOperator inOperator, FilNet.MagnitudeMeasure inMeasure, int inScale, FilNet.Image outValueImage )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | FilNet.Image | Input image. | ||
![]() | inRoi | FilNet.NullableRef<FilNet.Region> | Range of output pixels to be computed. Default value: ftl::NIL. | ||
![]() | inOperator | FilNet.GradientMaskOperator | Defines how the gradient is computed. | ||
![]() | inMeasure | FilNet.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 | FilNet.Image | Gradient magnitudes of the image. |