You are here: Start » AVL.NET » Invoke.TopHatImage_Mask

Invoke.TopHatImage_Mask

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

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void TopHatImage_Mask
(
	Avl.Image inImage,
	Optional<Avl.Region> inRoi,
	Optional<Avl.Pixel> inBorderColor,
	Avl.MorphologyKernel inKernel,
	Avl.Image outImage
)

Parameters

Name Type Range Default Description
inImageAvl.ImageInput image.
inRoiAtl.Optional<Avl.Region>Range of outImage pixels to be computed. Default value: atl::NIL.
inBorderColorAtl.Optional<Avl.Pixel>Color of the imaginary pixels outside the image boundaries. Default value: atl::NIL.
inKernelAvl.MorphologyKernelKernel shape.
outImageAvl.ImageOutput image.

See also