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

Invoke.DilateImage_Mask

Replaces each pixel with the maximum of pixels within a small rectangular kernel.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void DilateImage_Mask
(
	Avl.Image inImage,
	Optional<Avl.Region> inRoi,
	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.
inKernelAvl.MorphologyKernelSelects a predefined kernel.
outImageAvl.ImageOutput image.

See also