You are here: Start » FIL.NET » FIS.ConvolveProfile Method
FIS.ConvolveProfile Method
Applies a user-defined convolution to a profile.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void ConvolveProfile ( FilNet.Profile inProfile, FilNet.Range? inRange, IList<float> inMask, bool inNormalizeMaskValues, int? inMaskOrigin, FilNet.Profile outProfile )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inProfile | FilNet.Profile | Profile to be processed. | ||
![]() | inRange | FilNet.Range? | |||
![]() | inMask | System.Collections.Generic.IList<float> | Convolution kernel mask that will be applied to the profile. | ||
![]() | inNormalizeMaskValues | bool | False | If set to true, the kernel mask will be normalized so that its values sum up to one. Default value: False. | |
![]() | inMaskOrigin | int? | Index of the kernel mask element that will be aligned against the profile values. Default value: ftl::NIL. | ||
![]() | outProfile | FilNet.Profile | Output profile. |