You are here: Start » FIL.NET » Invoke.SmoothImage_Median_Mask
Replaces each pixel with the median of pixels within a 3x3 rectangular kernel (faster).
| Namespace: | Fil |
|---|---|
| Assembly: | FilNet.dll |
Syntax
C++
C#
public static void SmoothImage_Median_Mask ( Fil.Image inImage, Optional<Fil.Region> inRoi, 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. | ||
![]() | outImage | Fil.Image | Output image. |


