You are here: Start » AVL.NET » AVL.ConvolveImage(AvlNet.Image, AvlNet.Matrix, bool, AvlNet.Image)

AVL.ConvolveImage(AvlNet.Image, AvlNet.Matrix, bool, AvlNet.Image)

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,
	out AvlNet.Image outImage
)

Parameters

inImage
Type: AvlNet.Image
Input image
inMask
Type: AvlNet.Matrix
Image convolution kernel
inNormalizeMaskValues
Type: System.Boolean
Normalize sum of weights in mask to one
outImage
Type: AvlNet.Image
Output image

See also