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, IList<float> inMask, bool inNormalizeMaskValues, FilNet.Profile outProfile )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inProfile | FilNet.Profile | Profile to be processed. | ||
![]() | 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. | |
![]() | outProfile | FilNet.Profile | Output profile. |