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

AVS.TopHatImage_Mask Method

Performs a morphological white top hat operation on a image using a predefined mask.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void TopHatImage_Mask
(
	AvlNet.Image inImage,
	NullableRef<AvlNet.Region> inRoi,
	AvlNet.Pixel? inBorderColor,
	AvlNet.MorphologyKernel inKernel,
	AvlNet.Image outImage
)

Parameters

Name Type Range Default Description
inImageAvlNet.ImageInput image.
inRoiAvlNet.NullableRef<AvlNet.Region>Range of outImage pixels to be computed. Default value: atl::NIL.
inBorderColorAvlNet.Pixel?Color of the imaginary pixels outside the image boundaries. Default value: atl::NIL.
inKernelAvlNet.MorphologyKernelKernel shape.
outImageAvlNet.ImageOutput image.

Function Overrides

See also