You are here: Start » AVL.NET » AVS.ConvolveImage Method

AVS.ConvolveImage Method

Computes a convolution of the input image with a user-specified mask.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void ConvolveImage
(
	AvlNet.Image inImage,
	AvlNet.Matrix inMask,
	bool inNormalizeMaskValues,
	AvlNet.Image outImage
)

Parameters

Name Type Range Default Description
inImageAvlNet.ImageInput image.
inMaskAvlNet.MatrixImage convolution kernel.
inNormalizeMaskValuesboolFalseNormalize sum of weights in mask to one. Default value: False.
outImageAvlNet.ImageOutput image.

Function Overrides

See also