You are here: Start » FIL.NET » FIS.CloseImage_Mask Method
FIS.CloseImage_Mask Method
Removes small dark structures from an image (or fills in bright ones) by applying consecutive dilation and erosion.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void CloseImage_Mask ( FilNet.Image inImage, NullableRef<FilNet.Region> inRoi, FilNet.Pixel? inBorderColor, FilNet.MorphologyKernel inKernel, FilNet.Image outImage )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | FilNet.Image | Input image. | ||
![]() | inRoi | FilNet.NullableRef<FilNet.Region> | Range of outImage pixels to be computed. Default value: ftl::NIL. | ||
![]() | inBorderColor | FilNet.Pixel? | Color of the imaginary pixels outside the image boundaries. Default value: ftl::NIL. | ||
![]() | inKernel | FilNet.MorphologyKernel | Selects kernel shape. | ||
![]() | outImage | FilNet.Image | Output image. |