You are here: Start » FIL.NET » Invoke.SmoothImage_Mean_Mask
Smooths an image by averaging pixels within a small rectangular kernel.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void SmoothImage_Mean_Mask ( Fil.Image inImage, Optional<Fil.Region> inRoi, Fil.MeanKernel inKernel, 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. | ||
![]() | inKernel | Fil.MeanKernel | Selects a predefined kernel. | ||
![]() | outImage | Fil.Image | Output image. |