You are here: Start » AVL.NET » AVL.DilateImage(AvlNet.Image, AvlNet.ImageMorphologyKernel, int, AvlNet.Image, AvlNet.Region)

AVL.DilateImage(AvlNet.Image, AvlNet.ImageMorphologyKernel, int, AvlNet.Image, AvlNet.Region)

Replaces each pixel with the maximum of pixels within a kernel.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void DilateImage(
	AvlNet.Image inImage,
	AvlNet.ImageMorphologyKernel inKernel,
	int inRadiusX,
	out AvlNet.Image outImage,
	out AvlNet.Region diagKernel
)

Parameters

inImage
Type: AvlNet.Image
Input image
inKernel
Type: AvlNet.ImageMorphologyKernel
Kernel shape
inRadiusX
Type: System.Int32
Nearly half of the kernel's width (2*R+1)
outImage
Type: AvlNet.Image
Output image
diagKernel
Type: AvlNet.Region
Kernel shape

See also