You are here: Start » FIL.NET » Invoke.DilateImage_Mask
Replaces each pixel with the maximum of pixels within a small rectangular kernel.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void DilateImage_Mask ( Fil.Image inImage, Optional<Fil.Region> inRoi, Fil.MorphologyKernel inKernel, Fil.Image outImage )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | Fil.Image | Input image. | ||
![]() | inRoi | Ftl.Optional<Fil.Region> | Range of outImage pixels to be computed. Default value: ftl::NIL. | ||
![]() | inKernel | Fil.MorphologyKernel | Selects a predefined kernel. | ||
![]() | outImage | Fil.Image | Output image. |