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
inImageFilNet.ImageInput image.
inContrastFactorfloat<0.0f, INF>1.0fValue representing the strength of the contrast enhancement. Default value: 1.0f.
inKernelFilNet.KernelShapeKernel shape.
inRadiusXint<0, INF>1Nearly half of the kernel's width (2*R+1). Default value: 1.
inRadiusYint?<0, INF>Nearly half of the kernel's height (2*R+1), or same as inRadiusX. Default value: ftl::NIL.
outImageFilNet.ImageOutput image.

Function Overrides

See also