You are here: Start » FIL.NET » Invoke.TopHatImage_Mask
Performs a morphological white top hat operation on a image using a predefined mask.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void TopHatImage_Mask ( Fil.Image inImage, Optional<Fil.Region> inRoi, Optional<Fil.Pixel> inBorderColor, 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. | ||
![]() | inBorderColor | Ftl.Optional<Fil.Pixel> | Color of the imaginary pixels outside the image boundaries. Default value: ftl::NIL. | ||
![]() | inKernel | Fil.MorphologyKernel | Kernel shape. | ||
![]() | outImage | Fil.Image | Output image. |