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,
	NullableRef<FilNet.Region> inRoi,
	FilNet.Matrix inMask,
	bool inNormalizeMaskValues,
	FilNet.Location? inMaskOrigin,
	FilNet.Image outImage
)

Parameters

Name Type Range Default Description
inImageFilNet.ImageInput image.
inRoiFilNet.NullableRef<FilNet.Region>Range of outImage pixels to be computed. Default value: ftl::NIL.
inMaskFilNet.MatrixImage convolution kernel.
inNormalizeMaskValuesboolFalseNormalize sum of weights in mask to one. Default value: False.
inMaskOriginFilNet.Location?Relative location of point to its mask. Default value: ftl::NIL.
outImageFilNet.ImageOutput image.

Function Overrides

See also