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, FilNet.Matrix inMask, bool inNormalizeMaskValues, FilNet.Image outImage )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | FilNet.Image | Input image. | ||
![]() | inMask | FilNet.Matrix | Image convolution kernel. | ||
![]() | inNormalizeMaskValues | bool | False | Normalize sum of weights in mask to one. Default value: False. | |
![]() | outImage | FilNet.Image | Output image. |