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
inProfileFilNet.ProfileProfile to be processed.
inRangeFilNet.Range?
inMaskSystem.Collections.Generic.IList<float>Convolution kernel mask that will be applied to the profile.
inNormalizeMaskValuesboolFalseIf set to true, the kernel mask will be normalized so that its values sum up to one. Default value: False.
inMaskOriginint?Index of the kernel mask element that will be aligned against the profile values. Default value: ftl::NIL.
outProfileFilNet.ProfileOutput profile.

Function Overrides

See also