You are here: Start » AVL.NET » AVL.SharpenImage(AvlNet.Image, float, AvlNet.SmoothImageMeanKernel, int, AvlNet.Image)
AVL.SharpenImage(AvlNet.Image, float, AvlNet.SmoothImageMeanKernel, int, AvlNet.Image)
Enhances contrast of an image so that it appears sharper.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void SharpenImage( AvlNet.Image inImage, float inContrastFactor, AvlNet.SmoothImageMeanKernel inKernel, int inRadiusX, out AvlNet.Image outImage )
Parameters
- inImage
- Type: AvlNet.Image
Input image - inContrastFactor
- Type: System.Single
Value representing the strength of the contrast enhancement - inKernel
- Type: AvlNet.SmoothImageMeanKernel
Kernel shape - inRadiusX
- Type: System.Int32
Nearly half of the kernel's width (2*R+1) - outImage
- Type: AvlNet.Image
Output image
