You are here: Start » FIL.NET » FIS.SmoothImage_Mean_AnyKernel Method
FIS.SmoothImage_Mean_AnyKernel Method
Smooths an image by averaging pixels within an arbitrary kernel.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void SmoothImage_Mean_AnyKernel ( FilNet.Image inImage, FilNet.Region inKernel, FilNet.Image outImage )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | FilNet.Image | Input image. | ||
![]() | inKernel | FilNet.Region | Kernel shape (any). | ||
![]() | outImage | FilNet.Image | Output image. |