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

AVS.BottomHatImage_Mask Method

Performs a morphological black top hat (bottom hat) operation on a image using a predefined mask.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void BottomHatImage_Mask
(
	AvlNet.Image inImage,
	AvlNet.MorphologyKernel inKernel,
	AvlNet.Image outImage
)

Parameters

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

Function Overrides

See also