You are here: Start » FIL.NET » FIS.SmoothImage_Middle Method
FIS.SmoothImage_Middle Method
Replaces each pixel with the average of maximum and minimum calculated within a kernel.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void SmoothImage_Middle ( FilNet.Image inImage, FilNet.KernelShape inKernel, int inRadiusX, FilNet.Image outImage )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | FilNet.Image | Input image. | ||
![]() | inKernel | FilNet.KernelShape | Kernel shape. | ||
![]() | inRadiusX | int | <0, INF> | 1 | Nearly half of the kernel's width (2*R+1). Default value: 1. |
![]() | outImage | FilNet.Image | Output image. |