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

Parameters

Name Type Range Default Description
inImageAvlNet.ImageInput image.
inRoiAvlNet.NullableRef<AvlNet.Region>Range of outImage pixels to be computed. Default value: atl::NIL.
inMaskAvlNet.MatrixImage convolution kernel.
inNormalizeMaskValuesboolFalseNormalize sum of weights in mask to one. Default value: False.
inMaskOriginAvlNet.Location?Relative location of point to its mask. Default value: atl::NIL.
outImageAvlNet.ImageOutput image.

Function Overrides

See also