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

AVS.DilateImage_AnyKernel Method

Replaces each pixel with the maximum of pixels within an arbitrary kernel.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void DilateImage_AnyKernel
(
	AvlNet.Image inImage,
	AvlNet.Region inKernel,
	AvlNet.Image outImage
)

Parameters

Name Type Range Default Description
inImageAvlNet.ImageInput image.
inKernelAvlNet.RegionKernel shape (any).
outImageAvlNet.ImageOutput image.

Function Overrides

See also