You are here: Start » FIL.NET » FIS.SharpenImage Method
FIS.SharpenImage Method
Enhances contrast of an image so that it appears sharper.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void SharpenImage ( FilNet.Image inImage, float inContrastFactor, FilNet.KernelShape inKernel, int inRadiusX, int? inRadiusY, FilNet.Image outImage )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | FilNet.Image | Input image. | ||
![]() | inContrastFactor | float | <0.0f, INF> | 1.0f | Value representing the strength of the contrast enhancement. Default value: 1.0f. |
![]() | inKernel | FilNet.KernelShape | Kernel shape. | ||
![]() | inRadiusX | int | <0, INF> | 1 | Nearly half of the kernel's width (2*R+1). Default value: 1. |
![]() | inRadiusY | int? | <0, INF> | Nearly half of the kernel's height (2*R+1), or same as inRadiusX. Default value: ftl::NIL. | |
![]() | outImage | FilNet.Image | Output image. |