You are here: Start » AVL.NET » AVL.ConvolveProfile(AvlNet.Profile, float[], bool, AvlNet.Profile)
AVL.ConvolveProfile(AvlNet.Profile, float[], bool, AvlNet.Profile)
Applies a user-defined convolution to a profile.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void ConvolveProfile( AvlNet.Profile inProfile, float[] inMask, bool inNormalizeMaskValues, out AvlNet.Profile outProfile )
Parameters
- inProfile
- Type: AvlNet.Profile
Profile to be processed - inMask
- Type: System.Single
Convolution kernel mask that will be applied to the profile - inNormalizeMaskValues
- Type: System.Boolean
If set to true, the kernel mask will be normalized so that its values sum up to one - outProfile
- Type: AvlNet.Profile
Output profile
