You are here: Start » AVL.NET » AVL.ErodeImage_AnyKernel(AvlNet.Image, AvlNet.Region, AvlNet.Image)

AVL.ErodeImage_AnyKernel(AvlNet.Image, AvlNet.Region, AvlNet.Image)

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


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

Parameters

inImage
Type: AvlNet.Image
Input image
inKernel
Type: AvlNet.Region
Kernel shape (any)
outImage
Type: AvlNet.Image
Output image

See also