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

AVS.CloseImage_AnyKernel Method

Removes small dark structures from an image (or fills in bright ones) by applying consecutive dilation and erosion.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

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

Function Overrides

See also