You are here: Start » FIL.NET » FIS.ErodeImage_Mask Method
FIS.ErodeImage_Mask Method
Replaces each pixel with the minimum of pixels within a small rectangular kernel.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void ErodeImage_Mask ( FilNet.Image inImage, FilNet.MorphologyKernel inKernel, FilNet.Image outImage )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | FilNet.Image | Input image. | ||
![]() | inKernel | FilNet.MorphologyKernel | Selects a predefined kernel. | ||
![]() | outImage | FilNet.Image | Output image. |