Performs a sharpening filter on the image.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public void Sharpen(
	int intensity,
	int neighbourhood
)
Public Sub Sharpen ( _
	intensity As Integer, _
	neighbourhood As Integer _
)
public:
void Sharpen(
	int intensity, 
	int neighbourhood
)

Parameters

intensity
Int32
specifies the intensity of the sharpening (1..100)
neighbourhood
Int32
specifies the window size

See Also