You are here: Start » FIL.NET » FIS.ConvolveImage Method
FIS.ConvolveImage Method
Computes a convolution of the input image with a user-specified mask.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void ConvolveImage ( FilNet.Image inImage, NullableRef<FilNet.Region> inRoi, FilNet.Matrix inMask, bool inNormalizeMaskValues, FilNet.Location? inMaskOrigin, FilNet.Image outImage )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | FilNet.Image | Input image. | ||
![]() | inRoi | FilNet.NullableRef<FilNet.Region> | Range of outImage pixels to be computed. Default value: ftl::NIL. | ||
![]() | inMask | FilNet.Matrix | Image convolution kernel. | ||
![]() | inNormalizeMaskValues | bool | False | Normalize sum of weights in mask to one. Default value: False. | |
![]() | inMaskOrigin | FilNet.Location? | Relative location of point to its mask. Default value: ftl::NIL. | ||
![]() | outImage | FilNet.Image | Output image. |