You are here: Start » FIL.NET » Invoke.BottomHatImage_AnyKernel
Performs a morphological black top hat (bottom hat) operation on a image using an arbitrary kernel.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void BottomHatImage_AnyKernel ( Fil.Image inImage, Optional<Fil.Region> inRoi, Optional<Fil.Region> inSourceRoi, Optional<Fil.Pixel> inBorderColor, Fil.Region inKernel, Optional<Fil.Location> inKernelAnchor, 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. | ||
![]() | inSourceRoi | Ftl.Optional<Fil.Region> | Range of inImage pixels to be considered in computations. Default value: ftl::NIL. | ||
![]() | inBorderColor | Ftl.Optional<Fil.Pixel> | Color of the imaginary pixels outside the image boundaries. Default value: ftl::NIL. | ||
![]() | inKernel | Fil.Region | Selects kernel shape. | ||
![]() | inKernelAnchor | Ftl.Optional<Fil.Location> | A location within inKernel, defining its center. Default value: ftl::NIL. | ||
![]() | outImage | Fil.Image | Output image. |