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