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

AVS.BottomHatImage_AnyKernel Method

Performs a morphological black top hat (bottom hat) operation on a image using an arbitrary kernel.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

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

Function Overrides

See also